nextcloud/core/Controller
Carl Schwan 1da8fe529f 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-18 14:29:36 +01:00
..
AppPasswordController.php Update php licenses 2021-06-04 22:02:41 +02:00
AutoCompleteController.php Update php licenses 2021-06-04 22:02:41 +02:00
AvatarController.php Update php licenses 2021-06-04 22:02:41 +02:00
ClientFlowLoginController.php Update php licenses 2021-06-04 22:02:41 +02:00
ClientFlowLoginV2Controller.php Update php licenses 2021-06-04 22:02:41 +02:00
CollaborationResourcesController.php Update php licenses 2021-06-04 22:02:41 +02:00
ContactsMenuController.php Update php licenses 2021-06-04 22:02:41 +02:00
CSRFTokenController.php Update php licenses 2021-06-04 22:02:41 +02:00
CssController.php Update php licenses 2021-06-04 22:02:41 +02:00
GuestAvatarController.php Update php licenses 2021-06-04 22:02:41 +02:00
JsController.php Update php licenses 2021-06-04 22:02:41 +02:00
LoginController.php Update php licenses 2021-06-04 22:02:41 +02:00
LostController.php allow using of disabled password reset mechanism for special cases 2021-09-15 01:32:44 +00:00
NavigationController.php Update php licenses 2021-06-04 22:02:41 +02:00
OCJSController.php Explicitly allow some routes without 2FA 2021-11-18 13:15:23 +01:00
OCSController.php Update php licenses 2021-06-04 22:02:41 +02:00
PreviewController.php Improve caching policy 2022-02-18 14:29:36 +01:00
RecommendedAppsController.php Update php licenses 2021-06-04 22:02:41 +02:00
SearchController.php Update php licenses 2021-06-04 22:02:41 +02:00
SetupController.php Improve installation pages 2022-01-19 00:48:36 +00:00
SvgController.php Fix codestyle 2021-09-07 06:34:04 +00:00
TwoFactorChallengeController.php Update php licenses 2021-06-04 22:02:41 +02:00
UnifiedSearchController.php Use IURLGenerator function to get value of \OC::$WEBROOT global 2021-08-16 13:12:00 +00:00
UserController.php Update php licenses 2021-06-04 22:02:41 +02:00
WalledGardenController.php Update php licenses 2021-06-04 22:02:41 +02:00
WebAuthnController.php Update php licenses 2021-06-04 22:02:41 +02:00
WellKnownController.php Update php licenses 2021-06-04 22:02:41 +02:00
WhatsNewController.php Use product name in places where it is appropriate rather than the instance name 2021-06-16 11:42:53 +02:00
WipeController.php Update php licenses 2021-06-04 22:02:41 +02:00