]> source.dussan.org Git - nextcloud-server.git/commit
add migration script from old encryption to new one
authorBjoern Schiessle <schiessle@owncloud.com>
Tue, 7 Apr 2015 16:05:54 +0000 (18:05 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Thu, 16 Apr 2015 12:15:04 +0000 (14:15 +0200)
commite3d77c4b0181e2219f30f720ac7077b334210f5d
tree8d2042de13e0ff8036b92c2040e64c5774e2e6be
parent1a894bd0d8ab034f35dbb3b723dd195e7f66aab4
add migration script from old encryption to new one
14 files changed:
apps/encryption/appinfo/app.php
apps/encryption/appinfo/application.php
apps/encryption/appinfo/info.xml
apps/encryption/appinfo/register_command.php [new file with mode: 0644]
apps/encryption/command/migratekeys.php [new file with mode: 0644]
apps/encryption/lib/migration.php [new file with mode: 0644]
apps/encryption/tests/lib/MigrationTest.php [new file with mode: 0644]
lib/private/encryption/manager.php
lib/private/encryption/util.php
lib/private/files/storage/wrapper/encryption.php
lib/private/server.php
settings/admin.php
settings/templates/admin.php
tests/lib/encryption/managertest.php