diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-22 21:30:44 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-22 21:30:44 +0100 |
commit | e3f8e416e68f62eaa22ec35b71280896705d8bf6 (patch) | |
tree | 16d0e2360d32987921cb15aed9c7ac2292ba8a31 /apps/files/appinfo | |
parent | e25b997d0b484c4cb428f0928360c840d71b7882 (diff) | |
download | nextcloud-server-e3f8e416e68f62eaa22ec35b71280896705d8bf6.tar.gz nextcloud-server-e3f8e416e68f62eaa22ec35b71280896705d8bf6.zip |
Add files:scanAppData command
Fixes https://github.com/nextcloud/server/issues/3041
Add a dedicated command to scan the special appdata dir
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files/appinfo')
-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 d956a237767..8b5678b331a 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -6,7 +6,7 @@ <licence>AGPL</licence> <author>Robin Appelman, Vincent Petry</author> <default_enable/> - <version>1.7.1</version> + <version>1.7.2</version> <types> <filesystem/> </types> @@ -52,6 +52,7 @@ <command>OCA\Files\Command\Scan</command> <command>OCA\Files\Command\DeleteOrphanedFiles</command> <command>OCA\Files\Command\TransferOwnership</command> + <command>OCA\Files\Command\ScanAppData</command> </commands> <navigation> |