Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |