aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Knorr <jus@bitgrid.net>2025-05-20 11:33:53 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2025-07-02 19:54:43 +0000
commit80ca877cd1cada5ca55505141978aac156524e53 (patch)
treeb9489cb4dacd682200c99cda2007c3b6d77793e2
parent438e231d5e8c9204db516de46560903487a37f24 (diff)
downloadnextcloud-server-backport/52976/stable29.tar.gz
nextcloud-server-backport/52976/stable29.zip
perf: Skip photos app related property in custom propertiesbackport/52976/stable29
Signed-off-by: Julius Knorr <jus@bitgrid.net>
-rw-r--r--apps/dav/lib/DAV/CustomPropertiesBackend.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/dav/lib/DAV/CustomPropertiesBackend.php b/apps/dav/lib/DAV/CustomPropertiesBackend.php
index 8411c5155fc..8fc6b5596e6 100644
--- a/apps/dav/lib/DAV/CustomPropertiesBackend.php
+++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php
@@ -111,6 +111,11 @@ class CustomPropertiesBackend implements BackendInterface {
'{http://nextcloud.org/ns}lock-time',
'{http://nextcloud.org/ns}lock-timeout',
'{http://nextcloud.org/ns}lock-token',
+ // photos
+ '{http://nextcloud.org/ns}realpath',
+ '{http://nextcloud.org/ns}nbItems',
+ '{http://nextcloud.org/ns}face-detections',
+ '{http://nextcloud.org/ns}face-preview-image',
];
/**