1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-17 09:55:23 +01:00
gitea/services
Lunny Xiao 4f562da975
Fix non-admins unable to automerge PRs from forks (#36833) (#36843)
backport #36833 

Make `handlePullRequestAutoMerge` correctly check the permissions of the
merging user against pr.BaseRepo.

Co-authored-by: Michael Hoang <10492681+Enzime@users.noreply.github.com>
Co-authored-by: Michael Hoang <enzime@users.noreply.github.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-03-08 10:18:35 +00:00
..
actions Fix some trivial problems (#36336) (#36337) 2026-01-09 20:59:03 +02:00
agit Move git command to git/gitcmd (#35483) 2025-09-15 23:33:12 -07:00
asymkey Refactor legacy code (#35708) (#35716) 2025-10-21 05:47:37 +00:00
attachment fix attachment file size limit in server backend (#35519) (#35720) 2025-10-21 18:01:59 +00:00
auth Fix various permission & login related bugs (#36002) (#36004) 2025-11-22 12:33:48 +00:00
automerge Fix non-admins unable to automerge PRs from forks (#36833) (#36843) 2026-03-08 10:18:35 +00:00
automergequeue Fix various trivial problems (#35714) (#35718) 2025-10-21 18:02:57 +08:00
context Fix notifications pagination query parameters (#36351) (#36358) 2026-01-13 04:37:20 +00:00
contexttest Fix session gob (#35128) 2025-07-20 01:49:36 +00:00
convert Fix track time list permission check (#36662) (#36744) 2026-02-25 07:57:47 -08:00
cron Move git command to git/gitcmd (#35483) 2025-09-15 23:33:12 -07:00
doctor Add a doctor command to fix inconsistent run status (#35840) (#35845) 2025-11-04 11:16:36 -08:00
externalaccount Refactor OpenIDConnect to support SSH/FullName sync (#34978) 2025-07-10 18:35:59 +00:00
feed Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
forms Add validation constraints for repository creation fields (#36671) (#36757) 2026-02-25 20:43:00 +00:00
git Fix git commit committer parsing and add some tests (#35007) 2025-07-10 19:03:36 +00:00
gitdiff Fix bug when viewing the commit diff page with non-ANSI files (#36149) (#36150) 2025-12-14 01:14:06 +08:00
indexer Update issue indexer after merging a PR (#30715) 2024-05-08 14:45:15 +00:00
issue Limit read bytes instead of ReadAll (#35928) (#35934) 2025-11-13 02:26:27 +08:00
lfs LFS locks must belong to the intended repo (#36344) (#36349) 2026-01-12 09:09:16 +02:00
mailer clean watches when make a repository private and check permission when send release emails (#36319) (#36370) 2026-01-14 19:28:02 +01:00
markup Improve and fix markup code preview rendering (#35777) (#35787) 2025-10-30 09:06:44 +00:00
migrations Fix dump release asset bug (#36799) (#36839) 2026-03-06 19:50:17 +00:00
mirror Add migration http transport for push/sync mirror lfs (#36665) (#36691) 2026-02-22 08:56:14 +00:00
notify Don't send trigger for a pending review's comment create/update/delete (#34928) 2025-07-03 10:35:45 +08:00
oauth2_provider Make OAuth2 issuer configurable (#35915) (#35916) 2025-11-10 16:12:25 +00:00
org Add more check for stopwatch read or list (#36340) (#36368) 2026-01-14 16:04:02 +00:00
packages fix(packages/container): data race when uploading container blobs concurrently (#36524) (#36526) 2026-02-04 09:32:26 -08:00
projects Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
pull Fix bug to check whether user can update pull request branch or rebase branch (#36465) (#36838) 2026-03-08 03:23:54 +00:00
release Fix various permission & login related bugs (#36002) (#36004) 2025-11-22 12:33:48 +00:00
repository Add validation constraints for repository creation fields (#36671) (#36757) 2026-02-25 20:43:00 +00:00
secrets Fix various bugs (#35684) (#35696) 2025-10-19 02:26:03 +08:00
task Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
uinotification Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
user Release attachments must belong to the intended repo (#36347) (#36375) 2026-01-15 02:30:18 +01:00
versioned_migration Remove wrong "git.DefaultContext" (#35364) 2025-08-27 16:31:21 +00:00
webhook Limit read bytes instead of ReadAll (#35928) (#35934) 2025-11-13 02:26:27 +08:00
webtheme Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
wiki Fix error handling in mailer and wiki services (#36041) (#36053) 2025-11-28 20:34:38 -08:00