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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-07-19 13:57:55 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-09-04 16:17:33 +0300
commit7abe2f88f030192abf3cb93e1d329c5e81eb4e8a (patch)
tree817ddc7cc6118c382a04fb69b5e62f819780dedf /appinfo
parent34923a97e7049d229a0fe8de4b26a3f5339f79d6 (diff)
Add preview provider for ODF that uses Collabora Online's web API
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php3
-rw-r--r--appinfo/info.xml2
2 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 596a8f0b..2c9cf7cb 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -66,3 +66,6 @@ if ($wopiUrl !== '') {
$policy->addAllowedFrameDomain($wopiUrl);
$manager->addDefaultPolicy($policy);
}
+
+$app = new Application();
+$app->registerProvider();
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 138dd1bb..36dc5c30 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -9,6 +9,8 @@
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
<prevent_group_restriction/>
+ <filesystem/>
+ <dav/>
</types>
<documentation>
<user>https://nextcloud.com/collaboraonline/</user>