summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Http/Response.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add description for public and immutableDaniel2022-09-031-2/+2
* Update docblock for cacheForDaniel Kesselberg2022-09-031-2/+4
* Improve caching policyCarl Schwan2022-02-161-2/+2
* send request id in response headerRobin Appelman2022-02-011-0/+7
* Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-6/+0
* Make debugging easier which header is being setJoas Schilling2021-03-241-3/+3
* Log an error when setting a custom header on "Not Modified" responsesJoas Schilling2020-12-151-0/+14
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+2
* Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-251-0/+1
* Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-221-2/+3
* Add public argument to Http cacheFor()Clement Wong2020-05-101-5/+4
* Proxy server could cache http response when it is not privateClement Wong2020-05-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+7
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Update license headersChristoph Wurst2019-12-051-2/+2
* Do not enforce the parent constructor of response to be calledRoeland Jago Douma2019-08-191-10/+8
* Add feature policy headerRoeland Jago Douma2019-08-101-0/+23
* Set empty CSP by defaultRoeland Jago Douma2019-04-161-0/+9
* Move caching logic to responseRoeland Jago Douma2018-06-041-2/+14
* Make sure that render always returns a stringRoeland Jago Douma2018-02-211-2/+2
* Update license headersMorris Jobke2017-11-061-0/+2
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-011-1/+15
|\
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-1/+15
* | Replace wrong PHPDocsLukas Reschke2017-08-011-1/+1
|/
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-131-0/+19
* set 'no-store' cache header if we do not want FF to cacheChristoph Wurst2017-01-091-2/+2
* Add trict CSP to OCS responsesRoeland Jago Douma2016-09-151-3/+3
* Cache avatars properlyRoeland Jago Douma2016-08-301-2/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OCP\AppFramework to PSR-4Roeland Jago Douma2016-05-061-0/+326