From df09b65ee953ef47601a2f249c99701fde3426ad Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 28 Mar 2018 08:34:50 +0200 Subject: 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 --- apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php | 1 + 1 file changed, 1 insertion(+) 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', ); /** -- cgit v1.2.3