Commit Graph

15 Commits (2cb342c3b875719017e40063f20342000422db12)

Author SHA1 Message Date
Vincent Petry d7163c9b5a Fixed X-Forwarded-Host parsing 2014-03-05 20:06:05 +07:00
Vincent Petry f1b948d4dc Added localhost as trusted domain 2014-03-05 18:59:34 +07:00
Vincent Petry 9b6b02af6d Show warning page when accessing server from an untrusted domain
Added early check for the requested domain host and show a warning
page if the domain is not trusted.
2014-03-05 18:59:34 +07:00
Vincent Petry 6d3b5b24fd Fix case where port is missing 2014-02-25 11:22:53 +07:00
Lukas Reschke ed7e9be7cd Add overwritehost config on setup and upgrade 2014-02-22 07:59:39 +07:00
Vincent Petry 2ea3765359 Added isUserAgent() method to request
- added isUserAgent() method to OC_Request which makes it possible to
  test it
- OC_Response::setContentDisposition now uses OC_Request::isUserAgent()
2014-01-07 22:11:39 +07:00
Robin Appelman 885d04bc86 Fix getRawPathInfo for the '/' edge case 2013-11-27 21:28:54 +07:00
Robin Appelman c47e46fda0 fix custom routes defined by apps 2013-11-27 15:35:49 +07:00
Thomas Müller 52941341fd fixing failing unit test 2013-11-26 16:52:33 +07:00
Thomas Müller 2a93720f3f fixes #6050 2013-11-26 14:13:33 +07:00
Thomas Müller b9fed935b4 in case uri and script name don't match we better throw an exception 2013-11-25 14:42:34 +07:00
Thomas Müller a0a665ea45 handle duplicate slashes in case of reverse proxy configuration 2013-11-25 14:21:51 +07:00
Thomas Mueller 6229f457d0 update PHPDoc 2013-11-24 21:18:14 +07:00
Frank Karlitschek 2ce850f7db fix overwrite host support and make the code a bit more readable 2013-11-24 12:41:09 +07:00
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
	lib/private/vcategories.php
2013-09-30 16:36:59 +07:00