summaryrefslogtreecommitdiffstats
path: root/modules/httpcache/httpcache.go
Commit message (Expand)AuthorAgeFilesLines
* Add Cache-Control header to html and api responses, add no-transform (#20432)silverwind2022-07-231-5/+12
* Set the LastModified header for raw files (#18356)zeripath2022-05-091-2/+37
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-1/+1
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-7/+12
* Add ETag header (#15370)KN4CK3R2021-04-121-9/+32
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-1/+1
* HTTP cache rework and enable caching for storage assets (#13569)silverwind2020-11-171-0/+59