summaryrefslogtreecommitdiffstats
path: root/core/Middleware
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+2
* Harden middleware checkRoeland Jago Douma2019-10-251-0/+10
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-171-1/+7
* No need to check 2fa state on apptoken loginsRoeland Jago Douma2019-02-201-1/+2
* Update license headersMorris Jobke2017-11-061-0/+2
* Remove explicit type hints for ControllerLukas Reschke2017-08-011-2/+2
* Fix middleware implementations signaturesRoeland Jago Douma2017-07-311-3/+3
* Check whether the $_SERVER['REQUEST_*'] vars exist before using themJoas Schilling2017-05-151-3/+5
* prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst2016-08-241-4/+6
* Throw exception if you don't handle itRoeland Jago Douma2016-08-121-0/+2
* Fix othersJoas Schilling2016-07-211-2/+3
* Allow to cancel 2FA after loginJoas Schilling2016-06-071-0/+5
* remember redirect_url when solving the 2FA challengeChristoph Wurst2016-06-011-2/+10
* Update license headersLukas Reschke2016-05-261-1/+0
* add OCC command to enable/disable 2FA for a userChristoph Wurst2016-05-231-0/+4
* Add two factor auth to coreChristoph Wurst2016-05-231-0/+117