]> source.dussan.org Git - nextcloud-server.git/commit
Add an occ command to scan files for legacy file key in use and get rid of those
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 4 May 2023 14:53:25 +0000 (16:53 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 4 May 2023 14:53:25 +0000 (16:53 +0200)
commit5663f9b31e78f9b1dcfb3de014e623209e1e0b3d
treecf5868462c769457439ebbd5a47c2994e6fa439e
parent527de8ac9d989baf30144e8f9bc0381226d4aee9
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>
apps/encryption/appinfo/info.xml
apps/encryption/composer/composer/autoload_classmap.php
apps/encryption/composer/composer/autoload_static.php
apps/encryption/composer/composer/installed.php
apps/encryption/lib/Command/FixLegacyFileKey.php [new file with mode: 0644]
apps/encryption/lib/Command/ScanLegacyFormat.php