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/templates
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>
3 years ago
..
admin Add option to purge users (#18064) 3 years ago
api/packages/pypi
base Add labels to two buttons that were missing them (#20419) 3 years ago
custom
explore
mail Add disable download source configuration (#20548) 3 years ago
org Fix org members bug (#20489) 3 years ago
package Show hint to link package to repo when viewing empty repo package list (#20504) 3 years ago
repo Add default value for clone URLs (#20600) 3 years ago
shared Display project in issue list (#20434) 3 years ago
status
swagger Add new API endpoints for push mirrors management (#19841) 3 years ago
user Add missing Tabs on organisation/package view (Frontport #20539) (#20540) 3 years ago
home.tmpl
install.tmpl Rework mailer settings (#18982) 3 years ago
post-install.tmpl