Age | Commit message (Expand) | Author |
2016-10-06 | Fix #72 - add follow/unfollow button to public profiles | Eugen Rochko |
2016-10-06 | use consistent capitalization for subject lines | Waldir Pimenta |
2016-10-06 | Update default devise wording to include reference to Mastodon | Yann Vaillant |
2016-10-05 | Catching more exceptions that slipped through, removing AR logging from | Eugen Rochko |
2016-10-03 | API for blocking and unblocking | Eugen Rochko |
2016-10-03 | Adding e-mail confirmations | Eugen Rochko |
2016-10-02 | Small fixes | Eugen Rochko |
2016-10-02 | Fix doorkeeper skip_authorization | Eugen Rochko |
2016-10-02 | Add API for getting info about authenticated user: /api/v1/accounts/verify_cr... | Eugen Rochko |
2016-10-02 | Add logging for outgoing http requests | Eugen Rochko |
2016-09-30 | Allow non-https redirect URIs for OAuth apps (AndStatus seems to require this) | Eugen Rochko |
2016-09-27 | Adding landing page | Eugen Rochko |
2016-09-27 | Fix #52 - Add API versioning (v1) | Eugen Rochko |
2016-09-26 | Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - app | Eugen Rochko |
2016-09-24 | Fix #6 - Rate limit GET reqs to 300/5min, POST to 100/5min | Eugen Rochko |
2016-09-21 | Fix notifications in UI, added new API for fetching account relationships | Eugen Rochko |
2016-09-17 | Adding media controller, 1 webm/compose form allowed, previews generated | Eugen Rochko |
2016-09-16 | Setting up preliminary "detailed" routes in the UI, new API end-point for fet... | Eugen Rochko |
2016-09-08 | Optimized n+1 queries in accounts Atom and HTML views | Eugen Rochko |
2016-09-08 | Fix local follows, 404 in logs | Eugen Rochko |
2016-09-08 | Improving production logs, removing n+1 on media attachments in atom, | Eugen Rochko |
2016-09-05 | PostStatusService can attach media to status, ProcessFeedService likewise | Eugen Rochko |
2016-09-05 | Add API to upload media attachments | Eugen Rochko |
2016-09-05 | Enhancing test suite but I think the problem might have been caching setting | Eugen Rochko |
2016-09-04 | Normalized data in Redux, fix for asset URLs when rendered outside request | Eugen Rochko |
2016-08-26 | The frontend will now be an OAuth app, auto-authorized. The frontend will use... | Eugen Rochko |
2016-08-25 | Improving statuses, adding a composer drawer, which doesn't work yet | Eugen Rochko |
2016-08-24 | Removing mini-profiler that doesn't work, formatting timelines a bit better | Eugen Rochko |
2016-08-24 | Adding React.js, Redux, revamping dashboard | Eugen Rochko |
2016-08-18 | Final fix for ActionCable origin issues | Eugen Rochko |
2016-08-18 | Fixing more configuration issues with ActionCable | Eugen Rochko |
2016-08-18 | Fix ActionCable origin checking | Eugen Rochko |
2016-08-18 | Fix for force SSL issue with websockets | Eugen Rochko |
2016-08-18 | Fix tests | Eugen Rochko |
2016-08-18 | Live timelines using ActionCable | Eugen Rochko |
2016-08-17 | Upgrade to Rails 5.0.0.1 | Eugen Rochko |
2016-03-26 | Oops, typo | Eugen Rochko |
2016-03-26 | Moving Salmon notifications to background processing, fixing mini-profiler | Eugen Rochko |
2016-03-25 | Fix Sidekiq pooling issues. Remove API docs from homepage, replace with | Eugen Rochko |
2016-03-25 | Up the number of pooled DB connections to cover both Sidekiq and Puma workers | Eugen Rochko |
2016-03-25 | Fixing some stuff for Turbolinks, adding gzip on top, fixing a n+1 query | Eugen Rochko |
2016-03-25 | Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high) | Eugen Rochko |
2016-03-25 | Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connections | Eugen Rochko |
2016-03-25 | Adding Sidekiq for background processing (firstly just of mailers) | Eugen Rochko |
2016-03-21 | Adding Turbolinks, adding status posting form on homepage | Eugen Rochko |
2016-03-21 | Fix text color in dashboard inputs, sanitize remote status content in UI, | Eugen Rochko |
2016-03-20 | Adding more tests for helpers | Eugen Rochko |
2016-03-20 | Writing out more tests, fixed some bugs | Eugen Rochko |
2016-03-19 | Adding letter opener for development and Rack::Attack for future rate limitin... | Eugen Rochko |
2016-03-19 | Adding public following and followers pages, fix #3 | Eugen Rochko |