summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework/http/dispatcher.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Bernhard Posselt2014-05-131-2/+2
| | | | controller method
* Fix method signatureBernhard Posselt2014-05-111-0/+2
|
* adjust license headers to new mail addressBernhard Posselt2014-05-111-1/+1
|
* 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
| | | | not limit x-www-form-urlencoded to POST
* implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-111-3/+85
|
* Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-231-0/+1
| | | | | To avoid having to use OCP\Appframework\Http\Http in the public - and stable - API OCP\Appframework\Http is now both a class and a namespace.
* OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus2013-10-111-1/+1
|
* fixing SecurityMiddleware to use OC6 APIThomas Müller2013-10-071-1/+1
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+100
Conflicts: lib/private/vcategories.php