Skip to content
Snippets Groups Projects
  1. Dec 01, 2015
    • Lukas Reschke's avatar
      Set "SetEnv" within base `.htaccess` file · 002e7197
      Lukas Reschke authored
      mod_rewrite as used by the front controller may require a `RewriteBase` in case the installation is done using an alias. Since we cannot enforce a writable `.htaccess` file this will move the `front_controller_active` environment variable into the main .htaccess file. If administrators decide to have this one not writable they can still enable this feature by setting the `front_controller_active` environment variable within the Apache config.
      002e7197
  2. Nov 30, 2015
  3. Nov 25, 2015
  4. Nov 05, 2015
  5. Oct 26, 2015
  6. Oct 21, 2015
  7. Oct 14, 2015
  8. Oct 06, 2015
  9. Oct 05, 2015
  10. Oct 02, 2015
  11. Oct 01, 2015
  12. Sep 18, 2015
  13. Sep 17, 2015
  14. Sep 15, 2015
  15. Aug 30, 2015
  16. Aug 11, 2015
  17. Aug 03, 2015
  18. 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
  19. 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
  20. Jul 14, 2015
  21. Jul 08, 2015
  22. Jul 01, 2015
  23. Jun 30, 2015
  24. Jun 25, 2015
  25. Jun 17, 2015
  26. May 17, 2015
  27. May 07, 2015
  28. May 03, 2015
  29. Apr 15, 2015
  30. Mar 26, 2015
  31. Mar 25, 2015
  32. Feb 27, 2015
  33. Feb 26, 2015
  34. Feb 25, 2015
  35. Feb 23, 2015
  36. Feb 13, 2015
  37. Feb 12, 2015
Loading