Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-01Remove explicit type hints for ControllerLukas Reschke
This is public API and breaks the middlewares of existing apps. Since this also requires maintaining two different code paths for 12 and 13 I'm at the moment voting for reverting this change. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-07-31Fix middleware implementations signaturesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-05-15Check whether the $_SERVER['REQUEST_*'] vars exist before using themJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-08-24prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst
This fixes infinite loops that are caused whenever a user is about to solve a 2FA challenge, but the provider app is disabled at the same time. Since the session value usually indicates that the challenge needs to be solved before we grant access we have to remove that value instead in this special case.
2016-08-12Throw exception if you don't handle itRoeland Jago Douma
2016-07-21Fix othersJoas Schilling
2016-06-07Allow to cancel 2FA after loginJoas Schilling
2016-06-01remember redirect_url when solving the 2FA challengeChristoph Wurst
2016-05-26Update license headersLukas Reschke
2016-05-23add OCC command to enable/disable 2FA for a userChristoph Wurst
2016-05-23Add two factor auth to coreChristoph Wurst