btcpayserver/BTCPayServer/Views/Stores
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
..
_Nav.cshtml Apply some lipstick on the lnd seed backup 2019-11-15 17:55:55 +09:00
_ViewImports.cshtml Setting titles for new pill navigation 2018-08-22 13:56:55 +02:00
_ViewStart.cshtml Adopt dotnet core editorconfig, big reformating 2017-10-27 17:53:04 +09:00
AddDerivationScheme.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
AddDerivationSchemes_HardwareWalletDialogs.cshtml add additional server policy for hot wallet 2020-04-13 08:48:35 +02:00
AddDerivationSchemes_NBXWalletGenerate.cshtml add additional server policy for hot wallet 2020-04-13 08:48:35 +02:00
AddLightningNode.cshtml LN store config: fix a typo (#1285) 2020-01-17 12:12:12 +09:00
CheckoutExperience.cshtml Adding first iteration of dark design 2020-04-04 16:47:37 -05:00
CreateToken.cshtml Refactor authorizations 2019-10-14 00:24:41 +09:00
Emails.cshtml remove duplicate view code for email and fix password bug (#788) 2019-05-01 12:17:25 +09:00
ListTokens.cshtml Revoke Legacy Api Keys (#1344) 2020-02-21 13:40:00 +09:00
PayButton.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
PayButtonEnable.cshtml Change the menu nav bar pages by moving the title above the nav pills 2019-06-06 18:29:54 +09:00
Rates.cshtml Remove dead link 2020-01-21 21:06:35 +09:00
RequestPairing.cshtml Testing happy messages, fix approval button 2019-11-16 15:20:54 +09:00
ShowToken.cshtml Move Bitpay authentication class in BTCPayServer.Security 2019-10-19 00:54:20 +09:00
StoreNavPages.cs Refactoring pill navigation to use new subnav code with enums 2018-08-22 13:50:29 +02:00
StoreUsers.cshtml Removing obsolete StatusMessage 2019-10-31 15:19:38 +09:00
UpdateChangellySettings.cshtml remove changelly fiat option 2020-02-25 16:44:19 +01:00
UpdateCoinSwitchSettings.cshtml Refactor StatusMessage and remove ExternalLogin 2019-10-31 14:11:33 +09:00
UpdateStore.cshtml add payjoin tooltip 2020-04-13 11:51:25 +02:00