aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Knorr <jus@bitgrid.net>2025-05-20 11:33:53 +0200
committerJulius Knorr <jus@bitgrid.net>2025-05-20 11:56:26 +0200
commit24f3b15accd76cfdbbc6373583e741a96a7b4795 (patch)
tree91545044ba4c11a87833d067232c6d68ad72a223
parent565d524cd4b95e24469f9d0c105cd72dddbdd757 (diff)
downloadnextcloud-server-perf/realpath-custom-prop.tar.gz
nextcloud-server-perf/realpath-custom-prop.zip
perf: Skip photos app related property in custom propertiesperf/realpath-custom-prop
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 c41ecd8450e..4dd8a91a51b 100644
--- a/apps/dav/lib/DAV/CustomPropertiesBackend.php
+++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php
@@ -92,6 +92,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',
];
/**