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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-05 17:56:56 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-06 23:08:20 +0300
commitafe96a4593fda23b1fc73746c489905704280647 (patch)
tree973d00e55d9d6055dbdef4b2a9e06556b4a32a48 /appinfo
parent1ce50035eb2bea529c05781ed22291f776ee1170 (diff)
Move fetching the capabilities to a backgroundjob
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 49a34797..3f6b87ac 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Collabora Online</name>
<summary>Edit office documents directly in your browser.</summary>
<description>This application can connect to a Collabora Online server (WOPI Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.</description>
- <version>3.1.1</version>
+ <version>3.1.2</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
@@ -27,6 +27,9 @@
<dependencies>
<nextcloud min-version="13" max-version="16" />
</dependencies>
+ <background-jobs>
+ <job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>
+ </background-jobs>
<settings>
<admin>OCA\Richdocuments\Settings\Admin</admin>
<admin-section>OCA\Richdocuments\Settings\Section</admin-section>