about summary refs log tree commit diff
path: root/config/initializers
AgeCommit message (Expand)Author
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-08Adding Emoji OneEugen Rochko
2016-11-08Fix region setting for AWS gemEugen Rochko
2016-11-07Improved configuration from ENV, cleaned up timeline filter methodsEugen Rochko
2016-11-06Fix insecure S3 URLsEugen Rochko
2016-11-06Fix URL configuration when S3 is enabledEugen Rochko
2016-11-06Improve S3 configEugen Rochko
2016-11-06Adding optional S3, fail-mastodonEugen Rochko
2016-11-02Make cookies https-only if LOCAL_HTTPS is true, set X-Frame-Options to DENY,Eugen Rochko
2016-10-23Restrict access to oauth/applications to admins onlyEugen Rochko
2016-10-22Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limitingEugen Rochko
2016-10-18Improving all formsEugen Rochko
2016-10-18Adding application/jrd+json webfinger resourceEugen Rochko
2016-10-14Adding sync of follow relationships to Neo4J, accounts/suggestions APIEugen Rochko
2016-10-06Fix #72 - add follow/unfollow button to public profilesEugen Rochko
2016-10-02Fix doorkeeper skip_authorizationEugen Rochko
2016-10-02Add logging for outgoing http requestsEugen Rochko
2016-09-30Allow non-https redirect URIs for OAuth apps (AndStatus seems to require this)Eugen Rochko
2016-09-26Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - appEugen Rochko
2016-09-24Fix #6 - Rate limit GET reqs to 300/5min, POST to 100/5minEugen Rochko
2016-09-04Normalized data in Redux, fix for asset URLs when rendered outside requestEugen Rochko
2016-08-26The frontend will now be an OAuth app, auto-authorized. The frontend will use...Eugen Rochko
2016-08-25Improving statuses, adding a composer drawer, which doesn't work yetEugen Rochko
2016-08-24Removing mini-profiler that doesn't work, formatting timelines a bit betterEugen Rochko
2016-08-18Final fix for ActionCable origin issuesEugen Rochko
2016-08-18Fixing more configuration issues with ActionCableEugen Rochko
2016-08-18Fix ActionCable origin checkingEugen Rochko
2016-08-18Fix testsEugen Rochko
2016-08-18Live timelines using ActionCableEugen Rochko
2016-08-17Upgrade to Rails 5.0.0.1Eugen Rochko
2016-03-26Moving Salmon notifications to background processing, fixing mini-profilerEugen Rochko
2016-03-25Fix Sidekiq pooling issues. Remove API docs from homepage, replace withEugen Rochko
2016-03-25Fixing some stuff for Turbolinks, adding gzip on top, fixing a n+1 queryEugen Rochko
2016-03-25Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high)Eugen Rochko
2016-03-25Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connectionsEugen Rochko
2016-03-25Adding Sidekiq for background processing (firstly just of mailers)Eugen Rochko
2016-03-20Writing out more tests, fixed some bugsEugen Rochko
2016-03-19Adding letter opener for development and Rack::Attack for future rate limitin...Eugen Rochko
2016-03-16Access tokens no longer expire, case-insensitive local username validation, a...Eugen Rochko
2016-03-16Adding e-mail configurationEugen Rochko
2016-03-14Bind oauth applications to usersEugen Rochko
2016-03-12Adding simple_form, adding profile settings, header imageEugen Rochko
2016-03-12Customized more doorkeeper views, only logged in users can create oauth appsEugen Rochko
2016-03-12Adding config for puma, dashboard layout, fixing some queriesEugen Rochko
2016-03-11Improving feed queries, switching API to doorkeeper authenticationEugen Rochko
2016-03-11Customizing doorkeeper views for authorizing appEugen Rochko
2016-03-08Distrubute statuses as a fan-out-on-write system, with optional precomputingEugen Rochko
2016-03-07Adding doorkeeper, adding a REST APIEugen Rochko
2016-03-05Removing grape and adding deviseEugen Rochko
2016-02-29Changing the use of config constants to the Rails configuration objectEugen Rochko