about summary refs log tree commit diff
path: root/config
AgeCommit message (Expand)Author
2016-11-05Adding hashtagsEugen Rochko
2016-11-04Add pghero for analyzing postgres performance in productionEugen Rochko
2016-11-03Add tests for recently added API end pointsEugen Rochko
2016-11-03Fix reblogged/favourited caching; add API endpoints for who favd/reblogged st...Eugen Rochko
2016-11-02Add puma preloading, decrease DB pool size to size of threads per workerEugen Rochko
2016-11-02Replace in-memory cache store with redis store, should decrease memoryEugen Rochko
2016-11-02Fix missing default headersEugen Rochko
2016-11-02Make cookies https-only if LOCAL_HTTPS is true, set X-Frame-Options to DENY,Eugen Rochko
2016-11-01Fix follow icon changing plus to minus, add terms page stubEugen Rochko
2016-10-29Adding common followers API, fixing fallback query againEugen 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-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-18Enable source mapsEugen Rochko
2016-10-14Adding sync of follow relationships to Neo4J, accounts/suggestions APIEugen Rochko
2016-10-14E-mail preferences pageEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-10-06Fix #72 - add follow/unfollow button to public profilesEugen Rochko
2016-10-06use consistent capitalization for subject linesWaldir Pimenta
2016-10-06Update default devise wording to include reference to MastodonYann Vaillant
2016-10-05Catching more exceptions that slipped through, removing AR logging fromEugen Rochko
2016-10-03API for blocking and unblockingEugen Rochko
2016-10-03Adding e-mail confirmationsEugen Rochko
2016-10-02Small fixesEugen Rochko
2016-10-02Fix doorkeeper skip_authorizationEugen Rochko
2016-10-02Add API for getting info about authenticated user: /api/v1/accounts/verify_cr...Eugen 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-27Adding landing pageEugen Rochko
2016-09-27Fix #52 - Add API versioning (v1)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-21Fix notifications in UI, added new API for fetching account relationshipsEugen Rochko
2016-09-17Adding media controller, 1 webm/compose form allowed, previews generatedEugen Rochko
2016-09-16Setting up preliminary "detailed" routes in the UI, new API end-point for fet...Eugen 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-05PostStatusService can attach media to status, ProcessFeedService likewiseEugen 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-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-24Adding React.js, Redux, revamping dashboardEugen Rochko