Skip to content
Snippets Groups Projects
  1. Nov 05, 2015
  2. Oct 26, 2015
  3. Oct 21, 2015
  4. Oct 14, 2015
  5. Oct 06, 2015
  6. Oct 05, 2015
  7. Oct 02, 2015
  8. Oct 01, 2015
  9. Sep 18, 2015
  10. Sep 17, 2015
  11. Sep 15, 2015
  12. Aug 30, 2015
  13. Aug 11, 2015
  14. Aug 03, 2015
  15. 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
  16. 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
  17. Jul 14, 2015
  18. Jul 08, 2015
  19. Jul 01, 2015
  20. Jun 30, 2015
  21. Jun 25, 2015
  22. Jun 17, 2015
  23. May 17, 2015
  24. May 07, 2015
  25. May 03, 2015
  26. Apr 15, 2015
  27. Mar 26, 2015
  28. Mar 25, 2015
  29. Feb 27, 2015
  30. Feb 26, 2015
  31. Feb 25, 2015
  32. Feb 23, 2015
  33. Feb 13, 2015
  34. Feb 12, 2015
  35. Feb 06, 2015
  36. Feb 04, 2015
  37. Jan 28, 2015
Loading