Merge tag 'v1.6.0' into sync/upstream

This commit is contained in:
David Yip
2017-09-10 13:04:27 -05:00
26 changed files with 175 additions and 49 deletions

View File

@@ -73,7 +73,7 @@ Rails.application.configure do
config.action_mailer.perform_caching = false
# E-mails
config.action_mailer.default_options = { from: ENV.fetch('SMTP_FROM_ADDRESS') }
config.action_mailer.default_options = { from: ENV.fetch('SMTP_FROM_ADDRESS', 'notifications@localhost') }
config.action_mailer.smtp_settings = {
:port => ENV['SMTP_PORT'],

View File

@@ -167,6 +167,9 @@ en:
unresolved: Unresolved
view: View
settings:
bootstrap_timeline_accounts:
desc_html: Separate multiple usernames by comma. Only local and unlocked accounts will work. Default when empty is all local admins.
title: Default follows for new users
contact_information:
email: Business e-mail
username: Contact username

View File

@@ -167,6 +167,9 @@ ja:
unresolved: 未解決
view: 表示
settings:
bootstrap_timeline_accounts:
desc_html: 複数のユーザー名はコンマで区切ります。ローカルの公開アカウントのみ有効です。指定しない場合は管理者がデフォルトで指定されます。
title: 新規ユーザーが自動フォローするアカウント
contact_information:
email: ビジネスメールアドレス
username: 連絡先のユーザー名

View File

@@ -41,6 +41,7 @@ defaults: &defaults
- root
- webmaster
- administrator
bootstrap_timeline_accounts: ''
development:
<<: *defaults