Umar Bolatov
|
c9c4453660
|
Fix-up links which ignore custom root path (#2059)
address #2057
|
2020-11-08 09:39:10 +01:00 |
|
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
|
9a9e31c759
|
Split Bitcoin/LN to partial defined in payment handler and convert checkout to Vue (#996)
|
2019-08-27 11:31:15 +09:00 |
|
Andrew Camilleri
|
43ee22f965
|
Allow overriding UI of checkout in payment handler (#992)
|
2019-08-25 22:50:11 +09:00 |
|
rockstardev
|
b4b6939498
|
Coin switching on no-script invoices
|
2019-04-04 21:48:52 -05:00 |
|
rockstardev
|
e8b71f36b2
|
Adding support for noscript invoices
|
2019-03-31 13:46:38 -05:00 |
|