btcpayserver/BTCPayServer/Views/Shared
Dennis Reimann 8420c74b31
Improve static asset caching
Cache static assets for one year and set the correct cache control header. Adds the cache busting version based on file content to asset references to invalidate the cache on change. ([further details on the approach](https://andrewlock.net/adding-cache-control-headers-to-static-files-in-asp-net-core/) and [why one year](https://ashton.codes/set-cache-control-max-age-1-year/))

Most of the changes are the additions of the `asp-append-version="true"` attribute, the main configuration change is in `Startup.cs`.
2020-04-18 17:56:05 +02:00
..
Monero fix broken links 2020-01-14 12:46:07 +01:00
_BTCPaySupporters.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
_Layout.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
_LayoutWelcome.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
_NavLayout.cshtml Unify section headings 2019-11-14 18:42:48 +01:00
_StatusMessage.cshtml Fix tests 2019-11-07 18:35:47 +09:00
_ValidationScriptsPartial.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
Bitcoin_Lightning_LikeMethodCheckout.cshtml Add payment link in checkout with payjoin indicator (#1449) 2020-04-09 20:44:08 +09:00
Bitcoin_Lightning_LikeMethodCheckoutNoScript.cshtml Split Bitcoin/LN to partial defined in payment handler and convert checkout to Vue (#996) 2019-08-27 11:31:15 +09:00
Confirm.cshtml make api key delete use confirm page 2020-02-26 10:26:38 +01:00
EmailsBody.cshtml Added SendGrid, Mailgun to Quick-fill email settings (#1335) 2020-02-15 14:37:29 +09:00
Error.cshtml Part 1: OpenIddict - Minor Changes & Config prep (#566) 2019-05-15 00:46:43 +09:00
Header.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
NotificationEmailWarning.cshtml Mark up alert-links for better display 2019-11-15 11:24:27 +01:00
PostRedirect.cshtml Fix PSBT Redirect No-access issues 2020-02-12 16:35:24 +09:00
SyncModal.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
VaultElements.cshtml Ask passphrase when appropriate (Fix #1185) 2019-11-22 19:13:04 +09:00
ViewBitcoinLikePaymentData.cshtml Refactor the detection of the payjoin payment 2020-04-05 22:44:34 +09:00
ViewLightningLikePaymentData.cshtml Make invoice payments view modular per payment handler (#991) 2019-08-24 23:10:13 +09:00