summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/TwoFactorAuth/Registry.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-031-0/+6
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Emit an event for every disabled 2FA provider during cleanupChristoph Wurst2020-06-161-4/+5
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-081-0/+7
* Update license headersChristoph Wurst2019-12-051-3/+4
* Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst2019-09-121-4/+3
* Emit event on enablign or disabling of 2FA providerRoeland Jago Douma2018-10-011-1/+15
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-251-0/+3
* Make 2FA providers statefulChristoph Wurst2018-06-201-0/+55