Age | Commit message (Expand) | Author |
2016-11-13 | Fix another mistake with infinite user list for following | Eugen Rochko |
2016-11-13 | Fix infinite scrolling mistake | Eugen Rochko |
2016-11-13 | Infinite scroll for followers/following lists | Eugen Rochko |
2016-11-13 | Making upload button into a smaller icon button | Eugen Rochko |
2016-11-13 | Search component | Eugen Rochko |
2016-11-12 | Add limit to search results | Eugen Rochko |
2016-11-12 | Use full-text search for autosuggestions | Eugen Rochko |
2016-11-08 | Move timelines API from statuses to its own controller, add a check for | Eugen Rochko |
2016-11-05 | Adding hashtags | Eugen Rochko |
2016-11-04 | Adding list of who favourited status | Eugen Rochko |
2016-11-04 | Optimize how statuses are re-rendered and relative time intervals | Eugen Rochko |
2016-11-03 | Add list of who reblogged status | Eugen Rochko |
2016-11-03 | Aria-labels actually didn't work in React, so removing. Fixing some bugs | Eugen Rochko |
2016-11-03 | Add own composed status to home without waiting for websocket event | Eugen Rochko |
2016-10-30 | Actually complete the autosuggestion feature | Eugen Rochko |
2016-10-30 | Basic username autocomplete for text area | Eugen Rochko |
2016-10-30 | Refactoring redux state into different reducers | Eugen Rochko |
2016-10-28 | Improved how user lists look, added follow button to them | Eugen Rochko |
2016-10-27 | Adding following/followers lists to the UI | Eugen Rochko |
2016-10-24 | Add opening images in a modal window | Eugen Rochko |
2016-10-24 | Move status components inside individual containers. We still need to select | Eugen Rochko |
2016-10-19 | Fix #100 - Add "back" button to certain views | Eugen Rochko |
2016-10-18 | Remember scroll position when navigating back, do not needlessly reload | Eugen Rochko |
2016-10-18 | Improve how errors are displayed in the UI | Eugen Rochko |
2016-10-18 | Add console.error to all axios failures | Eugen Rochko |
2016-10-17 | Fix #99 - public timeline not just reblogs, fix #98 infinite scrolling issues | Eugen Rochko |
2016-10-15 | Display follow suggestions | Eugen Rochko |
2016-10-14 | Adding sync of follow relationships to Neo4J, accounts/suggestions API | Eugen Rochko |
2016-10-03 | Blocking will prevent e-mail notifications from blocked user, blocks in UI | Eugen Rochko |
2016-10-02 | Unreblogging and unfavouriting from the UI | Eugen Rochko |
2016-09-30 | Deleting statuses from UI | 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-25 | Limit usernames to 30 chars, statuses to 500, open account after follow form ... | Eugen Rochko |
2016-09-23 | Change output of api/accounts/:id/follow and unfollow to return relationship | Eugen Rochko |
2016-09-22 | Infinite scroll for account timelines | Eugen Rochko |
2016-09-22 | Infinite scroll for timeline columns | Eugen Rochko |
2016-09-21 | Fix notifications in UI, added new API for fetching account relationships | Eugen Rochko |
2016-09-20 | Fix #47 by renaming TIMELINE_SET action to TIMELINE_REFRESH_SUCCESS | Eugen Rochko |
2016-09-18 | Live update account timelines, small fix for replyCompose | Eugen Rochko |
2016-09-18 | Improve how account detailed view looks, load account's statuses | Eugen Rochko |
2016-09-18 | Remove unused action constants | Eugen Rochko |
2016-09-16 | Setting up preliminary "detailed" routes in the UI, new API end-point for fet... | Eugen Rochko |
2016-09-13 | Adding sense of self to the UI, cleaning up routing, adding third (detail) co... | Eugen Rochko |
2016-09-12 | Adding a notification stack for error messages | Eugen Rochko |
2016-09-12 | Fixing image upload limits, allowing webm, merge/unmerge events trigger | Eugen Rochko |
2016-09-09 | Fix typo in deleteFromTimelines action creator | Eugen |
2016-09-07 | UI for uploading media attachments (and cancelling them) | Eugen Rochko |
2016-09-05 | Fix reply bug introduced when compose form started using normalized data | Eugen |
2016-09-05 | Make compose form also use normalized data | Eugen Rochko |