From 6778dc5a4a92ba4e808c072a9eae48ff91b6ec74 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 11 Feb 2014 12:44:06 +0100 Subject: don't block login forever if we are stuck in the middle of the initial encryption --- apps/files_encryption/js/encryption.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/files_encryption/js/encryption.js (limited to 'apps/files_encryption/js/encryption.js') diff --git a/apps/files_encryption/js/encryption.js b/apps/files_encryption/js/encryption.js new file mode 100644 index 00000000000..65ffabe55e6 --- /dev/null +++ b/apps/files_encryption/js/encryption.js @@ -0,0 +1,12 @@ +/** + * Copyright (c) 2014 + * Bjoern Schiessle + * This file is licensed under the Affero General Public License version 3 or later. + * See the COPYING-README file. + */ + +OC.Encryption={ + MIGRATION_OPEN:0, + MIGRATION_COMPLETED:1, + MIGRATION_IN_PROGRESS:-1, +}; -- cgit v1.2.3