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 993736d838
Fix code search input for different views (#30678)
Now only show the "code search" on the repo home page, because it only
does global search.
So do not show it when viewing file or directory to avoid misleading
users (it doesn't search in a directory)
10 months ago
..
actions Improve job commit description (#30579) 10 months ago
setting Allow everyone to read or write a wiki by a repo unit setting (#30495) 10 months ago
activity.go Move context from modules to services (#29440) 1 year ago
attachment.go Move context from modules to services (#29440) 1 year ago
blame.go Refactor file view & render (#30227) 11 months ago
branch.go Use repo object format name instead of detecting from git repository (#29702) 12 months ago
cherry_pick.go Move context from modules to services (#29440) 1 year ago
code_frequency.go Move context from modules to services (#29440) 1 year ago
commit.go Fix code search input for different views (#30678) 10 months ago
compare.go Fix code search input for different views (#30678) 10 months ago
contributors.go Move context from modules to services (#29440) 1 year ago
download.go Move context from modules to services (#29440) 1 year ago
editor.go Put an edit file button on pull request files to allow a quick operation (#29697) 11 months ago
editor_test.go Move context from modules to services (#29440) 1 year ago
find.go Escape paths for find file correctly (#30026) 11 months ago
fork.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
githttp.go Move context from modules to services (#29440) 1 year ago
githttp_test.go Fix http protocol auth (#27875) 1 year ago
helper.go Move context from modules to services (#29440) 1 year ago
helper_test.go Make web context initialize correctly for different cases (#26726) 2 years ago
issue.go Allow to save empty comment (#30706) 10 months ago
issue_content_history.go Migrate margin and padding helpers to tailwind (#30043) 11 months ago
issue_dependency.go Move context from modules to services (#29440) 1 year ago
issue_label.go Refactor label.IsArchived() (#29750) 12 months ago
issue_label_test.go Move context from modules to services (#29440) 1 year ago
issue_lock.go Move context from modules to services (#29440) 1 year ago
issue_pin.go Move context from modules to services (#29440) 1 year ago
issue_stopwatch.go Move context from modules to services (#29440) 1 year ago
issue_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue_timetrack.go Move context from modules to services (#29440) 1 year ago
issue_watch.go Move context from modules to services (#29440) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
middlewares.go Move context from modules to services (#29440) 1 year ago
migrate.go Move context from modules to services (#29440) 1 year ago
milestone.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
packages.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
patch.go Move context from modules to services (#29440) 1 year ago
projects.go Fix network error when open/close organization/individual projects and redirect to project page (#30387) 10 months ago
projects_test.go Move context from modules to services (#29440) 1 year ago
pull.go Fix code search input for different views (#30678) 10 months ago
pull_review.go Enable more `revive` linter rules (#30608) 10 months ago
pull_review_test.go Fix template error when comment review doesn't exist (#29888) 11 months ago
recent_commits.go Move context from modules to services (#29440) 1 year ago
release.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
release_test.go Move context from modules to services (#29440) 1 year ago
render.go Refactor render (#30136) 11 months ago
repo.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
search.go Render embedded code preview by permlink in markdown (#30234) 11 months ago
topic.go Move context from modules to services (#29440) 1 year ago
treelist.go Move context from modules to services (#29440) 1 year ago
view.go Enable more `revive` linter rules (#30608) 10 months ago
view_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
wiki.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 12 months ago
wiki_test.go Use raw Wiki links for non-renderable Wiki files (#30273) 11 months ago