aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Http/ZipResponse.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(Http): Only allow valid HTTP status code values via templatefix/http/template-valid-status-codesprovokateurin2025-01-071-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-24/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Add template types to responsesjld31032023-06-301-2/+9
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix type for resourceDaniel Kesselberg2022-05-241-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix psalm warning for zip response due wrong typeDaniel Kesselberg2022-05-131-4/+4
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Initialize \OCP\AppFramework\Http\ZipResponse::$resourcesChristoph Wurst2021-02-171-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-7/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Set empty CSP by defaultRoeland Jago Douma2019-04-161-0/+2
| | | | | | | | | For #14179 By default responses should have the strictest (and simplest) CSP possible. Only template responses should require an actual CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add PHPDocMorris Jobke2018-10-021-4/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fixup! Add fix responseRoeland Jago Douma2018-10-021-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fixup! Add fix responseRoeland Jago Douma2018-10-021-3/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add fix responseJakob Sack2018-10-021-0/+75
implements #7589