summaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #41383 from nextcloud/backport/41302/stable27Arthur Schiwon2023-11-151-1/+1
|\
| * Lower log level about invalid session tokenPatrick Fischer2023-11-101-1/+1
* | fix(session): Log why session renewal failedChristoph Wurst2023-11-021-1/+2
|/
* fix: Log critical session renewal and logout pathsChristoph Wurst2023-10-101-5/+33
* fix(user): Log affected user of app token login name mismatchChristoph Wurst2023-10-061-0/+2
* fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-281-0/+6
* fix(dav): Fix avatar size in system address bookJoas Schilling2023-05-261-1/+1
* feat(users): Store and load a user's managerChristoph Wurst2023-05-122-0/+33
* fix(user): Can change display nameChristopher Ng2023-05-041-1/+1
* fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-031-2/+2
* Update version number in since and deprecated annotationsCôme Chilliet2023-04-271-1/+1
* Make code clearer and bump @ deprecated annotationsCôme Chilliet2023-04-271-1/+1
* Split new method in a new group backend interfaceCarl Schwan2023-04-272-5/+3
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-272-20/+29
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-053-6/+6
* Merge pull request #35561 from nextcloud/create-user-transactionJulius Härtl2023-03-151-11/+18
|\
| * Create the database user in a transactionThomas Citharel2023-03-151-11/+18
* | Merge pull request #37227 from nextcloud/h1-dav-brute-force-protectionArthur Schiwon2023-03-151-10/+16
|\ \ | |/ |/|
| * chore: use local variable for remote addressDaniel Kesselberg2023-03-101-10/+16
* | fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-061-0/+1
* | also cache backend for user in memory instead of always going to redisRobin Appelman2023-02-101-1/+2
|/
* Fix setQuota on User on 32bitsCôme Chilliet2023-02-071-2/+6
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* spaces are allowed in useridsSimon L2023-01-101-2/+2
* 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