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:30 +0000
commitfef5899f77caf7c238acd773e96107e87c277660 (patch)
treedc105fc68114fe3c95b00692558c5a99585d54eb
parent009763b1431f0d2174debc5ebf27a005749090eb (diff)
downloadnextcloud-server-backport/52976/stable31.tar.gz
nextcloud-server-backport/52976/stable31.zip
perf: Skip photos app related property in custom propertiesbackport/52976/stable31
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',
];
/**