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