about summary refs log tree commit diff
path: root/app/assets/javascripts/components/reducers
AgeCommit message (Expand)Author
2016-10-03Blocking will prevent e-mail notifications from blocked user, blocks in UIEugen Rochko
2016-10-02Unreblogging and unfavouriting from the UIEugen Rochko
2016-09-30Deleting statuses from UIEugen Rochko
2016-09-26Fix #55 - Filter self from pre-filled mentionsEugen Rochko
2016-09-23Change output of api/accounts/:id/follow and unfollow to return relationshipEugen Rochko
2016-09-22Uploading/undoing media modifies status text. Also: status text trimmed befor...Eugen Rochko
2016-09-22Handle remote account mentions a little better by trying a URL lookup in the dbEugen Rochko
2016-09-22Infinite scroll for account timelinesEugen Rochko
2016-09-22Infinite scroll for timeline columnsEugen Rochko
2016-09-22API returns mentions for statuses, compose form pre-fills all relevant userna...Eugen Rochko
2016-09-21Fix notifications in UI, added new API for fetching account relationshipsEugen Rochko
2016-09-20Fix #47 by renaming TIMELINE_SET action to TIMELINE_REFRESH_SUCCESSEugen Rochko
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko
2016-09-18Live update account timelines, small fix for replyComposeEugen Rochko
2016-09-18Improve how account detailed view looks, load account's statusesEugen Rochko
2016-09-18Add ancestors/descendants during normalization in timeline reducerEugen Rochko
2016-09-17Improved error handling for FollowRemoteServiceEugen Rochko
2016-09-17Fix #41, debug #42Eugen Rochko
2016-09-16Setting up preliminary "detailed" routes in the UI, new API end-point for fet...Eugen Rochko
2016-09-13Adding sense of self to the UI, cleaning up routing, adding third (detail) co...Eugen Rochko
2016-09-12Adding a notification stack for error messagesEugen Rochko
2016-09-07UI for uploading media attachments (and cancelling them)Eugen Rochko
2016-09-05Make compose form also use normalized dataEugen Rochko
2016-09-05RemoveStatusService fleshed out, still doesn't send Salmon slaps thoughEugen Rochko
2016-09-04Normalized data in Redux, fix for asset URLs when rendered outside requestEugen Rochko
2016-09-03Fix reblogs of reblogs in UI, add follow form in UIEugen Rochko
2016-09-01Preparing for follow formEugen Rochko
2016-09-01Favouriting works, reblogging is a little broken because of <Status>Eugen Rochko
2016-08-31Fix typoEugen Rochko
2016-08-31Replies in the compose formEugen Rochko
2016-08-31Cleaning up action names and compose drawerEugen Rochko
2016-08-26The frontend will now be an OAuth app, auto-authorized. The frontend will use...Eugen Rochko
2016-08-24Forgotten returnEugen
2016-08-24Adding React.js, Redux, revamping dashboardEugen Rochko