Dirk Klimpel
|
3f0ff53158
|
Remove deprecated /_matrix/client/*/admin endpoints (#8785)
These are now only available via `/_synapse/admin/v1`.
|
2020-11-25 16:26:11 -05:00 |
|
Patrick Cloke
|
c3c9732c53
|
Use admin_patterns for all admin APIs. (#8331)
This reduces duplication of the admin prefix in regular expressions.
|
2020-09-17 07:04:15 -04:00 |
|
Richard van der Hoff
|
eea124370b
|
Fix type information on assert_*_is_admin methods (#7645)
These things don't return Deferreds.
|
2020-06-05 14:33:49 +01:00 |
|
Patrick Cloke
|
509e381afa
|
Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)
Ensure good comprehension hygiene using flake8-comprehensions.
|
2020-02-21 07:15:07 -05:00 |
|
Andrew Morgan
|
90a28fb475
|
Admin API to list, filter and sort rooms (#6720)
|
2020-01-22 13:36:43 +00:00 |
|
Erik Johnston
|
2e97a4c197
|
Port synapse/rest/client/_base.py to async/await
|
2019-10-11 15:29:26 +01:00 |
|
Amber Brown
|
0b6fbb28a8
|
Don't load the media repo when configured to use an external media repo (#5754)
|
2019-08-13 21:49:28 +10:00 |
|
Richard van der Hoff
|
0836cbb9f5
|
Factor out an "assert_requester_is_admin" function (#5120)
Rather than copying-and-pasting the same four lines hundreds of times
|
2019-05-02 10:45:52 +01:00 |
|