summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication/TwoFactorAuth
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-207-7/+0
* Fix unit testsJoas Schilling2022-03-231-26/+22
* Fix Authentication testJoas Schilling2021-04-221-4/+5
* Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-201-1/+38
* Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-221-0/+7
* Convert 2FA token type to stringChristoph Wurst2021-01-221-5/+5
* Use PSR logger in authenticationJoas Schilling2020-10-121-3/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-eventMorris Jobke2020-08-132-6/+30
|\
| * Emit an event for every disabled 2FA provider during cleanupChristoph Wurst2020-06-162-6/+30
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-4/+3
|/
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-7/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-4/+4
* Use a blank line after the opening tagChristoph Wurst2020-04-094-1/+6
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-2/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-252-12/+12
|/
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-082-0/+24
* Mode to modern phpunitRoeland Jago Douma2019-11-272-10/+10
* Make phpunit8 compatibleRoeland Jago Douma2019-11-276-6/+6
* Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst2019-09-121-8/+8
* 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-153-34/+216
* Generate backups code notification if not enable but 2fa isRoeland Jago Douma2018-10-011-1/+27
* Add mandatory 2FA service/classChristoph Wurst2018-09-302-0/+114
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-254-28/+176
* 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 double-inserts of the same provider stateChristoph Wurst2018-08-091-2/+2
* Add integration/unit test for the double-insert of same valuesChristoph Wurst2018-08-091-0/+19
* Rename providerset method to get primary providersChristoph Wurst2018-08-081-1/+1
* Fix login redirection if only one 2FA provider is activeChristoph Wurst2018-08-081-0/+18
* Fix 2FA provider registry population on loginChristoph Wurst2018-08-081-3/+79
* Fix duplicate inserts in the 2fa provider registry DAOChristoph Wurst2018-07-311-0/+19
* Make new classes strict and fix license headerChristoph Wurst2018-06-253-4/+22
* Make 2FA providers statefulChristoph Wurst2018-06-205-136/+451
* 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