MatrixSynapse/synapse/rest/admin
Patrick Cloke 6bf81a7a61
Bundle aggregations outside of the serialization method. (#11612)
This makes the serialization of events synchronous (and it no
longer access the database), but we must manually calculate and
provide the bundled aggregations.

Overall this should cause no change in behavior, but is prep work
for other improvements.
2022-01-07 09:10:46 -05:00
..
__init__.py Add admin API to get users' account data (#11664) 2022-01-05 11:49:06 +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 Fix get federation status of destination if no error occured (#11593) 2022-01-05 14:46:50 -05:00
groups.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
media.py Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685) 2022-01-05 09:53:05 -08:00
registration_tokens.py Clean up `synapse.rest.admin` (#11535) 2021-12-08 16:59:40 +00:00
rooms.py Bundle aggregations outside of the serialization method. (#11612) 2022-01-07 09:10:46 -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 Add admin API to get users' account data (#11664) 2022-01-05 11:49:06 +00:00