Skip to content
Snippets Groups Projects
  1. Oct 06, 2015
  2. Oct 05, 2015
  3. Sep 09, 2015
  4. Aug 03, 2015
  5. Jun 25, 2015
  6. Apr 18, 2015
  7. Apr 09, 2015
  8. Apr 08, 2015
  9. Mar 26, 2015
  10. Mar 09, 2015
  11. Feb 26, 2015
  12. Feb 23, 2015
  13. Feb 16, 2015
  14. Dec 04, 2014
  15. Jun 30, 2014
  16. Apr 15, 2014
  17. Mar 12, 2014
  18. Mar 11, 2014
  19. Mar 10, 2014
  20. Feb 18, 2014
  21. Feb 17, 2014
  22. Oct 21, 2013
    • Thomas Müller's avatar
      New OCS route: · 66a2f3b0
      Thomas Müller authored
       /ocs/cloud/user
      Response:
       <?xml version="1.0"?>
       <ocs>
        <meta>
         <status>ok</status>
         <statuscode>100</statuscode>
         <message/>
        </meta>
        <data>
         <id>thomas</id>
         <display-name>DeepDiver</display-name>
         <email>no-response@domain.tld</email>
        </data>
       </ocs>
      66a2f3b0
  23. Aug 31, 2013
  24. Aug 27, 2013
  25. Aug 18, 2013
  26. Jun 28, 2013
  27. Apr 30, 2013
  28. Apr 27, 2013
  29. Feb 09, 2013
  30. Jan 31, 2013
    • 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
  31. Jan 16, 2013
  32. Jan 14, 2013
  33. Dec 14, 2012
  34. Dec 12, 2012
  35. Nov 22, 2012
  36. Nov 04, 2012
Loading