summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/TwoFactorAuth/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* Only check the twofactor state once per requestJoas Schilling2021-12-011-1/+9
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-221-4/+16
* Convert 2FA token type to stringChristoph Wurst2021-01-221-3/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Use PSR logger in authenticationJoas Schilling2020-10-121-9/+12
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Remove unused importsChristoph Wurst2020-03-251-2/+0
* Fix mismatching doc block parameter typesChristoph Wurst2020-03-061-1/+1
* Update license headersChristoph Wurst2019-12-051-4/+4
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-171-0/+14
* Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-291-0/+9
* Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-151-1/+1
* Add mandatory 2FA service/classChristoph Wurst2018-09-301-2/+12
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-251-25/+1
* Fix 2FA being enforced if only backup codes provider is activeChristoph Wurst2018-08-101-4/+9
* Fix 2FA provider registry population on loginChristoph Wurst2018-08-081-1/+3
* Make 2FA providers statefulChristoph Wurst2018-06-201-72/+91
* 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