aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV/CustomPropertiesBackend.php
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/lib/DAV/CustomPropertiesBackend.php
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/lib/DAV/CustomPropertiesBackend.php')
-rw-r--r--apps/dav/lib/DAV/CustomPropertiesBackend.php1
1 files changed, 1 insertions, 0 deletions
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',
);
/**