summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-09-06 13:26:37 +0200
committerJoas Schilling <coding@schilljs.com>2019-11-12 17:37:00 +0100
commit43517cfac6b32a2470a0bdf2b85007b2e5b3233c (patch)
tree7270925f507167cb516e712e9f66ce7e0b621326 /apps/files_sharing/appinfo
parent60da25681eb7f7f4b611c0c899b3485a8c66ef65 (diff)
downloadnextcloud-server-43517cfac6b32a2470a0bdf2b85007b2e5b3233c.tar.gz
nextcloud-server-43517cfac6b32a2470a0bdf2b85007b2e5b3233c.zip
Accept existing shares on update
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 a90303828f5..111ed9c45c6 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.10.0</version>
+ <version>1.10.1</version>
<licence>agpl</licence>
<author>Michael Gapczynski</author>
<author>Bjoern Schiessle</author>
@@ -36,6 +36,7 @@ Turning the feature off removes shared files and folders on the server for all s
<post-migration>
<step>OCA\Files_Sharing\Migration\OwncloudGuestShareType</step>
<step>OCA\Files_Sharing\Migration\SetPasswordColumn</step>
+ <step>OCA\Files_Sharing\Migration\SetAcceptedStatus</step>
</post-migration>
</repair-steps>