Commit Graph

27 Commits (a7ae2e874a28aed2c190840634db50a19ab1d2e7)

Author SHA1 Message Date
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 12 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 12 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 12 years ago
Vincent Petry cf361b6b4a Allow using "/" in "overwritewebroot" 12 years ago
Vincent Petry 9136e6ad30 Fixed X-Forwarded-Host parsing 12 years ago
Vincent Petry f8fe2753b1 Added localhost as trusted domain 12 years ago
Vincent Petry 421cff00bd Show warning page when accessing server from an untrusted domain 12 years ago
Bart Visscher 35a8dfb2fa More PHPDoc fixes, using scrutinizer patches as hints 12 years ago
Vincent Petry 432a42d846 Fix case where port is missing 12 years ago
Lukas Reschke fe44ac264b Add overwritehost config on setup and upgrade 12 years ago
Thomas Müller a0e790227e remove unused functions - have been introduced with the old minimizer approach 12 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Joas Schilling b330d07b51 Fix more documentation failes 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Martial Saunois 0f1c587e6b The regexp of the Freebox user agent is now more strict. 12 years ago
Martial Saunois c2ed8d5aa1 New user agent added for the Freebox. 12 years ago
Vincent Petry 09bd5bd517 Added isUserAgent() method to request 12 years ago
Robin Appelman 885d04bc86 Fix getRawPathInfo for the '/' edge case 12 years ago
Robin Appelman c47e46fda0 fix custom routes defined by apps 12 years ago
Thomas Müller 52941341fd fixing failing unit test 12 years ago
Thomas Müller 2a93720f3f fixes #6050 12 years ago
Thomas Müller b9fed935b4 in case uri and script name don't match we better throw an exception 12 years ago
Thomas Müller a0a665ea45 handle duplicate slashes in case of reverse proxy configuration 12 years ago
Thomas Mueller 6229f457d0 update PHPDoc 12 years ago
Frank Karlitschek 2ce850f7db fix overwrite host support and make the code a bit more readable 12 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 13 years ago
Thomas Mueller 383e4c62b5 in case $_SERVER['HTTP_HOST']) is not set let's return localhost - better than nothing 13 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 13 years ago
herbrechtsmeier ecb9d37b55 request.php: add type check to the not empty check of a string 13 years ago
herbrechtsmeier d4f98923b9 Overwrite host and webroot when forcessl is enabled 13 years ago
Bart Visscher 56f3917f36 Use the plain urlencoded path info for the routing matching 13 years ago
Bart Visscher bb75dfc021 Whitespace fixes 13 years ago
Bart Visscher 2d6d0a4ad4 Whitespace indent fixes 13 years ago
Jörn Friedrich Dreyer d2332f60f3 add a custom header clients can use to skip a n additional propset request 13 years ago
herbrechtsmeier 7747f49263 add SSL proxy support 13 years ago
Stefan Herbrechtsmeier ab2b79cda6 add multiple domains reverse proxy support 13 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 13 years ago
Bart Visscher 2ef2dc4dda Fix "There must be a single space between the closing parenthesis and the opening brace" 13 years ago
Bart Visscher f39454ed12 Fix "Line indented incorrectly" 13 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 { 14 years ago
Bart Visscher 41f135daee Remove () from return statement 14 years ago
Bart Visscher 31003b475e Decode the alternative path_info 14 years ago
Bart Visscher 7d20e98aec Move getting the path info to OC_Request 14 years ago
Bart Visscher 34c076e2a8 Add comments the other functions in OC_Request 14 years ago
Bart Visscher 99ce7ba1df Move serverHost and serverProtocol functions to OC_Request 14 years ago
Bart Visscher 977cd0df6b Fix errors for minimizer 14 years ago