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:
authorJulius Härtl <jus@bitgrid.net>2019-02-06 23:30:21 +0300
committerGitHub <noreply@github.com>2019-02-06 23:30:21 +0300
commitf4241904eb3ec4bb5c462d33cd64f2ce3936aade (patch)
treeb7fa64b21e2cea3db2d890a8015267d8489a1903 /appinfo
parent1ce50035eb2bea529c05781ed22291f776ee1170 (diff)
parentc37d0a7e5f4f656cd42b7400163b409e8163e328 (diff)
Merge pull request #379 from nextcloud/enh/capabilities_backgroundjob
Move fetching the capabilities to a backgroundjob
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>