about summary refs log tree commit diff
path: root/.env.production.sample
AgeCommit message (Collapse)Author
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-09Add env variable to disable prepared statements (#1293)Eugen
2017-04-08Merge pull request #1125 from jasonrhodes/patch-1Eugen
Email service options :P
2017-04-07Moved into a comment per feedbackJason Rhodes
2017-04-07Merge branch 'master' into feature-customized-default-localeEugen
2017-04-07Update Finnish translations, add sample Minio config (#954)Jantso Porali
2017-04-07Allow setting of default language through configEugen Rochko
Setting of locale in controller extracted to Localized concern, the doorkeeper authorized applications controller moved under custom namespace with inclusion of Localized, which resolves the "it sometimes appears in a different random language" bug
2017-04-06Email service options :PJason Rhodes
Small addition in case people want email service options, sparkpost.com gives you 100k/mo free
2017-04-04[#817] Add email whitelistPete Keen
This adds the ability to filter user signup with a whitelist instead of or in addition to a blacklist. Fixes #817
2017-03-23:wrench: S3 protocol from ENVleopku
add support for reading S3 protocol from ENV also add S3_HOSTNAME in .env.production.sample
2017-02-04Make the streaming API also handle websockets (because trying to get the ↵Eugen Rochko
browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
2017-01-29Update sample .envEugen Rochko
2016-12-29Add docker-compose example about rake secret taskEugen
2016-12-06Add single user modeEugen Rochko
2016-11-29Upgrade Paperclip to 5, AWS-SDK to 2, do not generate medium/small versions ↵Eugen Rochko
of avatars
2016-11-26Fix CDN_HOST variable requirementEugen Rochko
2016-11-25Remove remnants of Neo4JAndrea Faulds
2016-11-23Explain application secrets (#217)Andrea Faulds
2016-10-15Add sync command for neo4j, fix configuration, add neo4j to docker-compose, ↵Eugen Rochko
fix seed
2016-03-16Fixing the docker container setup (with assets compilation &co)Eugen Rochko
2016-03-16Adding e-mail configurationEugen Rochko
2016-03-14Adding a docker-compose template for running Mastodon easilyEugen Rochko