]> source.dussan.org Git - nextcloud-server.git/commit
Add group display name cache 34941/head
authorAnna Larch <anna@nextcloud.com>
Thu, 3 Nov 2022 11:51:29 +0000 (12:51 +0100)
committerAnna (Rebase PR Action) <miaulalala@users.noreply.github.com>
Mon, 28 Nov 2022 11:52:55 +0000 (11:52 +0000)
commit7c4ceb444cb22f519cd30af5cd22304b960c8818
tree99007ffe7cdc0a7f7360f4793cb92a6f18b98c52
parent08587c9de681f3335d81c327fd524f229380067a
Add group display name cache

Signed-off-by: Anna Larch <anna@nextcloud.com>
apps/files_sharing/lib/AppInfo/Application.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Group/DisplayNameCache.php [new file with mode: 0644]
lib/private/Group/Group.php
lib/private/Group/Manager.php
lib/private/Server.php
lib/public/Group/Events/GroupChangedEvent.php [new file with mode: 0644]
lib/public/IGroupManager.php
tests/lib/Group/ManagerTest.php