Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | also handle lowercase headers | Bernhard Posselt | 2014-06-11 | 1 | -22/+22 |
| | |||||
* | handle http accept headers more gracefully | Bernhard Posselt | 2014-06-11 | 1 | -0/+24 |
| | |||||
* | remove controller serializers | Bernhard Posselt | 2014-06-05 | 2 | -47/+3 |
| | |||||
* | Fix PHPDoc | Lukas Reschke | 2014-06-01 | 1 | -9/+1 |
| | | | | - Remove not anymore existing parameters - Fix typo | ||||
* | 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 | ||||
* | Merge pull request #8477 from owncloud/better-controllers | Morris Jobke | 2014-05-12 | 10 | -12/+108 |
|\ | | | | | Better appframework controllers | ||||
| * | adjust license headers to new mail address | Bernhard Posselt | 2014-05-11 | 10 | -10/+10 |
| | | |||||
| * | rename formatter to responder, formatResponse to buildResponse | Bernhard Posselt | 2014-05-11 | 1 | -12/+12 |
| | | |||||
| * | implement most of the basic stuff that was suggested in #8290 | Bernhard Posselt | 2014-05-11 | 3 | -3/+99 |
| | | |||||
* | | Merge pull request #8274 from owncloud/appframework-db | Morris Jobke | 2014-05-12 | 4 | -0/+611 |
|\ \ | |/ |/| | Port database layer from appframework to core | ||||
| * | Make db connection protected | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| | | |||||
| * | dont update entity and dont run an update query if an entity wasnt changed ↵ | Bernhard Posselt | 2014-04-23 | 2 | -1/+9 |
| | | | | | | | | at all | ||||
| * | Fix typo & add type | Lukas Reschke | 2014-04-20 | 1 | -4/+4 |
| | | |||||
| * | move db into iservercontainer | Bernhard Posselt | 2014-04-19 | 2 | -51/+2 |
| | | |||||
| * | fix doc strings for db facade | Bernhard Posselt | 2014-04-19 | 1 | -1/+1 |
| | | |||||
| * | fix scrutinizer issues | Bernhard Posselt | 2014-04-19 | 1 | -0/+4 |
| | | |||||
| * | port database layer from appframework to core | Bernhard Posselt | 2014-04-19 | 5 | -0/+648 |
| | | |||||
* | | add cors middleware | Bernhard Posselt | 2014-05-09 | 3 | -2/+108 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+107 |
|/ | |||||
* | Remove uneeded usages of nosniff | Lukas Reschke | 2014-04-13 | 1 | -1/+0 |
| | |||||
* | register middleware as string to not force request to be instantiated too ↵ | Bernhard Posselt | 2014-04-09 | 1 | -2/+2 |
| | | | | early and thus not having url parameters | ||||
* | Merge pull request #7643 from owncloud/chainable_response | Thomas Müller | 2014-04-08 | 3 | -0/+22 |
|\ | | | | | Chainable Response in AppFramework | ||||
| * | Add @return PHPDocs | Thomas Tanghus | 2014-03-10 | 3 | -0/+7 |
| | | |||||
| * | Chainable Response in AppFramework | Thomas Tanghus | 2014-03-09 | 3 | -0/+15 |
| | | |||||
* | | Remove dependency on container, removing service locator antipattern | Bernhard Posselt | 2014-04-02 | 1 | -7/+7 |
| | | |||||
* | | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 1 | -1/+1 |
|/ | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -2/+2 |
| | | | | | | | | | | | 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 | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 3 | -3/+7 |
| | |||||
* | Merge pull request #6027 from owncloud/public-api-restful-routing-oc6 | Morris Jobke | 2013-11-27 | 1 | -0/+23 |
|\ | | | | | fix appframework routing | ||||
| * | adding documentation for registerRoutes() | Thomas Müller | 2013-11-25 | 1 | -1/+13 |
| | | |||||
| * | fix appframework routing | Thomas Müller | 2013-11-25 | 1 | -0/+11 |
| | | |||||
* | | page level doc blocks and class descriptions | Morris Jobke | 2013-11-25 | 2 | -0/+9 |
| | | |||||
* | | AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes | Morris Jobke | 2013-11-25 | 6 | -3/+57 |
|/ | |||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 7 | -11/+4 |
| | |||||
* | Fix namespace for OCP\Appframework\Http | Thomas Tanghus | 2013-10-23 | 3 | -1/+3 |
| | | | | | 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. | ||||
* | Public API documentation fixes | Morris Jobke | 2013-10-17 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | refs #4883 * http/response.php * config.php * response.php * files.php * idbconnection.php * app.php * user.php * template.php * share.php * db.php * icache.php & il10n.php | ||||
* | Merge branch 'master' into fixing-appframework-master | Thomas Müller | 2013-10-16 | 1 | -9/+11 |
|\ | | | | | | | | | | | 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 | 1 | -9/+11 |
| |\ | | | | | | | Get urlParams registered before Request is instantiated | ||||
| | * | Get urlParams registered before Request is instantiated | Thomas Tanghus | 2013-10-01 | 1 | -9/+11 |
| | | | |||||
* | | | OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller | Thomas Tanghus | 2013-10-11 | 2 | -2/+2 |
| | | | |||||
* | | | removing log(), getTemplate(), getLocalFilePath(), getUrlContent(), ↵ | Thomas Müller | 2013-10-07 | 1 | -20/+0 |
| | | | | | | | | | | | | getFileInfo() | ||||
* | | | removing all link/url related calls from API class | Thomas Müller | 2013-10-07 | 1 | -45/+0 |
| | | | |||||
* | | | remove getTrans() from API class | Thomas Müller | 2013-10-07 | 1 | -8/+0 |
| | | | |||||
* | | | remove unused classes | Thomas Müller | 2013-10-07 | 1 | -2/+0 |
| | | | |||||
* | | | fixing SecurityMiddleware to use OC6 API | Thomas Müller | 2013-10-07 | 3 | -17/+24 |
| | | | |||||
* | | | move controller to OCP | Thomas Müller | 2013-10-06 | 1 | -0/+147 |
|/ / | |||||
* | | Remove misleading IMiddleware interface | Thomas Tanghus | 2013-10-05 | 2 | -89/+1 |
| | | |||||
* | | Make abstract Middleware class public | Thomas Tanghus | 2013-10-05 | 1 | -0/+100 |
|/ | | | | | It doesn't make sense for subclasses to have to implement all methods. | ||||
* | class API decommissioning part 1 | Thomas Müller | 2013-09-25 | 1 | -88/+1 |
| | |||||
* | AppFramework: | Thomas Müller | 2013-09-25 | 1 | -0/+12 |
| | | | | | | - get request from the server container - implement registerMiddleWare() - adding getAppName() to app container |