0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-17 01:59:26 +02:00
synapse/synapse/rest/admin
2023-03-07 16:05:22 +00:00
..
__init__.py Prefer type(x) is int to isinstance(x, int) (#14945) 2023-01-31 10:33:07 +00:00
_base.py
background_updates.py
devices.py Add a type hint for get_device_handler() and fix incorrect types. (#14055) 2022-11-22 14:08:04 -05:00
event_reports.py Admin API endpoint to delete a reported event (#15116) 2023-02-28 12:09:10 +00: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 Respond correctly to unknown methods on known endpoints (#14605) 2023-02-09 13:04:24 -05:00
registration_tokens.py Prefer type(x) is int to isinstance(x, int) (#14945) 2023-01-31 10:33:07 +00:00
rooms.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
server_notice_servlet.py Pass the Requester down to the HttpTransactionCache. (#15200) 2023-03-07 16:05:22 +00:00
statistics.py Add helper to parse an enum from query args & use it. (#14956) 2023-02-01 21:35:24 +00:00
username_available.py
users.py Add module API callbacks for adding and deleting local 3PID associations (#15044 2023-02-27 14:19:19 +00:00