summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php
Commit message (Expand)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-453/+0
* Fix namespaces in AppFramework testsJoas Schilling2016-05-181-1/+2
* Fix inconsistent nameing of AppFrameworkRoeland Jago Douma2016-04-221-4/+4
* Move login form into controllerLukas Reschke2016-04-151-4/+9
* 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-301-32/+102
* Remove dependency on ICrypto + use XORLukas Reschke2015-10-211-1/+0
* Add mitigation against BREACHLukas Reschke2015-08-141-0/+1
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-1/+2
* Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke2015-02-091-4/+8
* Make remaining files extend the test baseJoas Schilling2014-11-191-2/+4
* Check if app is enabled for userLukas Reschke2014-11-151-2/+2
* 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-281-97/+79
* adjust license headers to new mail addressBernhard Posselt2014-05-111-1/+1
* implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-111-11/+22
* make download and redirectresponse publicBernhard Posselt2014-04-201-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+11
* 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
|\
| * Get urlParams registered before Request is instantiatedThomas Tanghus2013-10-011-1/+7
* | OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus2013-10-111-2/+2
* | fixing all appframework unit testsThomas Müller2013-10-071-18/+48
|/
* kill superfluent classloader from tests - this approach might be of interest ...Thomas Müller2013-08-211-5/+1
* reducing controller annotations to:Thomas Müller2013-08-201-122/+34
* initial import of appframeworkThomas Müller2013-08-171-0/+388