From 0b6e1974913580e6b17bbfb1b83259412529032e Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 6 Apr 2018 12:25:08 +0200 Subject: Add background job to refresh federated discovery Once a day refresh the information automatically in cron Signed-off-by: Roeland Jago Douma --- apps/files_sharing/appinfo/info.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/files_sharing/appinfo/info.xml') 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. - 1.6.0 + 1.6.1 agpl Michael Gapczynski Bjoern Schiessle @@ -29,6 +29,7 @@ Turning the feature off removes shared files and folders on the server for all s OCA\Files_Sharing\DeleteOrphanedSharesJob OCA\Files_Sharing\ExpireSharesJob + OCA\Files_Sharing\BackgroundJob\FederatedSharesDiscoverJob -- cgit v1.2.3