summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-03-28 08:34:50 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-03-28 08:34:50 +0200
commite8b7e9e75d9a66ca0575d1a5f18cc220aaa43403 (patch)
treed896ed8836a77f81816ca209ac8c26ac4be908b5 /apps
parent9dad5ac59bac133260160867e4180ffef2e0270a (diff)
downloadnextcloud-server-e8b7e9e75d9a66ca0575d1a5f18cc220aaa43403.tar.gz
nextcloud-server-e8b7e9e75d9a66ca0575d1a5f18cc220aaa43403.zip
Do not treat is-encrypted as customer property
fixes #8977 Else for all files in a folder we would launch off more queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php b/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php
index e9118cfc9e0..d08917ff35d 100644
--- a/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php
+++ b/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php
@@ -52,6 +52,7 @@ class CustomPropertiesBackend implements BackendInterface {
'{http://owncloud.org/ns}downloadURL',
'{http://owncloud.org/ns}dDC',
'{http://owncloud.org/ns}size',
+ '{http://nextcloud.org/ns}is-encrypted',
);
/**