You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/rest/admin
Andrew Morgan 4953cd71df
Move Account Validity callbacks to a dedicated file (#15237)
3 years ago
..
__init__.py Prefer `type(x) is int` to `isinstance(x, int)` (#14945) 3 years ago
_base.py `synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 3 years ago
background_updates.py Remove `HomeServer.get_datastore()` (#12031) 4 years ago
devices.py Add a type hint for `get_device_handler()` and fix incorrect types. (#14055) 3 years ago
event_reports.py Admin API endpoint to delete a reported event (#15116) 3 years ago
federation.py Add helper to parse an enum from query args & use it. (#14956) 3 years ago
media.py Respond correctly to unknown methods on known endpoints (#14605) 3 years ago
registration_tokens.py Prefer `type(x) is int` to `isinstance(x, int)` (#14945) 3 years ago
rooms.py Bump black from 22.12.0 to 23.1.0 (#15103) 3 years ago
server_notice_servlet.py Pass the Requester down to the HttpTransactionCache. (#15200) 3 years ago
statistics.py Add helper to parse an enum from query args & use it. (#14956) 3 years ago
username_available.py Clean up `synapse.rest.admin` (#11535) 4 years ago
users.py Move Account Validity callbacks to a dedicated file (#15237) 3 years ago