summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/lib/Migration
Commit message (Collapse)AuthorAgeFilesLines
* Add job to check users for backup code remindersRoeland Jago Douma2018-10-021-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 valuesChristoph Wurst2018-08-211-0/+51
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-174-17/+14
| | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* Restore the sequencial orderJoas Schilling2017-09-291-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate the twofactor_backupcodes app to bigintJoas Schilling2017-09-291-0/+25
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix database structure of twofactor backupcodes app to match 12Joas Schilling2017-09-191-0/+56
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix dropping tables and handle the prefix automaticallyJoas Schilling2017-07-052-8/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move twofactor_backupcodes to migrationsJoas Schilling2017-07-052-31/+102
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a update step that copies all the backup codesJoas Schilling2017-05-151-0/+108
Signed-off-by: Joas Schilling <coding@schilljs.com>