|
|
|
@ -209,6 +209,7 @@ class JSConfigHelper { |
|
|
|
'modRewriteWorking' => ($this->config->getSystemValue('htaccess.IgnoreFrontController', false) === true || getenv('front_controller_active') === 'true'), |
|
|
|
'sharing.maxAutocompleteResults' => intval($this->config->getSystemValue('sharing.maxAutocompleteResults', 0)), |
|
|
|
'sharing.minSearchStringLength' => intval($this->config->getSystemValue('sharing.minSearchStringLength', 0)), |
|
|
|
'blacklist_files_regex' => \OCP\Files\FileInfo::BLACKLIST_FILES_REGEX, |
|
|
|
]), |
|
|
|
"oc_appconfig" => json_encode([ |
|
|
|
'core' => [ |
|
|
|
|