gitea/routers/web/repo
wxiaoguang 1e72b15639
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-container (push) Waiting to run
Fix various bugs (#36139)
* Fix #35768
* Fix #36064
* Fix #36051
* Fix cherry-pick panic
2025-12-12 18:56:05 +00:00
..
actions Fix actions rerun bug (#35783) 2025-10-30 01:08:59 +00:00
setting Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 -08:00
activity.go Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +08:00
attachment.go fix attachment file size limit in server backend (#35519) 2025-10-21 15:07:11 +00:00
blame.go Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
branch.go Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 -08:00
code_frequency.go
commit.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +00:00
common_recentbranches.go Also display "recently pushed branch" alert on PR view (#35001) 2025-07-10 17:17:56 +00:00
compare_test.go feat(diff): Enable commenting on expanded lines in PR diffs (#35662) 2025-10-19 18:19:12 +08:00
compare.go Fix diff blob excerpt expansion (#35922) 2025-11-14 04:50:48 +00:00
contributors.go
download.go Redirect to a presigned URL of HEAD for HEAD requests (#35088) 2025-07-16 11:22:45 +00:00
editor_apply_patch.go Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
editor_cherry_pick.go Fix various bugs (#36139) 2025-12-12 18:56:05 +00:00
editor_error.go Honor delete branch on merge repo setting when using merge API (#35488) 2025-10-22 05:06:56 +00:00
editor_fork.go Edit file workflow for creating a fork and proposing changes (#34240) 2025-06-22 12:43:43 +00:00
editor_preview.go Refactor editor (#34780) 2025-06-21 19:20:51 +08:00
editor_test.go Remove wrong "git.DefaultContext" (#35364) 2025-08-27 16:31:21 +00:00
editor_uploader.go fix attachment file size limit in server backend (#35519) 2025-10-21 15:07:11 +00:00
editor_util.go Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 -08:00
editor.go Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
fork.go Edit file workflow for creating a fork and proposing changes (#34240) 2025-06-22 12:43:43 +00:00
githttp_test.go
githttp.go Fix various permission & login related bugs (#36002) 2025-11-22 07:16:08 +00:00
helper.go
issue_comment.go Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 2025-12-12 01:15:40 +01:00
issue_content_history.go Fix various permission & login related bugs (#36002) 2025-11-22 07:16:08 +00:00
issue_dependency.go
issue_label_test.go
issue_label.go
issue_list.go Move updateref and removeref to gitrepo and remove unnecessary open repository (#35511) 2025-09-19 08:04:18 -07:00
issue_lock.go
issue_new.go Move updateref and removeref to gitrepo and remove unnecessary open repository (#35511) 2025-09-19 08:04:18 -07:00
issue_page_meta.go
issue_pin.go
issue_poster.go
issue_stopwatch.go fix(issue): Replace stopwatch toggle with explicit start/stop actions (#34818) 2025-06-25 07:22:58 +08:00
issue_suggestions.go
issue_test.go
issue_timetrack.go
issue_view.go Use git model to detect whether branch exist instead of gitrepo method (#35459) 2025-10-25 10:08:25 -07:00
issue_watch.go
issue.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
main_test.go
middlewares.go
migrate.go Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 -08:00
milestone.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
packages.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
projects_test.go
projects.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
pull_review_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
pull_review.go Fix incorrect viewed files counter if file has changed (#36009) 2025-11-27 14:02:03 +00:00
pull.go Don't show unnecessary error message to end users for DeleteBranchAfterMerge (#35937) 2025-11-13 07:03:13 +08:00
recent_commits.go
release_test.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +00:00
release.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +00:00
render.go Make external iframe render work (#35730) 2025-10-23 08:01:38 +00:00
repo.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +00:00
search.go
star.go
topic.go
transfer.go
treelist_test.go fix some file icon ui (#36078) 2025-12-04 19:47:23 +01:00
treelist.go Refactor ls-tree and git path related problems (#35858) 2025-11-05 17:48:38 +00:00
view_file.go Fix corrupted external render content (#35946) 2025-11-14 08:31:11 +08:00
view_home_test.go Fix repo file list partial reloading for submodules (#35183) 2025-07-31 09:34:51 +08:00
view_home.go Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
view_readme.go Refactor ls-tree and git path related problems (#35858) 2025-11-05 17:48:38 +00:00
view_test.go
view.go Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
watch.go
webgit.go
wiki_test.go Move HasWiki to repository service package (#33912) 2025-09-01 11:12:58 -07:00
wiki.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +00:00