nextcloud/apps/theming/tests/Controller
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
..
IconControllerTest.php Improve caching policy 2022-02-16 11:35:57 +01:00
ThemingControllerTest.php Fix tests on PHP 8.1 for encryption, files_sharing, files_version, 2021-12-16 09:43:29 +01:00