summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework
Commit message (Collapse)AuthorAgeFilesLines
* Allow default values for route parameters.Patrick Paysant2014-09-091-4/+22
|
* Make Entity properties ```protected``` as in docsOliver Gasser2014-08-272-7/+7
| | | | | | | Entity properties are marked as ```protected``` to correctly reflect the documentation. See also owncloud/documentation@644f2eedac8e912c3019366b29ecdfbd9a15c5d9
* mark tests as skipped - TODO travisMorris Jobke2014-08-051-0/+8
| | | | * swift causes some timeouts and test failures
* kill unused require of MapperTestUtility.phpThomas Müller2014-07-171-4/+5
|
* fixing namespace of MapperTestUtilityThomas Müller2014-07-171-1/+1
| | | | and rename file to be lowercase
* Merge pull request #9228 from owncloud/remove-routing-singular-issuesMorris Jobke2014-07-141-4/+4
|\ | | | | Routing: Dont strip the s from the resource id to prevent possible weird behavior with irregular english plural nouns
| * 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 ↵Bernhard Posselt2014-05-141-3/+3
| | | | internal alias that exists purely for compability
* make it possible to omit parameters and use the default parameters from the ↵Bernhard Posselt2014-05-132-9/+37
| | | | controller method
* Merge pull request #8477 from owncloud/better-controllersMorris Jobke2014-05-1216-127/+391
|\ | | | | Better appframework controllers
| * 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
| | | | | | | | not limit x-www-form-urlencoded to POST
| * 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
|\ \ | |/ |/| Port database layer from appframework to core
| * dont update entity and dont run an update query if an entity wasnt changed ↵Bernhard Posselt2014-04-232-1/+24
| | | | | | | | at all
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove methodannotationreader namespace fix namespace for server container fix tests fail if with cors credentials header is set to true, implement a reusable preflighted cors method in the controller baseclass, make corsmiddleware private and register it for every request remove uneeded local in cors middleware registratio dont uppercase cors to easily use it from routes fix indention comment fixes explicitely set allow credentials header to false dont depend on better controllers PR, fix that stuff later split cors methods to be in a seperate controller for exposing apis remove protected definitions from apicontroller since controller has it
* | make download and redirectresponse publicBernhard Posselt2014-04-203-3/+3
|/
* Merge pull request #8183 from owncloud/move-security-headersMorris Jobke2014-04-161-7/+0
|\ | | | | Move security headers
| * Remove uneeded usages of nosniffLukas Reschke2014-04-131-7/+0
| |
* | default to GET request when no method is set to fix unittests, also set ↵Bernhard Posselt2014-04-123-14/+18
|/ | | | parsed json parameters on the post attribute
* 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 AppFramework
| * Chainable Response in AppFrameworkThomas Tanghus2014-03-093-0/+40
| |
* | Merge branch 'master' into type-hintingBart Visscher2014-03-311-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/image.php lib/private/l10n.php lib/private/request.php lib/private/share/mailnotifications.php lib/private/template/base.php
| * | 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
| | | | | | | | | | | 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-235-4/+7
| | | | | 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-162-2/+8
|\ | | | | | | | | | | Conflicts: lib/private/appframework/middleware/security/securitymiddleware.php tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php
| * Merge pull request #5067 from owncloud/urlParams_fixThomas Müller2013-10-162-3/+10
| |\ | | | | | | Get urlParams registered before Request is instantiated
| | * 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
| | |