aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/TwoFactorAuth/Db
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
* fix: Fix new psalm errors from updateCôme Chilliet2024-04-081-9/+7
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* fix(twofactor): avoid error in pgsql for duplicate entryBenjamin Gaussorgues2023-10-061-20/+17
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-031-3/+3
* Fix the type of the return array in a few more placesCarl Schwan2022-10-181-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Emit an event for every disabled 2FA provider during cleanupChristoph Wurst2020-06-161-6/+29
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+0
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-081-0/+9
* Update license headersChristoph Wurst2019-12-051-2/+2
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-251-0/+9
* Fix handlng of concurrent inserts of the 2FA provider registry DAOChristoph Wurst2018-08-311-20/+9
* Fix double-inserts of the same provider stateChristoph Wurst2018-08-091-6/+19
* Fix duplicate inserts in the 2fa provider registry DAOChristoph Wurst2018-07-311-10/+18
* Make 2FA providers statefulChristoph Wurst2018-06-201-0/+86