aboutsummaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/lib/Migration
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-212-10/+6
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-316-121/+12
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-11/+10
* Format headerJ0WI2021-04-152-4/+0
* 2FA backupcodes: add strict typingJ0WI2021-04-154-0/+12
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+2
* Replace TYPE with TYPESDaniel Kesselberg2020-06-302-7/+8
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-3/+0
* Update license headersChristoph Wurst2019-12-056-6/+35
* Some php-cs fixesRoeland Jago Douma2019-11-225-5/+6
* Add job to check users for backup code remindersRoeland Jago Douma2018-10-021-0/+48
* Fix backup codes column length to fix Argon2 hash valuesChristoph Wurst2018-08-211-0/+51
* Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-174-17/+14
* Restore the sequencial orderJoas Schilling2017-09-291-1/+1
* Migrate the twofactor_backupcodes app to bigintJoas Schilling2017-09-291-0/+25
* Fix database structure of twofactor backupcodes app to match 12Joas Schilling2017-09-191-0/+56
* Fix dropping tables and handle the prefix automaticallyJoas Schilling2017-07-052-8/+5
* Move twofactor_backupcodes to migrationsJoas Schilling2017-07-052-31/+102
* Add a update step that copies all the backup codesJoas Schilling2017-05-151-0/+108