]> source.dussan.org Git - nextcloud-server.git/commit
Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself
authorJoas Schilling <nickvergessen@gmx.de>
Wed, 3 Dec 2014 15:52:44 +0000 (16:52 +0100)
committerJoas Schilling <nickvergessen@gmx.de>
Tue, 9 Dec 2014 08:47:26 +0000 (09:47 +0100)
commitefac8ced90879f34919eb55055423523b146d33e
treeee2778caa0a8ddf5c181a590625d98081e0c7d63
parent78a307995c510c0184d915fcab26baa3be815342
Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself
34 files changed:
apps/files_encryption/ajax/adminrecovery.php
apps/files_encryption/ajax/changeRecoveryPassword.php
apps/files_encryption/ajax/getMigrationStatus.php
apps/files_encryption/ajax/updatePrivateKeyPassword.php
apps/files_encryption/ajax/userrecovery.php
apps/files_encryption/appinfo/app.php
apps/files_encryption/appinfo/routes.php
apps/files_encryption/files/error.php
apps/files_encryption/lib/crypt.php
apps/files_encryption/lib/helper.php
apps/files_encryption/lib/hooks.php
apps/files_encryption/lib/keymanager.php
apps/files_encryption/lib/migration.php
apps/files_encryption/lib/proxy.php
apps/files_encryption/lib/session.php
apps/files_encryption/lib/stream.php
apps/files_encryption/lib/util.php
apps/files_encryption/settings-admin.php
apps/files_encryption/settings-personal.php
apps/files_encryption/templates/invalid_private_key.php
apps/files_encryption/templates/settings-admin.php
apps/files_encryption/templates/settings-personal.php
apps/files_encryption/tests/crypt.php
apps/files_encryption/tests/helper.php
apps/files_encryption/tests/hooks.php
apps/files_encryption/tests/keymanager.php
apps/files_encryption/tests/migration.php
apps/files_encryption/tests/proxy.php
apps/files_encryption/tests/share.php
apps/files_encryption/tests/stream.php
apps/files_encryption/tests/testcase.php
apps/files_encryption/tests/trashbin.php
apps/files_encryption/tests/util.php
apps/files_encryption/tests/webdav.php