mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
feat(dav): expose search_supports_upload_time capability
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
This commit is contained in:
parent
2c8a3c0c8b
commit
70ec5fdc43
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ class Capabilities implements ICapability {
|
|||
$capabilities = [
|
||||
'dav' => [
|
||||
'chunking' => '1.0',
|
||||
'search_supports_upload_time' => true,
|
||||
]
|
||||
];
|
||||
if ($this->config->getSystemValueBool('bulkupload.enabled', true)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue