summary refs log tree commit diff
path: root/synapse/rest/admin/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request...Quentin Gliech2022-08-221-5/+5
* Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452)Dirk Klimpel2021-11-291-1/+2
* Add missing type hints to the admin API servlets (#10105)Dirk Klimpel2021-06-071-1/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Fix additional type hints from Twisted 21.2.0. (#9591)Patrick Cloke2021-03-121-9/+6
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-22/+0
* Use admin_patterns for all admin APIs. (#8331)Patrick Cloke2020-09-171-2/+2
* Fix type information on `assert_*_is_admin` methods (#7645)Richard van der Hoff2020-06-051-19/+14
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-2/+2
* Admin API to list, filter and sort rooms (#6720)Andrew Morgan2020-01-221-0/+15
* Port synapse/rest/client/_base.py to async/awaitErik Johnston2019-10-111-9/+5
* Don't load the media repo when configured to use an external media repo (#5754)Amber Brown2019-08-131-0/+25
* Factor out an "assert_requester_is_admin" function (#5120)Richard van der Hoff2019-05-021-0/+59