aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/TwoFactorAuth
Commit message (Expand)AuthorAgeFilesLines
...
* Fix login redirection if only one 2FA provider is activeChristoph Wurst2018-08-081-0/+11
* Fix 2FA provider registry population on loginChristoph Wurst2018-08-081-1/+3
* Fix duplicate inserts in the 2fa provider registry DAOChristoph Wurst2018-07-311-10/+18
* Make new classes strict and fix license headerChristoph Wurst2018-06-252-0/+2
* Make 2FA providers statefulChristoph Wurst2018-06-205-72/+391
* Dispatch event on twofactor failure and successRoeland Jago Douma2018-01-251-13/+30
* Update license headersMorris Jobke2017-11-061-1/+3
* Fix AppPassword 2FA authRoeland Jago Douma2017-09-121-1/+5
* Fix login with basic authRoeland Jago Douma2017-09-051-1/+0
* Improve 2FARoeland Jago Douma2017-08-291-3/+67
* Change 2FA activities to more generic security activitiesChristoph Wurst2017-05-181-5/+6
* fix minor issuesChristoph Wurst2016-12-191-5/+18
* Publish, parse and filter 2FA activitiesChristoph Wurst2016-12-191-1/+31
* fix undefined index error when the backup codes provider is not activeChristoph Wurst2016-11-281-0/+3
* Fix typ in constant nameLukas Reschke2016-11-021-4/+4
* Fix invalid PHPDocsLukas Reschke2016-11-021-1/+1
* bring back remember-meChristoph Wurst2016-11-021-5/+14
* add 2fa backup codes appChristoph Wurst2016-09-051-2/+18
* prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst2016-08-241-2/+16
* Check if an app provide two-factor-auth providers before we try to use themRobin Appelman2016-07-231-9/+11
* Fix othersJoas Schilling2016-07-211-1/+2
* load 2FA provider apps before querying classesChristoph Wurst2016-06-161-0/+13
* fail hard if 2fa provider can not be loaded (#25061)Christoph Wurst2016-06-131-1/+3
* Update license headersLukas Reschke2016-05-261-1/+0
* add OCC command to enable/disable 2FA for a userChristoph Wurst2016-05-231-2/+27
* Add two factor auth to coreChristoph Wurst2016-05-231-0/+141