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:31 +0000 |
commit | 73f394a1800360c4053038cc58515f542ce56232 (patch) | |
tree | e7aa441fef99a993cf54c4957e930cc2444df15c | |
parent | 2ae63939a6b338c9189e67d799d0c5f4a12f8c09 (diff) | |
download | nextcloud-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.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 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', ]; /** |