Commit Graph

81 Commits (6523c575f3775310aa7c83e1e95b3382cf4c8b65)

Author SHA1 Message Date
Morris Jobke 676fa459d7 Minor fixes 12 years ago
Morris Jobke b6a4cc20f7 Redirect after session expiry to the previous loaded page 12 years ago
Georg Ehrke c30bea45e9 don't typecast null values inside dispatcher.php 12 years ago
Bernhard Posselt 2662c4c61b use id instead of resourceId 12 years ago
Bernhard Posselt 5496ca234b dont strip the s from the resource 12 years ago
Vincent Petry 4e4c2b04c8 Fixed array_combine for PHP 5.3 12 years ago
Bernhard Posselt 0252d39bb6 fix indention 12 years ago
Bernhard Posselt 1002281dae handle http accept headers more gracefully 12 years ago
Bernhard Posselt 5e9ea2b365 fix 8757, get rid of service locator antipattern 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Bernhard Posselt a152e320f6 make it possible to omit parameters and use the default parameters from the controller method 12 years ago
Bernhard Posselt 63f2f16b85 use new controllermethodreflector for corsmiddleware 12 years ago
Bernhard Posselt 474b8f071d Fix typo 12 years ago
Bernhard Posselt 3e58a767ad Fix method signature 12 years ago
Bernhard Posselt fcb1aa36f0 default to null to not fail if type is not annotated via phpdoc 12 years ago
Bernhard Posselt 1d45239c65 adjust license headers to new mail address 12 years ago
Bernhard Posselt cb666c18d6 rename formatter to responder, formatResponse to buildResponse 12 years ago
Bernhard Posselt c590244fa1 add private property for reflector in security middleware 12 years ago
Bernhard Posselt ede7325772 fix broken if 12 years ago
Bernhard Posselt d8da79cab0 add test for not failing when adding more comments after type parameters, do not limit x-www-form-urlencoded to POST 12 years ago
Bernhard Posselt 4dca2038bf add request to dispatcher class 12 years ago
Bernhard Posselt 80648da431 implement most of the basic stuff that was suggested in #8290 12 years ago
Lukas Reschke cd3ed01483 Fix Typo 12 years ago
Bernhard Posselt e05192a23d Fix method signature 12 years ago
Bernhard Posselt 9a4d204b55 add cors middleware 12 years ago
Thomas Müller 6935364b33 add class Pimple to autloader 12 years ago
Bernhard Posselt 7e447f4f42 make download and redirectresponse public 12 years ago
Bernhard Posselt 0c736feaba remove useless import 12 years ago
Bernhard Posselt 4a7e0561ca move db into iservercontainer 12 years ago
Bernhard Posselt 95a83233a9 fix doc strings for db facade 12 years ago
Bernhard Posselt f260951825 port database layer from appframework to core 12 years ago
Bernhard Posselt 62cce982bb default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute 13 years ago
Bernhard Posselt e7fa2790f3 Correctly process request parameters other than GET or POST, dont use globals in the class but inject it 13 years ago
Bernhard Posselt 526100dc90 be nice and use a relative import so people can use the class without firing up owncloud 13 years ago
Bernhard Posselt 4af72a076d use references for middleware to fix problems on 5.3 13 years ago
Bernhard Posselt 763da4258e fix the middleware registration process in the container 13 years ago
Bernhard Posselt f06ef8aa4b register middleware as string to not force request to be instantiated too early and thus not having url parameters 13 years ago
Bernhard Posselt 70c88027db add requirements to routing 13 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 13 years ago
Morris Jobke b76a3993d4 fix master - #7274 brokes it 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Adam Williamson 9b4a827e0b don't specify path to 3rdparty directory when registering Pimple autoloader 13 years ago
Morris Jobke 7755e69af0 add PHPDoc for urlParams 13 years ago
Thomas Müller 993fea2f05 fix appframework routing 13 years ago
Thomas Tanghus ad017285e1 Fix namespace for OCP\Appframework\Http 13 years ago
Thomas Müller 7f1432600c fixing php 5.3.3 error: 13 years ago
Thomas Tanghus d75d80ba13 OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller 13 years ago
Thomas Müller 7bd5352509 php 5.3 compatibility for \OC\AppFramework\DependencyInjection\DIContainer 13 years ago