mastodon/config
Akihiko Odaki (@fn_aki@pawoo.net) 2083000027 Set default From address in config ()
The old implementation sets default From address in mailers. It sets
the address from SMTP_FROM_ADDRESS, or notifications@localhost. The
behavior is occasionally undesired results.

In production environment, notifications@localhost is likely to be
incorrect.
In testing environment, the email address should not be varied by a
environment variable.

After appling this change,

In production environment, it will throw an exception when launching
Mastodon.
In testing environment, the address will be fixed with
notifications@localhost.
..
environments Set default From address in config ()
initializers Add overview of active sessions ()
locales Add a setting allowing the use of system's default font in Web UI ()
webpack Fix react-intl/locale-data import issue on production build ()
application.rb i18n: Add korean translation ()
boot.rb Adds bootsnap. Faster boot time ()
brakeman.ignore Enable CodeClimate Brakeman checks ()
database.yml fix unnecessary variable ()
deploy.rb Update capistrano lock version to 3.8.1 ()
environment.rb Upgrade to Rails 5.0.0.1
i18n-tasks.yml Add date to ignore_missing and ignore_unused in config/i18n-tasks.yml ()
navigation.rb Rename "Credentials" page to "Security" for clarity ()
puma.rb Do not set port for puma if it is bound to unix socket ()
routes.rb Account deletion ()
secrets.yml Upgrade to Rails 5.0.0.1
settings.yml Add a setting allowing the use of system's default font in Web UI ()
sidekiq.yml Bind web UI access tokens to sessions ()
webpacker.yml Fix webpack-dev-server on Windows ()