summary refs log tree commit diff
path: root/synapse/rest/admin/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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