Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redact membership events if the user requested erasure upon deactivating ↵ | Till | 2024-04-25 | 1 | -0/+37 |
| | | | | | (#17076) Fixes #15355 by redacting all membership events before leaving rooms. | ||||
* | Fix reject knocks on deactivating account (#17010) | Hanadi | 2024-03-21 | 1 | -2/+85 |
| | |||||
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
| | | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them. | ||||
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -10/+16 |
| | |||||
* | Port the push rule classes to Rust. (#13768) | Erik Johnston | 2022-09-20 | 1 | -15/+12 |
| | |||||
* | Fix validation problem that occurs when a user tries to deactivate their ↵ | reivilibre | 2022-08-19 | 1 | -0/+15 |
| | | | | account or change their password. (#13563) | ||||
* | Make push rules use proper structures. (#13522) | Erik Johnston | 2022-08-16 | 1 | -16/+17 |
| | | | | | | | | | | | | This improves load times for push rules: | Version | Time per user | Time for 1k users | | -------------------- | ------------- | ----------------- | | Before | 138 µs | 138ms | | Now (with custom) | 2.11 µs | 2.11ms | | Now (without custom) | 49.7 ns | 0.05 ms | This therefore has a large impact on send times for rooms with large numbers of local users in the room. | ||||
* | Use literals in place of `HTTPStatus` constants in tests (#13463) | Dirk Klimpel | 2022-08-05 | 1 | -2/+1 |
| | |||||
* | Remove redundant `get_success` calls in test code (#12346) | Richard van der Hoff | 2022-04-01 | 1 | -13/+12 |
| | | | There are a bunch of places we call get_success on an immediate value, which is unnecessary. Let's rip them out, and remove the redundant functionality in get_success and friends. | ||||
* | Add some type hints to the tests.handlers module. (#12207) | Patrick Cloke | 2022-03-11 | 1 | -1/+1 |
| | |||||
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
| | | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733 | ||||
* | Add a background database update to purge account data for deactivated ↵ | reivilibre | 2022-02-02 | 1 | -0/+106 |
| | | | | users. (#11655) | ||||
* | Remove account data (including client config, push rules and ignored users) ↵ | reivilibre | 2022-01-24 | 1 | -0/+219 |
upon user deactivation. (#11621) Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> |