summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework
Commit message (Expand)AuthorAgeFilesLines
* Check if app is enabled for userLukas Reschke2014-11-151-2/+2
* 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-294-24/+185
* introduce SessionMiddleWare to control session handling via an annotationThomas Müller2014-10-221-0/+89
* Allow default values for route parameters.Patrick Paysant2014-09-091-4/+22
* Make Entity properties ```protected``` as in docsOliver Gasser2014-08-272-7/+7
* mark tests as skipped - TODO travisMorris Jobke2014-08-051-0/+8
* kill unused require of MapperTestUtility.phpThomas Müller2014-07-171-4/+5
* fixing namespace of MapperTestUtilityThomas Müller2014-07-171-1/+1
* Merge pull request #9228 from owncloud/remove-routing-singular-issuesMorris Jobke2014-07-141-4/+4
|\
| * use id instead of resourceIdBernhard Posselt2014-06-261-2/+2
| * dont strip the s from the resourceBernhard Posselt2014-06-261-4/+4
* | fix redirect URL unit testMorris Jobke2014-07-021-1/+3
|/
* also handle lowercase headersBernhard Posselt2014-06-111-0/+9
* handle http accept headers more gracefullyBernhard Posselt2014-06-111-0/+23
* remove controller serializersBernhard Posselt2014-06-051-21/+1
* fix assertionsBernhard Posselt2014-05-281-9/+14
* fix 8757, get rid of service locator antipatternBernhard Posselt2014-05-283-106/+84
* use fetch method instead of fetchRow because fetchRow is only an owncloud int...Bernhard Posselt2014-05-141-3/+3
* make it possible to omit parameters and use the default parameters from the c...Bernhard Posselt2014-05-132-9/+37
* Merge pull request #8477 from owncloud/better-controllersMorris Jobke2014-05-1216-127/+391
|\
| * use new controllermethodreflector for corsmiddlewareBernhard Posselt2014-05-111-5/+15
| * adjust license headers to new mail addressBernhard Posselt2014-05-1114-16/+16
| * rename formatter to responder, formatResponse to buildResponseBernhard Posselt2014-05-112-6/+6
| * add test for not failing when adding more comments after type parameters, do ...Bernhard Posselt2014-05-112-2/+2
| * implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-116-107/+361
* | Merge pull request #8274 from owncloud/appframework-dbMorris Jobke2014-05-123-0/+681
|\ \ | |/ |/|
| * dont update entity and dont run an update query if an entity wasnt changed at...Bernhard Posselt2014-04-232-1/+24
| * fix phpdoc for entitiesBernhard Posselt2014-04-202-4/+9
| * 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