diff options
author | Julius Knorr <jus@bitgrid.net> | 2025-05-20 11:33:53 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2025-07-02 19:54:43 +0000 |
commit | 80ca877cd1cada5ca55505141978aac156524e53 (patch) | |
tree | b9489cb4dacd682200c99cda2007c3b6d77793e2 | |
parent | 438e231d5e8c9204db516de46560903487a37f24 (diff) | |
download | nextcloud-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.php | 5 |
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', ]; /** |