aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/request.php
Commit message (Collapse)AuthorAgeFilesLines
* Added unit tests for serverHost and other related functionsVincent Petry2014-03-061-0/+137
|
* The regexp of the Freebox user agent is now more strict.Martial Saunois2014-01-291-0/+5
| | | | A new unit test has been added in consequence.
* Unit tests added for the new Freebox user agent.Martial Saunois2014-01-281-0/+10
|
* Added isUserAgent() method to requestVincent Petry2013-12-191-0/+50
| | | | | | - added isUserAgent() method to OC_Request which makes it possible to test it - OC_Response::setContentDisposition now uses OC_Request::isUserAgent()
* fixes #6050Thomas Müller2013-11-261-3/+8
|
* in case uri and script name don't match we better throw an exceptionThomas Müller2013-11-251-0/+22
|
* handle duplicate slashes in case of reverse proxy configurationThomas Müller2013-11-251-0/+20
|
* adding simple unit test to test scriptName() under overwrite conditionThomas Mueller2013-11-241-0/+26