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