| Commit message (Expand) | Author | Age | Files | Lines |
* | Add third_party module callbacks to check if a user can delete a room and dea... | Will Hunt | 2022-03-09 | 1 | -1/+11 |
* | Add module callbacks called for reacting to deactivation status change and pr... | Brendan Abolivier | 2022-03-01 | 1 | -2/+18 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Remove account data (including client config, push rules and ignored users) u... | reivilibre | 2022-01-24 | 1 | -0/+3 |
* | Revert change to counting of deactivated users towards the monthly active use... | Sean Quah | 2021-10-20 | 1 | -4/+0 |
* | Remove the deprecated BaseHandler. (#11005) | Patrick Cloke | 2021-10-08 | 1 | -4/+2 |
* | Add functionality to remove deactivated users from the monthly_active_users t... | Hillery Shay | 2021-10-04 | 1 | -0/+4 |
* | Fix reactivated users not being added to the user directory (#10782) | David Robertson | 2021-09-23 | 1 | -3/+6 |
* | Always add local users to the user directory (#10796) | David Robertson | 2021-09-21 | 1 | -5/+2 |
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 1 | -1/+1 |
* | Easy refactors of the user directory (#10789) | David Robertson | 2021-09-10 | 1 | -1/+1 |
* | Port "Allow users to click account renewal links multiple times without hitti... | Andrew Morgan | 2021-04-19 | 1 | -1/+3 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Import HomeServer from the proper module. (#9665) | Patrick Cloke | 2021-03-23 | 1 | -1/+1 |
* | Ensure pushers are deleted for deactivated accounts (#9285) | Erik Johnston | 2021-02-25 | 1 | -0/+5 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -4/+2 |
* | Remove user's avatar URL and displayname when deactivated. (#8932) | Dirk Klimpel | 2021-01-12 | 1 | -2/+16 |
* | Add admin API for logging in as a user (#8617) | Erik Johnston | 2020-11-17 | 1 | -2/+3 |
* | Move additional tasks to the background worker, part 4 (#8513) | Patrick Cloke | 2020-10-13 | 1 | -1/+1 |
* | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 1 | -1/+1 |
* | Add type hints to some handlers (#8505) | Patrick Cloke | 2020-10-09 | 1 | -3/+6 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Follow-up to admin API to re-activate accounts (#7908) | Patrick Cloke | 2020-07-22 | 1 | -4/+18 |
* | Allow accounts to be re-activated from the admin APIs. (#7847) | Patrick Cloke | 2020-07-15 | 1 | -20/+28 |
* | Support handling registration requests across multiple client readers. (#7830) | Patrick Cloke | 2020-07-13 | 1 | -1/+2 |
* | Add `local_current_membership` table (#6655) | Erik Johnston | 2020-01-15 | 1 | -1/+1 |
* | Port some admin handlers to async/await (#6559) | Erik Johnston | 2019-12-19 | 1 | -30/+24 |
* | Remove local threepids on account deactivation (#6426) | Andrew Morgan | 2019-11-28 | 1 | -0/+3 |
* | Incorporate review | Brendan Abolivier | 2019-09-27 | 1 | -4/+2 |
* | Update synapse/handlers/deactivate_account.py | Brendan Abolivier | 2019-09-27 | 1 | -1/+3 |
* | Update synapse/handlers/deactivate_account.py | Brendan Abolivier | 2019-09-27 | 1 | -1/+1 |
* | Lint | Brendan Abolivier | 2019-09-27 | 1 | -3/+1 |
* | Fixup and add some logging | Brendan Abolivier | 2019-09-27 | 1 | -1/+9 |
* | Reject pending invites on deactivation | Brendan Abolivier | 2019-09-27 | 1 | -0/+31 |
* | Implement MSC2290 (#6043) | Andrew Morgan | 2019-09-23 | 1 | -1/+3 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -5/+7 |
* | Don't send renewal emails to deactivated users | Brendan Abolivier | 2019-06-14 | 1 | -0/+6 |
* | Track deactivated accounts in the database (#5378) | Brendan Abolivier | 2019-06-14 | 1 | -0/+4 |
* | Correctly handle id_server param | Erik Johnston | 2019-04-02 | 1 | -0/+1 |
* | Allowing specifying IS to use in unbind API. | Erik Johnston | 2019-04-01 | 1 | -1/+4 |
* | Use flags | Erik Johnston | 2019-03-20 | 1 | -0/+1 |
* | Give some more things logcontexts (#4077) | Richard van der Hoff | 2018-10-23 | 1 | -2/+2 |
* | Don't fail requests to unbind 3pids for non supporting ID servers | Erik Johnston | 2018-08-08 | 1 | -2/+11 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+4 |
* | add GDPR erase param to deactivate API | Matthew Hodgson | 2018-06-26 | 1 | -0/+1 |
* | Merge pull request #3441 from matrix-org/erikj/redo_erasure | Erik Johnston | 2018-06-25 | 1 | -1/+6 |
|\ |
|
| * | Revert "Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibili... | Erik Johnston | 2018-06-25 | 1 | -1/+6 |
* | | Remove all global reactor imports & pass it around explicitly (#3424) | Amber Brown | 2018-06-25 | 1 | -2/+2 |
|/ |
|
* | Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility" | Richard van der Hoff | 2018-06-22 | 1 | -6/+1 |
* | mark accounts as erased when requested | Richard van der Hoff | 2018-06-12 | 1 | -1/+6 |
* | Fix comment | David Baker | 2018-06-04 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/develop' into dbkr/unbind | David Baker | 2018-05-24 | 1 | -0/+4 |
|\ |
|
| * | Remove users from user directory on deactivate | David Baker | 2018-05-24 | 1 | -0/+4 |
* | | pep8 | David Baker | 2018-05-24 | 1 | -3/+6 |
* | | Hit the 3pid unbind endpoint on deactivation | David Baker | 2018-05-23 | 1 | -1/+21 |
|/ |
|
* | comment typo | David Baker | 2018-05-22 | 1 | -1/+1 |
* | Catch failure to part user from room | David Baker | 2018-05-10 | 1 | -7/+13 |
* | Many docstrings | David Baker | 2018-05-10 | 1 | -0/+24 |
* | Oops, don't call function passed to run_in_background | David Baker | 2018-05-10 | 1 | -1/+1 |
* | Prefix internal functions | David Baker | 2018-05-09 | 1 | -7/+7 |
* | Indent fail | David Baker | 2018-05-09 | 1 | -1/+1 |
* | Part deactivated users in the background | David Baker | 2018-05-09 | 1 | -1/+34 |
* | Part user from rooms on account deactivate | David Baker | 2018-05-08 | 1 | -1/+15 |
* | Delete devices in various logout situations | Richard van der Hoff | 2017-11-29 | 1 | -0/+8 |
* | Move deactivate_account into its own handler | Richard van der Hoff | 2017-11-29 | 1 | -0/+44 |