summaryrefslogtreecommitdiffstats
path: root/apps/dav
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-08-28 18:27:53 +0200
committerRobin Appelman <robin@icewind.nl>2018-08-28 18:27:53 +0200
commit3806ecb24236b37ce1dbf3bb5b444ca4d9dc971c (patch)
tree2328a2c15693ada8711cfee852cfcc821085185e /apps/dav
parentc6b1c21b8fd53fe524e38306cf8526f2eff4ad61 (diff)
downloadnextcloud-server-3806ecb24236b37ce1dbf3bb5b444ca4d9dc971c.tar.gz
nextcloud-server-3806ecb24236b37ce1dbf3bb5b444ca4d9dc971c.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.php1
-rw-r--r--apps/dav/lib/DAV/CustomPropertiesBackend.php1
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',
);
/**