about summary refs log tree commit diff
path: root/app/javascript/mastodon/actions/timelines.js
AgeCommit message (Expand)Author
2020-05-29Fix timeline markers not working on Chrome (#13887)ThibG
2020-05-23Fix local streaming of hashtag timelines (#13827)Takeshi Umeda
2020-05-10Add remote only to public timeline (#13504)Takeshi Umeda
2020-04-28Refactor/cleanup TIMELINE_DELETE-related code (#13175)ThibG
2020-04-18Add local only to hashtag timeline (#13502)Takeshi Umeda
2020-03-28Fix 404 and 410 API errors being silently discarded in WebUI (#13279)ThibG
2020-01-23Add announcements (#12662)Eugen Rochko
2020-01-02Fix 12661 (#12744)Matt Panaro
2019-12-29Summary: fix slowness due to layout thrashing when reloading a large … (#12...Matt Panaro
2019-10-06Fix performance of home feed regeneration (#12084)Eugen Rochko
2019-07-16Add option to disable real-time updates in web UI (#9984)Eugen Rochko
2019-05-03Fix alignment of items in the account gallery in web UI and load more per pag...Eugen Rochko
2019-03-07Fix public timelines being broken by new toots when they are not mounted (#10...Eugen Rochko
2018-12-14Fix timeline pagination in the WebUI (#9516)ThibG
2018-11-30Remove npm-run-all dependency (#9401)Eugen Rochko
2018-11-10Fix loading indicator inconsistency (#9252)Eugen Rochko
2018-11-09Remove unused computation of reblog references from updateTimeline (#9244)ThibG
2018-11-08Use local instead of global loading indicator for timelines, account timeline...Eugen Rochko
2018-11-05Allow joining several hashtags in a single column (#8904)James Kiesel
2018-10-07Add conversations API (#8832)Eugen Rochko
2018-08-20Skip pagination logic entirely for pinned toots (fixes #8302) (#8310)ThibG
2018-05-25Introduce flat layout to contexts reducer (#7150)Akihiko Odaki
2018-05-21Add media timeline (#6631)Yamagishi Kazutoshi
2018-05-18Use randomized setTimeout when fallback-polling and re-add since_id (#7522)Eugen Rochko
2018-04-18Direct messages column (#4514)Kaito Sinclaire
2018-03-24Allow clients to fetch statuses made while they were offline (#6876)Akihiko Odaki
2018-03-24Store objects to IndexedDB (#6826)Akihiko Odaki
2018-03-04Federate pinned statuses over ActivityPub (#6610)Eugen Rochko
2018-03-01Add "Toots/Toots with replies/Media" tab below profile header (#6572)Eugen Rochko
2018-01-17Fix home regeneration (#6251)Eugen Rochko
2017-11-25Display list column (#5750)Eugen Rochko
2017-10-04fix error (When part of conversation has already been deleted.) (#5216)MitarashiDango
2017-10-04When a streaming API status arrives, sort it into conversations (#5206)Eugen Rochko
2017-07-19fix: Handle errors without response (#4274)Sorin Davidoi
2017-07-11refactor: Rewrite immutablejs import statements using destructuring (#4147)Sorin Davidoi
2017-06-11Fix #3665 - Refactor timelines reducer (#3686)Eugen Rochko
2017-05-20Improve eslint rules (#3147)Yamagishi Kazutoshi
2017-05-04When streaming API is disconnected, poll home/notifications (#2776)Eugen Rochko
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko