forgejo/modules/setting
zeripath f6fd501841
Correct the fallbacks for mailer configuration (#21945)
Unfortunately the fallback configuration code for [mailer] that were
added in #18982 are incorrect. When you read a value from an ini section
that key is added. This leads to a failure of the fallback mechanism.
Further there is also a spelling mistake in the startTLS configuration.

This PR restructures the mailer code to first map the deprecated
settings on to the new ones - and then use ini.MapTo to map those on to
the struct with additional validation as necessary.

Ref #21744

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-11-27 10:08:40 +00:00
..
attachment.go
cache.go
cors.go
cron.go
cron_test.go
database.go
database_sqlite.go
database_test.go
directory.go
federation.go
git.go
i18n.go
indexer.go
indexer_test.go
lfs.go
log.go
mailer.go Correct the fallbacks for mailer configuration (#21945) 2022-11-27 10:08:40 +00:00
markup.go
migrations.go
mime_type_map.go
mirror.go
oauth2_client.go
packages.go
packages_test.go
picture.go
project.go
proxy.go
queue.go
repository.go
service.go
session.go
setting.go Correct the fallbacks for mailer configuration (#21945) 2022-11-27 10:08:40 +00:00
setting_test.go
storage.go
storage_test.go
task.go
webhook.go