..
actions
Fix actions rerun bug ( #35783 )
2025-10-30 01:08:59 +00:00
setting
Fix team member access check ( #35899 )
2025-11-09 03:13:31 +00: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
Remove unnecessary code and fix comments ( #35761 )
2025-10-28 18:03:57 +00:00
code_frequency.go
Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission ( #34053 )
2025-03-28 21:04:40 -07:00
commit.go
Refactor ls-tree and git path related problems ( #35858 )
2025-11-05 17:48:38 +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
Add "Go to file", "Delete Directory" to repo file list page ( #35911 )
2025-11-30 11:58:15 +08: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
Edit file workflow for creating a fork and proposing changes ( #34240 )
2025-06-22 12:43:43 +00: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
Enable testifylint rules ( #34075 )
2025-03-31 01:53:48 -04:00
githttp.go
Fix various permission & login related bugs ( #36002 )
2025-11-22 07:16:08 +00:00
helper.go
issue_comment.go
Use git model to detect whether branch exist instead of gitrepo method ( #35459 )
2025-10-25 10:08:25 -07: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
Validate hex colors when creating/editing labels ( #34623 )
2025-06-07 11:25:08 +03:00
issue_label.go
Validate hex colors when creating/editing labels ( #34623 )
2025-06-07 11:25:08 +03:00
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
Add API routes to lock and unlock issues ( #34165 )
2025-04-21 00:43:43 +00:00
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
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
Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission ( #34053 )
2025-03-28 21:04:40 -07:00
release_test.go
release.go
Use git model to detect whether branch exist instead of gitrepo method ( #35459 )
2025-10-25 10:08:25 -07:00
render.go
Make external iframe render work ( #35730 )
2025-10-23 08:01:38 +00:00
repo.go
Move archive function to repo_model and gitrepo ( #35514 )
2025-10-06 15:01:26 -07:00
search.go
star.go
topic.go
transfer.go
treelist_test.go
support the open-icon of folder ( #34168 )
2025-04-28 19:51:32 -07: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
Limit reading bytes instead of ReadAll ( #35928 )
2025-11-12 19:44:49 +08:00