summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix type error in CheckBackupCodes bg jobRoeland Jago Douma2021-03-111-1/+1
* Type some of the core mappersChristoph Wurst2020-10-121-0/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+2
* Use dispatchTyped instead of dispatch on the new event dispatcherMorris Jobke2020-08-181-1/+1
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-3/+2
* Replace TYPE with TYPESDaniel Kesselberg2020-06-302-7/+8
* Migrate Two-Factor Backup Codes to new bootstrap mechanismChristoph Wurst2020-06-171-24/+27
* Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-171-1/+0
* Update license headers for 19Christoph Wurst2020-04-293-1/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1016-18/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-3/+3
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Remove unused importsChristoph Wurst2020-03-253-6/+0
* Update license headersChristoph Wurst2019-12-0523-35/+106
* Some php-cs fixesRoeland Jago Douma2019-11-226-6/+6
* Only human readbale backup charsRoeland Jago Douma2019-10-221-1/+1
* Remove unused backupscode functionRoeland Jago Douma2019-09-121-9/+0
* Merge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notif...Morris Jobke2019-07-172-11/+22
|\
| * Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-161-1/+1
| * Update twofactor_backupcodes NotifierJoas Schilling2019-07-152-11/+22
* | Add icon to twofactor_backupcodes notificationJan-Christoph Borchardt2019-07-161-0/+3
* | Fix wording of backupcodes notificationJan-Christoph Borchardt2019-07-161-1/+1
|/
* Add event dispatcher to OCPChristoph Wurst2019-06-259-81/+40
* Do not send notification if no active 2faRoeland Jago Douma2019-03-051-1/+9
* Clear backupcodes reminder if no 2FA is enabledRoeland Jago Douma2019-03-052-0/+72
* Add a link to the notification to create the backup codesJoas Schilling2019-02-111-1/+8
* Add a key parameter to the new initial state APIChristoph Wurst2019-01-301-1/+1
* Provide initial stateRoeland Jago Douma2019-01-292-13/+12
* Provide initial state for backupcodes in templateRoeland Jago Douma2019-01-152-3/+12
* Switch to OCP background jobsRoeland Jago Douma2019-01-142-6/+6
* Switch to QBMapperRoeland Jago Douma2019-01-141-8/+3
* Consolidate personal two-factor provider settingsChristoph Wurst2018-10-022-55/+23
* Add job to check users for backup code remindersRoeland Jago Douma2018-10-022-0/+114
* Clear notification to generate backup code once codes are generatedRoeland Jago Douma2018-10-012-0/+53
* Generate backups code notification if not enable but 2fa isRoeland Jago Douma2018-10-014-0/+245
* Fix backup codes column length to fix Argon2 hash valuesChristoph Wurst2018-08-211-0/+51
* Fix state propragation of the backup codes providerChristoph Wurst2018-08-016-41/+230
* Make 2FA backupcodes strictRoeland Jago Douma2018-03-261-8/+10
* Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-261-2/+1
|\
| * Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* | Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-251-1/+1
|/
* 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
* Merge pull request #5483 from nextcloud/issue-5075-png-files-for-activity-emailsMorris Jobke2017-07-071-7/+12
|\
| * Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-201-7/+12
* | Fix dropping tables and handle the prefix automaticallyJoas Schilling2017-07-052-8/+5
* | Move twofactor_backupcodes to migrationsJoas Schilling2017-07-052-31/+102