btcpayserver/BTCPayServer/Views/Account
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
..
AccessDenied.cshtml Fixing AccessDenied page displayed 2019-12-04 13:45:09 -06:00
ConfirmEmail.cshtml fix #171 2018-05-12 18:38:43 +09:00
ForgotPassword.cshtml Center content on forgot password page 2019-11-14 18:44:14 +01:00
ForgotPasswordConfirmation.cshtml Improving styling of Forgot password page 2018-04-09 23:12:03 -05:00
Lockout.cshtml Unify section headings 2019-11-14 18:42:48 +01:00
Login.cshtml Moving _LayoutWelcome to shared folder 2020-02-01 00:32:31 -06:00
LoginWith2fa.cshtml Unify section headings 2019-11-14 18:42:48 +01:00
LoginWithRecoveryCode.cshtml Unify section headings 2019-11-14 18:42:48 +01:00
LoginWithU2F.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
Register.cshtml Moving _LayoutWelcome to shared folder 2020-02-01 00:32:31 -06:00
ResetPassword.cshtml Removing obsolete StatusMessage 2019-10-31 15:19:38 +09:00
ResetPasswordConfirmation.cshtml Better fix this as well or the user gets a blank page after the reset. 2018-12-12 22:39:37 +01:00
SecondaryLogin.cshtml Unify section headings 2019-11-14 18:42:48 +01:00
SignedOut.cshtml Init 2017-09-13 15:55:16 +09:00