summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* twofactor auth settings are not regular settingsRobin Appelman2018-11-141-4/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add job to check users for backup code remindersRoeland Jago Douma2018-10-021-1/+7
| | | | | | | | | 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>
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* raise version to trigger migrationMorris Jobke2018-08-211-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-10/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Migrate the twofactor_backupcodes app to bigintJoas Schilling2017-09-291-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix database structure of twofactor backupcodes app to match 12Joas Schilling2017-09-191-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move twofactor_backupcodes to migrationsJoas Schilling2017-07-052-55/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* move twofactor_* into securityArthur Schiwon2017-06-231-2/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* adapt twofactore_backupcodesArthur Schiwon2017-06-231-1/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Change 2FA activities to more generic security activitiesChristoph Wurst2017-05-181-7/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Rename the index so the name is unique until the old table is deletedJoas Schilling2017-05-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a update step that copies all the backup codesJoas Schilling2017-05-151-1/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rename the table to a valid nameJoas Schilling2017-05-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove 2FA backup codes on user deletionJoas Schilling2017-05-151-5/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* make sure files end with emtpy lineChristoph Wurst2017-01-182-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* ignore code we're unable to testChristoph Wurst2017-01-182-0/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* push activity when backup codes are generatedChristoph Wurst2016-12-191-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Publish, parse and filter 2FA activitiesChristoph Wurst2016-12-191-0/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Do not use underscores in PSR4 namespaces of the backup codes appChristoph Wurst2016-10-031-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add 2fa backup codes appChristoph Wurst2016-09-054-0/+124
* add backup codes app unit tests * add integration tests for the backup codes app