nextcloud-server/apps/theming/lib
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 +07:00
..
AppInfo Update php licenses 2021-06-04 22:02:41 +07:00
Command Fix psalm issues in theming app 2022-01-26 14:26:58 +07:00
Controller Improve caching policy 2022-02-16 11:35:57 +07:00
Listener Fix dynamic loading 2022-01-08 10:14:53 +07:00
Service Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +07:00
Settings Add support for Delegation Settings for more apps 2021-10-15 18:41:00 +07:00
Capabilities.php Update php licenses 2021-06-04 22:02:41 +07:00
IconBuilder.php Fix Psalm code scanning alerts 2021-07-12 20:05:44 +07:00
ImageManager.php Avoid file system access on checking if an image exists 2022-02-02 11:26:36 +07:00
ThemingDefaults.php Add better error handling 2022-01-27 17:03:09 +07:00
Util.php Fix psalm issues in theming app 2022-01-26 14:26:58 +07:00