Skip to content
Snippets Groups Projects
  1. Mar 22, 2016
  2. Mar 21, 2016
  3. Mar 20, 2016
  4. Mar 19, 2016
  5. Mar 18, 2016
  6. Mar 17, 2016
    • Lukas Reschke's avatar
      Write .htaccess update only if not already written · e867a7d5
      Lukas Reschke authored
      The ownCloud update routine also runs the "updateHtaccess" code in case only an application gets updated. This leads to having entries multiple time in the .htaccess file leading to unpredictable behaviour.
      
      With 9.0 we added the "#### DO NOT CHANGE ANYTHING ABOVE THIS LINE ####" entry to the .htaccess file, this change uses it to ensure that only to the .htaccess gets written if the file has not been modified already. Since the .htaccess modifications are optional this is not a big deal.
      
      Without this change updates of applications can break the rewrite rules (ending in endless redirects) as well as breaking the code integrity checker.
      e867a7d5
    • Lukas Reschke's avatar
      Use raw PATH_INFO · 24abe1e1
      Lukas Reschke authored
      PATH_INFO will be empty at this point and thus the logic in base.php did not catch this. Changing this to "getRawPathInfo" will ensure that the path info is properly read.
      
      Fixes https://github.com/owncloud/core/issues/23199
      24abe1e1
    • Lukas Reschke's avatar
      Remove unused code · bf017f5c
      Lukas Reschke authored
      This code is not used anymore.
      bf017f5c
    • Lukas Reschke's avatar
      Escape App ID · 979a3ff8
      Lukas Reschke authored
      While all callers do this as well this prevents a misuse of the API by mistake.
      979a3ff8
  7. Mar 16, 2016
  8. Mar 15, 2016
  9. Mar 14, 2016
  10. Mar 13, 2016
  11. Mar 12, 2016
  12. Mar 11, 2016
  13. Mar 10, 2016
Loading