summary refs log tree commit diff
path: root/synapse/rest/admin/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer `type(x) is int` to `isinstance(x, int)` (#14945)David Robertson2023-01-311-1/+1
* Add a type hint for `get_device_handler()` and fix incorrect types. (#14055)Patrick Cloke2022-11-221-11/+15
* Add an Admin API endpoint for looking up users based on 3PID (#14405)Ashish Kumar2022-11-111-0/+2
* Add an admin API endpoint to find a user based on its external ID in an auth ...Quentin Gliech2022-09-161-0/+2
* Add Admin API to Fetch Messages Within a Particular Window (#13672)Connor Davis2022-09-071-0/+4
* Fix Synapse git info missing in version strings (#12973)David Robertson2022-06-071-3/+2
* Remove user-visible groups/communities code (#12553)Patrick Cloke2022-05-251-3/+0
* Deprecate the groups/communities endpoints and add an experimental configurat...Patrick Cloke2022-03-121-1/+2
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Use version string helper from matrix-common (#11979)David Robertson2022-02-141-3/+3
* Add admin API to get a list of federated rooms (#11658)Dirk Klimpel2022-01-251-0/+2
* Add admin API to reset connection timeouts for remote server (#11639)Dirk Klimpel2022-01-251-2/+4
* Add admin API to get users' account data (#11664)Dirk Klimpel2022-01-051-0/+2
* Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-081-2/+2
* Add admin API to get some information about federation status (#11407)Dirk Klimpel2021-12-061-0/+6
* Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452)Dirk Klimpel2021-11-291-7/+12
* Add an admin API to run background jobs. (#11352)Dirk Klimpel2021-11-191-0/+2
* Add dedicated admin API for blocking a room (#11324)Dirk Klimpel2021-11-181-0/+2
* Convert delete room admin API to async endpoint (#11223)Dirk Klimpel2021-11-121-0/+6
* Add some background update admin APIs (#11263)Erik Johnston2021-11-081-0/+6
* Remove deprecated delete room admin API (#11213)Dirk Klimpel2021-11-011-2/+0
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-1/+1
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Improve ServerNoticeServlet to avoid duplicate requests (#10679)Dirk Klimpel2021-08-271-1/+4
* Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-211-0/+8
* Merge branch 'release-v1.41' into developErik Johnston2021-08-181-2/+0
|\
| * Mount /_synapse/admin/v1/users/{userId}/media admin API on media workers only...Andrew Morgan2021-08-181-2/+0
* | Remove deprecated Shutdown Room and Purge Room Admin API (#8830)Dirk Klimpel2021-08-171-4/+0
|/
* Add an admin API to check if a username is available (#10578)Will Hunt2021-08-171-0/+2
* Add missing type hints to the admin API servlets (#10105)Dirk Klimpel2021-06-071-21/+24
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add an admin API to manage ratelimit for a specific user (#9648)Dirk Klimpel2021-04-131-0/+2
* Remove old admin API `GET /_synapse/admin/v1/users/<user_id>` (#9401)Dirk Klimpel2021-04-091-2/+0
* Merge pull request #9150 from Yoric/develop-contextDavid Teller2021-02-081-0/+2
|\
| * New API /_synapse/admin/rooms/{roomId}/context/{eventId}David Teller2021-01-281-0/+2
* | Add an admin API to get the current room state (#9168)Travis Ralston2021-02-021-0/+2
|/
* Merge branch 'develop' into jaywink/admin-forward-extremitiesJason Robinson2021-01-261-0/+2
|\
| * Add an admin API for shadow-banning users. (#9209)Patrick Cloke2021-01-251-0/+2
* | Address pr feedbackJason Robinson2021-01-111-0/+2
* | Add forward extremities endpoint to rooms admin APIJason Robinson2021-01-071-0/+2
|/
* Allow server admin to get admin bit in rooms where local user is an admin (#8...Erik Johnston2020-12-181-0/+2
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-9/+3
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-0/+2
* Add an admin API for users' media statistics (#8700)Dirk Klimpel2020-11-051-0/+2
* Add an admin APIs to allow server admins to list users' pushers (#8610)Dirk Klimpel2020-10-281-1/+3
* Add admin API to list users' local media (#8647)Dirk Klimpel2020-10-271-0/+2
* Split admin API for reported events into a detail and a list view (#8539)Dirk Klimpel2020-10-261-1/+5
* Remove stream ordering from Metadata dict (#8452)Richard van der Hoff2020-10-051-1/+4
* Make token serializing/deserializing async (#8427)Erik Johnston2020-09-301-1/+1
* Various clean ups to room stream tokens. (#8423)Erik Johnston2020-09-291-1/+2
* Admin API for reported events (#8217)Dirk Klimpel2020-09-221-0/+2
* Admin API for querying rooms where a user is a member (#8306)Dirk Klimpel2020-09-181-0/+2
* Use admin_patterns for all admin APIs. (#8331)Patrick Cloke2020-09-171-2/+2
* Add admin endpoint to get members in a room. (#7842)Michael Albert2020-07-161-0/+2
* Add delete room admin endpoint (#7613)Dirk Klimpel2020-07-141-0/+2
* Add device management to admin API (#7481)Dirk Klimpel2020-06-051-0/+8
* Add room details admin endpoint (#7317)Manuel Stahl2020-05-071-0/+2
* Admin API to join users to a room. (#7051)Dirk Klimpel2020-03-271-1/+6
* Admin API to list, filter and sort rooms (#6720)Andrew Morgan2020-01-221-1/+2
* Remove get_room_event_after_stream_ordering entirelyBrendan Abolivier2020-01-161-1/+1
* Allow admin users to create or modify users without a shared secret (#6495)Manuel Stahl2020-01-091-0/+2
* Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925)Manuel Stahl2019-12-051-2/+2
* Move admin endpoints into separate files (#6308)Manuel Stahl2019-11-201-553/+14
* Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-1/+1
* Add maybe_awaitable and fix __init__ bugsErik Johnston2019-10-111-2/+5
* Port rest/admin/__init__.py to async/awaitErik Johnston2019-10-111-72/+55
* Ensure the list media admin API is always available (#5966)Travis Ralston2019-09-031-2/+5
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-13/+13
* Add GET method to admin API /users/@user:dom/adminOlivier Wilkinson (reivilibre)2019-08-271-1/+1
* Add Admin API capability to set adminship of a user (#5878)reivilibre2019-08-271-0/+2
* Servlet to purge old rooms (#5845)Richard van der Hoff2019-08-221-0/+2
* Don't load the media repo when configured to use an external media repo (#5754)Amber Brown2019-08-131-90/+12
* Replace returnValue with return (#5736)Amber Brown2019-07-231-25/+23
* Remove access-token support from RegistrationHandler.register (#5641)Richard van der Hoff2019-07-081-2/+1
* Run Black. (#5482)Amber Brown2019-06-201-81/+72
* Implement the SHHS complexity API (#5216)Amber Brown2019-05-301-3/+9
* Remove the requirement to authenticate for /admin/server_version. (#5122)Richard van der Hoff2019-05-071-10/+5
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-021-2/+15
* Factor out an "assert_requester_is_admin" function (#5120)Richard van der Hoff2019-05-021-75/+20
* fix examplesRichard van der Hoff2019-05-011-4/+4
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-0/+896