summary refs log tree commit diff
path: root/synapse/rest/admin/_base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use admin_patterns for all admin APIs. (#8331)Patrick Cloke2020-09-171-2/+2
| | | This reduces duplication of the admin prefix in regular expressions.
* Fix type information on `assert_*_is_admin` methods (#7645)Richard van der Hoff2020-06-051-19/+14
| | | These things don't return Deferreds.
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-2/+2
| | | | Ensure good comprehension hygiene using flake8-comprehensions.
* 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
Rather than copying-and-pasting the same four lines hundreds of times