aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User/LazyUser.php
Commit message (Expand)AuthorAgeFilesLines
* fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_searchLouis Chemineau2024-09-231-3/+6
* feat: Allow getting/setting the password hash of a userChristopher Ng2024-07-081-0/+8
* chore: Add SPDX headerAndy Scherzinger2024-05-241-17/+2
* feat(users): Store and load a user's managerChristoph Wurst2023-05-121-0/+8
* Split new method in a new group backend interfaceCarl Schwan2023-04-271-1/+1
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-271-3/+17
* Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-161-1/+1
* Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-151-1/+2
|\
| * Fix psalm issues related to the user backendCarl Schwan2022-05-201-1/+2
* | expose displayname cache trough a public interfaceRobin Appelman2022-05-181-4/+2
|/
* Use a lazy user for the file owner when listing a directoryRobin Appelman2022-04-221-0/+149