MatrixSynapse/synapse/rest/admin
Quentin Gliech e343125b38 Disable incompatible Admin API endpoints 2023-05-30 09:43:06 -04:00
..
__init__.py Disable incompatible Admin API endpoints 2023-05-30 09:43:06 -04:00
_base.py `synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 2022-08-22 14:17:59 +01:00
background_updates.py Remove `HomeServer.get_datastore()` (#12031) 2022-02-23 11:04:02 +00:00
devices.py Add a new admin API to create a new device for a user. (#15611) 2023-05-17 14:39:06 +00:00
event_reports.py Admin API endpoint to delete a reported event (#15116) 2023-02-28 12:09:10 +00:00
experimental_features.py Remove references to supporting per-user flag for msc2654 (#15522) 2023-05-02 14:21:36 -07:00
federation.py Add helper to parse an enum from query args & use it. (#14956) 2023-02-01 21:35:24 +00:00
media.py Factor out an `is_mine_server_name` method (#15542) 2023-05-05 15:06:22 +01:00
registration_tokens.py Prefer `type(x) is int` to `isinstance(x, int)` (#14945) 2023-01-31 10:33:07 +00:00
rooms.py Move ThirdPartyEventRules into module_api/callbacks (#15535) 2023-05-04 14:18:22 +00:00
server_notice_servlet.py Pass the Requester down to the HttpTransactionCache. (#15200) 2023-03-07 16:05:22 +00:00
statistics.py Add admin endpoint to query room sizes (#15482) 2023-04-26 16:00:11 +00:00
username_available.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
users.py Disable incompatible Admin API endpoints 2023-05-30 09:43:06 -04:00