aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/appframework
Commit message (Collapse)AuthorAgeFilesLines
* also handle lowercase headersBernhard Posselt2014-06-111-22/+22
|
* handle http accept headers more gracefullyBernhard Posselt2014-06-111-0/+24
|
* remove controller serializersBernhard Posselt2014-06-052-47/+3
|
* Fix PHPDocLukas Reschke2014-06-011-9/+1
| | | | - Remove not anymore existing parameters - Fix typo
* 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
* Merge pull request #8477 from owncloud/better-controllersMorris Jobke2014-05-1210-12/+108
|\ | | | | Better appframework controllers
| * adjust license headers to new mail addressBernhard Posselt2014-05-1110-10/+10
| |
| * rename formatter to responder, formatResponse to buildResponseBernhard Posselt2014-05-111-12/+12
| |
| * implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-113-3/+99
| |
* | Merge pull request #8274 from owncloud/appframework-dbMorris Jobke2014-05-124-0/+611
|\ \ | |/ |/| Port database layer from appframework to core
| * Make db connection protectedBernhard Posselt2014-05-111-1/+1
| |
| * dont update entity and dont run an update query if an entity wasnt changed ↵Bernhard Posselt2014-04-232-1/+9
| | | | | | | | at all
| * Fix typo & add typeLukas Reschke2014-04-201-4/+4
| |
| * move db into iservercontainerBernhard Posselt2014-04-192-51/+2
| |
| * fix doc strings for db facadeBernhard Posselt2014-04-191-1/+1
| |
| * fix scrutinizer issuesBernhard Posselt2014-04-191-0/+4
| |
| * port database layer from appframework to coreBernhard Posselt2014-04-195-0/+648
| |
* | add cors middlewareBernhard Posselt2014-05-093-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 publicBernhard Posselt2014-04-202-0/+107
|/
* Remove uneeded usages of nosniffLukas Reschke2014-04-131-1/+0
|
* register middleware as string to not force request to be instantiated too ↵Bernhard Posselt2014-04-091-2/+2
| | | | early and thus not having url parameters
* Merge pull request #7643 from owncloud/chainable_responseThomas Müller2014-04-083-0/+22
|\ | | | | Chainable Response in AppFramework
| * Add @return PHPDocsThomas Tanghus2014-03-103-0/+7
| |
| * Chainable Response in AppFrameworkThomas Tanghus2014-03-093-0/+15
| |
* | Remove dependency on container, removing service locator antipatternBernhard Posselt2014-04-021-7/+7
| |
* | Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-1/+1
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-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 patchesJörn Friedrich Dreyer2014-02-063-3/+7
|
* Merge pull request #6027 from owncloud/public-api-restful-routing-oc6Morris Jobke2013-11-271-0/+23
|\ | | | | fix appframework routing
| * adding documentation for registerRoutes()Thomas Müller2013-11-251-1/+13
| |
| * fix appframework routingThomas Müller2013-11-251-0/+11
| |
* | page level doc blocks and class descriptionsMorris Jobke2013-11-252-0/+9
| |
* | AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixesMorris Jobke2013-11-256-3/+57
|/
* unify license headers for public API filesMorris Jobke2013-11-037-11/+4
|
* Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-233-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 fixesMorris Jobke2013-10-171-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-masterThomas Müller2013-10-161-9/+11
|\ | | | | | | | | | | 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-161-9/+11
| |\ | | | | | | Get urlParams registered before Request is instantiated
| | * Get urlParams registered before Request is instantiatedThomas Tanghus2013-10-011-9/+11
| | |
* | | OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus2013-10-112-2/+2
| | |
* | | removing log(), getTemplate(), getLocalFilePath(), getUrlContent(), ↵Thomas Müller2013-10-071-20/+0
| | | | | | | | | | | | getFileInfo()
* | | removing all link/url related calls from API classThomas Müller2013-10-071-45/+0
| | |
* | | remove getTrans() from API classThomas Müller2013-10-071-8/+0
| | |
* | | remove unused classesThomas Müller2013-10-071-2/+0
| | |
* | | fixing SecurityMiddleware to use OC6 APIThomas Müller2013-10-073-17/+24
| | |
* | | move controller to OCPThomas Müller2013-10-061-0/+147
|/ /
* | Remove misleading IMiddleware interfaceThomas Tanghus2013-10-052-89/+1
| |
* | Make abstract Middleware class publicThomas Tanghus2013-10-051-0/+100
|/ | | | | It doesn't make sense for subclasses to have to implement all methods.
* class API decommissioning part 1Thomas Müller2013-09-251-88/+1
|
* AppFramework:Thomas Müller2013-09-251-0/+12
| | | | | | - get request from the server container - implement registerMiddleWare() - adding getAppName() to app container