forgejo/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.go
cron_test.go
database.go
database_sqlite.go
database_test.go
git.go
indexer.go Clean-up the settings hierarchy for issue_indexer queue (#16001) 2021-06-16 18:19:20 -04:00
indexer_test.go
lfs.go Unified custom config creation (#16012) 2021-05-29 19:44:14 +01:00
log.go add a new internal hook to save ssh log (#15787) 2021-05-21 17:37:16 -04:00
mailer.go
markup.go Fix regression of renderer (#16091) 2021-06-06 18:50:07 -04:00
migrations.go
mime_type_map.go Add mimetype mapping settings (#15133) 2021-05-10 16:38:08 -04:00
oauth2_client.go
picture.go
project.go
queue.go Clean-up the settings hierarchy for issue_indexer queue (#16001) 2021-06-16 18:19:20 -04:00
repository.go
service.go
session.go
setting.go Ensure settings for Service and Mailer are read on the install page (#15943) 2021-06-16 19:32:57 -04:00
setting_test.go
storage.go
storage_test.go
task.go
webhook.go