MatrixSynapse/synapse/rest/admin
Patrick Cloke dd47788752
Do not bundle aggregations for APIs which shouldn't include them. (#11592)
And make bundling aggregations opt-in, instead of opt-out to avoid
having APIs to include extraneous data (and being much heavier than
necessary).
2021-12-20 14:14:38 -05:00
..
__init__.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
_base.py Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452) 2021-11-29 22:19:45 +00:00
background_updates.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
devices.py Make `get_device` return None if the device doesn't exist rather than raising an exception. (#11565) 2021-12-13 15:39:43 +00:00
event_reports.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
federation.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
groups.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
media.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
registration_tokens.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
rooms.py Do not bundle aggregations for APIs which shouldn't include them. (#11592) 2021-12-20 14:14:38 -05:00
server_notice_servlet.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
statistics.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
username_available.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
users.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00