Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.41.0rc1 | Erik Johnston | 2021-08-18 | 1 | -1/+0 |
| | |||||
* | Add an admin API to check if a username is available (#10578) | Will Hunt | 2021-08-17 | 1 | -0/+1 |
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. |