Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-01-07 13:19:43 +0300
committerGitHub <noreply@github.com>2019-01-07 13:19:43 +0300
commit2bd98daaa26f65d943f88caf99a511c9fc288abd (patch)
treeb3220c72263dbd50d1cad7a996c440275f92a262 /apps/dav/appinfo
parent8f4e6fcea1cc8956f1b172d68c58c556b11b78f0 (diff)
parentadb2b9a2f82d80cfe8c89480f0f36642f6ebdc16 (diff)
Merge pull request #12227 from nextcloud/bugfix/cleanu_upload_folders
Background job to cleanup leftover chunked uploads
Diffstat (limited to 'apps/dav/appinfo')
-rw-r--r--apps/dav/appinfo/info.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index 633658674c5..9d6522e50b3 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>WebDAV</name>
<summary>WebDAV endpoint</summary>
<description>WebDAV endpoint</description>
- <version>1.9.0</version>
+ <version>1.9.1</version>
<licence>agpl</licence>
<author>owncloud.org</author>
<namespace>DAV</namespace>
@@ -32,6 +32,9 @@
<step>OCA\DAV\Migration\BuildCalendarSearchIndex</step>
<step>OCA\DAV\Migration\RefreshWebcalJobRegistrar</step>
</post-migration>
+ <live-migration>
+ <step>OCA\DAV\Migration\ChunkCleanup</step>
+ </live-migration>
</repair-steps>
<commands>