aboutsummaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/tests/Unit/Service/BackupCodeStorageTest.php
Commit message (Expand)AuthorAgeFilesLines
* test: Fix some apps/*/testsJoas Schilling2025-05-151-15/+6
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-8/+8
* chore: Add SPDX headerAndy Scherzinger2024-05-311-21/+2
* Allow admins to disable 2FA backup codes via occChristoph Wurst2021-08-241-0/+9
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+3
* Format headerJ0WI2021-04-151-2/+0
* 2FA backupcodes: add strict typingJ0WI2021-04-151-0/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Use dispatchTyped instead of dispatch on the new event dispatcherMorris Jobke2020-08-181-2/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-5/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-11/+11
* Update license headersChristoph Wurst2019-12-051-2/+4
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Only human readbale backup charsRoeland Jago Douma2019-10-221-1/+1
* Add event dispatcher to OCPChristoph Wurst2019-06-251-3/+3
* Fix state propragation of the backup codes providerChristoph Wurst2018-08-011-38/+13
* Fix backup codes activity typeChristoph Wurst2017-05-181-1/+1
* use constant and clean up unit testChristoph Wurst2017-01-161-18/+17
* Increase 2fa backup codes entropyChristoph Wurst2017-01-161-1/+1
* fix minor issuesChristoph Wurst2016-12-191-1/+7
* push activity when backup codes are generatedChristoph Wurst2016-12-191-2/+31
* Do not use underscores in PSR4 namespaces of the backup codes appChristoph Wurst2016-10-031-4/+4
* Fix more sniffingJoas Schilling2016-09-121-3/+3
* Fix apps warningsRoeland Jago Douma2016-09-071-2/+2
* add 2fa backup codes appChristoph Wurst2016-09-051-0/+228