summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/http
Commit message (Expand)AuthorAgeFilesLines
* Fix namespaces in AppFramework testsJoas Schilling2016-05-1813-13/+20
* fix unit testv1r0x2016-02-181-1/+1
* Add public API to give developers the possibility to adjust the global CSP de...Lukas Reschke2016-01-282-17/+430
* 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-212-84/+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
* | Merge pull request #19299 from owncloud/fixgetRawPathInfoThomas Müller2015-09-301-43/+44
|\ \
| * | use assertSame, add failing caseJörn Friedrich Dreyer2015-09-231-43/+44
| |/
* / Add blob: scheme to default CSP policyLukas Reschke2015-09-293-55/+55
|/
* Rename data provider to avoid risky test warningLukas Reschke2015-09-091-2/+2
* Encode HTML tags in JSONLukas Reschke2015-09-031-6/+20
* Properly return 304Roeland Jago Douma2015-09-011-0/+8
* Add mitigation against BREACHLukas Reschke2015-08-142-15/+108
* Merge pull request #18096 from sualko/patch-1Morris Jobke2015-08-103-55/+55
|\
| * add more unit tests for data: as allowed image domainsualko2015-08-102-2/+2
| * add unit test for data: as allowed image domainsualko2015-08-071-53/+53
* | Merge pull request #18035 from owncloud/ocs-2.0Bernhard Posselt2015-08-051-3/+2
|\ \ | |/ |/|
| * Remove duplicate and unused codeThomas Müller2015-08-031-3/+2
* | 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
* Check if response could get generatedLukas Reschke2015-07-021-0/+11
* Fix undefined offsetLukas Reschke2015-06-221-2/+91
* Add `no-store` to AppFrameworkLukas Reschke2015-06-151-1/+1
* Move the helpful method to the TestCase classJoas Schilling2015-06-031-2/+2
* Add support for disallowing domains to the ContentSecurityPolicyLukas Reschke2015-05-201-0/+216
* Add support for 'child-src' directiveLukas Reschke2015-02-281-2/+17
* AppFramework StreamResponseBernhard Posselt2015-02-271-0/+99
* Get the real protocol behind several proxiesLukas Reschke2015-02-241-0/+21
* Merge pull request #13989 from owncloud/enhancment/security/11857Clark Tomlinson2015-02-183-3/+246
|\
| * Rename to allowEvalLukas Reschke2015-02-161-2/+2
| * Allow AppFramework applications to specify a custom CSP headerLukas Reschke2015-02-163-3/+246
* | Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-162-27/+807
|/
* Merge pull request #13921 from owncloud/ocs-afVincent Petry2015-02-091-0/+73
|\
| * add a controller and reponse for ocsBernhard Posselt2015-02-051-0/+73
* | Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke2015-02-092-71/+129
|/
* always set url parameters when they are available in the app dispatchBernhard Posselt2015-01-151-0/+17
* PHP < 5.4 is not supported anymore - see #12606Morris Jobke2014-12-041-8/+0
* Remove last traces of travis integrationMorris Jobke2014-12-041-2/+2
* Add functions to modify cookies to response classLukas Reschke2014-11-272-8/+94
* Make remaining files extend the test baseJoas Schilling2014-11-199-13/+24
* fix typo in content typeBernhard Posselt2014-11-051-1/+1
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-304-14/+12
* add dataresponseBernhard Posselt2014-10-293-24/+163
* mark tests as skipped - TODO travisMorris Jobke2014-08-051-0/+8