nextcloud/lib/connector/sabre
Stefan Herbrechtsmeier ab2b79cda6 add multiple domains reverse proxy support
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.
2013-01-31 18:42:31 +01:00
..
ServiceUnavailable.php webdav returns "503 Service Unavailable" in case the ownCloud server is currently in maintenance mode. 2013-01-09 00:37:50 +01:00
auth.php implement getCurrentUser in Sabre Auth Connector, fixes #508 2012-12-14 01:06:09 +01:00
directory.php Use etags from file cache in SabreDAV connector 2012-12-30 19:18:05 -05:00
file.php Don't waste time making another call since we know it doesn't exist 2013-01-11 21:09:01 -05:00
locks.php Checkstyle fixes: NoSpaceAfterComma 2012-11-04 11:10:46 +01:00
maintenanceplugin.php webdav returns "503 Service Unavailable" in case the ownCloud server is currently in maintenance mode. 2013-01-09 00:37:50 +01:00
node.php merge master into filesystem 2013-01-16 19:04:50 +01:00
principal.php Checkstyle: many fixes 2012-11-02 19:53:02 +01:00
quotaplugin.php merge master into filesystem 2013-01-07 00:16:10 +01:00
request.php add multiple domains reverse proxy support 2013-01-31 18:42:31 +01:00