remotes/origin/ldap_group_count
parent
f2f5769df7
commit
6778dc5a4a
@ -0,0 +1,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, |
||||
}; |
||||
Loading…
Reference in new issue