summary refs log tree commit diff
path: root/tests/rest/client/test_register.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send an email if the address is already bound to an user account (#16819)mcalinghee2024-04-231-0/+9
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+2
* Update license headersPatrick Cloke2023-11-211-12/+16
* Convert simple_select_one_txn and simple_select_one to return tuples. (#16612)Patrick Cloke2023-11-091-6/+6
* Update ruff config (#16283)Patrick Cloke2023-09-081-3/+3
* Prepare unit tests for Python 3.12 (#16099)V024602023-08-251-4/+4
* Revert pruning of old devices (#15360)Erik Johnston2023-03-311-47/+0
* Fix registering a device on an account with lots of devices (#15348)Erik Johnston2023-03-291-0/+47
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-4/+0
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-2/+5
* Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-291-1/+31
* 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