server/lib/private/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
..
Core Update license headers 2016-05-26 19:57:24 +02:00
Db Add a method to lock a table 2016-05-21 01:59:03 +02:00
DependencyInjection Add OCSMiddleware to catch OCS exceptions 2016-07-20 20:03:49 +02:00
Http AppFramework do not get default response 2016-07-20 22:05:43 +02:00
Middleware AppFramework do not get default response 2016-07-20 22:05:43 +02:00
Routing Add route tests 2016-07-18 11:09:49 +02:00
Utility Update license headers 2016-05-26 19:57:24 +02:00
App.php Update license headers 2016-05-26 19:57:24 +02:00
Http.php Update license headers 2016-05-26 19:57:24 +02:00