| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin... | Julius Härtl | 2021-10-05 | 1 | -3/+2 |
|\ |
|
| * | Deprecate RedirectToDefaultAppResponse | Daniel Rudolf | 2021-07-01 | 1 | -2/+1 |
| * | Add IUrlGenerator::linkToDefaultPageUrl() | Daniel Rudolf | 2021-06-30 | 1 | -3/+3 |
* | | Merge pull request #27294 from pjft/patch-2 | Christoph Wurst | 2021-08-19 | 1 | -1/+10 |
|\ \
| |/
|/| |
|
| * | Add logging to 2FA failure | pjft | 2021-06-21 | 1 | -1/+10 |
* | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
|/ |
|
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+2 |
* | Harden middleware check | Roeland Jago Douma | 2019-10-25 | 1 | -0/+3 |
* | Allow 2FA to be setup on first login | Roeland Jago Douma | 2019-05-17 | 1 | -0/+67 |
* | Add StandaloneTemplateResponse | Roeland Jago Douma | 2019-02-06 | 1 | -5/+5 |
* | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 1 | -4/+25 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+3 |
* | Merge pull request #6177 from nextcloud/properly-add-slo-url | Morris Jobke | 2017-08-26 | 1 | -4/+4 |
|\ |
|
| * | Inject \OCP\IURLGenerator to make tests work | Lukas Reschke | 2017-08-18 | 1 | -1/+1 |
| * | Properly allow \OCP\Authentication\IApacheBackend to specify logout URL | Lukas Reschke | 2017-08-18 | 1 | -4/+4 |
* | | Allow 2FA providers to specify their custom CSP | Christoph Wurst | 2017-08-26 | 1 | -1/+7 |
|/ |
|
* | Add rate limit to TOTP solve challenge controller | Lukas Reschke | 2017-04-22 | 1 | -0/+2 |
* | fix coding style and increase code coverage | Christoph Wurst | 2017-01-11 | 1 | -9/+7 |
* | Add a TwoFactorException | Cornelius Kölbel | 2017-01-11 | 1 | -4/+19 |
* | Set redirect_url on 2FA challenge page | Christoph Wurst | 2016-12-23 | 1 | -0/+1 |
* | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 1 | -0/+9 |
* | redirect to default app after solving the 2FA challenge | Christoph Wurst | 2016-08-30 | 1 | -2/+4 |
* | Minor cleanup in core Controllers | Roeland Jago Douma | 2016-08-29 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+3 |
* | Allow to cancel 2FA after login | Joas Schilling | 2016-06-07 | 1 | -0/+9 |
* | remember redirect_url when solving the 2FA challenge | Christoph Wurst | 2016-06-01 | 1 | -5/+17 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+0 |
* | when generating browser/device token, save the login name for later password ... | Christoph Wurst | 2016-05-24 | 1 | -3/+3 |
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -0/+134 |