summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/TwoFactorAuth
Commit message (Expand)AuthorAgeFilesLines
* 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