summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/middleware
Commit message (Expand)AuthorAgeFilesLines
* Add Same Site Cookie protectionLukas Reschke2016-06-101-1/+90
* Add public API to give developers the possibility to adjust the global CSP de...Lukas Reschke2016-01-281-2/+35
* Show error templateLukas Reschke2015-11-302-35/+105
* Remove dependency on ICrypto + use XORLukas Reschke2015-10-215-14/+0
* Add mitigation against BREACHLukas Reschke2015-08-145-0/+14
* Return proper status code in case of a CORS exceptionLukas Reschke2015-07-201-0/+51
* fix #16713Bernhard Posselt2015-06-031-0/+7
* disallow cookie auth for cors requestsBernhard Posselt2015-05-221-4/+71
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-165-10/+26
* Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke2015-02-095-13/+49
* Make remaining files extend the test baseJoas Schilling2014-11-195-7/+15
* Check if app is enabled for userLukas Reschke2014-11-151-2/+2
* introduce SessionMiddleWare to control session handling via an annotationThomas Müller2014-10-221-0/+89
* fix redirect URL unit testMorris Jobke2014-07-021-1/+3
* fix assertionsBernhard Posselt2014-05-281-9/+14
* fix 8757, get rid of service locator antipatternBernhard Posselt2014-05-283-106/+84
* use new controllermethodreflector for corsmiddlewareBernhard Posselt2014-05-111-5/+15
* adjust license headers to new mail addressBernhard Posselt2014-05-113-3/+3
* implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-111-11/+22
* add cors middlewareBernhard Posselt2014-05-091-0/+77
* make download and redirectresponse publicBernhard Posselt2014-04-201-1/+1
* default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt2014-04-121-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-192-0/+14
* Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-231-1/+1
* re-enable test in SecurityMiddlewareTestThomas Müller2013-10-161-5/+0
* Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-161-0/+5
|\
| * Merge pull request #5067 from owncloud/urlParams_fixThomas Müller2013-10-161-1/+7
| |\
| | * Get urlParams registered before Request is instantiatedThomas Tanghus2013-10-011-1/+7
* | | OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus2013-10-113-4/+4
* | | fixing all appframework unit testsThomas Müller2013-10-073-22/+52
|/ /
* / Make abstract Middleware class publicThomas Tanghus2013-10-052-5/+5
|/
* cleanup of testsThomas Müller2013-08-211-5/+14
* kill superfluent classloader from tests - this approach might be of interest ...Thomas Müller2013-08-213-15/+8
* reducing controller annotations to:Thomas Müller2013-08-201-122/+34
* initial import of appframeworkThomas Müller2013-08-173-0/+750