diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-05-04 16:53:25 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-05-04 16:53:25 +0200 |
commit | 5663f9b31e78f9b1dcfb3de014e623209e1e0b3d (patch) | |
tree | cf5868462c769457439ebbd5a47c2994e6fa439e /apps/encryption/appinfo/info.xml | |
parent | 527de8ac9d989baf30144e8f9bc0381226d4aee9 (diff) | |
download | nextcloud-server-5663f9b31e78f9b1dcfb3de014e623209e1e0b3d.tar.gz nextcloud-server-5663f9b31e78f9b1dcfb3de014e623209e1e0b3d.zip |
Add an occ command to scan files for legacy file key in use and get rid of those
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/encryption/appinfo/info.xml')
-rw-r--r-- | apps/encryption/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index e77261c4712..1018d6ab17a 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -42,6 +42,7 @@ Please read the documentation to know all implications before you decide to enab <command>OCA\Encryption\Command\ScanLegacyFormat</command> <command>OCA\Encryption\Command\FixEncryptedVersion</command> <command>OCA\Encryption\Command\FixKeyLocation</command> + <command>OCA\Encryption\Command\FixLegacyFileKey</command> </commands> <settings> |