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
wxiaoguang 2c1ff8701a
Refactor context flash msg and global variables (#33375)
1. add `GetSiteCookieFlashMessage` to help to parse flash message
2. clarify `handleRepoHomeFeed` logic
3. remove unnecessary global variables, use `sync.OnceValue` instead
4. add some tests for `IsUsableUsername` and `IsUsableRepoName`
6 days ago
..
actions Trivial fixes (#33304) 2 weeks ago
setting Refactor webhook events (#33337) 1 week ago
activity.go Refactor template & test related code (#32938) 1 month ago
attachment.go Clarify path param naming (#32969) 1 month ago
blame.go Refactor context repository (#33202) 3 weeks ago
branch.go Fix incorrect ref usages (#33301) 2 weeks ago
cherry_pick.go Refactor context repository (#33202) 3 weeks ago
code_frequency.go Fix incorrect ref commit ID usage (#33331) 2 weeks ago
commit.go Fix incorrect ref usages (#33301) 2 weeks ago
compare.go Refactor "string truncate" (#32984) 1 month ago
contributors.go Fix incorrect ref commit ID usage (#33331) 2 weeks ago
download.go Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from latest commit cache (#32987) 1 month ago
editor.go Refactor context repository (#33202) 3 weeks ago
editor_test.go Clarify path param naming (#32969) 1 month ago
find.go Refactor template & test related code (#32938) 1 month ago
fork.go Refactor template & test related code (#32938) 1 month ago
githttp.go Clarify path param naming (#32969) 1 month ago
githttp_test.go Fix http protocol auth (#27875) 1 year ago
helper.go Refactor context RefName and RepoAssignment (#33226) 3 weeks ago
issue.go Merge updatecommentattachment functions (#33044) 1 month ago
issue_comment.go Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467) 1 month ago
issue_content_history.go Refactor DateUtils and merge TimeSince (#32409) 3 months ago
issue_dependency.go Trivial fixes (#33304) 2 weeks ago
issue_label.go Refactor template & test related code (#32938) 1 month ago
issue_label_test.go Remove duplicate "ResponseWriter.Status" method (#33346) 1 week ago
issue_list.go Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467) 1 month ago
issue_lock.go Move context from modules to services (#29440) 11 months ago
issue_new.go Use project's redirect url instead of composing url (#33058) 1 month ago
issue_page_meta.go Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (#33106) 4 weeks ago
issue_pin.go Clarify path param naming (#32969) 1 month ago
issue_poster.go Support public code/issue access for private repositories (#33127) 3 weeks ago
issue_stopwatch.go Issue time estimate, meaningful time tracking (#23113) 2 months ago
issue_suggestions.go Fix suggestions for issues (#32380) 3 months ago
issue_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue_timetrack.go Make tracked time representation display as hours (#33315) 2 weeks ago
issue_view.go Some small refactors (#33144) 3 weeks ago
issue_watch.go Trivial fixes (#33304) 2 weeks ago
main_test.go make writing main test easier (#27270) 1 year ago
middlewares.go Refactor context repository (#33202) 3 weeks ago
migrate.go Refactor template & test related code (#32938) 1 month ago
milestone.go Refactor pagination (#33037) 1 month ago
packages.go Refactor context repository (#33202) 3 weeks ago
patch.go Refactor context repository (#33202) 3 weeks ago
projects.go Use project's redirect url instead of composing url (#33058) 1 month ago
projects_test.go Clarify path param naming (#32969) 1 month ago
pull.go Automerge supports deleting branch automatically after merging (#32343) 3 weeks ago
pull_review.go Refactor template & test related code (#32938) 1 month ago
pull_review_test.go Refactor older tests to use testify (#33140) 3 weeks ago
recent_commits.go Fix incorrect ref commit ID usage (#33331) 2 weeks ago
release.go Fix incorrect TagName/BranchName usages (#33279) 2 weeks ago
release_test.go Validate that the tag doesn't exist when creating a tag via the web (#33241) 3 weeks ago
render.go Fix incorrect ref "blob" (#33240) 3 weeks ago
repo.go Refactor ref type (#33242) 2 weeks ago
search.go Fix incorrect ref commit ID usage (#33331) 2 weeks ago
search_test.go Improve grep search (#30843) 9 months ago
topic.go Move context from modules to services (#29440) 11 months ago
treelist.go Move context from modules to services (#29440) 11 months ago
view.go Refactor context repository (#33202) 3 weeks ago
view_file.go Simplify context ref name (#33267) 2 weeks ago
view_home.go Refactor context flash msg and global variables (#33375) 6 days ago
view_readme.go Refactor context repository (#33202) 3 weeks ago
view_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
wiki.go Refactor pagination (#33037) 1 month ago
wiki_test.go Remove duplicate "ResponseWriter.Status" method (#33346) 1 week ago