aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/PublicKeyTokenMapper.php
Commit message (Expand)AuthorAgeFilesLines
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-7/+7
* feat(auth): Clean-up unused auth tokens and wipe tokensChristoph Wurst2024-08-131-7/+10
* chore: Add SPDX headerAndy Scherzinger2024-05-241-21/+2
* feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-02-281-5/+5
* Fix typoLucas Azevedo2023-08-251-1/+1
* Fixes from static analysisLucas Azevedo2023-08-251-3/+3
* Add last-used-before optionLucas Azevedo2023-08-251-0/+9
* fix(authtoken): Store only one hash for authtokens with the current password ...Julius Härtl2023-02-091-0/+27
* Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-011-9/+9
* Prevent duplicate auth token activity updatesChristoph Wurst2021-10-221-0/+39
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Type some of the core mappersChristoph Wurst2020-10-121-0/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+4
* Add uid to delete temp token queryDaniel Kesselberg2019-09-181-1/+2
* Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-021-0/+15
* CommentsRoeland Jago Douma2018-06-191-1/+1
* Use constant for token versionRoeland Jago Douma2018-06-181-8/+8
* Add more testsRoeland Jago Douma2018-06-181-0/+2
* Actually convert the tokenRoeland Jago Douma2018-06-181-0/+8
* Just pass uid to the Token stuffRoeland Jago Douma2018-06-181-10/+5
* Initial PKT implementationRoeland Jago Douma2018-06-181-0/+167