summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/TwoFactorChallengeControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of deprecation in the phpunit for coreCarl Schwan2023-01-241-5/+5
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-3/+3
* Fix missing import of ILoggerJoas Schilling2021-11-021-0/+1
* Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl2021-10-051-2/+5
|\
| * Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-011-2/+5
| * Remove unused importsDaniel Rudolf2021-06-301-1/+0
| * Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-1/+2
* | Add logging to 2FA failurepjft2021-06-211-0/+5
|/
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-7/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-32/+32
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-171-3/+124
* Add StandaloneTemplateResponseRoeland Jago Douma2019-02-061-3/+3
* Make 2FA providers statefulChristoph Wurst2018-06-201-21/+22
* Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-181-4/+4
* fix coding style and increase code coverageChristoph Wurst2017-01-111-40/+111
* Fix testsCornelius Kölbel2017-01-111-2/+5
* Set redirect_url on 2FA challenge pageChristoph Wurst2016-12-231-0/+1
* add 2fa backup codes appChristoph Wurst2016-09-051-0/+19
* check same URL in unit testsChristoph Wurst2016-08-301-11/+12
* redirect to default app after solving the 2FA challengeChristoph Wurst2016-08-301-6/+1
* Allow to cancel 2FA after loginJoas Schilling2016-06-071-4/+17
* remember redirect_url when solving the 2FA challengeChristoph Wurst2016-06-011-5/+7
* Move parallel merged auth tests to PSR-4Joas Schilling2016-05-251-0/+220