summary refs log tree commit diff
path: root/tests/rest/client/test_register.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop support for delegating email validation, round 2 (#13596)David Robertson2022-08-231-1/+1
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-051-47/+47
* Revert "Drop support for delegating email validation (#13192)" (#13406)3nprob2022-07-291-1/+1
* Remove unnecessary `json.dumps` from tests (#13303)Dirk Klimpel2022-07-171-57/+46
* Drop support for delegating email validation (#13192)Richard van der Hoff2022-07-121-1/+1
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-2/+0
* Add type hints to `tests/rest/client` (#12094)Dirk Klimpel2022-02-281-52/+58
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-83/+83
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-13/+15
* Stabilise MSC3231 (Token Based Registration) (#11867)Jonathan de Jong2022-02-041-1/+1
* Add a config flag to inhibit `M_USER_IN_USE` during registration (#11743)Brendan Abolivier2022-01-261-0/+41
* Default value for `public_baseurl` (#11210)Richard van der Hoff2021-11-081-1/+0
* Use direct references for configuration variables (part 7). (#10959)Patrick Cloke2021-10-041-2/+2
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-2/+2
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-1/+1
* Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-211-0/+434
* Flatten tests/rest/client/{v1,v2_alpha} too (#10667)David Robertson2021-08-201-0/+746