0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-16 17:24:10 +00:00
nextcloud_server/lib/private/User
Robin Appelman 7a6c724a81 Use a lazy user for the file owner when listing a directory
Only getUID and getDisplayName are called on the file owner objects anyway
and we can get this information often without DB request

Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22 17:02:37 +02:00
..
Backend.php Update php licenses 2021-06-04 22:02:41 +02:00
Database.php Update cache when setting the password 2022-02-18 09:47:18 +01:00
DisplayNameCache.php Update cache when display name change 2022-04-22 10:29:18 +02:00
LazyUser.php Use a lazy user for the file owner when listing a directory 2022-04-22 17:02:37 +02:00
LoginException.php Update php licenses 2021-06-04 22:02:41 +02:00
Manager.php Don't check the configvalue for lastLogin which is never null 2021-12-10 16:26:13 +01:00
NoUserException.php Update php licenses 2021-06-04 22:02:41 +02:00
Session.php Migrate from ILogger to LoggerInterface in lib/private 2022-03-24 16:21:25 +01:00
User.php Delay loading user preferences until we need them 2022-02-28 13:49:12 +01:00