Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-08 | Move timelines API from statuses to its own controller, add a check for | Eugen Rochko | |
resources that require a user context vs those that don't (such as public timeline) /api/v1/statuses/public -> /api/v1/timelines/public /api/v1/statuses/home -> /api/v1/timelines/home /api/v1/statuses/mentions -> /api/v1/timelines/mentions /api/v1/statuses/tag/:tag -> /api/v1/timelines/tag/:tag | |||
2016-11-05 | Adding hashtags | Eugen Rochko | |
2016-10-30 | Refactoring redux state into different reducers | Eugen Rochko | |
2016-10-19 | Fix #100 - Add "back" button to certain views | Eugen Rochko | |
Also fix reloading of timelines after merge-type events | |||
2016-10-18 | Remember scroll position when navigating back, do not needlessly reload | Eugen Rochko | |
entire timelines (only fetch since last known ID). Side effect: account timelines no longer update in real-time | |||
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-09-27 | Fix #52 - Add API versioning (v1) | Eugen Rochko | |
2016-09-22 | Infinite scroll for timeline columns | Eugen Rochko | |
2016-09-20 | Fix #47 by renaming TIMELINE_SET action to TIMELINE_REFRESH_SUCCESS | Eugen Rochko | |
2016-09-18 | Remove unused action constants | 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 | |
timeline reload in UI, other small fixes | |||
2016-09-09 | Fix typo in deleteFromTimelines action creator | Eugen | |
2016-09-05 | RemoveStatusService fleshed out, still doesn't send Salmon slaps though | Eugen Rochko | |
2016-08-31 | Cleaning up action names and compose drawer | Eugen Rochko | |