gitea/routers/web/repo
Lunny Xiao 2358856466
Merge 79c014e003 into 01351cc6c7
2025-12-11 12:15:27 +07:00
..
actions Fix actions rerun bug (#35783) 2025-10-30 01:08:59 +07:00
setting Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 +07:00
activity.go Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +07:00
attachment.go fix attachment file size limit in server backend (#35519) 2025-10-21 15:07:11 +07:00
blame.go Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +07:00
branch.go Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 +07:00
code_frequency.go
commit.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +07:00
common_recentbranches.go Also display "recently pushed branch" alert on PR view (#35001) 2025-07-10 17:17:56 +07:00
compare.go Fix diff blob excerpt expansion (#35922) 2025-11-14 04:50:48 +07:00
compare_test.go feat(diff): Enable commenting on expanded lines in PR diffs (#35662) 2025-10-19 18:19:12 +07:00
contributors.go
download.go Redirect to a presigned URL of HEAD for HEAD requests (#35088) 2025-07-16 11:22:45 +07:00
editor.go Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +07:00
editor_apply_patch.go Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +07:00
editor_cherry_pick.go Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +07:00
editor_error.go Honor delete branch on merge repo setting when using merge API (#35488) 2025-10-22 05:06:56 +07:00
editor_fork.go
editor_preview.go
editor_test.go Remove wrong "git.DefaultContext" (#35364) 2025-08-27 16:31:21 +07:00
editor_uploader.go fix attachment file size limit in server backend (#35519) 2025-10-21 15:07:11 +07:00
editor_util.go Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 +07:00
fork.go
githttp.go Fix various permission & login related bugs (#36002) 2025-11-22 07:16:08 +07:00
githttp_test.go
helper.go
issue.go
issue_comment.go Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 +07:00
issue_content_history.go Fix various permission & login related bugs (#36002) 2025-11-22 07:16:08 +07:00
issue_dependency.go
issue_label.go
issue_label_test.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
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
main_test.go
middlewares.go
migrate.go Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 +07:00
milestone.go
packages.go
projects.go Add tests for project workflow execution 2025-10-26 22:51:35 +07:00
projects_test.go
pull.go Merge branch 'main' into lunny/project_workflow 2025-11-18 08:26:53 +07:00
pull_review.go Fix incorrect viewed files counter if file has changed (#36009) 2025-11-27 14:02:03 +07:00
pull_review_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
recent_commits.go
release.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +07:00
release_test.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +07:00
render.go Make external iframe render work (#35730) 2025-10-23 08:01:38 +07:00
repo.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +07:00
search.go
star.go
topic.go
transfer.go
treelist.go Refactor ls-tree and git path related problems (#35858) 2025-11-05 17:48:38 +07:00
treelist_test.go fix some file icon ui (#36078) 2025-12-04 19:47:23 +07:00
view.go Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +07:00
view_file.go Fix corrupted external render content (#35946) 2025-11-14 08:31:11 +07:00
view_home.go Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +07:00
view_home_test.go Fix repo file list partial reloading for submodules (#35183) 2025-07-31 09:34:51 +07:00
view_readme.go Refactor ls-tree and git path related problems (#35858) 2025-11-05 17:48:38 +07:00
view_test.go
watch.go
webgit.go
wiki.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +07:00
wiki_test.go Move HasWiki to repository service package (#33912) 2025-09-01 11:12:58 +07:00