about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/actions/timelines.js
AgeCommit message (Expand)Author
2023-02-03[Glitch] Run eslint --fixClaire
2022-10-28[Glitch] Add featured tags selector for WebUITakeshi Umeda
2022-10-11Move more modules from flavours/glitch/utils to flavours/glitchClaire
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-10-11Move flavours/glitch/util/api to flavours/glitch/apiClaire
2022-10-11Move flavours/glitch/util/initial_state to flavours/glitch/initial_stateClaire
2022-08-25Fix glitch-soc-specific timeline filtering logicClaire
2022-04-08[Glitch] Auto-fill timeline gaps when getting re-connecting to Websocket/Even...Claire
2022-04-08[Glitch] Fix potentially missing statuses when reconnecting to websocketClaire
2021-05-07[Glitch] Change home timeline to reload after follow recommendations in web UIEugen Rochko
2020-07-06Add UI option to show local-only toots in public timelineThibaut Girka
2020-05-29[Glitch] Fix timeline markers not working on ChromeThibG
2020-05-28Fix local-only hashtag columnsThibaut Girka
2020-05-28[Glitch] Fix local streaming of hashtag timelinesTakeshi Umeda
2020-05-10[Glitch] Add remote only to public timelineTakeshi Umeda
2020-05-03[Glitch] Refactor/cleanup TIMELINE_DELETE-related codeThibG
2020-04-20[Glitch] Add local only to hashtag timelineTakeshi Umeda
2020-04-02[Glitch] Fix 404 and 410 API errors being silently discarded in WebUIThibG
2020-01-24[Glitch] Add announcementsEugen Rochko
2019-10-24Change filter logic to keep filtered toots, but not mark them as unreadThibaut Girka
2019-10-17Refactor timeline filtering codeThibaut Girka
2019-10-17Drop filtered messages if the filter is “irreversible”Thibaut Girka
2019-10-10[Glitch] Fix performance of home feed regenerationEugen Rochko
2019-07-16[Glitch] Add option to disable real-time updates in web UIEugen Rochko
2019-05-04[Glitch] Fix alignment of items in the account gallery in web UI and load mor...Eugen Rochko
2019-03-08[Glitch] Fix public timelines being broken by new toots when they are not mou...Eugen Rochko
2019-03-05Port upstream refactoring of reducers and actionsThibaut Girka
2018-12-21[Glitch] Allow joining several hashtags in a single columnThibaut Girka
2018-12-18[Glitch] Add media timelineThibaut Girka
2018-12-13[Glitch] Fix timeline pagination in the WebUIThibaut Girka
2018-11-30[Glitch] Introduce flat layout to contexts reducerThibaut Girka
2018-11-13[Glitch] Fix loading indicator inconsistencyThibaut Girka
2018-11-13[Glitch] Use local instead of global loading indicator for timelines, account...Thibaut Girka
2018-11-09[Glitch] Remove unused computation of reblog references from updateTimelineThibaut Girka
2018-08-20[Glitch] Skip pagination logic entirely for pinned tootsThibaut Girka
2018-05-29[Glitch] Use randomized setTimeout when fallback-polling and re-add since_idThibaut Girka
2018-05-29[Glitch] Allow clients to fetch statuses made while they were offlineThibaut Girka
2018-03-16[Glitch] Federate pinned statuses over ActivityPubThibaut Girka
2018-03-16[Glitch] Add "Toots/Toots with replies/Media" tab below profile headerThibaut Girka
2018-01-18Port 7badad7797b487b411a2ab34e0f7413741974bb4 to glitch frontendDavid Yip
2017-12-08fix a missing semicolon and mixed tabs/spaces that travis was complaining aboutcwm
2017-12-08merged tootsuite pr #5750 into glitch flavourcwm
2017-12-03Rename themes -> flavours ? ?kibigo!