This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/setting
silverwind 0615b668dc
HTTP cache rework and enable caching for storage assets (#13569)
This enabled HTTP time-based cache for storage assets, primarily
avatars. I have not observed If-Modified-Since from browsers during
tests but I guess it's good to support regardless.

It introduces a new generic httpcache module that can handle both
time-based and etag-based caching.

Additionally, manifest.json and robots.txt are now also cachable.
2020-11-17 17:44:52 -05:00
..
attachment.go
cache.go
cors.go
cron.go
cron_test.go
database.go
database_sqlite.go
database_test.go
git.go Fixed git args duplication (#13411) 2020-11-03 13:35:09 +02:00
indexer.go
indexer_test.go
lfs.go go-version constraints ignore pre-releases (#13234) 2020-10-21 11:42:08 -04:00
log.go
mailer.go
markup.go
migrations.go
picture.go
project.go
queue.go Slightly simplify the queue settings code to help reduce the risk of problems (#12976) 2020-10-15 17:40:03 -04:00
repository.go missing quotes in default value slice (#13550) 2020-11-13 22:17:58 -05:00
service.go
session.go
setting.go HTTP cache rework and enable caching for storage assets (#13569) 2020-11-17 17:44:52 -05:00
storage.go Storage configuration support [storage] (#13314) 2020-10-31 16:51:48 -04:00
task.go
webhook.go