summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework/http
Commit message (Expand)AuthorAgeFilesLines
* always set url parameters when they are available in the app dispatchBernhard Posselt2015-01-151-7/+15
* Add functions to modify cookies to response classLukas Reschke2014-11-271-3/+5
* add dataresponseBernhard Posselt2014-10-291-2/+3
* Remove dead codeLukas Reschke2014-09-291-1/+0
* don't typecast null values inside dispatcher.phpGeorg Ehrke2014-06-291-1/+1
* fix indentionBernhard Posselt2014-06-111-6/+6
* handle http accept headers more gracefullyBernhard Posselt2014-06-111-18/+11
* make it possible to omit parameters and use the default parameters from the c...Bernhard Posselt2014-05-131-2/+2
* Fix method signatureBernhard Posselt2014-05-111-0/+2
* adjust license headers to new mail addressBernhard Posselt2014-05-112-1/+3
* rename formatter to responder, formatResponse to buildResponseBernhard Posselt2014-05-111-1/+1
* fix broken ifBernhard Posselt2014-05-111-1/+1
* add test for not failing when adding more comments after type parameters, do ...Bernhard Posselt2014-05-111-5/+2
* implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-111-3/+85
* make download and redirectresponse publicBernhard Posselt2014-04-202-107/+0
* default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt2014-04-121-0/+7
* Correctly process request parameters other than GET or POST, dont use globals...Bernhard Posselt2014-04-121-49/+31
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+2
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-062-2/+2
* Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-233-149/+3
* OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus2013-10-111-1/+1
* fixing SecurityMiddleware to use OC6 APIThomas Müller2013-10-071-1/+1
* passesCSRFCheck added to OCP\IRequestBart Visscher2013-10-041-3/+35
* Fix fix of POST :PThomas Tanghus2013-10-031-10/+11
* Fix POST decodingThomas Tanghus2013-10-031-2/+2
* Modified PUT behaviourThomas Tanghus2013-10-021-26/+30
* Remove JSON request parsing from ServerThomas Tanghus2013-10-011-4/+1
* Implement PUT an PATCH supportThomas Tanghus2013-10-011-28/+73
* Check if accessor matched request method.Thomas Tanghus2013-10-011-0/+3
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-305-0/+661