nextcloud/apps/dav/lib/Connector/Sabre
Roeland Jago Douma 9896b15ec8
Only handle encrypted property on folders
Exposing the encrypted property is required for E2E. However, there is
no need to expose this on files as then it is server side encryption
(which the clients don't care about).

Better to not confuse the output.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-30 12:25:49 +01:00
..
Exception Fix apps/ 2016-07-21 18:13:57 +02:00
AppEnabledPlugin.php Update with robin 2016-07-21 18:13:58 +02:00
Auth.php Update license headers 2017-11-06 16:56:19 +01:00
BearerAuth.php Update license headers 2017-11-06 16:56:19 +01:00
BlockLegacyClientPlugin.php Remove unused use statements 2017-04-22 19:23:31 -05:00
CachingTree.php Update license headers 2017-11-06 16:56:19 +01:00
ChecksumList.php Remove unused use statements 2017-04-22 19:23:31 -05:00
CommentPropertiesPlugin.php Use type casting instead of *val() method 2018-01-26 11:35:42 +01:00
CopyEtagHeaderPlugin.php Return ETag and OC-ETag in case of a move (#25683) 2016-09-28 21:12:50 +02:00
CustomPropertiesBackend.php Fix apps/ 2016-07-21 18:13:57 +02:00
DavAclPlugin.php Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
Directory.php Fix comparisons in the dav app 2017-08-01 13:55:07 +02:00
DummyGetResponsePlugin.php Update license headers 2017-11-06 16:56:19 +01:00
ExceptionLoggerPlugin.php Do not log user errors as log level 4 2018-01-03 11:58:55 +01:00
FakeLockerPlugin.php Update license headers 2017-11-06 16:56:19 +01:00
File.php Handle OC-Total-Length in new chunking 2017-12-15 14:46:36 +01:00
FilesPlugin.php Only handle encrypted property on folders 2018-01-30 12:25:49 +01:00
FilesReportPlugin.php Update license headers 2017-11-06 16:56:19 +01:00
LockPlugin.php Remove unused use statements 2017-04-22 19:23:31 -05:00
MaintenancePlugin.php Refactor method to check if update is needed 2017-11-30 16:04:07 +01:00
Node.php Use type casting instead of *val() method 2018-01-26 11:35:42 +01:00
ObjectTree.php Fix tests 2017-12-04 15:23:20 +01:00
Principal.php Principal search: Take sharing settings into account 2017-12-11 16:04:55 +01:00
QuotaPlugin.php Update license headers 2017-11-06 16:56:19 +01:00
Server.php Update license headers 2017-11-06 16:56:19 +01:00
ServerFactory.php Fix quota calculation on new dav upload endpoint 2017-09-13 19:28:38 +02:00
ShareTypeList.php Make it possible to filter by tags with REPORT method 2016-10-19 11:06:29 +02:00
SharesPlugin.php Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
TagList.php Make it possible to filter by tags with REPORT method 2016-10-19 11:06:29 +02:00
TagsPlugin.php Use ::class statement instead of string 2018-01-29 12:03:47 +01:00