Skip to content

Commit ca83a5e

Browse files
feat(dav): expose search_supports_upload_time capability
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
1 parent b6ee883 commit ca83a5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dav/lib/Capabilities.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function getCapabilities() {
2323
$capabilities = [
2424
'dav' => [
2525
'chunking' => '1.0',
26+
'search_supports_upload_time' => true,
2627
]
2728
];
2829
if ($this->config->getSystemValueBool('bulkupload.enabled', true)) {

0 commit comments

Comments
 (0)