0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-15 05:06:48 +01:00
gitea/services/mailer
Lunny Xiao 276500c314
Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)
- [x] Move `CreateRepositoryByExample` to service layer
- [x] Move `AddCollabrator` to service layer
- [x] Add a new parameter for `AddCollabrator` so that changing mode
immediately after that will become unnecessary.
2024-11-07 11:28:11 +08:00
..
incoming Add missing comment reply handling (#32050) 2024-09-17 20:56:26 +00:00
token
mail_comment.go
mail_issue.go
mail_release.go Add option to change mail from user display name (#31528) 2024-07-14 23:27:00 +02:00
mail_repo.go Add option to change mail from user display name (#31528) 2024-07-14 23:27:00 +02:00
mail_team_invite.go
mail_test.go Add option to change mail from user display name (#31528) 2024-07-14 23:27:00 +02:00
mail.go Add option to change mail from user display name (#31528) 2024-07-14 23:27:00 +02:00
mailer_test.go
mailer.go
main_test.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 2024-11-07 11:28:11 +08:00
notify.go