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