summaryrefslogtreecommitdiffstats
path: root/lib/public/appframework/middleware.php
Commit message (Collapse)AuthorAgeFilesLines
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+5
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-12/+13
|
* Revert "Updating license headers"Morris Jobke2015-02-261-12/+18
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-18/+12
|
* adjust license headers to new mail addressBernhard Posselt2014-05-111-1/+1
|
* AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixesMorris Jobke2013-11-251-0/+4
|
* unify license headers for public API filesMorris Jobke2013-11-031-1/+0
|
* OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus2013-10-111-1/+1
|
* fixing SecurityMiddleware to use OC6 APIThomas Müller2013-10-071-0/+1
|
* Remove misleading IMiddleware interfaceThomas Tanghus2013-10-051-1/+1
|
* Make abstract Middleware class publicThomas Tanghus2013-10-051-0/+100
It doesn't make sense for subclasses to have to implement all methods.