synapse/tests/rest/admin
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
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_admin.py [pyupgrade] tests/ (#10347) 2021-07-13 11:43:15 +01:00
test_device.py Fix (final) Bugbear violations (#9838) 2021-04-20 11:50:49 +01:00
test_event_reports.py Make reason and score optional for report_event (#10077) 2021-05-27 18:42:23 +01:00
test_media.py Add type hints to additional servlet functions (#10437) 2021-07-21 18:12:22 +00:00
test_room.py [pyupgrade] tests/ (#10347) 2021-07-13 11:43:15 +01:00
test_statistics.py Fix (final) Bugbear violations (#9838) 2021-04-20 11:50:49 +01:00
test_user.py Admin API to delete media for a specific user (#10558) 2021-08-11 19:29:59 +00:00
test_username_available.py Add an admin API to check if a username is available (#10578) 2021-08-17 10:52:38 +01:00