gitea/routers/web/repo
zeripath 9f5ddca57c
Set the LastModified header for raw files (#18356)
Although the use of LastModified dates for caching of git objects should be
discouraged (as it is not native to git - and there are a LOT of ways this
could be incorrect) - LastModified dates can be a helpful somewhat more human
way of caching for simple cases.

This PR adds this header and handles the If-Modified-Since header to the /raw/
routes.

Fix #18354

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
2022-05-09 17:54:51 +02:00
..
activity.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
attachment.go more context for models (#19511) 2022-04-28 13:48:48 +02:00
blame.go
branch.go Move some helper files out of models (#19355) 2022-05-08 18:46:32 +02:00
cherry_pick.go Remove `RequireHighlightJS` field, update plantuml example. (#19615) 2022-05-05 10:53:38 +03:00
commit.go Remove `RequireHighlightJS` field, update plantuml example. (#19615) 2022-05-05 10:53:38 +03:00
compare.go Calculate filename hash only once (#19654) 2022-05-09 00:29:50 +02:00
download.go Set the LastModified header for raw files (#18356) 2022-05-09 17:54:51 +02:00
editor.go Remove `RequireHighlightJS` field, update plantuml example. (#19615) 2022-05-05 10:53:38 +03:00
editor_test.go
http.go Move some helper files out of models (#19355) 2022-05-08 18:46:32 +02:00
http_test.go
issue.go Allow custom default merge message with .gitea/default_merge_message/<merge_style>_TEMPLATE.md (#18177) 2022-05-08 20:32:45 +08:00
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) 2022-05-08 15:46:34 +02:00
issue_watch.go
lfs.go Move some helper files out of models (#19355) 2022-05-08 18:46:32 +02:00
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go Hide private repositories in packages (#19584) 2022-05-07 18:21:15 +02:00
patch.go Remove `RequireHighlightJS` field, update plantuml example. (#19615) 2022-05-05 10:53:38 +03:00
projects.go
projects_test.go
pull.go Allow custom default merge message with .gitea/default_merge_message/<merge_style>_TEMPLATE.md (#18177) 2022-05-08 20:32:45 +08:00
pull_review.go Allow to mark files in a PR as viewed (#19007) 2022-05-07 20:28:10 +02:00
release.go
release_test.go
repo.go
search.go Remove `RequireHighlightJS` field, update plantuml example. (#19615) 2022-05-05 10:53:38 +03:00
setting.go Repository level enable package or disable (#19323) 2022-05-08 17:51:50 +02:00
setting_protected_branch.go more context for models (#19511) 2022-04-28 13:48:48 +02:00
settings_test.go
tag.go
topic.go
view.go Add "Allow edits from maintainer" feature (#18002) 2022-04-28 17:45:33 +02:00
webhook.go Remove `RequireHighlightJS` field, update plantuml example. (#19615) 2022-05-05 10:53:38 +03:00
wiki.go Set the LastModified header for raw files (#18356) 2022-05-09 17:54:51 +02:00
wiki_test.go