aboutsummaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/tests
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-1/+1
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-1/+2
* Merge pull request #48223 from nextcloud/feat/add-rector-configCôme Chilliet2024-09-231-1/+1
|\
| * chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
* | fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providersJoas Schilling2024-09-231-3/+3
|/
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1516-51/+51
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-3116-331/+32
* chore: Fix twofactor_backupcodes testsCôme Chilliet2024-01-302-24/+12
* fix(2fa-backupcodes): Don't remember disabled and deleted users over and over...Joas Schilling2023-11-172-6/+88
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-5/+3
* Allow admins to disable 2FA backup codes via occChristoph Wurst2021-08-242-0/+18
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0416-32/+35
* Fix twofactor backup code testsJoas Schilling2021-04-202-4/+3
* Format headerJ0WI2021-04-159-18/+0
* 2FA backupcodes: add strict typingJ0WI2021-04-156-0/+18
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-247-0/+7
* Use dispatchTyped instead of dispatch on the new event dispatcherMorris Jobke2020-08-181-2/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-126-23/+20
* Fix risky test in twofactor_backupcodesMorris Jobke2020-07-231-0/+5
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-109-10/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-3/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-257-29/+29
* Update license headersChristoph Wurst2019-12-0516-30/+74
* Mode to modern phpunitRoeland Jago Douma2019-11-273-8/+8
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2715-16/+16
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Only human readbale backup charsRoeland Jago Douma2019-10-221-1/+1
* use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-171-6/+0
* Remove leftover unit testRoeland Jago Douma2019-09-141-14/+0
* Add icon to twofactor_backupcodes notificationJan-Christoph Borchardt2019-07-161-1/+1
* Add event dispatcher to OCPChristoph Wurst2019-06-256-10/+10
* Do not send notification if no active 2faRoeland Jago Douma2019-03-051-1/+30
* Clear backupcodes reminder if no 2FA is enabledRoeland Jago Douma2019-03-051-0/+110
* Add a link to the notification to create the backup codesJoas Schilling2019-02-111-3/+18
* Provide initial stateRoeland Jago Douma2019-01-291-1/+6
* Switch to OCP background jobsRoeland Jago Douma2019-01-141-0/+2
* Add job to check users for backup code remindersRoeland Jago Douma2018-10-022-0/+198
* Clear notification to generate backup code once codes are generatedRoeland Jago Douma2018-10-012-0/+96
* Generate backups code notification if not enable but 2fa isRoeland Jago Douma2018-10-013-0/+380
* Fix integration test execution on DronChristoph Wurst2018-08-212-2/+2
* Add an integration test that inserts long back codes valuesChristoph Wurst2018-08-211-0/+9
* Fix state propragation of the backup codes providerChristoph Wurst2018-08-014-38/+225
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-1/+1
* Fix testsJoas Schilling2017-06-201-6/+6
* Fix backup codes activity typeChristoph Wurst2017-05-181-1/+1
* Move activities test codeChristoph Wurst2017-05-183-288/+0