aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication/TwoFactorAuth
Commit message (Expand)AuthorAgeFilesLines
* chore: run rector on testsRobin Appelman2025-06-124-19/+21
* test: Fix coding standardsci/noid/update-phpunit10Joas Schilling2025-05-151-1/+1
* test: Remove more withConsecutiveJoas Schilling2025-05-152-45/+83
* fix: Handle exception when clearing previously removed two factor tokensclear-pending-two-factor-tokens-also-from-configurationDaniel Calviño Sánchez2024-11-051-0/+32
* fix: Clear pending two factor tokens also from configurationDaniel Calviño Sánchez2024-11-051-0/+26
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-158-60/+60
* chore: Add SPDX headerAndy Scherzinger2024-05-138-149/+17
* AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-281-4/+19
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA ManagerJoas Schilling2023-07-271-11/+4
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-031-2/+20
* 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