aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication/TwoFactorAuth/RegistryTest.php
Commit message (Expand)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-5/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-131-19/+2
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-031-2/+20
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Emit an event for every disabled 2FA provider during cleanupChristoph Wurst2020-06-161-1/+10
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use a blank line after the opening tagChristoph Wurst2020-04-091-1/+3
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-081-0/+10
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst2019-09-121-8/+8
* Generate backups code notification if not enable but 2fa isRoeland Jago Douma2018-10-011-1/+27
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-251-0/+8
* Make 2FA providers statefulChristoph Wurst2018-06-201-0/+85