summaryrefslogtreecommitdiffstats
path: root/lib/request.php
Commit message (Expand)AuthorAgeFilesLines
* Fix case where port is missingVincent Petry2014-02-251-1/+1
* Backport #7259 to stable5Lukas Reschke2014-02-221-15/+31
* Revert "Backport #7259 to stable5"Lukas Reschke2014-02-221-31/+15
* Backport #7259 to stable5Lukas Reschke2014-02-221-15/+31
* initial backport of #6777 - mobile public pages - to stable5Jörn Friedrich Dreyer2014-02-131-1/+1
* Fix getRawPathInfo for the '/' edge caseRobin Appelman2013-11-281-1/+5
* fix custom routes defined by appsRobin Appelman2013-11-281-1/+1
* fixing failing unit testThomas Müller2013-11-261-1/+1
* fixes #6050Thomas Müller2013-11-261-8/+21
* in case uri and script name don't match we better throw an exceptionThomas Müller2013-11-251-2/+10
* handle duplicate slashes in case of reverse proxy configurationThomas Müller2013-11-251-1/+4
* Merge pull request #3893 from owncloud/backport_1872Bart Visscher2013-07-081-6/+7
|\
| * request.php: add type check to the not empty check of a stringherbrechtsmeier2013-06-281-5/+5
| * Overwrite host and webroot when forcessl is enabledherbrechtsmeier2013-06-281-3/+4
* | use $_SERVER['SERVER_NAME'] in case $_SERVER['HTTP_HOST'] is not setThomas Müller2013-07-021-2/+8
* | in case $_SERVER['HTTP_HOST']) is not set let's return localhost - better tha...Thomas Mueller2013-07-021-7/+7
|/
* Use the plain urlencoded path info for the routing matchingBart Visscher2013-02-271-1/+14
* Whitespace fixesBart Visscher2013-02-221-1/+1
* Whitespace indent fixesBart Visscher2013-02-141-2/+2
* add a custom header clients can use to skip a n additional propset requestJörn Friedrich Dreyer2013-02-111-0/+12
* add SSL proxy supportherbrechtsmeier2013-01-311-4/+13
* add multiple domains reverse proxy supportStefan Herbrechtsmeier2013-01-311-0/+32
* Whitespace cleanupBart Visscher2013-01-161-2/+2
* Fix "There must be a single space between the closing parenthesis and the ope...Bart Visscher2012-12-151-2/+2
* Fix "Line indented incorrectly"Bart Visscher2012-12-151-1/+1
* make it possible to manually override the hostname and protocol if the automa...Frank Karlitschek2012-11-221-0/+6
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
* adding space between) and {Thomas Mueller2012-09-071-2/+2
* Remove () from return statementBart Visscher2012-09-041-1/+1
* Decode the alternative path_infoBart Visscher2012-08-071-0/+11
* Move getting the path info to OC_RequestBart Visscher2012-08-071-0/+13
* Add comments the other functions in OC_RequestBart Visscher2012-08-071-0/+8
* Move serverHost and serverProtocol functions to OC_RequestBart Visscher2012-08-071-0/+45
* Fix errors for minimizerBart Visscher2012-06-181-0/+3
* Cache the minimized output also on the serverBart Visscher2012-06-181-0/+25