summaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-05-30 11:40:40 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2017-07-06 11:33:03 +0200
commit9c5ba2f12cf8f3a7b3587fd8ef304aed86e703e1 (patch)
treead0e229009eecc9c6f2f40e9e444ff9fec73a2d9 /apps/encryption/appinfo
parent984953ef4a5917e672118a96e3b3714862011308 (diff)
downloadnextcloud-server-9c5ba2f12cf8f3a7b3587fd8ef304aed86e703e1.tar.gz
nextcloud-server-9c5ba2f12cf8f3a7b3587fd8ef304aed86e703e1.zip
make master key the new default
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r--apps/encryption/appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
index 7cfdc934386..e1959ac8a9b 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -33,6 +33,7 @@
</settings>
<commands>
<command>OCA\Encryption\Command\EnableMasterKey</command>
+ <command>OCA\Encryption\Command\DisableMasterKey</command>
<command>OCA\Encryption\Command\MigrateKeys</command>
</commands>
</info>