aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Http/ResponseTest.php
Commit message (Expand)AuthorAgeFilesLines
* Stop sending deprecated Pragma headerGit'Fellow2023-08-281-2/+0
* Add template types to responsesjld31032023-06-301-1/+4
* chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurityPolicy:...Christoph Wurst2023-06-121-2/+0
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-151-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* send request id in response headerRobin Appelman2022-02-011-1/+1
* Fix DateTime constructor calls with nullCôme Chilliet2021-11-231-3/+3
* Set frame-ancestors to none if none are filledRoeland Jago Douma2020-11-181-1/+1
* Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-251-2/+3
* Merge pull request #21479 from nextcloud/fix/21474/allow_specifying_cookie_typeblizzz2020-06-221-6/+13
|\
| * Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-221-6/+13
* | Fix unit test of the ResponseTestRoeland Jago Douma2020-06-211-3/+3
|/
* Fix http cache testClement Wong2020-05-121-1/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-4/+4
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-31/+31
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+1
* Add feature policy headerRoeland Jago Douma2019-08-101-1/+2
* Set empty CSP by defaultRoeland Jago Douma2019-04-161-2/+2
* Set default frame-ancestors to 'self'Roeland Jago Douma2019-01-081-1/+1
* CSP: Allow fonts to be provided in dataRoeland Jago Douma2019-01-071-2/+2
* Disallow unsafe-eval by defaultRoeland Jago Douma2018-10-141-2/+2
* Move caching logic to responseRoeland Jago Douma2018-06-041-2/+12
* Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-0/+5
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-131-0/+5
* Fix unit testsMorris Jobke2017-03-281-2/+2
* Add base-uri to CSP policyLukas Reschke2017-03-161-2/+2
* set 'no-store' cache header if we do not want FF to cacheChristoph Wurst2017-01-091-1/+1
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+267