server/lib/public/AppFramework
Roeland Jago Douma e42f2f2650
AppFramework do not get default response
The OCSResponse differs from other responses in that it defaults to
XML. However we fell back to json by default.

This makes sure that if nothing is set we don't pass anything.
Which defaults then to the controllers default (which is often 'json')
but in the case of the OCSResponse 'xml'.
2016-07-20 22:05:43 +02:00
..
Db
Http
OCS Add OCSMiddleware to catch OCS exceptions 2016-07-20 20:03:49 +02:00
Utility
ApiController.php
App.php
Controller.php AppFramework do not get default response 2016-07-20 22:05:43 +02:00
Http.php
IApi.php
IAppContainer.php
Middleware.php
OCSController.php AppFramework do not get default response 2016-07-20 22:05:43 +02:00
QueryException.php