Commit Graph

43 Commits (63f2f16b852e126cbbf478f2d25232195c5a37e4)

Author SHA1 Message Date
Bernhard Posselt 1d45239c65 adjust license headers to new mail address 11 years ago
Bernhard Posselt cb666c18d6 rename formatter to responder, formatResponse to buildResponse 11 years ago
Bernhard Posselt 80648da431 implement most of the basic stuff that was suggested in #8290 11 years ago
Bernhard Posselt 9a4d204b55 add cors middleware 11 years ago
Bernhard Posselt 7e447f4f42 make download and redirectresponse public 11 years ago
Lukas Reschke b04d95b116 Remove uneeded usages of nosniff 11 years ago
Bernhard Posselt f06ef8aa4b register middleware as string to not force request to be instantiated too early and thus not having url parameters 11 years ago
Bernhard Posselt 5f3b8c45d7 Remove dependency on container, removing service locator antipattern 11 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 11 years ago
Thomas Tanghus a1aacc18df Add @return PHPDocs 11 years ago
Thomas Tanghus 8f6ea900f2 Chainable Response in AppFramework 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Thomas Müller 1fdd2ac7ee adding documentation for registerRoutes() 11 years ago
Morris Jobke 4e0fa85307 page level doc blocks and class descriptions 11 years ago
Morris Jobke bc8cc9142e AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes 11 years ago
Thomas Müller 993fea2f05 fix appframework routing 11 years ago
Morris Jobke ef592981ea unify license headers for public API files 12 years ago
Thomas Tanghus ad017285e1 Fix namespace for OCP\Appframework\Http 12 years ago
Morris Jobke 30f4d91d01 Public API documentation fixes 12 years ago
Thomas Tanghus d75d80ba13 OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller 12 years ago
Thomas Müller c3286402a8 removing log(), getTemplate(), getLocalFilePath(), getUrlContent(), getFileInfo() 12 years ago
Thomas Müller 39be4dca67 removing all link/url related calls from API class 12 years ago
Thomas Müller 3ea2dfa5f9 remove getTrans() from API class 12 years ago
Thomas Müller aefea2a408 remove unused classes 12 years ago
Thomas Müller e071bfc144 fixing SecurityMiddleware to use OC6 API 12 years ago
Thomas Müller 1f14ba6aed move controller to OCP 12 years ago
Thomas Tanghus 47b2007228 Remove misleading IMiddleware interface 12 years ago
Thomas Tanghus c85621a897 Make abstract Middleware class public 12 years ago
Thomas Tanghus 8603f956ab Get urlParams registered before Request is instantiated 12 years ago
Thomas Müller b168d5aa3b class API decommissioning part 1 12 years ago
Thomas Müller b2ef978d10 AppFramework: 12 years ago
Thomas Müller b9e943f5d5 fix naming 12 years ago
Thomas Müller 822daa8f8a class files have to be lowercase 12 years ago
Thomas Müller 981a41e2cd adding interface for middleware 12 years ago
Thomas Müller 206f83941b move new interfaces into lib/public and OCP 12 years ago
Thomas Müller ec9b7d1e84 fixing file header 12 years ago
Thomas Müller 38f9df4293 introducing OCP\AppFramework\App 12 years ago
Thomas Müller 911bd3c16f moving response classes over to OCP 12 years ago