summary refs log tree commit diff
path: root/synapse/rest/admin/registration_tokens.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Remove remaining usage of cursor_to_dict. (#16564)Patrick Cloke2023-10-311-1/+12
* Bump ruff from 0.0.277 to 0.0.286 (#16198)dependabot[bot]2023-08-291-7/+14
* Prefer `type(x) is int` to `isinstance(x, int)` (#14945)David Robertson2023-01-311-8/+7
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-3/+3
* Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-081-3/+0
* Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452)Dirk Klimpel2021-11-291-17/+34
* Allow `.` and `~` chars in registration tokens (#10887)Callum Brown2021-09-231-1/+1
* Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-211-0/+321