summary refs log tree commit diff
path: root/synapse/handlers/deactivate_account.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Performance improvements to marking expired users as inactive (#47)Andrew Morgan2020-06-191-1/+1
* Add `local_current_membership` table (#6655)Andrew Morgan2020-03-231-1/+1
|\
| * Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-1/+1
* | Fix exceptions when attempting to backfill (#6576)Andrew Morgan2020-03-201-1/+1
|\ \
* \ \ Port some admin handlers to async/await (#6559)Andrew Morgan2020-03-201-30/+24
|\ \ \ | | |/ | |/|
| * | Port some admin handlers to async/await (#6559)Erik Johnston2019-12-191-30/+24
| |/
* | Remove local threepids on account deactivation (#6426)Andrew Morgan2020-03-181-0/+3
|\|
| * 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 Morgan2020-02-251-1/+3
|\|
| * Implement MSC2290 (#6043)Andrew Morgan2019-09-231-1/+3
* | Replace returnValue with return (#5736)Andrew Morgan2020-02-191-1/+1
|\|
| * Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
| * Run Black. (#5482)Amber Brown2019-06-201-5/+7
* | Delete duplicate user deactivationAndrew Morgan2020-02-141-7/+0
* | Dinsic Blacking with black==18.6b2Andrew Morgan2020-02-111-5/+7
* | Merge remote-tracking branch 'dinsic/dinsic' into dinsic-release-v1.1.0Andrew Morgan2020-02-101-0/+37
|\ \
| * | s/return/defer.returnValue/Brendan Abolivier2019-09-271-1/+1
| * | 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-0/+4
| * | LintBrendan Abolivier2019-09-271-1/+34
* | | Don't send renewal emails to deactivated usersAndrew Morgan2020-02-101-0/+4
|\ \ \ | | |/ | |/|
| * | Don't send renewal emails to deactivated usersBrendan Abolivier2019-06-141-0/+6
* | | Track deactivated accounts in the database (#5378)Andrew Morgan2020-02-101-0/+3
|\| | | |/ |/|
| * Track deactivated accounts in the database (#5378)Brendan Abolivier2019-06-141-0/+4
* | 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
* | Merge branch 'develop' into dinsicAndrew Morgan2019-04-151-1/+5
|\|
| * Correctly handle id_server paramErik Johnston2019-04-021-0/+1
| * Allowing specifying IS to use in unbind API.Erik Johnston2019-04-011-1/+4
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dinsic-mergedErik Johnston2019-03-211-0/+1
|\|
| * Use flagsErik Johnston2019-03-201-0/+1
* | add im.vector.hide_profile to user account_dataMatthew Hodgson2018-11-041-1/+1
* | merge master into dinsic, again...Matthew Hodgson2018-11-031-2/+2
|\|
| * Give some more things logcontexts (#4077)Richard van der Hoff2018-10-231-2/+2
* | merge in masterMatthew Hodgson2018-10-221-2/+11
|\|
| * Don't fail requests to unbind 3pids for non supporting ID serversErik Johnston2018-08-081-2/+11
* | Merge remote-tracking branch 'origin/master' into dinsicDavid Baker2018-07-191-3/+4
|\|
| * run isortAmber Brown2018-07-091-3/+4
* | Remove deactivated users from profile searchDavid Baker2018-07-181-0/+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