Skip to content
Snippets Groups Projects
  1. Nov 27, 2014
  2. Oct 14, 2014
  3. Jun 16, 2014
  4. Jun 05, 2014
    • Lukas Reschke's avatar
      Remove legacy routing code · ac7fb1b2
      Lukas Reschke authored
      The getfile routing code was absolutely legacy and not needed anymore. Additionally \OC::$REQUESTEDAPP was never set to the actually accessed application.
      
      This commit removes the legacy routing code and ensures that $REQUESTEDAPP is always set so that other applications (e.g. the firewall or a two-factor authentication) can intercept the currently accessed app.
      
      Testplan:
      [x] Installation works
      [x] Login with DB works
      [x] Logout works
      [x] Login with alternate backend works (tested with user_webdavauth)
      [x] Other apps are accessible
      [x] Redirect on login works (e.g. index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fapps%3Finstalled)
      [x] Personal settings are accessible
      [x] Admin settings are accessible
      [x] Sharing files works
      [x] DAV works
      [x] OC::$REQUESTEDAPP contains the requested application and can be intercepted by other applications
      ac7fb1b2
  5. Apr 28, 2014
  6. Feb 28, 2014
    • Lukas Reschke's avatar
      Remove .htaccess creation code · 357fdb1a
      Lukas Reschke authored
      1. We're maintaining the same code twice which leads inevitably to problems as this one. The createHtaccess routine is only used to use the correct paths to the 404 and 403 document.
      2. Updating the ownCloud instance as described in our documentation (`Delete everything from your ownCloud installation directory, except data and config.`) will break the links to the ErrorDocuments anyways and show the default error handlers if ownCloud is not installed in the root directory.
      357fdb1a
  7. Feb 20, 2014
  8. Jan 23, 2014
  9. Jan 08, 2014
  10. May 09, 2013
  11. Apr 24, 2013
  12. Mar 08, 2013
    • Myles McNamara's avatar
      remove php_value · ef2e8402
      Myles McNamara authored
      php_value can only be used with mod_php, using it with FCGI will cause 500 Internal Server errors.  This needs to be set in php.ini manually or set using ini_set().
      ef2e8402
  13. Feb 27, 2013
  14. Feb 26, 2013
  15. Feb 06, 2013
  16. Nov 30, 2012
  17. Nov 28, 2012
  18. Nov 11, 2012
  19. Nov 09, 2012
  20. Oct 28, 2012
  21. Jul 05, 2012
  22. Jun 05, 2012
  23. May 16, 2012
  24. May 14, 2012
  25. May 11, 2012
  26. May 10, 2012
  27. May 07, 2012
  28. May 05, 2012
  29. May 03, 2012
  30. May 02, 2012
  31. Apr 15, 2012
Loading