encryption.js 321 B

12345678910111213141516
  1. /**
  2. * Copyright (c) 2014
  3. * Bjoern Schiessle <schiessle@owncloud.com>
  4. * This file is licensed under the Affero General Public License version 3 or later.
  5. * See the COPYING-README file.
  6. */
  7. /**
  8. * @namespace
  9. * @memberOf OC
  10. */
  11. OC.Encryption={
  12. MIGRATION_OPEN:0,
  13. MIGRATION_COMPLETED:1,
  14. MIGRATION_IN_PROGRESS:-1,
  15. };