Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow default values for route parameters. | Patrick Paysant | 2014-09-09 | 1 | -4/+22 |
| | |||||
* | Make Entity properties ```protected``` as in docs | Oliver Gasser | 2014-08-27 | 2 | -7/+7 |
| | | | | | | | Entity properties are marked as ```protected``` to correctly reflect the documentation. See also owncloud/documentation@644f2eedac8e912c3019366b29ecdfbd9a15c5d9 | ||||
* | mark tests as skipped - TODO travis | Morris Jobke | 2014-08-05 | 1 | -0/+8 |
| | | | | * swift causes some timeouts and test failures | ||||
* | kill unused require of MapperTestUtility.php | Thomas Müller | 2014-07-17 | 1 | -4/+5 |
| | |||||
* | fixing namespace of MapperTestUtility | Thomas Müller | 2014-07-17 | 1 | -1/+1 |
| | | | | and rename file to be lowercase | ||||
* | Merge pull request #9228 from owncloud/remove-routing-singular-issues | Morris Jobke | 2014-07-14 | 1 | -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 resourceId | Bernhard Posselt | 2014-06-26 | 1 | -2/+2 |
| | | |||||
| * | dont strip the s from the resource | Bernhard Posselt | 2014-06-26 | 1 | -4/+4 |
| | | |||||
* | | fix redirect URL unit test | Morris Jobke | 2014-07-02 | 1 | -1/+3 |
|/ | |||||
* | also handle lowercase headers | Bernhard Posselt | 2014-06-11 | 1 | -0/+9 |
| | |||||
* | handle http accept headers more gracefully | Bernhard Posselt | 2014-06-11 | 1 | -0/+23 |
| | |||||
* | remove controller serializers | Bernhard Posselt | 2014-06-05 | 1 | -21/+1 |
| | |||||
* | fix assertions | Bernhard Posselt | 2014-05-28 | 1 | -9/+14 |
| | |||||
* | fix 8757, get rid of service locator antipattern | Bernhard Posselt | 2014-05-28 | 3 | -106/+84 |
| | |||||
* | use fetch method instead of fetchRow because fetchRow is only an owncloud ↵ | Bernhard Posselt | 2014-05-14 | 1 | -3/+3 |
| | | | | internal alias that exists purely for compability | ||||
* | make it possible to omit parameters and use the default parameters from the ↵ | Bernhard Posselt | 2014-05-13 | 2 | -9/+37 |
| | | | | controller method | ||||
* | Merge pull request #8477 from owncloud/better-controllers | Morris Jobke | 2014-05-12 | 16 | -127/+391 |
|\ | | | | | Better appframework controllers | ||||
| * | use new controllermethodreflector for corsmiddleware | Bernhard Posselt | 2014-05-11 | 1 | -5/+15 |
| | | |||||
| * | adjust license headers to new mail address | Bernhard Posselt | 2014-05-11 | 14 | -16/+16 |
| | | |||||
| * | rename formatter to responder, formatResponse to buildResponse | Bernhard Posselt | 2014-05-11 | 2 | -6/+6 |
| | | |||||
| * | add test for not failing when adding more comments after type parameters, do ↵ | Bernhard Posselt | 2014-05-11 | 2 | -2/+2 |
| | | | | | | | | not limit x-www-form-urlencoded to POST | ||||
| * | implement most of the basic stuff that was suggested in #8290 | Bernhard Posselt | 2014-05-11 | 6 | -107/+361 |
| | | |||||
* | | Merge pull request #8274 from owncloud/appframework-db | Morris Jobke | 2014-05-12 | 3 | -0/+681 |
|\ \ | |/ |/| | Port database layer from appframework to core | ||||
| * | dont update entity and dont run an update query if an entity wasnt changed ↵ | Bernhard Posselt | 2014-04-23 | 2 | -1/+24 |
| | | | | | | | | at all | ||||
| * | fix phpdoc for entities | Bernhard Posselt | 2014-04-20 | 2 | -4/+9 |
| | | |||||
| * | move db into iservercontainer | Bernhard Posselt | 2014-04-19 | 2 | -1/+3 |
| | | |||||
| * | remove unusued variable | Bernhard Posselt | 2014-04-19 | 1 | -6/+0 |
| | | |||||
| * | remove unusued variable | Bernhard Posselt | 2014-04-19 | 1 | -1/+0 |
| | | |||||
| * | fix scrutinizer issues | Bernhard Posselt | 2014-04-19 | 2 | -12/+23 |
| | | |||||
| * | port database layer from appframework to core | Bernhard Posselt | 2014-04-19 | 3 | -0/+647 |
| | | |||||
* | | add cors middleware | Bernhard Posselt | 2014-05-09 | 4 | -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 public | Bernhard Posselt | 2014-04-20 | 3 | -3/+3 |
|/ | |||||
* | Merge pull request #8183 from owncloud/move-security-headers | Morris Jobke | 2014-04-16 | 1 | -7/+0 |
|\ | | | | | Move security headers | ||||
| * | Remove uneeded usages of nosniff | Lukas Reschke | 2014-04-13 | 1 | -7/+0 |
| | | |||||
* | | default to GET request when no method is set to fix unittests, also set ↵ | Bernhard Posselt | 2014-04-12 | 3 | -14/+18 |
|/ | | | | parsed json parameters on the post attribute | ||||
* | add requirements to routing | Bernhard Posselt | 2014-04-09 | 1 | -4/+22 |
| | |||||
* | Merge pull request #7643 from owncloud/chainable_response | Thomas Müller | 2014-04-08 | 3 | -0/+40 |
|\ | | | | | Chainable Response in AppFramework | ||||
| * | Chainable Response in AppFramework | Thomas Tanghus | 2014-03-09 | 3 | -0/+40 |
| | | |||||
* | | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 1 | -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 interface | Robin Appelman | 2014-03-10 | 1 | -4/+4 |
| |/ | |||||
* / | More PHPDoc fixes, using scrutinizer patches as hints | Bart Visscher | 2014-02-28 | 1 | -3/+3 |
|/ | |||||
* | use assertSame and assertNotSame for etag checks | Jörn Friedrich Dreyer | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 5 | -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\Http | Thomas Tanghus | 2013-10-23 | 5 | -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 SecurityMiddlewareTest | Thomas Müller | 2013-10-16 | 1 | -5/+0 |
| | |||||
* | Merge branch 'master' into fixing-appframework-master | Thomas Müller | 2013-10-16 | 2 | -2/+8 |
|\ | | | | | | | | | | | Conflicts: lib/private/appframework/middleware/security/securitymiddleware.php tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php | ||||
| * | Merge pull request #5067 from owncloud/urlParams_fix | Thomas Müller | 2013-10-16 | 2 | -3/+10 |
| |\ | | | | | | | Get urlParams registered before Request is instantiated | ||||
| | * | Get urlParams registered before Request is instantiated | Thomas Tanghus | 2013-10-01 | 2 | -3/+10 |
| | | | |||||
* | | | OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller | Thomas Tanghus | 2013-10-11 | 6 | -7/+7 |
| | | | |||||
* | | | remove getTrans() from API class | Thomas Müller | 2013-10-07 | 1 | -19/+2 |
| | | |