summary refs log tree commit diff
path: root/synapse/rest/admin/username_available.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
| | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them.
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-081-1/+1
|
* Add an admin API to check if a username is available (#10578)Will Hunt2021-08-171-0/+51
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.