nextcloud/tests/lib/appframework
Bernhard Posselt 95239ad21e AppFramework StreamResponse
First stab at the StreamResponse, see #12988

The idea is to use an interface ICallbackResponse (I'm not 100% happy with the name yet, suggestions?) that allow the response to output things in its own way, for instance stream the file using readfile

Unittests are atm lacking, plan is to

check if a mock of ICallbackResponse will be used by calling its callback (also unhappy with this name) method
Usage is:

$response = new StreamResponse('path/to/file');

rename io to output, add additional methods and handle error and not modified cases when using StreamResponse

fix indention and uppercasing, also handle forbidden cases

fix indention

fix indention

no forbidden, figuring out if a file is really readable is too complicated to get to work across OSes and streams

remove useless import

remove useless import

fix intendation
2015-02-27 15:42:33 +01:00
..
controller Merge pull request #13989 from owncloud/enhancment/security/11857 2015-02-18 10:27:29 -05:00
db fix tabs and spaces 2015-02-25 22:21:24 +01:00
dependencyinjection Refactor OC_Request into TrustedDomainHelper and IRequest 2015-02-16 22:13:00 +01:00
http AppFramework StreamResponse 2015-02-27 15:42:33 +01:00
middleware Refactor OC_Request into TrustedDomainHelper and IRequest 2015-02-16 22:13:00 +01:00
routing Merge pull request #12294 from owncloud/route-postfix 2014-11-24 16:32:54 +01:00
utility another test for overriding the docblock 2015-01-29 20:35:07 +01:00
AppTest.php AppFramework StreamResponse 2015-02-27 15:42:33 +01:00