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.
forgejo/routers
6543 80d6c6d7de
[refactor] mailer service (#15072)
* Unexport SendUserMail

* Instead of "[]*models.User" or "[]string" lists infent "[]*MailRecipient" for mailer

* adopt

* code format

* TODOs for "i18n"

* clean

* no fallback for lang -> just use english

* lint

* exec testComposeIssueCommentMessage per lang and use only emails

* rm MailRecipient

* Dont reload from users from db if you alredy have in ram

* nits

* minimize diff

Signed-off-by: 6543 <6543@obermui.de>

* localize subjects

* linter ...

* Tr extend

* start tmpl edit ...

* Apply suggestions from code review

* use translation.Locale

* improve mailIssueCommentBatch

Signed-off-by: Andrew Thornton <art27@cantab.net>

* add i18n to datas

Signed-off-by: Andrew Thornton <art27@cantab.net>

* a comment

Co-authored-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
admin [refactor] mailer service (#15072) 3 years ago
api/v1 [refactor] mailer service (#15072) 3 years ago
dev Display ui time with customize time location (#7792) 5 years ago
events Handle unauthorized user events gracefully (#15071) 3 years ago
org Organization removal confirmation using name not password (#14738) 3 years ago
private Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago
repo response 404 for diff/patch of a commit that not exist (#15221) 3 years ago
routes Fix bug on avatar middleware (#15124) 3 years ago
user [refactor] mailer service (#15072) 3 years ago
utils Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999) 3 years ago
home.go Add ui.explore settings to control view of explore pages (2) (#14094) 3 years ago
init.go Print usefull error if SQLite is used in settings but not supported (#14476) 3 years ago
install.go use level config in main section when subsection not set level (#15176) 3 years ago
metrics.go Move metrics from macaron to chi (#13601) 4 years ago
swagger_json.go Move macaron to chi (#14293) 3 years ago