Commit Graph

13 Commits (441dcd7396eb17a16c0ebb234996bd39834d2730)

Author SHA1 Message Date
zunda 8c928faff3
Refresh Heroku related thingy for heroku-24 stack ()
F 9feba112a7
Make enable_starttls configurable by envvars ()
ENABLE_STARTTLS is designed to replace ENABLE_STARTTLS_AUTO by accepting
three values: 'auto' (the default), 'always', and 'never'. If
ENABLE_STARTTLS isn't provided, we fall back to ENABLE_STARTTLS_AUTO. In
this way, this change should be fully backwards compatible.

Resolves 
Yamagishi Kazutoshi 584d8b977b
Format JSON and YAML using Prettier ()
* Format JSON and YAML using Prettier

* Add prettier to devDep
Claire 5a1e072517
Change references to tootsuite/mastodon to mastodon/mastodon ()
* Change references to tootsuite/mastodon to mastodon/mastodon

* Remove obsolete test fixture

* Replace occurrences of tootsuite/mastodon with mastodon/mastodon in CHANGELOG

And a few other places
Daigo 3 Dango 66acf8203b
Stop using heroku-buildpack-nodejs ()
heroku-buildpack-ruby started to install Node 12 by default.
This makes it possible to run Mastodon without heroku-buildpack-nodejs.
Yamagishi Kazutoshi 9707e64715 Remove deprecated config from Heroku and Scalingo ()
Yamagishi Kazutoshi e05606c8d0 Change logo URL for Heroku and Scalingo ()
Yamagishi Kazutoshi bdbfb10cff Fix logo URL ()
Daigo 3 Dango 831386977e Use cid3 on Heroku ()
Use https://github.com/heroku/heroku-buildpack-apt to
install protobuf-compiler and libprotobuf-dev which are needed by cid3
Alexander Mankuta 0dbbc16c69 More SMTP customization ()
* 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
James Smith b79c80b620 Add OTP_SECRET to Heroku app.json ()
Tom McAtee 8a93ae4f18 Added SMTP_FROM_ADDRESS to heroku deploy config
Allows the user to set the address mastodon emails are maraked as being sent from
Effy Elden ab4f5f5da5 Add Heroku deployment support