about summary refs log tree commit diff
path: root/app.json
AgeCommit message (Collapse)Author
2022-11-10Make enable_starttls configurable by envvars (#20321)F
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 #20311
2022-03-21Format JSON and YAML using Prettier (#17823)Yamagishi Kazutoshi
* Format JSON and YAML using Prettier * Add prettier to devDep
2021-07-13Change references to tootsuite/mastodon to mastodon/mastodon (#16491)Claire
* 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
2020-07-16Stop using heroku-buildpack-nodejs (#14341)Daigo 3 Dango
heroku-buildpack-ruby started to install Node 12 by default. This makes it possible to run Mastodon without heroku-buildpack-nodejs.
2019-09-23Remove deprecated config from Heroku and Scalingo (#11925)Yamagishi Kazutoshi
2017-08-01Change logo URL for Heroku and Scalingo (#4476)Yamagishi Kazutoshi
2017-07-23Fix logo URL (#4309)Yamagishi Kazutoshi
2017-05-12Use cid3 on Heroku (#3001)Daigo 3 Dango
Use https://github.com/heroku/heroku-buildpack-apt to install protobuf-compiler and libprotobuf-dev which are needed by cid3
2017-04-10More SMTP customization (#1372)Alexander Mankuta
* 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
2017-04-08Add OTP_SECRET to Heroku app.json (#1246)James Smith
2017-02-17Added SMTP_FROM_ADDRESS to heroku deploy configTom McAtee
Allows the user to set the address mastodon emails are maraked as being sent from
2017-01-17Add Heroku deployment supportEffy Elden