diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-08-17 21:00:37 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-08-19 15:45:45 +0200 |
commit | 2bbb848c31516826d2f031c3d305dd8870d7e628 (patch) | |
tree | 1938af5456bd2f868816b6d17a0e445185ffe2c7 /apps/encryption/appinfo | |
parent | 603d7dab5effc492aaae441fd5cc61ad97dff4d3 (diff) | |
download | nextcloud-server-2bbb848c31516826d2f031c3d305dd8870d7e628.tar.gz nextcloud-server-2bbb848c31516826d2f031c3d305dd8870d7e628.zip |
Add legacy scanning command
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r-- | apps/encryption/appinfo/info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 27f83e371c8..9603f9d16cd 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -14,7 +14,7 @@ Please read the documentation to know all implications before you decide to enable server-side encryption. </description> - <version>2.8.0</version> + <version>2.8.1</version> <licence>agpl</licence> <author>Bjoern Schiessle</author> <author>Clark Tomlinson</author> @@ -44,6 +44,7 @@ <command>OCA\Encryption\Command\EnableMasterKey</command> <command>OCA\Encryption\Command\DisableMasterKey</command> <command>OCA\Encryption\Command\RecoverUser</command> + <command>OCA\Encryption\Command\ScanLegacyFormat</command> </commands> <settings> |