]> source.dussan.org Git - nextcloud-server.git/commit
Allow to specify the cookie type for appframework responses 21479/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Fri, 19 Jun 2020 07:31:47 +0000 (09:31 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Mon, 22 Jun 2020 06:38:44 +0000 (08:38 +0200)
commitfbf9772a3eafeab74cc5b3f76e7ad7cc081991bb
tree3634d762f08b16e4dbfe8ad737d37f741296ce77
parent6cd224a3a826bef2a666d70a8cf0c4368c81b181
Allow to specify the cookie type for appframework responses

In general it is good to set them to Lax. But also to give devs more
control over them is not a bad thing.

Helps with #21474

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/AppFramework/App.php
lib/private/AppFramework/Http/Output.php
lib/public/AppFramework/Http/IOutput.php
lib/public/AppFramework/Http/Response.php
tests/lib/AppFramework/Http/ResponseTest.php