aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/PublicKeyTokenProvider.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-9/+9
* feat(auth): Clean-up unused auth tokens and wipe tokensChristoph Wurst2024-08-131-2/+11
* fix(Token): take over scope in token refresh with login by cookieArthur Schiwon2024-07-191-3/+11
* fix(Session): avoid race conditions on clustered setupsArthur Schiwon2024-07-101-1/+1
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-051-0/+1
* Merge pull request #45411 from nextcloud/fix/auth/selective-token-activity-up...Daniel2024-05-291-2/+0
|\
| * fix(auth): Update authtoken activity selectivelyChristoph Wurst2024-05-211-2/+0
* | chore: Add SPDX headerAndy Scherzinger2024-05-241-24/+2
|/
* Merge pull request #45026 from nextcloud/fix/token-updateChristoph Wurst2024-05-161-0/+2
|\
| * fix: Always set last activity if we update the row of an authtoken anywaysJulius Härtl2024-04-291-0/+2
* | fix(session): Avoid race condition for cache::get() vs. cache::hasKey()Joas Schilling2024-04-291-6/+6
|/
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-02-281-58/+73
* Import OCP IToken as OCPIToken to avoid a name clash in lib/privateCôme Chilliet2024-01-111-17/+17
* Use IToken from OCP instead of OCCôme Chilliet2024-01-111-0/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-21/+21
* Add last-used-before optionLucas Azevedo2023-08-251-0/+6
* Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-201-51/+55
|\
| * fix(auth): Run token statements in atomic transactionChristoph Wurst2023-04-121-51/+55
* | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-5/+5
|/
* Don't try to hash a nonexisting passwordEmber 'n0emis' Keske2023-03-131-1/+1
* fix(authentication): Handle null or empty string password hashJoas Schilling2023-02-101-1/+1
* Merge pull request #36621 from nextcloud/perf/noid/only-check-for-token-when-...Joas Schilling2023-02-101-1/+30
|\
| * fix(authentication): Check minimum length when creating app tokensJoas Schilling2023-02-091-2/+10
| * fix(performance): Only search for auth tokens when the provided login is long...Joas Schilling2023-02-081-1/+22
* | fix(authtoken): Store only one hash for authtokens with the current password ...Julius Härtl2023-02-091-1/+23
|/
* fix(authentication): Update the token when the hash is null or can not be ver...Joas Schilling2023-01-091-4/+21
* fix(authentication): Only hash the new password when neededJoas Schilling2023-01-091-2/+6
* fix(authentication): Invert the logic to the original intentionJoas Schilling2023-01-091-2/+3
* fix(authentication): Only verify each hash onceJoas Schilling2023-01-091-2/+4
* Merge pull request #33898 from nextcloud/fix/authtoken-password-updateJulius Härtl2023-01-051-4/+16
|\
| * PublickKeyTokenProvider: Fix password update routine with password hashMarcel Klehr2023-01-041-4/+16
* | Add a const for the max user password lengthJoas Schilling2023-01-041-1/+2
|/
* Run session token renewals in a database transactionChristoph Wurst2022-10-181-23/+32
* Merge pull request #31499 from nextcloud/bugfix/empty-secretCarl Schwan2022-10-171-5/+24
|\
| * Mark method as deprecatedCarl Schwan2022-09-131-1/+1
| * Rotate token after fallbackJulius Härtl2022-03-101-2/+8
| * Add fallback routines for empty secret casesJulius Härtl2022-03-101-3/+16
* | Do not update passwords if nothing changedJulius Härtl2022-08-091-3/+6
* | Merge pull request #33225 from nextcloud/fix/handle-one-time-passwordsCarl Schwan2022-07-291-1/+1
|\ \
| * | Handle one time password betterCarl Schwan2022-07-281-1/+1
* | | Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
|/ /
* | Handler large passwordsCarl Schwan2022-07-051-1/+4
* | Handle one time passwordsCarl Schwan2022-07-051-1/+1
* | Fix user agent trimming on installationJoas Schilling2022-05-091-1/+1
* | Limit the length of app password namesJoas Schilling2022-03-231-0/+4
|/
* Also cache non-existing to reuse itJoas Schilling2022-02-161-0/+5
* Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-011-24/+0
* Prevent duplicate auth token activity updatesChristoph Wurst2021-10-221-2/+1