aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-4/+4
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-25/+25
* feat(auth): Clean-up unused auth tokens and wipe tokensChristoph Wurst2024-08-131-11/+10
* chore: Add SPDX headerAndy Scherzinger2024-05-131-19/+2
* Refactor `OC\Server::getHasher`Andrew Summers2024-03-151-1/+1
* feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-02-281-4/+9
* Add tests for occ user:auth-tokens:deleteLucas Azevedo2023-08-251-0/+8
* Fix various deprecation warnings in tests on PHP 8.3Côme Chilliet2023-08-141-0/+3
* Adapt tests to config value typingCôme Chilliet2023-04-051-3/+10
* Fix unit testsJoas Schilling2023-02-091-47/+42
* PublickKeyTokenProvider: Fix password update routine with password hashMarcel Klehr2023-01-041-0/+2
* Fix PublicKeyTokenProviderTest import and mockChristoph Wurst2022-11-101-4/+2
* Run session token renewals in a database transactionChristoph Wurst2022-10-181-2/+18
* Merge pull request #31499 from nextcloud/bugfix/empty-secretCarl Schwan2022-10-171-3/+15
|\
| * Fix unit testsCarl Schwan2022-03-101-3/+15
* | Handle one time password betterCarl Schwan2022-07-281-1/+9
* | Handler large passwordsCarl Schwan2022-07-051-0/+19
* | Handle one time passwordsCarl Schwan2022-07-051-4/+56
* | Fix user agent trimming on installationJoas Schilling2022-05-091-2/+7
* | Fix unit testsJoas Schilling2022-03-231-47/+36
|/
* More test fixingJoas Schilling2021-12-011-2/+0
* More test fixingJoas Schilling2021-12-011-32/+1
* Prevent duplicate auth token activity updatesChristoph Wurst2021-10-221-7/+6
* Always renew apppasswords on loginRoeland Jago Douma2021-02-101-17/+1
* Use PSR logger in authenticationJoas Schilling2020-10-121-3/+3
* Allow configuring the activity update interval of tokenRoeland Jago Douma2020-10-041-0/+6
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-8/+8
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-5/+5
* Mode to modern phpunitRoeland Jago Douma2019-11-271-9/+9
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-301-3/+1
* Add testsRoeland Jago Douma2018-10-021-0/+72
* Add openssl to mockDaniel Kesselberg2018-09-161-0/+1
* Add more testsRoeland Jago Douma2018-06-181-1/+33
* SetPassword on PublicKeyTokensRoeland Jago Douma2018-06-181-6/+15
* Add first testsRoeland Jago Douma2018-06-181-0/+465