Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add job to check users for backup code reminders | Roeland Jago Douma | 2018-10-02 | 1 | -0/+48 |
| | | | | | | | | | Now that we can enforce 2FA we also should notify users that have enabled 2FA but do not yet have backup codes generated. This adds a repair step that inserts a background job to do this. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix backup codes column length to fix Argon2 hash values | Christoph Wurst | 2018-08-21 | 1 | -0/+51 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix the type hints of migrations and correctly inject the wrapped schema ↵ | Joas Schilling | 2018-01-17 | 4 | -17/+14 |
| | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Restore the sequencial order | Joas Schilling | 2017-09-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Migrate the twofactor_backupcodes app to bigint | Joas Schilling | 2017-09-29 | 1 | -0/+25 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix database structure of twofactor backupcodes app to match 12 | Joas Schilling | 2017-09-19 | 1 | -0/+56 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix dropping tables and handle the prefix automatically | Joas Schilling | 2017-07-05 | 2 | -8/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move twofactor_backupcodes to migrations | Joas Schilling | 2017-07-05 | 2 | -31/+102 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a update step that copies all the backup codes | Joas Schilling | 2017-05-15 | 1 | -0/+108 |
Signed-off-by: Joas Schilling <coding@schilljs.com> |