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