summary refs log tree commit diff
path: root/tests/rest/admin/test_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
* Use literals in place of `HTTPStatus` constants in tests (#13488)Dirk Klimpel2022-08-101-138/+29
* Use literals in place of `HTTPStatus` constants in tests (#13479)Dirk Klimpel2022-08-091-13/+13
* Use literals in place of `HTTPStatus` constants in tests (#13469)Dirk Klimpel2022-08-081-16/+16
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-131-11/+4
* Add type hints to `synapse/tests/rest/admin` (#11590)Dirk Klimpel2021-12-161-9/+16
* Add type hints to `synapse/tests/rest/admin` (#11501)Dirk Klimpel2021-12-031-37/+40
* Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455)Dirk Klimpel2021-11-301-47/+164
* Allow `.` and `~` chars in registration tokens (#10887)Callum Brown2021-09-231-3/+5
* Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-211-0/+710