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