summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/js/encryption.js
blob: 65ffabe55e62193f9524d68ca883ce92959b433c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * 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.
 */

OC.Encryption={
	MIGRATION_OPEN:0,
	MIGRATION_COMPLETED:1,
	MIGRATION_IN_PROGRESS:-1,
};