Skip to content

Commit 23475a8

Browse files
icewind1991backportbot[bot]
authored andcommitted
perf: block more properties from using the custom properties backend
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent 19f716f commit 23475a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/dav/lib/DAV/CustomPropertiesBackend.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ class CustomPropertiesBackend implements BackendInterface {
7474
'{DAV:}getetag',
7575
'{DAV:}quota-used-bytes',
7676
'{DAV:}quota-available-bytes',
77+
'{DAV:}getlastmodified',
78+
'{DAV:}creationdate',
79+
'{DAV:}displayname',
80+
'{http://open-collaboration-services.org/ns}share-permissions',
7781
];
7882

7983
/**

0 commit comments

Comments
 (0)