nextcloud/lib/private/User
Robin Appelman 79672ed6d6 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-25 14:59:29 +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 cache display names in local memory before external memcache 2022-04-22 15:22:16 +02:00
LazyUser.php Use a lazy user for the file owner when listing a directory 2022-04-25 14:59:29 +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