Merge tag 'v1.6.0' into sync/upstream
This commit is contained in:
@@ -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'],
|
||||
|
@@ -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
|
||||
|
@@ -167,6 +167,9 @@ ja:
|
||||
unresolved: 未解決
|
||||
view: 表示
|
||||
settings:
|
||||
bootstrap_timeline_accounts:
|
||||
desc_html: 複数のユーザー名はコンマで区切ります。ローカルの公開アカウントのみ有効です。指定しない場合は管理者がデフォルトで指定されます。
|
||||
title: 新規ユーザーが自動フォローするアカウント
|
||||
contact_information:
|
||||
email: ビジネスメールアドレス
|
||||
username: 連絡先のユーザー名
|
||||
|
@@ -41,6 +41,7 @@ defaults: &defaults
|
||||
- root
|
||||
- webmaster
|
||||
- administrator
|
||||
bootstrap_timeline_accounts: ''
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
Reference in New Issue
Block a user