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 |
|
nicolas.dorier
|
e75edac3c1
|
Make .netcoreapp 3.0 build happy
|
2019-10-03 18:00:07 +09:00 |
|
Andrew Camilleri
|
d99beb9811
|
New feature: Apps limited inventory (#961)
|
2019-09-02 22:37:52 +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 |
|
Kukks
|
4f64193e85
|
add rank badge to minimal and fix css in minimal
|
2019-01-10 14:54:41 +01:00 |
|
Kukks
|
59fc371cd5
|
perk count + img fixer
|
2019-01-08 15:10:05 +01:00 |
|
Kukks
|
d1d03c98ba
|
pr changes
|
2019-01-07 14:39:04 +01:00 |
|
Kukks
|
de7e419ef4
|
fix overflow of descriptions
|
2019-01-06 13:50:30 +01:00 |
|
Kukks
|
c52a49f747
|
add minimal crowdfund version
|
2019-01-02 14:08:30 +01:00 |
|
Kukks
|
e97bb9c933
|
work on vue and signalr fro crowdfund
|
2018-12-27 20:19:21 +01:00 |
|
Kukks
|
d1ff34d16d
|
add minimal crowdfund system and UI
|
2018-12-22 15:02:16 +01:00 |
|
Andrew Camilleri
|
27bde55f54
|
work on building the viewmodel for crowdfund
|
2018-12-18 16:27:03 +01:00 |
|