nextcloud-server/tests/lib/AppFramework/Http
Joas Schilling 0acd4b5f82
Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-id
Extract request id handling to dedicated class so it can be injected without DB dependency
2022-03-22 12:08:45 +01:00
..
ContentSecurityPolicyTest.php Allow to set a strict-dynamic CSP through the API 2022-03-09 15:10:27 +01:00
DataResponseTest.php send request id in response header 2022-02-01 14:24:01 +01:00
DispatcherTest.php Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-id 2022-03-22 12:08:45 +01:00
DownloadResponseTest.php Escape filename in Content-Disposition 2021-06-02 19:22:17 +02:00
EmptyContentSecurityPolicyTest.php Set frame-ancestors to none if none are filled 2020-11-18 10:13:36 +01:00
EmptyFeaturePolicyTest.php
FeaturePolicyTest.php
FileDisplayResponseTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +02:00
HttpTest.php Move the notmodified check to middleware where it belongs 2020-05-13 08:11:24 +02:00
JSONResponseTest.php
OutputTest.php
PublicTemplateResponseTest.php
RedirectResponseTest.php
RequestIdTest.php Adjust and add unit tests 2022-02-23 11:01:58 +01:00
RequestStream.php
RequestTest.php Adjust and add unit tests 2022-02-23 11:01:58 +01:00
ResponseTest.php send request id in response header 2022-02-01 14:24:01 +01:00
StreamResponseTest.php
TemplateResponseTest.php