| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | catch specific BadMethodCallException | Christoph Wurst | 2016-12-19 | 1 | -2/+2 |
* | fix minor issues | Christoph Wurst | 2016-12-19 | 3 | -6/+18 |
* | push activity when backup codes are generated | Christoph Wurst | 2016-12-19 | 3 | -2/+91 |
* | Publish, parse and filter 2FA activities | Christoph Wurst | 2016-12-19 | 3 | -0/+209 |
* | Remove IDb interface which was deprecated for 3 years already | Joas Schilling | 2016-12-14 | 1 | -2/+2 |
* | Require confirmation when generating backup codes | Joas Schilling | 2016-11-18 | 1 | -4/+6 |
* | Do not use underscores in PSR4 namespaces of the backup codes app | Christoph Wurst | 2016-10-03 | 5 | -10/+9 |
* | Fix twofactor_backupcodes | Joas Schilling | 2016-09-12 | 1 | -2/+2 |
* | Fix more sniffing | Joas Schilling | 2016-09-12 | 2 | -2/+2 |
* | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 5 | -0/+408 |