Browse Source
Expose capability if the lookup server should be queried by default
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/18144/head
Roeland Jago Douma
6 years ago
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with
5 additions and
0 deletions
-
apps/files_sharing/lib/Capabilities.php
|
|
|
@ -112,6 +112,11 @@ class Capabilities implements ICapability { |
|
|
|
'expire_date' => ['enabled' => true] |
|
|
|
]; |
|
|
|
|
|
|
|
// Sharee searches
|
|
|
|
$res['sharee'] = [ |
|
|
|
'query_lookup_default' => $this->config->getSystemValueBool('gs.enabled', false) |
|
|
|
]; |
|
|
|
|
|
|
|
return [ |
|
|
|
'files_sharing' => $res, |
|
|
|
]; |
|
|
|
|