..
actions
Fix actions rerun bug ( #35783 ) ( #35784 )
2025-10-30 09:31:42 +01:00
setting
Fix team member access check ( #35899 ) ( #35905 )
2025-11-09 03:44:53 +00:00
activity.go
Do not show 500 error when default branch doesn't exist ( #34096 )
2025-04-01 21:39:00 -07:00
attachment.go
fix attachment file size limit in server backend ( #35519 ) ( #35720 )
2025-10-21 18:01:59 +00:00
blame.go
Fix incorrect file links ( #34189 )
2025-04-13 12:27:31 -07:00
branch.go
Add ff_only parameter to POST /repos/{owner}/{repo}/merge-upstream ( #34770 )
2025-06-19 12:29:10 -07: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
Display pull request in merged commit view ( #35202 )
2025-08-04 23:30:12 +00:00
common_recentbranches.go
Also display "recently pushed branch" alert on PR view ( #35001 )
2025-07-10 17:17:56 +00:00
compare.go
Move git command to git/gitcmd ( #35483 )
2025-09-15 23:33:12 -07:00
contributors.go
Fix incorrect ref commit ID usage ( #33331 )
2025-01-20 07:43:49 +00:00
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
Honor delete branch on merge repo setting when using merge API ( #35488 ) ( #35726 )
2025-10-22 09:41:40 -07:00
editor_cherry_pick.go
Honor delete branch on merge repo setting when using merge API ( #35488 ) ( #35726 )
2025-10-22 09:41:40 -07:00
editor_error.go
Honor delete branch on merge repo setting when using merge API ( #35488 ) ( #35726 )
2025-10-22 09:41:40 -07: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 ) ( #35720 )
2025-10-21 18:01:59 +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
Use LFS object size instead of blob size when viewing a LFS file ( #35679 ) ( #35680 )
2025-10-16 22:41:24 +08:00
find.go
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 ) ( #36004 )
2025-11-22 12:33:48 +00:00
helper.go
Refactor error system ( #33610 )
2025-02-16 22:13:17 -08:00
issue_comment.go
Fix markup init after issue comment editing ( #35536 ) ( #35537 )
2025-09-26 07:11:21 +08:00
issue_content_history.go
Fix various permission & login related bugs ( #36002 ) ( #36004 )
2025-11-22 12:33:48 +00:00
issue_dependency.go
Refactor error system ( #33610 )
2025-02-16 22:13:17 -08:00
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
Fix PR's target branch dropdown ( #33589 )
2025-02-14 05:21:31 +00:00
issue_pin.go
Move issue pin to an standalone table for querying performance ( #33452 )
2025-02-17 11:28:37 -08:00
issue_poster.go
Support public code/issue access for private repositories ( #33127 )
2025-01-14 01:53:34 +00:00
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
Rework suggestion backend ( #33538 )
2025-02-10 16:24:05 +00:00
issue_test.go
issue_timetrack.go
Refactor error system ( #33610 )
2025-02-16 22:13:17 -08:00
issue_view.go
Fix SSH signing key path will be displayed in the pull request UI ( #35381 )
2025-09-12 03:00:18 +00:00
issue_watch.go
Refactor error system ( #33610 )
2025-02-16 22:13:17 -08:00
issue.go
Run gopls modernize on codebase ( #34751 )
2025-06-18 01:48:09 +00:00
main_test.go
middlewares.go
migrate.go
Refactor error system ( #33610 )
2025-02-16 22:13:17 -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 ) ( #36047 )
2025-11-28 11:33:37 +01:00
pull.go
Don't show unnecessary error message to end users for DeleteBranchAfterMerge ( #35937 ) ( #35941 )
2025-11-12 23:31:05 +00: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
Fix tag target ( #34781 )
2025-06-19 10:33:30 -07:00
render.go
Fix external render, make iframe render work ( #35727 , #35730 ) ( #35731 )
2025-10-23 16:07:17 +08:00
repo.go
Stream repo zip/tar.gz/bundle achives by default ( #35487 )
2025-09-19 11:51:21 +08:00
search.go
Improve issue & code search ( #33860 )
2025-03-13 11:07:48 +08:00
star.go
Refactor web route handler ( #33488 )
2025-02-05 02:14:03 +08:00
topic.go
transfer.go
Refactor web route handler ( #33488 )
2025-02-05 02:14:03 +08:00
treelist_test.go
fix some file icon ui ( #36078 ) ( #36088 )
2025-12-04 19:39:35 +00:00
treelist.go
Improve submodule relative path handling ( #35056 )
2025-07-14 23:28:34 +08:00
view_file.go
Fix corrupted external render content ( #35946 ) ( #35950 )
2025-11-14 02:15:36 +00: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
Update tab title when navigating file tree ( #35757 ) ( #35772 )
2025-10-29 14:04:19 +00:00
view_readme.go
Use LFS object size instead of blob size when viewing a LFS file ( #35679 ) ( #35680 )
2025-10-16 22:41:24 +08:00
view_test.go
view.go
Allow to display embed images/pdfs when SERVE_DIRECT was enabled on MinIO storage ( #35882 ) ( #35917 )
2025-11-11 02:24:06 +00:00
watch.go
Refactor web route handler ( #33488 )
2025-02-05 02:14:03 +08:00
webgit.go
Support choose email when creating a commit via web UI (more) ( #33445 )
2025-01-31 02:36:18 +00:00
wiki_test.go
Move HasWiki to repository service package ( #33912 )
2025-09-01 11:12:58 -07:00
wiki.go
Limit read bytes instead of ReadAll ( #35928 ) ( #35934 )
2025-11-13 02:26:27 +08:00