nextcloud/lib/public/AppFramework/Http
Carl Schwan 7dddbd0c35 Improve caching policy
* Cache css with version in url. This makes most js and css requests to
  be cached by the browser

* Force caching previews, the etag is in the url so that if the propfind
  gives a new etag, we will refresh it otherwise it's no use to try to
  fetch the new etag and do tons of DB queries

Tested with firefox and 'debug' => false (important so that the js/css
urls are generated with ?v= parameter)

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-16 11:35:57 +01:00
..
Events Update php licenses 2021-06-04 22:02:41 +02:00
Template Merge pull request #26494 from rigrig/fix-php8-deprecations 2021-06-07 23:30:59 +02:00
ContentSecurityPolicy.php Update php licenses 2021-06-04 22:02:41 +02:00
DataDisplayResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
DataDownloadResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
DataResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
DownloadResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
EmptyContentSecurityPolicy.php Remove some mentions of ownCloud from our api documentation 2021-07-29 15:56:30 +02:00
EmptyFeaturePolicy.php Update php licenses 2021-06-04 22:02:41 +02:00
FeaturePolicy.php Update php licenses 2021-06-04 22:02:41 +02:00
FileDisplayResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
ICallbackResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
IOutput.php Update php licenses 2021-06-04 22:02:41 +02:00
JSONResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
NotFoundResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
RedirectResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
RedirectToDefaultAppResponse.php Add RedirectToDefaultAppResponse::__construct() annotations 2021-07-01 15:35:09 +02:00
Response.php Improve caching policy 2022-02-16 11:35:57 +01:00
StandaloneTemplateResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
StreamResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
StrictContentSecurityPolicy.php Update php licenses 2021-06-04 22:02:41 +02:00
StrictEvalContentSecurityPolicy.php Update php licenses 2021-06-04 22:02:41 +02:00
StrictInlineContentSecurityPolicy.php Update php licenses 2021-06-04 22:02:41 +02:00
TemplateResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
TextPlainResponse.php Add security.txt 2021-06-23 13:58:47 +02:00
TooManyRequestsResponse.php Update php licenses 2021-06-04 22:02:41 +02:00
ZipResponse.php Update php licenses 2021-06-04 22:02:41 +02:00