0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-12 06:01:15 +01:00
gitea/modules/setting
zeripath 1ec9e906dc
Ensure settings for Service and Mailer are read on the install page (#15943)
* Ensure settings for Service and Mailer are read on the install page

NewContext does not set the mailer or service settings so add
a new function that will run this.

Fix #15894

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

* placate lint

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-06-16 19:32:57 -04:00
..
attachment.go
cache.go
cors.go
cron_test.go
cron.go
database_sqlite.go
database_test.go
database.go
git.go
indexer_test.go
indexer.go
lfs.go
log.go
mailer.go
markup.go
migrations.go
mime_type_map.go
oauth2_client.go
picture.go
project.go
queue.go
repository.go
service.go
session.go
setting_test.go
setting.go Ensure settings for Service and Mailer are read on the install page (#15943) 2021-06-16 19:32:57 -04:00
storage_test.go
storage.go
task.go
webhook.go