Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-17 | Improve streaming server with cluster (#1970) | geta6 | |
2017-04-15 | Add REDIS_DB env variable to configure Redis database (#1366) | Les Orchard | |
2017-04-15 | Allow running mastodon on a different domain as the one used for identifying ↵ | ThibG | |
users (#1267) * Allow running mastodon on a different domain as the one used for identifying users * Alter documentation of WEB_DOMAIN to make clear it shouldn't be used unless the admin knows what they are doing * Compare to web_domain instead of local_domain when dealing with feeds/API * Correctly identify mentions to local accounts Mentions URLs point to the person's web profile, i.e., the user page served on WEB_DOMAIN. | |||
2017-04-15 | Custom Paperclip path. (#778) | Valentin Lorentz | |
* Custom Paperclip path. * Document PAPERCLIP_ROOT. * Add PAPERCLIP_ROOT_URL (and rename PAPERCLIP_ROOT to PAPERCLIP_ROOT_PATH). | |||
2017-04-13 | smtp delivery type fix (#1556) | James Moore | |
* delivery fix # Conflicts: # config/environments/production.rb * added stub in .env file * reordered and added a comment | |||
2017-04-10 | More 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-09 | Add env variable to disable prepared statements (#1293) | Eugen | |
2017-04-08 | Merge pull request #1125 from jasonrhodes/patch-1 | Eugen | |
Email service options :P | |||
2017-04-07 | Moved into a comment per feedback | Jason Rhodes | |
2017-04-07 | Merge branch 'master' into feature-customized-default-locale | Eugen | |
2017-04-07 | Update Finnish translations, add sample Minio config (#954) | Jantso Porali | |
2017-04-07 | Allow setting of default language through config | Eugen 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-06 | Email service options :P | Jason Rhodes | |
Small addition in case people want email service options, sparkpost.com gives you 100k/mo free | |||
2017-04-04 | [#817] Add email whitelist | Pete 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 ENV | leopku | |
add support for reading S3 protocol from ENV also add S3_HOSTNAME in .env.production.sample | |||
2017-02-04 | Make 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-29 | Update sample .env | Eugen Rochko | |
2016-12-29 | Add docker-compose example about rake secret task | Eugen | |
2016-12-06 | Add single user mode | Eugen Rochko | |
2016-11-29 | Upgrade Paperclip to 5, AWS-SDK to 2, do not generate medium/small versions ↵ | Eugen Rochko | |
of avatars | |||
2016-11-26 | Fix CDN_HOST variable requirement | Eugen Rochko | |
2016-11-25 | Remove remnants of Neo4J | Andrea Faulds | |
2016-11-23 | Explain application secrets (#217) | Andrea Faulds | |
2016-10-15 | Add sync command for neo4j, fix configuration, add neo4j to docker-compose, ↵ | Eugen Rochko | |
fix seed | |||
2016-03-16 | Fixing the docker container setup (with assets compilation &co) | Eugen Rochko | |
2016-03-16 | Adding e-mail configuration | Eugen Rochko | |
2016-03-14 | Adding a docker-compose template for running Mastodon easily | Eugen Rochko | |