Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | fix naming | Thomas Müller | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | class files have to be lowercase | Thomas Müller | 2013-09-17 | 1 | -0/+0 |
| | |||||
* | adding interface for middleware | Thomas Müller | 2013-09-17 | 1 | -0/+88 |
| | |||||
* | move new interfaces into lib/public and OCP | Thomas Müller | 2013-08-31 | 1 | -2/+2 |
| | |||||
* | fixing file header | Thomas Müller | 2013-08-31 | 2 | -0/+40 |
| | |||||
* | introducing OCP\AppFramework\App | Thomas Müller | 2013-08-21 | 3 | -0/+324 |
| | |||||
* | moving response classes over to OCP | Thomas Müller | 2013-08-21 | 4 | -0/+458 |