about summary refs log tree commit diff
path: root/app/javascript/mastodon/reducers/timelines.js
AgeCommit message (Expand)Author
2021-05-07Change home timeline to reload after follow recommendations in web UI (#16160)Eugen Rochko
2020-04-28Refactor/cleanup TIMELINE_DELETE-related code (#13175)ThibG
2020-03-08Code style improvements in JavaScript (#13159)Bèr Kessels
2020-01-02Fix 12661 (#12744)Matt Panaro
2019-12-29Summary: fix slowness due to layout thrashing when reloading a large … (#12...Matt Panaro
2019-09-23Revert "Change timelines to add new items to pending items when scrolled down...Eugen Rochko
2019-09-18Fix “load more” adding older toots/notifications to pending items (#11883)ThibG
2019-09-16Change timelines to add new items to pending items when scrolled down (#11867)ThibG
2019-09-16Fix “slow mode” issues (#11859)ThibG
2019-07-16Add option to disable real-time updates in web UI (#9984)Eugen Rochko
2019-06-05Fix refreshing featured toots when the new collection is empty (#10971)ThibG
2019-03-24Do not empty timeline of blocked users on block (#10359)ThibG
2019-03-07Fix public timelines being broken by new toots when they are not mounted (#10...Eugen Rochko
2019-03-01Fix home timeline perpetually reloading when empty (#10130)Eugen Rochko
2018-12-30Fix crash when clearing uninitialized timeline (#9662)ThibG
2018-12-14Fix timeline pagination in the WebUI (#9516)ThibG
2018-11-05Allow joining several hashtags in a single column (#8904)James Kiesel
2018-05-19Skip pagination logic for pinned account timelines in reducer (#7540)Eugen Rochko
2018-05-05Fix gap insertion for timeline disconnection (#7363)Akihiko Odaki
2018-04-24Fix ID duplication in timelines (#7251)Akihiko Odaki
2018-04-18Fix comparing id (#7180)abcang
2018-03-24Allow clients to fetch statuses made while they were offline (#6876)Akihiko Odaki
2018-01-19Do not throw away statuses obtained via websocket when API request finishes (...ThibG
2018-01-17Fix home regeneration (#6251)Eugen Rochko
2017-11-24Don't remove originals of boosted toots from timeline (#5479)sdukhovni
2017-10-17When unreblog arrives over streaming API, just delete in UI (#5439)Eugen Rochko
2017-10-16Filter out duplicate IDs in timelines reducer (#5417)Eugen Rochko
2017-10-13When unfollowing, remove from home in web UI immediately (#5369)Eugen Rochko
2017-07-11refactor: Rewrite immutablejs import statements using destructuring (#4147)Sorin Davidoi
2017-06-23Remove unused variables (#3906)Yamagishi Kazutoshi
2017-06-11Fix #3665 - Refactor timelines reducer (#3686)Eugen Rochko
2017-05-31Fix load more on account timelines (regression from #3311) (#3475)unarist
2017-05-26Remove status context construction in the React side (#3331)unarist
2017-05-25More use of next link header on account (media) timelines (#3311)unarist
2017-05-25Fix load more feature on the Account media gallery (#3293)unarist
2017-05-20Improve eslint rules (#3147)Yamagishi Kazutoshi
2017-05-20Add account media gallery view to web UI (#3120)Eugen Rochko
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko