aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Also cache non-existing to reuse itJoas Schilling2022-02-161-0/+5
* Merge pull request #30016 from nextcloud/techdebt/noid/remove-default-token-p...Joas Schilling2021-12-027-831/+14
|\
| * Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-017-831/+14
* | Only check the twofactor state once per requestJoas Schilling2021-12-011-1/+9
|/
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-232-2/+2
* Prevent duplicate auth token activity updatesChristoph Wurst2021-10-222-2/+40
* Type the autentication provider passwords as nullable stringsChristoph Wurst2021-10-133-13/+4
* Tokens without password should not trigger changed password invalidationJulius Härtl2021-10-071-1/+1
* prevent the invalidation of pw based authn tokens on a pw less loginTobias Assmann2021-07-162-0/+10
* Properly cleanup entries of WebAuthn on user deletionMorris Jobke2021-06-182-0/+63
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0469-162/+115
* better cleanup of user files on user deletionRobin Appelman2021-04-271-0/+73
* Move 2fa backupscode to new registrationRoeland Jago Douma2021-04-201-1/+1
* Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-201-1/+17
* Use correct getSystemValue typeJ0WI2021-04-121-1/+1
* Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-221-4/+16
* Merge pull request #25544 from nextcloud/refactor/app-password-created-eventChristoph Wurst2021-03-021-0/+43
|\
| * Move app_password_created to a typed eventChristoph Wurst2021-02-091-0/+43
* | Always renew apppasswords on loginRoeland Jago Douma2021-02-101-5/+0
|/
* Convert 2FA token type to stringChristoph Wurst2021-01-221-3/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1611-1/+11
* Type the authentication listenersChristoph Wurst2020-10-157-0/+21