Commit Graph

23 Commits (a7ae2e874a28aed2c190840634db50a19ab1d2e7)

Author SHA1 Message Date
Bernhard Posselt a152e320f6 make it possible to omit parameters and use the default parameters from the controller method 12 years ago
Bernhard Posselt 3e58a767ad Fix method signature 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 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 80648da431 implement most of the basic stuff that was suggested in #8290 12 years ago
Bernhard Posselt 7e447f4f42 make download and redirectresponse public 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 12 years ago
Bernhard Posselt e7fa2790f3 Correctly process request parameters other than GET or POST, dont use globals in the class but inject it 12 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Thomas Tanghus ad017285e1 Fix namespace for OCP\Appframework\Http 12 years ago
Thomas Tanghus d75d80ba13 OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller 12 years ago
Thomas Müller e071bfc144 fixing SecurityMiddleware to use OC6 API 12 years ago
Bart Visscher 21cbef0d2c passesCSRFCheck added to OCP\IRequest 12 years ago
Thomas Tanghus aedc427ffd Fix fix of POST :P 12 years ago
Thomas Tanghus 8a018d7a59 Fix POST decoding 12 years ago
Thomas Tanghus 965ce5719f Modified PUT behaviour 12 years ago
Thomas Tanghus 0f13ffb773 Remove JSON request parsing from Server 12 years ago
Thomas Tanghus 973bcccd7c Implement PUT an PATCH support 12 years ago
Thomas Tanghus bdad7697ac Check if accessor matched request method. 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago