summary refs log tree commit diff
path: root/synapse/handlers/deactivate_account.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-11/+16
* Convert simple_select_list and simple_select_list_txn to return lists of tupl...Patrick Cloke2023-10-261-2/+2
* Convert user_get_threepids response to attrs. (#16468)Patrick Cloke2023-10-111-2/+2
* `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro...Shay2023-06-021-1/+1
* Move ThirdPartyEventRules into module_api/callbacks (#15535)Andrew Morgan2023-05-041-2/+2
* Delete server-side backup keys when deactivating an account. (#15181)Shay2023-04-041-0/+3
* Add module API callbacks for adding and deleting local 3PID associations (#15044Andrew Morgan2023-02-271-9/+11
* Refactor arguments of `try_unbind_threepid(_with_id_server)` from dict to sep...Andrew Morgan2023-02-131-6/+1
* Add a type hint for `get_device_handler()` and fix incorrect types. (#14055)Patrick Cloke2022-11-221-0/+4
* Add third_party module callbacks to check if a user can delete a room and dea...Will Hunt2022-03-091-1/+11
* Add module callbacks called for reacting to deactivation status change and pr...Brendan Abolivier2022-03-011-2/+18
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Remove account data (including client config, push rules and ignored users) u...reivilibre2022-01-241-0/+3
* Revert change to counting of deactivated users towards the monthly active use...Sean Quah2021-10-201-4/+0
* Remove the deprecated BaseHandler. (#11005)Patrick Cloke2021-10-081-4/+2
* Add functionality to remove deactivated users from the monthly_active_users t...Hillery Shay2021-10-041-0/+4
* Fix reactivated users not being added to the user directory (#10782)David Robertson2021-09-231-3/+6
* Always add local users to the user directory (#10796)David Robertson2021-09-211-5/+2
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Easy refactors of the user directory (#10789)David Robertson2021-09-101-1/+1
* Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-191-1/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* Ensure pushers are deleted for deactivated accounts (#9285)Erik Johnston2021-02-251-0/+5
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+2
* Remove user's avatar URL and displayname when deactivated. (#8932)Dirk Klimpel2021-01-121-2/+16
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-2/+3
* Move additional tasks to the background worker, part 4 (#8513)Patrick Cloke2020-10-131-1/+1
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+1
* Add type hints to some handlers (#8505)Patrick Cloke2020-10-091-3/+6
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Follow-up to admin API to re-activate accounts (#7908)Patrick Cloke2020-07-221-4/+18
* Allow accounts to be re-activated from the admin APIs. (#7847)Patrick Cloke2020-07-151-20/+28
* Support handling registration requests across multiple client readers. (#7830)Patrick Cloke2020-07-131-1/+2
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-1/+1
* Port some admin handlers to async/await (#6559)Erik Johnston2019-12-191-30/+24
* Remove local threepids on account deactivation (#6426)Andrew Morgan2019-11-281-0/+3
* Incorporate reviewBrendan Abolivier2019-09-271-4/+2
* Update synapse/handlers/deactivate_account.pyBrendan Abolivier2019-09-271-1/+3
* Update synapse/handlers/deactivate_account.pyBrendan Abolivier2019-09-271-1/+1
* LintBrendan Abolivier2019-09-271-3/+1
* Fixup and add some loggingBrendan Abolivier2019-09-271-1/+9
* Reject pending invites on deactivationBrendan Abolivier2019-09-271-0/+31
* Implement MSC2290 (#6043)Andrew Morgan2019-09-231-1/+3
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-5/+7
* Don't send renewal emails to deactivated usersBrendan Abolivier2019-06-141-0/+6
* Track deactivated accounts in the database (#5378)Brendan Abolivier2019-06-141-0/+4
* Correctly handle id_server paramErik Johnston2019-04-021-0/+1
* Allowing specifying IS to use in unbind API.Erik Johnston2019-04-011-1/+4
* Use flagsErik Johnston2019-03-201-0/+1
* Give some more things logcontexts (#4077)Richard van der Hoff2018-10-231-2/+2
* Don't fail requests to unbind 3pids for non supporting ID serversErik Johnston2018-08-081-2/+11
* run isortAmber Brown2018-07-091-3/+4
* add GDPR erase param to deactivate APIMatthew Hodgson2018-06-261-0/+1
* Merge pull request #3441 from matrix-org/erikj/redo_erasureErik Johnston2018-06-251-1/+6
|\
| * Revert "Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibili...Erik Johnston2018-06-251-1/+6
* | Remove all global reactor imports & pass it around explicitly (#3424)Amber Brown2018-06-251-2/+2
|/
* Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility"Richard van der Hoff2018-06-221-6/+1
* mark accounts as erased when requestedRichard van der Hoff2018-06-121-1/+6
* Fix commentDavid Baker2018-06-041-1/+1
* Merge remote-tracking branch 'origin/develop' into dbkr/unbindDavid Baker2018-05-241-0/+4
|\
| * Remove users from user directory on deactivateDavid Baker2018-05-241-0/+4
* | pep8David Baker2018-05-241-3/+6
* | Hit the 3pid unbind endpoint on deactivationDavid Baker2018-05-231-1/+21
|/
* comment typoDavid Baker2018-05-221-1/+1
* Catch failure to part user from roomDavid Baker2018-05-101-7/+13
* Many docstringsDavid Baker2018-05-101-0/+24
* Oops, don't call function passed to run_in_backgroundDavid Baker2018-05-101-1/+1
* Prefix internal functionsDavid Baker2018-05-091-7/+7
* Indent failDavid Baker2018-05-091-1/+1
* Part deactivated users in the backgroundDavid Baker2018-05-091-1/+34
* Part user from rooms on account deactivateDavid Baker2018-05-081-1/+15
* Delete devices in various logout situationsRichard van der Hoff2017-11-291-0/+8
* Move deactivate_account into its own handlerRichard van der Hoff2017-11-291-0/+44