Skip to content
Snippets Groups Projects
  1. Mar 01, 2013
  2. Feb 10, 2013
  3. Feb 06, 2013
  4. Feb 04, 2013
  5. Feb 03, 2013
  6. Jan 31, 2013
    • Stefan Herbrechtsmeier's avatar
      add SSL proxy support · 7747f492
      Stefan Herbrechtsmeier authored
      Add support for a reverse proxy that only forwards SSL connections
      unencrypted to the web server.
      
      This patch allows to detect the reverse proxy via regular expression for
      the remote IP address and conditional overwrite the host name, protocol
      and web root.
      7747f492
    • Stefan Herbrechtsmeier's avatar
      add multiple domains reverse proxy support · ab2b79cd
      Stefan Herbrechtsmeier authored
      Add support for a reverse proxy that handles multiple domains via different
      web roots (http[s]://proxy.tld/domain.tld/owncloud).
      
      As the reverse proxy web root is transparent for the web server the
      REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace
      the direct use of this _SERVER variables with function calls and extend
      this functions to overwrite the web root. Additionally it adds a Sabre
      request backend that extends the Sabre_HTTP_Request to use the same
      functions.
      ab2b79cd
  7. Jan 26, 2013
  8. Jan 25, 2013
  9. Jan 23, 2013
  10. Jan 22, 2013
  11. Jan 16, 2013
  12. Jan 14, 2013
  13. Jan 04, 2013
  14. Jan 02, 2013
  15. Dec 19, 2012
  16. Dec 14, 2012
  17. Nov 25, 2012
  18. Nov 22, 2012
  19. Oct 16, 2012
  20. Oct 15, 2012
  21. Oct 14, 2012
  22. Sep 23, 2012
  23. Jul 30, 2012
  24. Jun 21, 2012
  25. Jun 19, 2012
  26. Jun 14, 2012
Loading