aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/TwoFactorChallengeController.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-271-23/+4
* fix(auth): Keep redirect URL during 2FA setup and challengeChristoph Wurst2024-04-191-3/+6
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+7
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* core: Add OpenAPI specjld31032023-07-131-0/+3
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-201-7/+9
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-201-13/+7
* feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-2/+3
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-29/+9
* Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl2021-10-051-3/+2
|\
| * Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-011-2/+1
| * Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-3/+3
* | Merge pull request #27294 from pjft/patch-2Christoph Wurst2021-08-191-1/+10
|\ \ | |/ |/|
| * Add logging to 2FA failurepjft2021-06-211-1/+10
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
|/
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update license headersChristoph Wurst2019-12-051-2/+2
* Harden middleware checkRoeland Jago Douma2019-10-251-0/+3
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-171-0/+67
* Add StandaloneTemplateResponseRoeland Jago Douma2019-02-061-5/+5
* Make 2FA providers statefulChristoph Wurst2018-06-201-4/+25
* Update license headersMorris Jobke2017-11-061-1/+3
* Merge pull request #6177 from nextcloud/properly-add-slo-urlMorris Jobke2017-08-261-4/+4
|\
| * Inject \OCP\IURLGenerator to make tests workLukas Reschke2017-08-181-1/+1
| * Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-181-4/+4
* | Allow 2FA providers to specify their custom CSPChristoph Wurst2017-08-261-1/+7
|/
* Add rate limit to TOTP solve challenge controllerLukas Reschke2017-04-221-0/+2
* fix coding style and increase code coverageChristoph Wurst2017-01-111-9/+7
* Add a TwoFactorExceptionCornelius Kölbel2017-01-111-4/+19
* Set redirect_url on 2FA challenge pageChristoph Wurst2016-12-231-0/+1
* add 2fa backup codes appChristoph Wurst2016-09-051-0/+9
* redirect to default app after solving the 2FA challengeChristoph Wurst2016-08-301-2/+4
* Minor cleanup in core ControllersRoeland Jago Douma2016-08-291-1/+1
* Fix othersJoas Schilling2016-07-211-1/+3
* Allow to cancel 2FA after loginJoas Schilling2016-06-071-0/+9
* remember redirect_url when solving the 2FA challengeChristoph Wurst2016-06-011-5/+17
* Update license headersLukas Reschke2016-05-261-1/+0
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-3/+3
* Add two factor auth to coreChristoph Wurst2016-05-231-0/+134