Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-07 | Set default From address in config (#3756) | Akihiko Odaki (@fn_aki@pawoo.net) | |
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. | |||
2017-06-01 | Update Rails to version 5.1.1 (#3121) | Matt Jankowski | |
* 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 | |||
2016-09-05 | Add API to upload media attachments | Eugen Rochko | |
2016-08-17 | Upgrade to Rails 5.0.0.1 | Eugen Rochko | |
2016-03-20 | Adding more tests for helpers | Eugen Rochko | |
2016-02-20 | Initial commit | Eugen Rochko | |