Skip to content
Snippets Groups Projects
  1. Jan 28, 2018
  2. Jan 16, 2018
  3. Jul 06, 2017
    • Akihiko Odaki (@fn_aki@pawoo.net)'s avatar
      Set default From address in config (#3756) · 20830000
      Akihiko Odaki (@fn_aki@pawoo.net) authored
      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.
      20830000
  4. Jun 26, 2017
  5. Apr 17, 2017
    • Matt Jankowski's avatar
      Instance helper to replace site title helper (#2038) · 389f8f82
      Matt Jankowski authored
      * Move site title helper to instance helper (name change only)
      
      * Remove newline in <title> tag
      
      * Add site_hostname helper method to wrap up local_domain value
      
      * Use site_hostname helper in places that need local_domain value
      389f8f82
  6. Nov 16, 2016
  7. Nov 15, 2016
  8. Mar 19, 2016
Loading