about summary refs log tree commit diff
path: root/config/environments
AgeCommit message (Expand)Author
2017-05-22Set config.cache_store in environments file. (#3219)Clworld
2017-05-12Add back stdout logging to development environment after rails_12factor was r...Eugen Rochko
2017-05-09Remove rails_12factor (#2901)alpaca-tc
2017-05-06Fix Scheduler::SubscriptionsScheduler (#2834)Eugen Rochko
2017-05-05More robust PuSH subscription refreshes (#2799)Eugen Rochko
2017-05-03Clean up redis configuration. Allow using REDIS_URL to set advanced (#2732)Eugen Rochko
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko
2017-05-03Allow to set CA file for SMTP (#2713)Akihiko Odaki
2017-04-24Return force_ssl to the controller (#2380)Matt Jankowski
2017-04-23Make HSTS enable optional with force_ssl (#2364)Matt Jankowski
2017-04-23Move force_ssl check to production config (#2165)Matt Jankowski
2017-04-20Send nil for SMTP_LOGIN or SMTP_PASSWORD if it was left blank in the envfile,...Miguel Jacq
2017-04-17Allow using an SMTP server without authentication (#1597)Miguel Jacq
2017-04-15Add REDIS_DB env variable to configure Redis database (#1366)Les Orchard
2017-04-14Modify ActionMailer configuration to default to ENV['LOCAL_DOMAIN'] if ENV['S...Effy Elden
2017-04-13smtp delivery type fix (#1556)James Moore
2017-04-11Change default log level in production from :debug to :info for less I/O (#1579)Eugen
2017-04-11Fix #1535 - #1372 set a wrong default on :openssl_verify_mode (#1563)Eugen
2017-04-10More SMTP customization (#1372)Alexander Mankuta
2017-04-09Allows setting log level in env variable (#1290)Ash Furrow
2017-03-04Add digest e-mailsEugen Rochko
2017-02-23Improve glowEugen Rochko
2017-02-05Preheat status cacheEugen Rochko
2017-02-01Looks like log level :debug is required for activerecord times to be trackedEugen Rochko
2017-02-01Fix activerecord logging in productionEugen Rochko
2017-01-26Removed accidental n+1 query from notifications, updated some deps,Eugen Rochko
2017-01-22Allow to specify trusted proxies through envEugen Rochko
2017-01-21Fix code styleEugen Rochko
2017-01-21Set remote dev environments to use letter_opener_web, add default .env.vagran...Effy Elden
2017-01-19Fix statsd null backend not being initialized properlyEugen Rochko
2017-01-18Add optional StatsD performance trackingEugen Rochko
2017-01-17Add Heroku deployment supportEffy Elden
2016-11-29Adding rack timeout of 30sec, PuSH jobs moved to push queue so theyEugen Rochko
2016-11-26Fix CDN_HOST variable requirementEugen Rochko
2016-11-24Only distribute statuses to followers who signed in in the last 2 weeks, add ...Eugen Rochko
2016-11-21Adding option to specify asset server, filter followers query by local accountsEugen Rochko
2016-11-07Improved configuration from ENV, cleaned up timeline filter methodsEugen Rochko
2016-11-03Add tests for recently added API end pointsEugen Rochko
2016-11-02Replace in-memory cache store with redis store, should decrease memoryEugen Rochko
2016-10-22Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limitingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18Do not compress JS (perhaps it removes source maps, needed for debugging)Eugen Rochko
2016-10-05Catching more exceptions that slipped through, removing AR logging fromEugen Rochko
2016-09-08Optimized n+1 queries in accounts Atom and HTML viewsEugen Rochko
2016-09-08Fix local follows, 404 in logsEugen Rochko
2016-09-08Improving production logs, removing n+1 on media attachments in atom,Eugen Rochko
2016-09-05Add API to upload media attachmentsEugen Rochko
2016-09-05Enhancing test suite but I think the problem might have been caching settingEugen Rochko
2016-08-26The frontend will now be an OAuth app, auto-authorized. The frontend will use...Eugen Rochko