Skip to content

Commit bcfe3c9

Browse files
feat(dav): expose search_supports_creation_time and search_supports_upload_time capabilities
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
1 parent 9811123 commit bcfe3c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/dav/lib/Capabilities.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ public function getCapabilities() {
2727
'dav' => [
2828
'chunking' => '1.0',
2929
'public_shares_chunking' => true,
30+
'search_supports_creation_time' => true,
31+
'search_supports_upload_time' => true,
3032
]
3133
];
3234
if ($this->config->getSystemValueBool('bulkupload.enabled', true)) {

0 commit comments

Comments
 (0)