summary refs log tree commit diff
path: root/tests/handlers/test_deactivate_account.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port the push rule classes to Rust. (#13768)Erik Johnston2022-09-201-15/+12
* Fix validation problem that occurs when a user tries to deactivate their acco...reivilibre2022-08-191-0/+15
* Make push rules use proper structures. (#13522)Erik Johnston2022-08-161-16/+17
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-051-2/+1
* Remove redundant `get_success` calls in test code (#12346)Richard van der Hoff2022-04-011-13/+12
* Add some type hints to the tests.handlers module. (#12207)Patrick Cloke2022-03-111-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Add a background database update to purge account data for deactivated users....reivilibre2022-02-021-0/+106
* Remove account data (including client config, push rules and ignored users) u...reivilibre2022-01-241-0/+219