| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license headers | Christoph Wurst | 2019-12-05 | 23 | -35/+106 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 6 | -6/+6 |
* | Only human readbale backup chars | Roeland Jago Douma | 2019-10-22 | 1 | -1/+1 |
* | Remove unused backupscode function | Roeland Jago Douma | 2019-09-12 | 1 | -9/+0 |
* | Merge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notif... | Morris Jobke | 2019-07-17 | 2 | -11/+22 |
|\ |
|
| * | Keep the old method as a fallback and adjust the tests | Joas Schilling | 2019-07-16 | 1 | -1/+1 |
| * | Update twofactor_backupcodes Notifier | Joas Schilling | 2019-07-15 | 2 | -11/+22 |
* | | Add icon to twofactor_backupcodes notification | Jan-Christoph Borchardt | 2019-07-16 | 1 | -0/+3 |
* | | Fix wording of backupcodes notification | Jan-Christoph Borchardt | 2019-07-16 | 1 | -1/+1 |
|/ |
|
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 9 | -81/+40 |
* | Do not send notification if no active 2fa | Roeland Jago Douma | 2019-03-05 | 1 | -1/+9 |
* | Clear backupcodes reminder if no 2FA is enabled | Roeland Jago Douma | 2019-03-05 | 2 | -0/+72 |
* | Add a link to the notification to create the backup codes | Joas Schilling | 2019-02-11 | 1 | -1/+8 |
* | Add a key parameter to the new initial state API | Christoph Wurst | 2019-01-30 | 1 | -1/+1 |
* | Provide initial state | Roeland Jago Douma | 2019-01-29 | 2 | -13/+12 |
* | Provide initial state for backupcodes in template | Roeland Jago Douma | 2019-01-15 | 2 | -3/+12 |
* | Switch to OCP background jobs | Roeland Jago Douma | 2019-01-14 | 2 | -6/+6 |
* | Switch to QBMapper | Roeland Jago Douma | 2019-01-14 | 1 | -8/+3 |
* | Consolidate personal two-factor provider settings | Christoph Wurst | 2018-10-02 | 2 | -55/+23 |
* | Add job to check users for backup code reminders | Roeland Jago Douma | 2018-10-02 | 2 | -0/+114 |
* | Clear notification to generate backup code once codes are generated | Roeland Jago Douma | 2018-10-01 | 2 | -0/+53 |
* | Generate backups code notification if not enable but 2fa is | Roeland Jago Douma | 2018-10-01 | 4 | -0/+245 |
* | Fix backup codes column length to fix Argon2 hash values | Christoph Wurst | 2018-08-21 | 1 | -0/+51 |
* | Fix state propragation of the backup codes provider | Christoph Wurst | 2018-08-01 | 6 | -41/+230 |
* | Make 2FA backupcodes strict | Roeland Jago Douma | 2018-03-26 | 1 | -8/+10 |
* | Merge pull request #8063 from nextcloud/inline-value | Joas Schilling | 2018-01-26 | 1 | -2/+1 |
|\ |
|
| * | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
* | | Use $var[] = $a instead of array_push - 2x faster | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
|/ |
|
* | Fix the type hints of migrations and correctly inject the wrapped schema into... | Joas Schilling | 2018-01-17 | 4 | -17/+14 |
* | Restore the sequencial order | Joas Schilling | 2017-09-29 | 1 | -1/+1 |
* | Migrate the twofactor_backupcodes app to bigint | Joas Schilling | 2017-09-29 | 1 | -0/+25 |
* | Fix database structure of twofactor backupcodes app to match 12 | Joas Schilling | 2017-09-19 | 1 | -0/+56 |
* | Merge pull request #5483 from nextcloud/issue-5075-png-files-for-activity-emails | Morris Jobke | 2017-07-07 | 1 | -7/+12 |
|\ |
|
| * | Use PNG version of the icons for shipped activities | Joas Schilling | 2017-06-20 | 1 | -7/+12 |
* | | Fix dropping tables and handle the prefix automatically | Joas Schilling | 2017-07-05 | 2 | -8/+5 |
* | | Move twofactor_backupcodes to migrations | Joas Schilling | 2017-07-05 | 2 | -31/+102 |
* | | move encryption to security (and behind two factor things) | Arthur Schiwon | 2017-06-27 | 1 | -1/+1 |
* | | move twofactor_* into security | Arthur Schiwon | 2017-06-23 | 2 | -99/+1 |
* | | adapt twofactore_backupcodes | Arthur Schiwon | 2017-06-23 | 3 | -8/+180 |
|/ |
|
* | Publish 2fa backup codes activities to the right stream | Christoph Wurst | 2017-05-18 | 1 | -1/+1 |
* | Change 2FA activities to more generic security activities | Christoph Wurst | 2017-05-18 | 3 | -208/+0 |
* | Add a update step that copies all the backup codes | Joas Schilling | 2017-05-15 | 1 | -0/+108 |
* | Rename the table to a valid name | Joas Schilling | 2017-05-15 | 1 | -3/+4 |
* | Remove 2FA backup codes on user deletion | Joas Schilling | 2017-05-15 | 2 | -1/+73 |
* | Hide 2FA backup codes if no other 2FA providers are enabled | Christoph Wurst | 2017-05-02 | 1 | -1/+40 |
* | ignore code we're unable to test | Christoph Wurst | 2017-01-18 | 1 | -1/+0 |
* | test activity provider | Christoph Wurst | 2017-01-18 | 1 | -0/+5 |
* | use constant and clean up unit test | Christoph Wurst | 2017-01-16 | 1 | -1/+1 |
* | Increase 2fa backup codes entropy | Christoph Wurst | 2017-01-16 | 1 | -1/+10 |
* | fix typo | Christoph Wurst | 2016-12-19 | 1 | -1/+1 |