Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | twofactor auth settings are not regular settings | Robin Appelman | 2018-11-14 | 1 | -4/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add job to check users for backup code reminders | Roeland Jago Douma | 2018-10-02 | 1 | -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 apps | Joas Schilling | 2018-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | raise version to trigger migration | Morris Jobke | 2018-08-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -10/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Migrate the twofactor_backupcodes app to bigint | Joas Schilling | 2017-09-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix database structure of twofactor backupcodes app to match 12 | Joas Schilling | 2017-09-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move twofactor_backupcodes to migrations | Joas Schilling | 2017-07-05 | 2 | -55/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | move twofactor_* into security | Arthur Schiwon | 2017-06-23 | 1 | -2/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | adapt twofactore_backupcodes | Arthur Schiwon | 2017-06-23 | 1 | -1/+6 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Change 2FA activities to more generic security activities | Christoph Wurst | 2017-05-18 | 1 | -7/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Rename the index so the name is unique until the old table is deleted | Joas Schilling | 2017-05-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a update step that copies all the backup codes | Joas Schilling | 2017-05-15 | 1 | -1/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Rename the table to a valid name | Joas Schilling | 2017-05-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove 2FA backup codes on user deletion | Joas Schilling | 2017-05-15 | 1 | -5/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | make sure files end with emtpy line | Christoph Wurst | 2017-01-18 | 2 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | ignore code we're unable to test | Christoph Wurst | 2017-01-18 | 2 | -0/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | push activity when backup codes are generated | Christoph Wurst | 2016-12-19 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Publish, parse and filter 2FA activities | Christoph Wurst | 2016-12-19 | 1 | -0/+12 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -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 app | Christoph Wurst | 2016-10-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 4 | -0/+124 |
* add backup codes app unit tests * add integration tests for the backup codes app |