summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/http/RequestTest.php
Commit message (Expand)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-1454/+0
* Fix namespaces in AppFramework testsJoas Schilling2016-05-181-1/+2
* Add new CSRF manager for unit testing purposesLukas Reschke2016-01-251-4/+86
* Fix unit testsRoeland Jago Douma2016-01-111-8/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+0
* Added tests.Mitar2015-11-271-0/+20
* Fix undefined HTTP_USER_AGENTThomas Müller2015-11-221-8/+25
* Remove dependency on ICrypto + use XORLukas Reschke2015-10-211-78/+6
* Merge pull request #19034 from owncloud/http-request-warningThomas Müller2015-10-081-0/+21
|\
| * Unit test for preventing warning decoding contentRobin McCorkell2015-09-231-0/+21
* | Add \OCP\IRequest::getHttpProtocolLukas Reschke2015-10-061-0/+51
* | use assertSame, add failing caseJörn Friedrich Dreyer2015-09-231-43/+44
|/
* Add mitigation against BREACHLukas Reschke2015-08-141-15/+102
* Use StringUtils::equals on CSRF token and add unit testsLukas Reschke2015-08-041-0/+95
* Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460Thomas Müller2015-07-161-4/+15
* Fix undefined offsetLukas Reschke2015-06-221-2/+91
* Move the helpful method to the TestCase classJoas Schilling2015-06-031-2/+2
* Get the real protocol behind several proxiesLukas Reschke2015-02-241-0/+21
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-20/+784
* Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke2015-02-091-14/+54
* always set url parameters when they are available in the app dispatchBernhard Posselt2015-01-151-0/+17
* Make remaining files extend the test baseJoas Schilling2014-11-191-3/+6
* default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt2014-04-121-12/+16
* Fix fix of POST :PThomas Tanghus2013-10-031-2/+2
* Modified PUT behaviourThomas Tanghus2013-10-021-24/+30
* Add assertions for ->params and array access with jsonThomas Tanghus2013-10-011-0/+2
* Implement PUT an PATCH supportThomas Tanghus2013-10-011-1/+100
* Check if accessor matched request method.Thomas Tanghus2013-10-011-0/+27
* kill superfluent classloader from tests - this approach might be of interest ...Thomas Müller2013-08-211-2/+0
* initial import of appframeworkThomas Müller2013-08-171-0/+78