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 |
|
Andrew Camilleri
|
e058903450
|
Do not show assets in sync modal (#1309)
|
2020-01-26 19:45:52 +09:00 |
|
Jameson Lopp
|
4f046ed1d3
|
add spelling / grammar fixes and some clarifications for settings.
|
2019-12-26 07:32:32 -05:00 |
|
rockstardev
|
7f9c2439c4
|
Custom date range filtering modal
|
2019-05-12 14:56:13 +09:00 |
|
nicolas.dorier
|
1e3307c84c
|
Add link to andreas video during IBD
|
2019-04-04 15:58:28 +09:00 |
|
nicolas.dorier
|
ecc8b3d9ed
|
Fix spelling
|
2018-06-24 21:51:32 +09:00 |
|
lepipele
|
04bce3ae00
|
Bundling of CSS/JS files that's configurable in launchSettings.json
If you set BTCPAY_BUDNLEJSCSS to true it'll bundle all JS/CSS files into one
Ref: https://github.com/btcpayserver/btcpayserver/issues/47
|
2018-02-27 16:44:28 +09:00 |
|
lepipele
|
f8189c64a4
|
Non blocking modal that shows sync progress
Ref: https://forkbitpay.slack.com/archives/C7M093Z55/p1515557792000053
|
2018-01-16 10:37:06 -06:00 |
|