summary refs log tree commit diff
path: root/synapse/handlers/deactivate_account.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.45.1' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-061-4/+0
|\
| * Revert change to counting of deactivated users towards the monthly active use...Sean Quah2021-10-201-4/+0
* | Merge tag 'v1.45.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-061-4/+6
|\|
| * 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
* | Merge tag 'v1.44.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-061-6/+6
|\|
| * 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
* | Merge tag 'v1.43.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-061-2/+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
* | Merge tag 'v1.33.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-2/+3
|\|
| * 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
* | Merge commit '4ecba9bd5' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+1
|\|
| * Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* | Merge commit 'e12077a78' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-0/+7
|\|
| * Ensure pushers are deleted for deactivated accounts (#9285)Erik Johnston2021-02-251-0/+5
* | Merge commit 'd2f0ec12d' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-4/+2
|\|
| * Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+2
* | Merge commit '98a64b7f7' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-2/+15
|\|
| * 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
* | Merged commit 'deff8f628' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-2/+3
* | Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-311-5/+8
|\|
| * 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
* | Allow users to click account renewal links multiple times without hitting an ...Andrew Morgan2020-12-301-1/+1
* | Merge commit '4325be1a5' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-1/+1
|\|
| * Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* | Merge commit '13d77464c' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-4/+18
|\|
| * Follow-up to admin API to re-activate accounts (#7908)Patrick Cloke2020-07-221-4/+18
* | Merge commit 'a973bcb8a' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-20/+28
|\|
| * Allow accounts to be re-activated from the admin APIs. (#7847)Patrick Cloke2020-07-151-20/+28
* | Merge commit '457096e6d' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-1/+2
|\|
| * Support handling registration requests across multiple client readers. (#7830)Patrick Cloke2020-07-131-1/+2
* | 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