summary refs log tree commit diff
path: root/synapse/handlers/deactivate_account.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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