aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication/Token
Commit message (Expand)AuthorAgeFilesLines
* feat(auth): Clean-up unused auth tokens and wipe tokensChristoph Wurst2024-08-131-11/+10
* refactor(Token): introduce scope constantsArthur Schiwon2024-06-051-2/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-135-94/+10
* Refactor `OC\Server::getHasher`Andrew Summers2024-03-151-1/+1
* feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-02-282-17/+13
* Add tests for occ user:auth-tokens:deleteLucas Azevedo2023-08-253-6/+44
* 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
* unit tests for Manager::invalidateTokensOfUserArtur Neumann2023-03-141-0/+44
* Fix unit testsJoas Schilling2023-02-091-47/+42
* composer run cs:fixCôme Chilliet2023-01-202-2/+0
* 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
* | Automatically cut the token name on the first levelJoas Schilling2022-03-231-0/+31
* | Fix unit testsJoas Schilling2022-03-231-47/+36
|/
* More test fixingJoas Schilling2021-12-012-4/+0
* More test fixingJoas Schilling2021-12-012-235/+6
* More unit test adjustmentsJoas Schilling2021-12-014-878/+0
* 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-123-9/+9
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
* 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-124-27/+27
* Format control structures, classes, methods and functionChristoph Wurst2020-04-106-6/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use a blank line after the opening tagChristoph Wurst2020-04-094-2/+8
* 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-252-16/+16
|/
* Check the user on remote wipeJoas Schilling2020-03-161-13/+3
* Mode to modern phpunitRoeland Jago Douma2019-11-274-36/+36
* Make phpunit8 compatibleRoeland Jago Douma2019-11-277-7/+7
* Handle token insert conflictsChristoph Wurst2019-11-261-10/+44
* Some php-cs fixesRoeland Jago Douma2019-11-224-5/+5
* Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-091-0/+38
* Refactor: move remote wipe token logic to RW serviceChristoph Wurst2019-07-091-0/+30
* Decouple remote wipe notifcation channels with eventsChristoph Wurst2019-06-271-0/+131
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-082-2/+2
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-302-5/+2
* Add testsRoeland Jago Douma2018-10-024-6/+157
* Add openssl to mockDaniel Kesselberg2018-09-161-0/+1
* Use constant for token versionRoeland Jago Douma2018-06-183-0/+5