aboutsummaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-311-22/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Format headerJ0WI2021-04-151-2/+0
| | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* 2FA backupcodes: add strict typingJ0WI2021-04-151-3/+6
| | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Type some of the core mappersChristoph Wurst2020-10-121-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused importsChristoph Wurst2020-03-251-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Switch to QBMapperRoeland Jago Douma2019-01-141-8/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Rename the table to a valid nameJoas Schilling2017-05-151-3/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove 2FA backup codes on user deletionJoas Schilling2017-05-151-1/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* ignore code we're unable to testChristoph Wurst2017-01-181-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove IDb interface which was deprecated for 3 years alreadyJoas Schilling2016-12-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Do not use underscores in PSR4 namespaces of the backup codes appChristoph Wurst2016-10-031-2/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix twofactor_backupcodesJoas Schilling2016-09-121-2/+2
|
* Fix more sniffingJoas Schilling2016-09-121-1/+1
|
* add 2fa backup codes appChristoph Wurst2016-09-051-0/+66
* add backup codes app unit tests * add integration tests for the backup codes app