Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | One room at a time so we don't take out the whole server with leave events, and restart at server restart. | ||||
* | Part user from rooms on account deactivate | David Baker | 2018-05-08 | 1 | -1/+15 |
| | | | | | | | This implements this very crudely: this probably isn't viable because parting a user from all their rooms could take a long time, and if the HS gets restarted in that time the process will be aborted. | ||||
* | Delete devices in various logout situations | Richard van der Hoff | 2017-11-29 | 1 | -0/+8 |
| | | | | | | | | | | | | | Make sure that we delete devices whenever a user is logged out due to any of the following situations: * /logout * /logout_all * change password * deactivate account (by the user or by an admin) * invalidate access token from a dynamic module Fixes #2672. | ||||
* | Move deactivate_account into its own handler | Richard van der Hoff | 2017-11-29 | 1 | -0/+44 |
Non-functional refactoring to move deactivate_account. This means that we'll be able to properly deactivate devices and access tokens without introducing a dependency loop. |