aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/appframework
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
* fix namingThomas Müller2013-09-171-1/+1
|
* class files have to be lowercaseThomas Müller2013-09-171-0/+0
|
* adding interface for middlewareThomas Müller2013-09-171-0/+88
|
* move new interfaces into lib/public and OCPThomas Müller2013-08-311-2/+2
|
* fixing file headerThomas Müller2013-08-312-0/+40
|
* introducing OCP\AppFramework\AppThomas Müller2013-08-213-0/+324
|
* moving response classes over to OCPThomas Müller2013-08-214-0/+458