nextcloud/apps/dav/lib
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
..
AppInfo Make ContactsStore a public API 2017-12-11 18:18:58 +01:00
Avatars Fix avatarHome 2018-01-16 15:37:47 +01:00
BackgroundJob generate birthday calendars in a background job after admin enabled them 2017-11-11 16:17:18 +01:00
CalDAV Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
CardDAV Return value immediately instead of assigning to a one-time variable 2018-01-26 00:02:03 +01:00
Command Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_calendar 2017-12-12 08:29:26 +01:00
Comments Update license headers 2017-11-06 16:56:19 +01:00
Connector Only handle encrypted property on folders 2018-01-30 12:25:49 +01:00
Controller generate birthday calendars in a background job after admin enabled them 2017-11-11 16:17:18 +01:00
DAV Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
Files Update license headers 2017-11-06 16:56:19 +01:00
Migration Fix the type hints of migrations and correctly inject the wrapped schema into migrations 2018-01-17 11:37:36 +01:00
Settings Add admin checkbox to disable birthday calendars 2017-11-09 17:12:06 +01:00
SystemTag Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
Upload Return proper principal on the uploads collection listing 2018-01-10 08:35:20 +01:00
Capabilities.php Update license headers 2017-11-06 16:56:19 +01:00
HookManager.php Make sure the arrays are arrays 2018-01-12 14:08:00 +01:00
RootCollection.php Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_calendar 2017-12-12 08:29:26 +01:00
Server.php Handle OC-Total-Length in new chunking 2017-12-15 14:46:36 +01:00