From 3806ecb24236b37ce1dbf3bb5b444ca4d9dc971c Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 28 Aug 2018 18:27:53 +0200 Subject: [PATCH] use the same ignored properties list for both CustomerPropertiesBackends Signed-off-by: Robin Appelman --- apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php | 1 - apps/dav/lib/DAV/CustomPropertiesBackend.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php b/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php index d08917ff35..c77a4d6be4 100644 --- a/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php +++ b/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php @@ -47,7 +47,6 @@ class CustomPropertiesBackend implements BackendInterface { '{DAV:}getetag', '{DAV:}quota-used-bytes', '{DAV:}quota-available-bytes', - '{DAV:}quota-available-bytes', '{http://owncloud.org/ns}permissions', '{http://owncloud.org/ns}downloadURL', '{http://owncloud.org/ns}dDC', diff --git a/apps/dav/lib/DAV/CustomPropertiesBackend.php b/apps/dav/lib/DAV/CustomPropertiesBackend.php index a5ad3e22ac..99a9f4e0b8 100644 --- a/apps/dav/lib/DAV/CustomPropertiesBackend.php +++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php @@ -49,6 +49,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', ); /**