diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-04-18 21:29:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-18 21:29:21 +0200 |
commit | 307a2a17c39683af94c526c7071ac47f69588434 (patch) | |
tree | 4d1d8fb63e9ae819b1ee80eb0dfc44393c7f3ed4 /apps/files_sharing/appinfo/info.xml | |
parent | b2a87f84c42ce1f7f6ad427a86a47921d68c582f (diff) | |
parent | fa76b49cd2811b0e441bc82ba2e707ae0214aa0f (diff) | |
download | nextcloud-server-307a2a17c39683af94c526c7071ac47f69588434.tar.gz nextcloud-server-307a2a17c39683af94c526c7071ac47f69588434.zip |
Merge pull request #9106 from nextcloud/feature/7488/run_federated_discoverjob_in_cron
Run federated discoverjob in cron
Diffstat (limited to 'apps/files_sharing/appinfo/info.xml')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 3 |
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> |