forked-synapse/synapse/rest
Will Hunt a933c2c7d8
Add an admin API to check if a username is available (#10578)
This adds a new API GET /_synapse/admin/v1/username_available?username=foo to check if a username is available. It is the counterpart to https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available, except that it works even if registration is disabled.
2021-08-17 10:52:38 +01:00
..
admin Add an admin API to check if a username is available (#10578) 2021-08-17 10:52:38 +01:00
client Validate the max_rooms_per_space parameter to ensure it is non-negative. (#10611) 2021-08-16 12:01:30 -04:00
consent Add a return type to parse_string. (#10438) 2021-07-21 09:47:56 -04:00
key Use inline type hints in handlers/ and rest/. (#10382) 2021-07-16 18:22:36 +01:00
media Admin API to delete media for a specific user (#10558) 2021-08-11 19:29:59 +00:00
synapse Use inline type hints in handlers/ and rest/. (#10382) 2021-07-16 18:22:36 +01:00
__init__.py Move /batch_send to /v2_alpha directory (MSC2716) (#10576) 2021-08-13 14:37:24 -05:00
health.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
well_known.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00