Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't typecast null values inside dispatcher.php | Georg Ehrke | 2014-06-29 | 1 | -1/+1 |
| | |||||
* | fix indention | Bernhard Posselt | 2014-06-11 | 1 | -6/+6 |
| | |||||
* | handle http accept headers more gracefully | Bernhard Posselt | 2014-06-11 | 1 | -18/+11 |
| | |||||
* | make it possible to omit parameters and use the default parameters from the ↵ | Bernhard Posselt | 2014-05-13 | 1 | -2/+2 |
| | | | | controller method | ||||
* | Fix method signature | Bernhard Posselt | 2014-05-11 | 1 | -0/+2 |
| | |||||
* | adjust license headers to new mail address | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | rename formatter to responder, formatResponse to buildResponse | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | fix broken if | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | add test for not failing when adding more comments after type parameters, do ↵ | Bernhard Posselt | 2014-05-11 | 1 | -5/+2 |
| | | | | not limit x-www-form-urlencoded to POST | ||||
* | implement most of the basic stuff that was suggested in #8290 | Bernhard Posselt | 2014-05-11 | 1 | -3/+85 |
| | |||||
* | Fix namespace for OCP\Appframework\Http | Thomas Tanghus | 2013-10-23 | 1 | -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\Controller | Thomas Tanghus | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | fixing SecurityMiddleware to use OC6 API | Thomas Müller | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+100 |
Conflicts: lib/private/vcategories.php |