Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Hash passwords earlier in the password reset process (#7538) | Patrick Cloke | 2020-05-20 | 1 | -4/+1 |
* | Convert auth handler to async/await (#7261) | Patrick Cloke | 2020-04-15 | 1 | -8/+5 |
* | Allow server admins to define and enforce a password policy (MSC2000). (#7118) | Dirk Klimpel | 2020-03-26 | 1 | -0/+2 |
* | Add an option to the set password API to choose whether to logout other devic... | Patrick Cloke | 2020-03-18 | 1 | -16/+25 |
* | Added possibilty to disable local password authentication (#5092) | Daniel Hoffend | 2019-06-27 | 1 | -0/+3 |
* | 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 |
* | Move set_password into its own handler | Richard van der Hoff | 2017-11-29 | 1 | -0/+45 |