Skip to content
Snippets Groups Projects
  1. Sep 09, 2017
  2. Jul 16, 2017
  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 08, 2017
  5. Jun 01, 2017
    • Matt Jankowski's avatar
      Update Rails to version 5.1.1 (#3121) · 2212dc4a
      Matt Jankowski authored
      * Update rails to version 5.1.1
      
      * Run `rails app:update`
      
      * Remove the override of polymorphic activity relationship
      
      * Silence warning about otp_secret attribute being unknown to rails
      
      * We will only introduce form_with where we want to use remote data
      2212dc4a
  6. May 22, 2017
  7. May 09, 2017
  8. May 06, 2017
  9. May 03, 2017
    • Eugen Rochko's avatar
      Clean up redis configuration. Allow using REDIS_URL to set advanced (#2732) · c9970911
      Eugen Rochko authored
      connection options instead of setting REDIS_HOST etc individually
      
      Close #1986
      c9970911
    • Eugen Rochko's avatar
      Replace sprockets/browserify with Webpack (#2617) · f5bf5ebb
      Eugen Rochko authored
      * Replace browserify with webpack
      
      * Add react-intl-translations-manager
      
      * Do not minify in development, add offline-plugin for ServiceWorker background cache updates
      
      * Adjust tests and dependencies
      
      * Fix production deployments
      
      * Fix tests
      
      * More optimizations
      
      * Improve travis cache for npm stuff
      
      * Re-run travis
      
      * Add back support for custom.scss as before
      
      * Remove offline-plugin and babili
      
      * Fix issue with Immutable.List().unshift(...values) not working as expected
      
      * Make travis load schema instead of running all migrations in sequence
      
      * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of
      React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in
      <UI />
      
      * Add react definitions to places that use JSX
      
      * Add Procfile.dev for running rails, webpack and streaming API at the same time
      f5bf5ebb
  10. May 02, 2017
  11. Apr 24, 2017
  12. Apr 23, 2017
  13. Apr 20, 2017
  14. Apr 17, 2017
    • Miguel Jacq's avatar
      Allow using an SMTP server without authentication (#1597) · e9eaf9e3
      Miguel Jacq authored
      * Allow using an SMTP server without authentication (e.g Postfix relay on the same host) by setting SMTP_LOGIN and SMTP_AUTH_METHOD to 'none'
      
      * Add note in .env.production.sample about SMTP settings for servers where no auth is required
      
      * Assume that SMTP_LOGIN and SMTP_PASSWORD will be blank if we set SMTP_AUTH_METHOD to none
      e9eaf9e3
  15. Apr 15, 2017
  16. Apr 14, 2017
  17. Apr 13, 2017
  18. Apr 11, 2017
  19. Apr 10, 2017
    • Alexander Mankuta's avatar
      More SMTP customization (#1372) · 0dbbc16c
      Alexander Mankuta authored
      * Allow SMTP auth method customization
      
      * Add SMTP openssl_verify_mode option support
      
      Allows one use self-signed certs with their SMTP server.
      
      * Add SMTP enable_starttls_auto option support
      0dbbc16c
  20. Apr 08, 2017
  21. Mar 03, 2017
  22. Feb 23, 2017
  23. Feb 05, 2017
  24. Feb 01, 2017
  25. Jan 22, 2017
  26. Jan 19, 2017
  27. Jan 18, 2017
  28. Jan 17, 2017
  29. Nov 29, 2016
  30. Nov 26, 2016
  31. Nov 24, 2016
  32. Nov 21, 2016
  33. Nov 07, 2016
  34. Nov 02, 2016
  35. Oct 22, 2016
  36. Oct 17, 2016
Loading