From 527d8fb7bde5a83be505ed3e1714245d99235f39 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 22 Jun 2026 19:48:55 +0200 Subject: [PATCH] perf: block more properties from using the custom properties backend Signed-off-by: Robin Appelman --- apps/dav/lib/DAV/CustomPropertiesBackend.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/dav/lib/DAV/CustomPropertiesBackend.php b/apps/dav/lib/DAV/CustomPropertiesBackend.php index c95e1ea1a7024..2699cffbc24f0 100644 --- a/apps/dav/lib/DAV/CustomPropertiesBackend.php +++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php @@ -74,6 +74,10 @@ class CustomPropertiesBackend implements BackendInterface { '{DAV:}getetag', '{DAV:}quota-used-bytes', '{DAV:}quota-available-bytes', + '{DAV:}getlastmodified', + '{DAV:}creationdate', + '{DAV:}displayname', + '{http://open-collaboration-services.org/ns}share-permissions', ]; /**