summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-04-06 12:25:08 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-04-18 19:20:26 +0200
commit0b6e1974913580e6b17bbfb1b83259412529032e (patch)
tree09619bb789cc3abf30f9128f555fb725027d595c /apps/files_sharing/appinfo
parenta0028a2a5f7f4df3f38eef2ba1a4552ff90f0269 (diff)
downloadnextcloud-server-0b6e1974913580e6b17bbfb1b83259412529032e.tar.gz
nextcloud-server-0b6e1974913580e6b17bbfb1b83259412529032e.zip
Add background job to refresh federated discovery
Once a day refresh the information automatically in cron Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r--apps/files_sharing/appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index b4c54247267..94a31bea63c 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -9,7 +9,7 @@
Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation.
</description>
- <version>1.6.0</version>
+ <version>1.6.1</version>
<licence>agpl</licence>
<author>Michael Gapczynski</author>
<author>Bjoern Schiessle</author>
@@ -29,6 +29,7 @@ Turning the feature off removes shared files and folders on the server for all s
<background-jobs>
<job>OCA\Files_Sharing\DeleteOrphanedSharesJob</job>
<job>OCA\Files_Sharing\ExpireSharesJob</job>
+ <job>OCA\Files_Sharing\BackgroundJob\FederatedSharesDiscoverJob</job>
</background-jobs>
<repair-steps>