diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-11-28 08:49:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-28 08:49:57 +0100 |
commit | 4173d9d74993bfae8d9c7dce5b983cad1b133751 (patch) | |
tree | bc234c62e53fe95d7ae4ec0d90507526f1a7f2a8 /apps/files/appinfo/info.xml | |
parent | 62dc32019146bdc186e110bde23dd210633acbe7 (diff) | |
parent | bde624b07423de4a6b9e3aaae6371cd4f886c2de (diff) | |
download | nextcloud-server-4173d9d74993bfae8d9c7dce5b983cad1b133751.tar.gz nextcloud-server-4173d9d74993bfae8d9c7dce5b983cad1b133751.zip |
Merge pull request #17625 from nextcloud/enh/noid/direct-editing
Direct editing API to allow file editing using a one-time token
Diffstat (limited to 'apps/files/appinfo/info.xml')
-rw-r--r-- | apps/files/appinfo/info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 7f3b3a5fcae..67c589ed755 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -5,7 +5,7 @@ <name>Files</name> <summary>File Management</summary> <description>File Management</description> - <version>1.13.0</version> + <version>1.13.1</version> <licence>agpl</licence> <author>Robin Appelman</author> <author>Vincent Petry</author> @@ -26,6 +26,7 @@ <job>OCA\Files\BackgroundJob\ScanFiles</job> <job>OCA\Files\BackgroundJob\DeleteOrphanedItems</job> <job>OCA\Files\BackgroundJob\CleanupFileLocks</job> + <job>OCA\Files\BackgroundJob\CleanupDirectEditingTokens</job> </background-jobs> <commands> |