summaryrefslogtreecommitdiffstats
path: root/core/Controller/TwoFactorChallengeController.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update license headersChristoph Wurst2019-12-051-2/+2
* Harden middleware checkRoeland Jago Douma2019-10-251-0/+3
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-171-0/+67
* Add StandaloneTemplateResponseRoeland Jago Douma2019-02-061-5/+5
* Make 2FA providers statefulChristoph Wurst2018-06-201-4/+25
* Update license headersMorris Jobke2017-11-061-1/+3
* Merge pull request #6177 from nextcloud/properly-add-slo-urlMorris Jobke2017-08-261-4/+4
|\
| * Inject \OCP\IURLGenerator to make tests workLukas Reschke2017-08-181-1/+1
| * Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-181-4/+4
* | Allow 2FA providers to specify their custom CSPChristoph Wurst2017-08-261-1/+7
|/
* Add rate limit to TOTP solve challenge controllerLukas Reschke2017-04-221-0/+2
* fix coding style and increase code coverageChristoph Wurst2017-01-111-9/+7
* Add a TwoFactorExceptionCornelius Kölbel2017-01-111-4/+19
* Set redirect_url on 2FA challenge pageChristoph Wurst2016-12-231-0/+1
* add 2fa backup codes appChristoph Wurst2016-09-051-0/+9
* redirect to default app after solving the 2FA challengeChristoph Wurst2016-08-301-2/+4
* Minor cleanup in core ControllersRoeland Jago Douma2016-08-291-1/+1
* Fix othersJoas Schilling2016-07-211-1/+3
* Allow to cancel 2FA after loginJoas Schilling2016-06-071-0/+9
* remember redirect_url when solving the 2FA challengeChristoph Wurst2016-06-011-5/+17
* Update license headersLukas Reschke2016-05-261-1/+0
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-3/+3
* Add two factor auth to coreChristoph Wurst2016-05-231-0/+134