gitea/routers
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
..
admin Add email validity check (#13475) 2020-11-14 11:53:43 -05:00
api/v1 Add email validity check (#13475) 2020-11-14 11:53:43 -05:00
dev Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
events Add EventSource support (#11235) 2020-05-07 22:49:00 +01:00
org Add markdown support in organization description (#13549) 2020-11-15 16:28:08 +00:00
private Prevent git operations for inactive users (#13527) 2020-11-13 01:29:11 +02:00
repo Fix label display on new issues (#13590) 2020-11-17 07:02:41 +02:00
routes HTTP cache rework and enable caching for storage assets (#13569) 2020-11-17 17:44:52 -05:00
user Add email validity check (#13475) 2020-11-14 11:53:43 -05:00
utils Return the full rejection message and errors in flash errors (#13221) 2020-10-20 19:50:10 -04:00
home.go Simplify CheckUnitUser logic (#12854) 2020-09-15 19:49:34 -04:00
init.go Move install pages out of main macaron routes (#13195) 2020-10-19 17:03:08 -04:00
install.go Use mount but not register for chi routes (#13555) 2020-11-16 15:33:41 +08:00
metrics.go Move metrics from macaron to chi (#13601) 2020-11-17 15:50:06 -05:00
swagger_json.go Add gitea-vet (#10948) 2020-04-05 07:20:50 +01:00