nextcloud/lib/public
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
..
api.php Spaces to tabs 2013-01-16 18:09:16 +01:00
app.php fixing returns 2013-01-06 23:57:27 +01:00
backgroundjob.php Style: Remove all the dangling white spaces 2012-11-04 22:16:04 +01:00
config.php fix some more phpdoc 2012-09-23 02:40:03 +02:00
constants.php Whitespace cleanup 2013-01-16 18:09:16 +01:00
contacts.php More whitespace fixes 2012-12-15 00:43:46 +01:00
db.php Whitespace cleanup 2013-01-16 18:09:16 +01:00
files.php merge master into filesystem 2013-01-16 19:04:50 +01:00
groupinterface.php Offer User and Group interfaces in public API 2012-07-25 12:56:08 +02:00
iaddressbook.php [contacts_api] IAddressBook moved to OCP as it's used by apps to provide access to their contact data 2012-12-11 17:42:09 +01:00
json.php style fixes for public json api 2012-09-08 16:14:06 +02:00
response.php fixing returns 2013-01-06 23:59:02 +01:00
share.php merge master into filesystem 2013-01-30 19:24:24 +01:00
template.php adding space between) and { 2012-09-07 15:22:01 +02:00
user.php prepare user table to show and edit display names 2013-01-28 13:12:44 +01:00
userinterface.php Offer User and Group interfaces in public API 2012-07-25 12:56:08 +02:00
util.php add multiple domains reverse proxy support 2013-01-31 18:42:31 +01:00