mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 08:29:10 -05:00
* 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> |
||
|---|---|---|
| .. | ||
| AppPasswordController.php | ||
| AutoCompleteController.php | ||
| AvatarController.php | ||
| ClientFlowLoginController.php | ||
| ClientFlowLoginV2Controller.php | ||
| CollaborationResourcesController.php | ||
| ContactsMenuController.php | ||
| CSRFTokenController.php | ||
| CssController.php | ||
| GuestAvatarController.php | ||
| JsController.php | ||
| LoginController.php | ||
| LostController.php | ||
| NavigationController.php | ||
| OCJSController.php | ||
| OCSController.php | ||
| PreviewController.php | ||
| RecommendedAppsController.php | ||
| SearchController.php | ||
| SetupController.php | ||
| SvgController.php | ||
| TwoFactorChallengeController.php | ||
| UnifiedSearchController.php | ||
| UserController.php | ||
| WalledGardenController.php | ||
| WebAuthnController.php | ||
| WellKnownController.php | ||
| WhatsNewController.php | ||
| WipeController.php | ||