btcpayserver/BTCPayServer/Views/Manage
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 Api keys with openiddict (#1262) 2020-02-24 22:36:15 +09:00
_ViewImports.cshtml Init 2017-09-13 15:55:16 +09:00
_ViewStart.cshtml Adopt dotnet core editorconfig, big reformating 2017-10-27 17:53:04 +09:00
AddApiKey.cshtml Refactor UI for Add APIKey/Authorize 2020-04-10 09:49:01 +02:00
AddU2FDevice.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
APIKeys.cshtml GreenField: Switch to Blob for API Keys 2020-04-02 09:32:22 +02:00
AuthorizeAPIKey.cshtml Refactor UI for Add APIKey/Authorize 2020-04-10 09:49:01 +02:00
ChangePassword.cshtml Refactor StatusMessage and remove ExternalLogin 2019-10-31 14:11:33 +09:00
Disable2fa.cshtml Mark up alert-links for better display 2019-11-15 11:24:27 +01:00
EnableAuthenticator.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
GenerateRecoveryCodes.cshtml Add confirmation button to recovery codes view (#984) 2019-08-29 17:16:02 +09:00
Index.cshtml Refactor StatusMessage and remove ExternalLogin 2019-10-31 14:11:33 +09:00
ManageNavPages.cs Api keys with openiddict (#1262) 2020-02-24 22:36:15 +09:00
ResetAuthenticator.cshtml Change the menu nav bar pages by moving the title above the nav pills 2019-06-06 18:29:54 +09:00
SetPassword.cshtml Refactor StatusMessage and remove ExternalLogin 2019-10-31 14:11:33 +09:00
TwoFactorAuthentication.cshtml Mark up alert-links for better display 2019-11-15 11:24:27 +01:00
U2FAuthentication.cshtml Refactor StatusMessage and remove ExternalLogin 2019-10-31 14:11:33 +09:00