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 |
|
Umar Bolatov
|
efda8ff5bd
|
Specify QR code error correction level explicitly
fix #1332
|
2020-03-01 14:16:24 -08:00 |
|
nicolas.dorier
|
22af4d2836
|
Because links are not reusable in LightningWalletService, it should not open in a new tab
|
2019-11-06 21:17:50 +09:00 |
|
nicolas.dorier
|
d66e8f2d13
|
Removing obsolete StatusMessage
|
2019-10-31 15:19:38 +09:00 |
|
Nicolas Dorier
|
be5597085b
|
Use Safe.Raw and Safe.Json instead of Html.Raw and the JsonHelper, move sanitization at the View level (#960)
|
2019-08-10 14:05:11 +09:00 |
|
nicolas.dorier
|
4cbcdb8af5
|
Make sure QRCodes use SVG instead of canvas (QRCodes on Tor does not work because of canvas fingerprinting protections)
|
2019-07-19 16:27:26 +09:00 |
|
Andrew Camilleri
|
ef46d03760
|
fix lightning typo (#655)
closes #622
|
2019-03-07 13:14:47 +09:00 |
|
nicolas.dorier
|
b5d55a2066
|
Add RTL support
|
2019-02-22 15:06:52 +09:00 |
|