Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2017-11-10 17:35:58 +0300
committerGitHub <noreply@github.com>2017-11-10 17:35:58 +0300
commit1a2f9fe678fce329c37b69df47164a2eddead8f1 (patch)
tree0648f61ec8e3f2ff9c526a90e7858a28a9829764 /apps/files/appinfo
parentd3e7dd19928e90c87a4732a9c28020336dab57c7 (diff)
parentcd8d13b9e6e7bbf0e17f31c60021804ac4772939 (diff)
Merge pull request #7056 from nextcloud/oc-28415-enable-chunking-in-authenticated-web-upload
[oc] Enable chunking for bigger files in authenticated web upload
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r--apps/files/appinfo/app.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php
index 6624740b931..b540c2e7682 100644
--- a/apps/files/appinfo/app.php
+++ b/apps/files/appinfo/app.php
@@ -55,3 +55,5 @@ $templateManager->registerTemplate('application/vnd.oasis.opendocument.spreadshe
'name' => $l->t('Recent'),
];
});
+
+\OCP\Util::connectHook('\OCP\Config', 'js', '\OCA\Files\App', 'extendJsConfig');