summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework
Commit message (Expand)AuthorAgeFilesLines
...
| * move db into iservercontainerBernhard Posselt2014-04-192-1/+3
| * remove unusued variableBernhard Posselt2014-04-191-6/+0
| * remove unusued variableBernhard Posselt2014-04-191-1/+0
| * fix scrutinizer issuesBernhard Posselt2014-04-192-12/+23
| * port database layer from appframework to coreBernhard Posselt2014-04-193-0/+647
* | add cors middlewareBernhard Posselt2014-05-094-3/+135
* | make download and redirectresponse publicBernhard Posselt2014-04-203-3/+3
|/
* Merge pull request #8183 from owncloud/move-security-headersMorris Jobke2014-04-161-7/+0
|\
| * Remove uneeded usages of nosniffLukas Reschke2014-04-131-7/+0
* | default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt2014-04-123-14/+18
|/
* add requirements to routingBernhard Posselt2014-04-091-4/+22
* Merge pull request #7643 from owncloud/chainable_responseThomas Müller2014-04-083-0/+40
|\
| * Chainable Response in AppFrameworkThomas Tanghus2014-03-093-0/+40
* | Merge branch 'master' into type-hintingBart Visscher2014-03-311-4/+4
|\ \
| * | Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-4/+4
| |/
* / More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-281-3/+3
|/
* use assertSame and assertNotSame for etag checksJörn Friedrich Dreyer2014-02-271-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-195-3/+33
* Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-235-4/+7
* re-enable test in SecurityMiddlewareTestThomas Müller2013-10-161-5/+0
* Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-162-2/+8
|\
| * Merge pull request #5067 from owncloud/urlParams_fixThomas Müller2013-10-162-3/+10
| |\
| | * Get urlParams registered before Request is instantiatedThomas Tanghus2013-10-012-3/+10
* | | OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus2013-10-116-7/+7
* | | remove getTrans() from API classThomas Müller2013-10-071-19/+2
* | | fixing all appframework unit testsThomas Müller2013-10-077-142/+89
|/ /
* | Make abstract Middleware class publicThomas Tanghus2013-10-052-5/+5
* | 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-012-1/+207
* | Check if accessor matched request method.Thomas Tanghus2013-10-011-0/+27
|/
* Still some session leftovers.Thomas Tanghus2013-09-171-5/+0
* cleanup of testsThomas Müller2013-08-212-13/+14
* kill superfluent classloader from tests - this approach might be of interest ...Thomas Müller2013-08-2117-94/+33
* reducing controller annotations to:Thomas Müller2013-08-201-122/+34
* Introducing IContainer into public apiThomas Müller2013-08-201-0/+9
* fixing broken testThomas Müller2013-08-201-1/+1
* fixing require to PimpleThomas Müller2013-08-201-1/+1
* initial import of appframeworkThomas Müller2013-08-1717-0/+2294