You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/mailer
Lunny Xiao 85f31eb643
Fix codeowner detected diff base branch to mergebase (#29783) (#29807)
Fix #29763
Backport #29783 

This PR fixes 2 problems with CodeOwner in the pull request.
- Don't use the pull request base branch but merge-base as a diff base
to detect the code owner.
- CodeOwner detection in fork repositories will be disabled because
almost all the fork repositories will not change CODEOWNERS files but it
should not be used on fork repositories' pull requests.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
11 months ago
..
incoming Next round of `db.DefaultContext` refactor (#27089) 1 year ago
token Use minio/sha256-simd for accelerated SHA256 (#23052) 2 years ago
mail.go Rework markup link rendering (#26745) (#28803) 1 year ago
mail_comment.go Implement FSFE REUSE for golang files (#21840) 2 years ago
mail_issue.go Fix codeowner detected diff base branch to mergebase (#29783) (#29807) 11 months ago
mail_release.go Fix missing link on outgoing new release notifications (#29079) (#29300) 11 months ago
mail_repo.go Clean up template locale usage (#27856) (#27857) 1 year ago
mail_team_invite.go Clean up template locale usage (#27856) (#27857) 1 year ago
mail_test.go Add support for incoming emails (#22056) 2 years ago
mailer.go Clean up template locale usage (#27856) (#27857) 1 year ago
mailer_test.go Prevent multiple `To` recipients (#22566) 2 years ago
main_test.go move repository deletion to service layer (#26948) 1 year ago
notify.go Fix codeowner detected diff base branch to mergebase (#29783) (#29807) 11 months ago