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/services
Clar Fon 036dd8a788
Rework mailer settings (#18982)
* `PROTOCOL`: can be smtp, smtps, smtp+startls, smtp+unix, sendmail, dummy
* `SMTP_ADDR`: domain for SMTP, or path to unix socket
* `SMTP_PORT`: port for SMTP; defaults to 25 for `smtp`, 465 for `smtps`, and 587 for `smtp+startls`
* `ENABLE_HELO`, `HELO_HOSTNAME`: reverse `DISABLE_HELO` to `ENABLE_HELO`; default to false + system hostname
* `FORCE_TRUST_SERVER_CERT`: replace the unclear `SKIP_VERIFY`
* `CLIENT_CERT_FILE`, `CLIENT_KEY_FILE`, `USE_CLIENT_CERT`: clarify client certificates here

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2 years ago
..
agit Add more linters to improve code readability (#19989) 2 years ago
asymkey Move issues related files into models/issues (#19931) 2 years ago
attachment Move almost all functions' parameter db.Engine to context.Context (#19748) 2 years ago
auth Rework mailer settings (#18982) 2 years ago
automerge Add more linters to improve code readability (#19989) 2 years ago
comments Move issues related files into models/issues (#19931) 2 years ago
context Move almost all functions' parameter db.Engine to context.Context (#19748) 2 years ago
cron Make better use of i18n (#20096) 2 years ago
externalaccount Refactor auth package (#17962) 3 years ago
forms Rework mailer settings (#18982) 2 years ago
gitdiff Improve code diff highlight, fix incorrect rendered diff result (#19958) 2 years ago
issue Check if project has the same repository id with issue when assign project to issue (#20133) 2 years ago
lfs Move some code into models/git (#19879) 2 years ago
mailer Rework mailer settings (#18982) 2 years ago
migrations Add tests for the host checking logic, clarify the behaviors (#20328) 2 years ago
mirror Add new API endpoints for push mirrors management (#19841) 2 years ago
org Move almost all functions' parameter db.Engine to context.Context (#19748) 2 years ago
packages Add Docker /v2/_catalog endpoint (#20469) 2 years ago
pull Ensure that all unmerged files are merged when conflict checking (#20528) 2 years ago
release fix permission check for delete tag (#19985) 2 years ago
repository Add latest commit's SHA to content response (#20398) 2 years ago
task Add more linters to improve code readability (#19989) 2 years ago
user Fix: Actor is required to get user repositories (#20443) 2 years ago
webhook Add more linters to improve code readability (#19989) 2 years ago
wiki Move some helper files out of models (#19355) 2 years ago