Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove explicit type hints for Controller | Lukas Reschke | 2017-08-01 | 1 | -2/+2 |
| | | | | | | 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> | ||||
* | Fix middleware implementations signatures | Roeland Jago Douma | 2017-07-31 | 1 | -3/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Check whether the $_SERVER['REQUEST_*'] vars exist before using them | Joas Schilling | 2017-05-15 | 1 | -3/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | prevent infinite redirect loops if the there is no 2fa provider to pass | Christoph Wurst | 2016-08-24 | 1 | -4/+6 |
| | | | | | | | 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. | ||||
* | Throw exception if you don't handle it | Roeland Jago Douma | 2016-08-12 | 1 | -0/+2 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Allow to cancel 2FA after login | Joas Schilling | 2016-06-07 | 1 | -0/+5 |
| | |||||
* | remember redirect_url when solving the 2FA challenge | Christoph Wurst | 2016-06-01 | 1 | -2/+10 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+0 |
| | |||||
* | add OCC command to enable/disable 2FA for a user | Christoph Wurst | 2016-05-23 | 1 | -0/+4 |
| | |||||
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -0/+117 |