summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication
Commit message (Expand)AuthorAgeFilesLines
* 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-052-6/+6
|/
* Fix types for reading and writing config valuesjld31032023-04-051-2/+2
* Merge pull request #36033 from nextcloud/invalidateTokensWhenDeletingOAuthCli...Côme Chilliet2023-03-151-1/+11
|\
| * public interface to invalidate tokens of userArtur Neumann2023-03-141-1/+11
* | 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-092-1/+50
|/
* composer run cs:fixCôme Chilliet2023-01-2042-44/+0
* Merge pull request #36001 from nextcloud/validate-user-tzVincent Petry2023-01-111-1/+5
|\
| * Validate user timezone given from login data before saving itThomas Citharel2023-01-041-1/+5
* | 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-052-4/+22
|\ \
| * | PublickKeyTokenProvider: Fix password update routine with password hashMarcel Klehr2023-01-042-4/+22
| |/
* / Add a const for the max user password lengthJoas Schilling2023-01-041-1/+2
|/
* Do not setup a session when not required on WebDAV requestsJulius Härtl2022-12-211-1/+2
* feat: add event for failed loginsRoeland Jago Douma2022-11-243-5/+13
* Skip general login with email for non-valid addresses and LDAPJulius Härtl2022-10-261-0/+12
* Merge pull request #34554 from nextcloud/fix/psalm-twofactor-registryCarl Schwan2022-10-182-4/+4
|\
| * Fix the type of the return array in a few more placesCarl Schwan2022-10-182-4/+4
* | 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
* | Pass logger to passwordless auth WebAuthn libChristoph Wurst2022-10-031-1/+4
* | Add back TokenCleanupJob to invalidate old temporary tokensThomas Citharel2022-08-251-0/+41
* | 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
* | | Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* | | Merge pull request #30510 from nextcloud/user-cleanup-storage-before-cacheVincent Petry2022-07-261-1/+1
|\ \ \
| * | | delete files before cleaning cache when cleaning user filesRobin Appelman2022-06-131-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 replacing external storage password during debug logChristoph Wurst2022-06-011-1/+1
* | Merge pull request #32357 from nextcloud/user-delete-remove-wrappersJulius Härtl2022-05-161-0/+8
|\ \
| * | remove storage wrappers when deleting the user storageRobin Appelman2022-05-121-0/+8
* | | Fix user agent trimming on installationJoas Schilling2022-05-091-1/+1
|/ /
* | Log why the login token can't be used for credentialsChristoph Wurst2022-04-041-3/+3
* | Automatically cut the token name on the first levelJoas Schilling2022-03-232-3/+3
* | Limit the length of app password namesJoas Schilling2022-03-232-0/+8
|/