Skip to content
Snippets Groups Projects
  1. Aug 30, 2015
  2. Aug 11, 2015
  3. Aug 03, 2015
  4. Jul 24, 2015
    • Joas Schilling's avatar
      Add an update script to reset the value · 20cf8ec2
      Joas Schilling authored
      In case encryption was not enabled, we accidently set encrypted = 1 for
      files inside mount points, since 8.1.0. This breaks opening the files in
      8.1.1 because we fixed the code that checks if a file is encrypted.
      In order to fix the file, we need to reset the flag of the file. However,
      the flag might be set because the file is in fact encrypted because it was
      uploaded at a time where encryption was enabled.
      
      So we can only do this when:
      - Current version of ownCloud before the update is 8.1.0 or 8.2.0.(0-2)
      - Encryption is disabled
      - files_encryption is not known in the app config
      
      If the first two are not the case, we are save. However, if files_encryption
      values exist in the config, we might have a false negative here.
      Now if there is no file with unencrypted size greater 0, that means there are
      no files that are still encrypted with "files_encryption" encryption. So we
      can also safely reset the flag here.
      
      If this is not the case, we go with "better save then sorry" and don't change
      the flag but write a message to the ownCloud log file.
      20cf8ec2
  5. Jul 20, 2015
    • Robin McCorkell's avatar
      Store storage availability in database · df19cabb
      Robin McCorkell authored
      Storage status is saved in the database. Failed storages are rechecked every
      10 minutes, while working storages are rechecked every request.
      
      Using the files_external app will recheck all external storages when the
      settings page is viewed, or whenever an external storage is saved.
      df19cabb
  6. Jul 14, 2015
  7. Jul 08, 2015
  8. Jul 01, 2015
  9. Jun 30, 2015
  10. Jun 25, 2015
  11. Jun 17, 2015
  12. May 17, 2015
  13. May 07, 2015
  14. May 03, 2015
  15. Apr 15, 2015
  16. Mar 26, 2015
  17. Mar 25, 2015
  18. Feb 27, 2015
  19. Feb 26, 2015
  20. Feb 25, 2015
  21. Feb 23, 2015
  22. Feb 13, 2015
  23. Feb 12, 2015
  24. Feb 06, 2015
  25. Feb 04, 2015
  26. Jan 28, 2015
  27. Jan 26, 2015
  28. Jan 18, 2015
  29. Jan 11, 2015
  30. Jan 01, 2015
  31. Dec 30, 2014
  32. Dec 25, 2014
  33. Sep 03, 2014
  34. Jul 06, 2014
  35. Jul 04, 2014
  36. Jul 03, 2014
  37. Jun 28, 2014
Loading