summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-231-1/+1
| | | | | To avoid having to use OCP\Appframework\Http\Http in the public - and stable - API OCP\Appframework\Http is now both a class and a namespace.
* re-enable test in SecurityMiddlewareTestThomas Müller2013-10-161-5/+0
|
* Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-161-0/+5
|\ | | | | | | | | | | Conflicts: lib/private/appframework/middleware/security/securitymiddleware.php tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php
| * 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
| | | | within the apps
* reducing controller annotations to:Thomas Müller2013-08-201-122/+34
| | | | | | @PublicPage - No user logon is expected @NoAdminRequired - the login user requires no admin rights @NoCSRFRequired - the incoming request will not check for CSRF token
* initial import of appframeworkThomas Müller2013-08-171-0/+388