0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-19 02:10:33 +01:00
gitea/services/mailer
wxiaoguang 633785a5f3
Refactor markup render system (#32612)
This PR removes (almost) all path tricks, and introduces "renderhelper"
package.

Now we can clearly see the rendering behaviors for comment/file/wiki,
more details are in "renderhelper" tests.

Fix #31411 , fix #18592, fix #25632 and maybe more problems. (ps: fix
#32608 by the way)
2024-11-24 16:18:57 +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 Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
mail_repo.go
mail_team_invite.go
mail_test.go Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
mail.go Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
mailer_test.go
mailer.go Add reviewers selection to new pull request (#32403) 2024-11-09 04:48:31 +00:00
main_test.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 2024-11-07 11:28:11 +08:00
notify.go