Commit Graph

46 Commits (7bff0681feea57c1eb2f81015d574063b848b616)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Lukas Reschke bbd5f28415 Let users configure security headers in their Webserver 10 years ago
Bernhard Posselt 95239ad21e AppFramework StreamResponse 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Lukas Reschke 9adcd15cb3 Use [0] instead of current as HHVM might have problems with that 10 years ago
Lukas Reschke 1c6eae9017 Get the real protocol behind several proxies 10 years ago
Vincent Petry 9f6dcb9d3e Sabre Update to 2.1 10 years ago
Thomas Müller 0a9b8242ee properly initialize OC::$WEBROOT and host name 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Lukas Reschke cebf9f6a5a Incorporate review changes 10 years ago
Lukas Reschke 992164446c Add blackmagic due to cyclic dependency 🙈 10 years ago
Lukas Reschke 9f91d64918 Make scrutinizer happy 10 years ago
Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 10 years ago
Lukas Reschke 770fa761b8 Respect `mod_unique_id` and refactor `OC_Request::getRequestId` 10 years ago
Bernhard Posselt bb0c88a577 always set url parameters when they are available in the app dispatch 10 years ago
Lukas Reschke 048139074d Add functions to modify cookies to response class 10 years ago
Bernhard Posselt 0696099bad add dataresponse 11 years ago
Lukas Reschke 41374986d3 Remove dead code 11 years ago
Georg Ehrke c30bea45e9 don't typecast null values inside dispatcher.php 11 years ago
Bernhard Posselt 0252d39bb6 fix indention 11 years ago
Bernhard Posselt 1002281dae handle http accept headers more gracefully 11 years ago
Bernhard Posselt a152e320f6 make it possible to omit parameters and use the default parameters from the controller method 11 years ago
Bernhard Posselt 3e58a767ad Fix method signature 11 years ago
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 ede7325772 fix broken if 11 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 11 years ago
Bernhard Posselt 80648da431 implement most of the basic stuff that was suggested in #8290 11 years ago
Bernhard Posselt 7e447f4f42 make download and redirectresponse public 11 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 11 years ago
Bernhard Posselt e7fa2790f3 Correctly process request parameters other than GET or POST, dont use globals in the class but inject it 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 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