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
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
3 weeks ago
..
incoming Add missing comment reply handling (#32050) 5 months ago
sender Refactor "string truncate" (#32984) 2 months ago
token
mail.go Support for email addresses containing uppercase characters when activating user account (#32998) 2 months ago
mail_comment.go
mail_issue.go Refactor user & avatar (#33433) 4 weeks ago
mail_release.go Refactor user & avatar (#33433) 4 weeks ago
mail_repo.go Split mail sender sub package from mailer service package (#32618) 3 months ago
mail_team_invite.go Refactor template & test related code (#32938) 2 months ago
mail_test.go chore: fix some trivial problems and TODOs (#33473) 3 weeks ago
mailer.go Use new mail package instead of an unmintained one (#32682) 3 months ago
main_test.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 4 months ago
notify.go