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:31 +0000
commit73f394a1800360c4053038cc58515f542ce56232 (patch)
treee7aa441fef99a993cf54c4957e930cc2444df15c
parent2ae63939a6b338c9189e67d799d0c5f4a12f8c09 (diff)
downloadnextcloud-server-backport/52976/stable30.tar.gz
nextcloud-server-backport/52976/stable30.zip
perf: Skip photos app related property in custom propertiesbackport/52976/stable30
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 263d2d0b41a..0d20db6502e 100644
--- a/apps/dav/lib/DAV/CustomPropertiesBackend.php
+++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php
@@ -93,6 +93,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',
];
/**