forgejo/routers/web/repo
Adam Majer cbf923e87b
Abstract hash function usage (#28138)
Refactor Hash interfaces and centralize hash function. This will allow
easier introduction of different hash function later on.

This forms the "no-op" part of the SHA256 enablement patch.
2023-12-13 21:02:00 +00:00
..
actions Fix the runs will not be displayed bug when the main branch have no workflows but other branches have (#28359) 2023-12-06 01:13:59 +00:00
setting Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
activity.go
attachment.go
blame.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
branch.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
cherry_pick.go
commit.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
compare.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
download.go
editor.go Revert "Fix EOL handling in web editor" (#28101) 2023-11-22 09:14:16 +00:00
editor_test.go
find.go
githttp.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
githttp_test.go
helper.go
helper_test.go
issue.go Second part of refactor db.Find (#28194) 2023-12-11 16:56:48 +08:00
issue_content_history.go Fix missing check (#28406) 2023-12-10 21:37:10 +02:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_pin.go Fix missing check (#28406) 2023-12-10 21:37:10 +02:00
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go Fix viewing wiki commit on empty repo (#28040) 2023-11-14 19:42:23 +08:00
migrate.go
milestone.go Second part of refactor db.Find (#28194) 2023-12-11 16:56:48 +08:00
packages.go
patch.go
projects.go Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
projects_test.go
pull.go
pull_review.go
release.go Add missing variable in tag list (#28305) 2023-11-30 16:26:56 +01:00
release_test.go
render.go
repo.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
search.go
topic.go
treelist.go
view.go Fix object does not exist error when checking citation file (#28314) 2023-12-06 16:51:01 +08:00
view_test.go
wiki.go
wiki_test.go