MatrixSynapse/synapse/rest/admin
Callum Brown 947dbbdfd1
Implement MSC3231: Token authenticated registration (#10142)
Signed-off-by: Callum Brown <callum@calcuode.com>

This is part of my GSoC project implementing [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231).
2021-08-21 22:14:43 +01:00
..
__init__.py Implement MSC3231: Token authenticated registration (#10142) 2021-08-21 22:14:43 +01:00
_base.py Add missing type hints to the admin API servlets (#10105) 2021-06-07 15:12:34 +01:00
devices.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
event_reports.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
groups.py Add missing type hints to the admin API servlets (#10105) 2021-06-07 15:12:34 +01:00
media.py Mount /_synapse/admin/v1/users/{userId}/media admin API on media workers only (#10628) 2021-08-18 13:25:12 +01:00
registration_tokens.py Implement MSC3231: Token authenticated registration (#10142) 2021-08-21 22:14:43 +01:00
rooms.py Remove deprecated Shutdown Room and Purge Room Admin API (#8830) 2021-08-17 21:19:13 +01:00
server_notice_servlet.py Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 2021-05-18 14:13:45 +01:00
statistics.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
username_available.py Add an admin API to check if a username is available (#10578) 2021-08-17 10:52:38 +01:00
users.py Remove not needed database updates in modify user admin API (#10627) 2021-08-19 10:25:05 +01:00