Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-02 | Keep track of which timelines are connected live to avoid redundant | Eugen Rochko | |
refreshes on navigation | |||
2017-03-01 | Revert infinite scroll in timelines back to looking at ID of oldest | Eugen Rochko | |
loaded status; do not preload submitted statuses into community/public timelines, unless those timelines have already been loaded; do not close streaming API connections for community/public timelines, once they have been established (most users navigate back to them eventually) | |||
2017-02-23 | Improve glow | Eugen Rochko | |
2017-02-19 | Split public timeline into "public timeline" which is local, and | Eugen Rochko | |
"whole known network" which is what public timeline used to be Only domain blocks with suspend severity will block PuSH subscriptions Silenced accounts should not appear in conversations unless followed | |||
2017-02-04 | Make the streaming API also handle websockets (because trying to get the ↵ | Eugen Rochko | |
browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand. | |||
2017-02-02 | Cleaning up format of broadcast real-time messages, removing | Eugen Rochko | |
redis-backed "mentions" timeline as redundant (given notifications) | |||
2017-01-30 | Resolve confusion between ColumnBackButton and the slim version that | Eugen Rochko | |
the public timeline has been using | |||
2017-01-03 | Add "back" button on column headers of public and hashtag timelines. The "back" | Eugen Rochko | |
button takes you back to getting started page | |||
2016-11-18 | Adding german localization | Eugen Rochko | |
2016-11-16 | Adding react-intl i18n to the frontend. No translations yet | Eugen Rochko | |
2016-11-10 | Fix live status removal from public/hashtag channels | Eugen Rochko | |
2016-10-16 | Don't preload timelines as props, load them when timeline component is mounted | Eugen Rochko | |
This prevents the bug where if you go "back" to the UI after navigating to another page it loads with the old set of statuses | |||
2016-10-12 | Responsively changing layout to single-column + nav on smaller screens | Eugen Rochko | |
2016-10-08 | Use reselect to memoize denormalization in UI state | Eugen Rochko | |
Also upgrade react-redux to latest version. This is a performance update | |||
2016-10-07 | Adding public timeline | Eugen Rochko | |