summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication/TwoFactorAuth/ManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Convert 2FA token type to stringChristoph Wurst2021-01-221-5/+5
* Use PSR logger in authenticationJoas Schilling2020-10-121-3/+3
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-10/+10
|/
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-171-0/+19
* Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-151-18/+23
* Add mandatory 2FA service/classChristoph Wurst2018-09-301-0/+26
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-251-28/+0
* Remove unused importChristoph Wurst2018-08-101-1/+0
* Fix 2FA being enforced if only backup codes provider is activeChristoph Wurst2018-08-101-0/+27
* Fix 2FA provider registry population on loginChristoph Wurst2018-08-081-3/+79
* Make 2FA providers statefulChristoph Wurst2018-06-201-136/+111
* Add all parameters to returnValueMapJulius Härtl2018-01-311-2/+2
* Fix testsRoeland Jago Douma2018-01-251-4/+11
* Fix AppPassword 2FA authRoeland Jago Douma2017-09-121-1/+16
* Fix login with basic authRoeland Jago Douma2017-09-051-1/+5
* Improve 2FARoeland Jago Douma2017-08-291-17/+189
* Fix testsRoeland Jago Douma2017-05-181-4/+4
* Don't do a recursive searchJoas Schilling2017-03-221-1/+1
* fix 2fa activities testsChristoph Wurst2016-12-201-4/+77
* bring back remember-meChristoph Wurst2016-11-021-2/+27
* Do not use underscores in PSR4 namespaces of the backup codes appChristoph Wurst2016-10-031-3/+2
* Fix getMock AuthenticationRoeland Jago Douma2016-09-061-5/+5
* add 2fa backup codes appChristoph Wurst2016-09-051-12/+72
* prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst2016-08-241-4/+41
* assert app is loaded in unit testsChristoph Wurst2016-06-161-0/+7
* load 2FA provider apps before querying classesChristoph Wurst2016-06-161-1/+4
* fail hard if 2fa provider can not be loaded (#25061)Christoph Wurst2016-06-131-3/+24
* One more PSR-4 fix (#24852)Joas Schilling2016-05-261-0/+187