diff --git a/apps/dav/lib/Capabilities.php b/apps/dav/lib/Capabilities.php index 2c87112673f..d37fbfa1b5e 100644 --- a/apps/dav/lib/Capabilities.php +++ b/apps/dav/lib/Capabilities.php @@ -27,6 +27,8 @@ class Capabilities implements ICapability { 'dav' => [ 'chunking' => '1.0', 'public_shares_chunking' => true, + 'search_supports_creation_time' => true, + 'search_supports_upload_time' => true, ] ]; if ($this->config->getSystemValueBool('bulkupload.enabled', true)) {