aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Authentication/TwoFactorAuth
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-2/+4
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-2421-406/+43
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+2
* fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA ManagerJoas Schilling2023-07-271-11/+0
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-039-4/+302
* composer run cs:fixCôme Chilliet2023-01-2011-11/+0
* Fix wrong types in phpdoc for twofactor registryCarl Schwan2022-10-121-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0416-33/+17
* Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-222-0/+130
* Deprecate all remaining event constantsChristoph Wurst2021-02-092-0/+12
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-2/+3
* Emit an event for every disabled 2FA provider during cleanupChristoph Wurst2020-06-161-0/+52
* Add visibility to all constantsChristoph Wurst2020-04-102-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1010-12/+0
* Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-0513-23/+45
* Add event dispatcher to OCPChristoph Wurst2019-06-251-1/+2
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-173-0/+118
* Fix activatable/deactivatable 2fa provider interface typosChristoph Wurst2018-12-032-2/+2
* Consolidate personal two-factor provider settingsChristoph Wurst2018-10-022-0/+90
* Let 2FA providers provide their custom icons (dark/light)Christoph Wurst2018-10-011-0/+55
* Emit event on enablign or disabling of 2FA providerRoeland Jago Douma2018-10-012-0/+66
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-251-0/+15
* Add public interfaces for activable/deactivable 2FA providersChristoph Wurst2018-09-102-0/+102
* Make 2FA providers statefulChristoph Wurst2018-06-201-0/+65
* Strict 2FARoeland Jago Douma2018-03-263-8/+12
* Dispatch event on twofactor failure and successRoeland Jago Douma2018-01-251-0/+6
* Update license headersMorris Jobke2017-11-062-4/+6
* Allow 2FA providers to specify their custom CSPChristoph Wurst2017-08-261-0/+38
* fix coding style and increase code coverageChristoph Wurst2017-01-111-12/+13
* Update TwoFactorException.phpCornelius Kölbel2017-01-111-2/+2
* Add a TwoFactorExceptionCornelius Kölbel2017-01-111-0/+37
* Fix othersJoas Schilling2016-07-211-1/+2
* Update license headersLukas Reschke2016-05-261-1/+0
* Add two factor auth to coreChristoph Wurst2016-05-231-0/+93