Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix coding style and increase code coverage | Christoph Wurst | 2017-01-11 | 1 | -12/+13 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update TwoFactorException.php | Cornelius Kölbel | 2017-01-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add a TwoFactorException | Cornelius Kölbel | 2017-01-11 | 1 | -0/+37 |
| | | | | | | | | | | | A Two Factor third party App may throw a TwoFactorException() with a more detailed error message in case the authentication fails. The 2FA Controller will then display the message of this Exception to the user. Working on #26593 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix others | Joas Schilling | 2016-07-21 | 2 | -2/+4 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+0 |
| | |||||
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -0/+93 |
| | |||||
* | Move \OCP\Authentication to PSR-4 (#24632) | Roeland Douma | 2016-05-17 | 1 | -0/+64 |