aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageCôme Chilliet2022-12-201-10/+10
|\
| * Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-211-4/+2
| |\
| * | Fix return type for countUsers methodCôme Chilliet2022-10-251-10/+10
* | | Validate if the user part of a "cloud id" can even be a valid user idJoas Schilling2022-12-091-26/+44
* | | feat: add event for failed loginsRoeland Jago Douma2022-11-241-1/+1
* | | Remove potential mismatching dav session data during loginJulius Härtl2022-11-221-0/+1
| |/ |/|
* | Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-3/+1
* | Fix unsuccessful token login logged as errorChristoph Wurst2022-11-071-1/+1
|/
* LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-11/+6
* Fix avatar cleanup on user deleteJoas Schilling2022-09-191-5/+5
* Merge pull request #34073 from nextcloud/login-email-filterVincent Petry2022-09-161-0/+3
|\
| * dont try email login if the provider username is not a valid emailRobin Appelman2022-09-141-0/+3
* | Merge pull request #33793 from nextcloud/fix/noid/rtrim-cloud-idMaxence Lange2022-09-151-2/+2
|\ \ | |/ |/|
| * rtrim url earlierMaxence Lange2022-09-011-2/+2
* | I dug into it again, and the issue is much simpler than I previously though.Louis Chemineau2022-09-061-1/+1
* | Merge pull request #33625 from nextcloud/fix/33572/add-userVincent Petry2022-09-012-1/+6
|\ \ | |/ |/|
| * Fix creation of new user and display the correct error messageChristopher Ng2022-08-222-1/+6
* | Merge pull request #33780 from nextcloud/enh/noid/cloud-id-cliblizzz2022-09-011-0/+3
|\ \
| * | filter index.php from cloudIdMaxence Lange2022-08-311-0/+3
| |/
* / Log if cookie login failed with token mismatch or session unavailabilityChristoph Wurst2022-08-311-0/+8
|/
* Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-163-4/+4
* Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-157-42/+186
|\
| * only update last login timestamp with minute percisionRobin Appelman2022-07-201-4/+9
| * Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
| * Merge pull request #32973 from nextcloud/cleanup/avatar-codeCarl Schwan2022-07-112-0/+127
| |\
| | * Make Color class publicCarl Schwan2022-07-052-4/+6
| | * Cleanup avatar related codeCarl Schwan2022-06-222-0/+125
| * | Do not save invalid display name to the databaseChristopher Ng2022-06-281-0/+4
| |/
| * Keep non default protocol in cloud idJoas Schilling2022-06-091-7/+1
| * Fix psalm issues related to the user backendCarl Schwan2022-05-205-31/+45
* | expose displayname cache trough a public interfaceRobin Appelman2022-05-182-4/+13
|/
* Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-051-6/+10
* Merge pull request #32082 from nextcloud/directory-content-lazy-ownerVincent Petry2022-04-251-0/+149
|\
| * Use a lazy user for the file owner when listing a directoryRobin Appelman2022-04-221-0/+149
* | cache display names in local memory before external memcacheRobin Appelman2022-04-221-6/+14
|/
* Update cache when display name changeCarl Schwan2022-04-221-1/+12
* Cache display nameCarl Schwan2022-04-221-0/+66
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-18/+6
* Merge pull request #31218 from nextcloud/techdebt/noid/use-cache-also-for-use...Joas Schilling2022-03-021-18/+13
|\
| * Update cache when setting the passwordJoas Schilling2022-02-181-1/+7
| * Use the cache also for UserBackend::getPasswordJoas Schilling2022-02-161-17/+6
* | Delay loading user preferences until we need themJoas Schilling2022-02-281-8/+12
* | Only setupFS when we have to copy the skeletonJoas Schilling2022-02-251-4/+4
|/
* Update Session.phpMarek-Wojtowicz2022-01-121-1/+1
* Don't check the configvalue for lastLogin which is never nullJoas Schilling2021-12-101-2/+1
* Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-011-2/+2
* Fix type errorsCôme Chilliet2021-11-231-4/+5
* Fix missing token updateJoas Schilling2021-11-121-0/+2
* Fair use of push notificationsJoas Schilling2021-10-231-1/+6
* Use cached user backend info for password loginJoas Schilling2021-09-141-3/+9