0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-19 07:24:03 +01:00
gitea/services/mailer
wxiaoguang 5dddcc1773
chore: fix some trivial problems and TODOs (#33473)
1. Fix incorrect `MentionCount` (actually it seems to be deadcode,
affects nothing)
2. Remove fallback sha1 support for time limit token
3. Use route middleware `reqRepoActionsWriter` for `ArtifactsDeleteView`
4. Use clearer message "Failed to authenticate user" instead of "Verify"
when auth fails
5. `tests/integration/benchmarks_test.go` is not quite right, actually
it is never used, so delete it.
6. Remove or update TODO comments
2025-02-02 18:16:56 +00:00
..
incoming Add missing comment reply handling (#32050) 2024-09-17 20:56:26 +00:00
sender Refactor "string truncate" (#32984) 2024-12-26 11:56:03 +08:00
token Use crypto/sha256 (#29386) 2024-02-25 13:32:13 +00:00
mail_comment.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
mail_issue.go Refactor user & avatar (#33433) 2025-01-30 07:33:50 +08:00
mail_release.go Refactor user & avatar (#33433) 2025-01-30 07:33:50 +08:00
mail_repo.go Split mail sender sub package from mailer service package (#32618) 2024-11-30 01:15:41 +00:00
mail_team_invite.go Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
mail_test.go chore: fix some trivial problems and TODOs (#33473) 2025-02-02 18:16:56 +00:00
mail.go Support for email addresses containing uppercase characters when activating user account (#32998) 2024-12-27 19:16:23 +08:00
mailer.go Use new mail package instead of an unmintained one (#32682) 2024-12-05 06:33:43 +08:00
main_test.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 2024-11-07 11:28:11 +08:00
notify.go Unify user update methods (#28733) 2024-02-04 13:29:09 +00:00