Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added possibilty to disable local password authentication (#5092) | Daniel Hoffend | 2019-06-27 | 1 | -0/+3 |
| | | | | | Signed-off-by: Daniel Hoffend <dh@dotlan.net> | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -2/+3 |
| | |||||
* | run isort | Amber Brown | 2018-07-09 | 1 | -0/+1 |
| | |||||
* | Do bcrypt hashing in a background thread | Erik Johnston | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Delete devices in various logout situations | Richard van der Hoff | 2017-11-29 | 1 | -0/+11 |
| | | | | | | | | | | | | | 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 set_password into its own handler | Richard van der Hoff | 2017-11-29 | 1 | -0/+45 |
Non-functional refactoring to move set_password. This means that we'll be able to properly deactivate devices and access tokens without introducing a dependency loop. |