summary refs log tree commit diff
path: root/synapse/rest/admin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ensure the list media admin API is always available (#5966)Travis Ralston2019-09-031-2/+5
* Ensure an auth instance is available to ListMediaInRoom (#5967)Travis Ralston2019-09-031-0/+1
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-305-20/+20
* Add GET method to admin API /users/@user:dom/adminOlivier Wilkinson (reivilibre)2019-08-272-9/+33
* Add Admin API capability to set adminship of a user (#5878)reivilibre2019-08-272-0/+78
* Servlet to purge old rooms (#5845)Richard van der Hoff2019-08-222-0/+59
* Don't load the media repo when configured to use an external media repo (#5754)Amber Brown2019-08-133-90/+138
* Merge tag 'v1.2.0rc2' into developAndrew Morgan2019-07-241-2/+7
|\
| * Fix servlet metric names (#5734)Jorik Schellekens2019-07-241-2/+7
* | Replace returnValue with return (#5736)Amber Brown2019-07-232-26/+24
|/
* Remove access-token support from RegistrationHandler.register (#5641)Richard van der Hoff2019-07-081-2/+1
* Run Black. (#5482)Amber Brown2019-06-202-90/+76
* 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-022-2/+115
* Factor out an "assert_requester_is_admin" function (#5120)Richard van der Hoff2019-05-022-75/+79
* fix examplesRichard van der Hoff2019-05-011-4/+4
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-0/+896