diff options
author | Robin Appelman <robin@icewind.nl> | 2018-08-28 18:27:53 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2018-08-28 18:34:04 +0200 |
commit | 8a3f6a816baa49521b64b89d86bf458166539c68 (patch) | |
tree | c5f0fbd51a3a3f3198851a1d440c843bc2cc5d8d /apps/dav | |
parent | a4daa91b4277d48b513a3b2e15427305fbf85a93 (diff) | |
download | nextcloud-server-8a3f6a816baa49521b64b89d86bf458166539c68.tar.gz nextcloud-server-8a3f6a816baa49521b64b89d86bf458166539c68.zip |
use the same ignored properties list for both CustomerPropertiesBackends
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php | 1 | ||||
-rw-r--r-- | apps/dav/lib/DAV/CustomPropertiesBackend.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php b/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php index d08917ff35d..c77a4d6be48 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 a5ad3e22acc..99a9f4e0b82 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', ); /** |