aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/js/encryption.js
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-03-30 17:29:07 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:28 +0200
commite7a68d1c21c52a39ddec59579ab7701dfef82b2a (patch)
treef18553183eee730b754f89bf2b5a2a1ce5facade /apps/files_encryption/js/encryption.js
parent0eee3a2618235bcb59ce1bcb98526a7592de4578 (diff)
downloadnextcloud-server-e7a68d1c21c52a39ddec59579ab7701dfef82b2a.tar.gz
nextcloud-server-e7a68d1c21c52a39ddec59579ab7701dfef82b2a.zip
remove old encryption app
Diffstat (limited to 'apps/files_encryption/js/encryption.js')
-rw-r--r--apps/files_encryption/js/encryption.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/files_encryption/js/encryption.js b/apps/files_encryption/js/encryption.js
deleted file mode 100644
index d2d1c3a1fc5..00000000000
--- a/apps/files_encryption/js/encryption.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * Copyright (c) 2014
- * Bjoern Schiessle <schiessle@owncloud.com>
- * This file is licensed under the Affero General Public License version 3 or later.
- * See the COPYING-README file.
- */
-
-/**
- * @namespace
- * @memberOf OC
- */
-OC.Encryption={
- MIGRATION_OPEN:0,
- MIGRATION_COMPLETED:1,
- MIGRATION_IN_PROGRESS:-1,
-};