feat(dav): expose search_supports_creation_time and search_supports_upload_time capabilities

Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
This commit is contained in:
Cristian Scheid 2026-02-25 09:30:11 -03:00
parent 7f89490cef
commit 3a21ad408b

View file

@ -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)) {