Commit Graph

10 Commits (0671c58e361f2ccf2cd23d73a9712c1a31e838ce)

Author SHA1 Message Date
Vincent Petry 09bd5bd517 Added isUserAgent() method to request 11 years ago
Robin Appelman 885d04bc86 Fix getRawPathInfo for the '/' edge case 11 years ago
Robin Appelman c47e46fda0 fix custom routes defined by apps 11 years ago
Thomas Müller 52941341fd fixing failing unit test 11 years ago
Thomas Müller 2a93720f3f fixes #6050 11 years ago
Thomas Müller b9fed935b4 in case uri and script name don't match we better throw an exception 11 years ago
Thomas Müller a0a665ea45 handle duplicate slashes in case of reverse proxy configuration 11 years ago
Thomas Mueller 6229f457d0 update PHPDoc 11 years ago
Frank Karlitschek 2ce850f7db fix overwrite host support and make the code a bit more readable 11 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Thomas Müller 7d7a2ce317 use $_SERVER['SERVER_NAME'] in case $_SERVER['HTTP_HOST'] is not set 12 years ago
Thomas Mueller 383e4c62b5 in case $_SERVER['HTTP_HOST']) is not set let's return localhost - better than nothing 12 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 12 years ago
herbrechtsmeier ecb9d37b55 request.php: add type check to the not empty check of a string 12 years ago
herbrechtsmeier d4f98923b9 Overwrite host and webroot when forcessl is enabled 12 years ago
Bart Visscher 56f3917f36 Use the plain urlencoded path info for the routing matching 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Bart Visscher 2d6d0a4ad4 Whitespace indent fixes 12 years ago
Jörn Friedrich Dreyer d2332f60f3 add a custom header clients can use to skip a n additional propset request 12 years ago
herbrechtsmeier 7747f49263 add SSL proxy support 12 years ago
Stefan Herbrechtsmeier ab2b79cda6 add multiple domains reverse proxy support 12 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 12 years ago
Bart Visscher 2ef2dc4dda Fix "There must be a single space between the closing parenthesis and the opening brace" 12 years ago
Bart Visscher f39454ed12 Fix "Line indented incorrectly" 12 years ago
Frank Karlitschek 6cb3774706 make it possible to manually override the hostname and protocol if the automatic detection from ownCloud fails. This can happen in reverse proxy situations or with loadbalancers setups. 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 41f135daee Remove () from return statement 13 years ago
Bart Visscher 31003b475e Decode the alternative path_info 13 years ago
Bart Visscher 7d20e98aec Move getting the path info to OC_Request 13 years ago
Bart Visscher 34c076e2a8 Add comments the other functions in OC_Request 13 years ago
Bart Visscher 99ce7ba1df Move serverHost and serverProtocol functions to OC_Request 13 years ago
Bart Visscher 977cd0df6b Fix errors for minimizer 13 years ago
Bart Visscher 617de811f7 Cache the minimized output also on the server 13 years ago