MatrixSynapse/synapse/rest/admin
David Robertson 4ae956c8bb
Use version string helper from matrix-common (#11979)
* Require latest matrix-common
* Use the common function
2022-02-14 13:12:22 +00:00
..
__init__.py Use version string helper from matrix-common (#11979) 2022-02-14 13:12:22 +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 Replace uses of simple_insert_many with simple_insert_many_values. (#11742) 2022-01-13 19:44:18 -05: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 Add admin API to get a list of federated rooms (#11658) 2022-01-25 16:11:40 +00: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 Improvements to bundling aggregations. (#11815) 2022-01-26 08:27:04 -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 Remove the 'password_hash' from the Users Admin API endpoint response dictionary (#11576) 2022-01-14 14:53:33 +00:00