2014-02-11 15:44:06 +04:00
|
|
|
/**
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
2014-06-24 01:56:10 +04:00
|
|
|
/**
|
|
|
|
* @namespace
|
|
|
|
* @memberOf OC
|
|
|
|
*/
|
2014-02-11 15:44:06 +04:00
|
|
|
OC.Encryption={
|
|
|
|
MIGRATION_OPEN:0,
|
|
|
|
MIGRATION_COMPLETED:1,
|
|
|
|
MIGRATION_IN_PROGRESS:-1,
|
|
|
|
};
|