You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/repo
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084)
For those simple objects, it's unnecessary to write the find and count
methods again and again.
1 year ago
..
actions Use db.Find instead of writing methods for every object (#28084) 1 year ago
setting Use db.Find instead of writing methods for every object (#28084) 1 year ago
activity.go Implement FSFE REUSE for golang files (#21840) 2 years ago
attachment.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
blame.go Improve tree not found page (#26570) 1 year ago
branch.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
cherry_pick.go Upgrade to golangci-lint@v1.55.0 (#27756) 1 year ago
commit.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
compare.go Replace ajax with fetch, improve image diff (#27267) 1 year ago
download.go Less naked returns (#25713) 2 years ago
editor.go Revert "Fix EOL handling in web editor" (#28101) 1 year ago
editor_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago
find.go Implement FSFE REUSE for golang files (#21840) 2 years ago
githttp.go Fix http protocol auth (#27875) 1 year ago
githttp_test.go Fix http protocol auth (#27875) 1 year ago
helper.go Improve tree not found page (#26570) 1 year ago
helper_test.go Make web context initialize correctly for different cases (#26726) 1 year ago
issue.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
issue_content_history.go Improve issue history dialog and make poster can delete their own history (#27323) 1 year ago
issue_dependency.go Upgrade to golangci-lint@v1.55.0 (#27756) 1 year ago
issue_label.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
issue_label_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago
issue_lock.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
issue_pin.go Add context parameter to some database functions (#26055) 2 years ago
issue_stopwatch.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
issue_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue_timetrack.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
issue_watch.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
middlewares.go Fix viewing wiki commit on empty repo (#28040) 1 year ago
migrate.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
milestone.go Fix `link-action` redirect network error (#27734) 1 year ago
packages.go Fix the display of org level badges (#26504) 1 year ago
patch.go Upgrade to golangci-lint@v1.55.0 (#27756) 1 year ago
projects.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
projects_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago
pull.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
pull_review.go More `db.DefaultContext` refactor (#27265) 1 year ago
release.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
release_test.go Improvements of releases list and tags list (#25859) 1 year ago
render.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
repo.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
search.go Refactor indexer (#25174) 2 years ago
topic.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
treelist.go Implement FSFE REUSE for golang files (#21840) 2 years ago
view.go Add edit option for README.md (#28071) 1 year ago
view_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
wiki.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
wiki_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago