Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-22 | Improve status reselect, do not display "load more" when no next link available | Eugen Rochko | |
2017-02-19 | Adjust naming of public timeline -> "local timeline" vs "whole known network" | 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-14 | Adding POST /api/v1/reports API, and a UI for submitting reports | Eugen Rochko | |
2017-02-07 | Make streaming API use one pattern-matching redis pubsub connection | Eugen Rochko | |
Refresh timelines when streaming API reconnects in the UI | |||
2017-02-05 | Fix #61 - Add list of blocked users to the UI; clean up failed push ↵ | Eugen Rochko | |
notifications API Try to fix Travis CI setup | |||
2017-02-05 | Add next/previous navigation in modal for media attachments | Eugen Rochko | |
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 | Make profile header scroll along with contents. AccountTimeline, Followers ↵ | Eugen Rochko | |
and Following are no longer nested inside a common parent (<Account>), instead they all embed <HeaderContainer /> | |||
2017-01-16 | Improve how the list entry Account component looks when target is ↵ | Eugen Rochko | |
blocked/follow is requested | |||
2017-01-16 | Fix #238 - Add "favourites" column | Eugen Rochko | |
2017-01-10 | Add "not found" component to UI | Eugen Rochko | |
2017-01-09 | Merge branch 'dropdown' of https://github.com/blackle/mastodon into ↵ | Eugen Rochko | |
blackle-dropdown | |||
2017-01-09 | Improve initialState loading | Eugen Rochko | |
2017-01-08 | Switch to compose view when tapping 'mention' in dropdown on mobile | blackle | |
2017-01-06 | Add tab bar alternative to desktop UI, upgrade react & react-redux | Eugen Rochko | |
2017-01-04 | Move "getting started" to its own route | Jessica Stokes | |
2016-12-26 | Replacing follow requests in the settings area with in-UI column | Eugen Rochko | |
2016-12-08 | Declare Ukrainian | Stanislav Makar | |
Closes: #345 | |||
2016-11-28 | Forgot to enable hungarian translation in the frontend | Eugen Rochko | |
2016-11-28 | Enabling portuguese and hungarian translations, which are awfully incomplete | Eugen Rochko | |
2016-11-23 | Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and ↵ | Eugen Rochko | |
notifications, skip ActionCable for follow/unfollow/block events, instead clear UI from blocked account's posts instantly if block request succeeds. Add forgotten i18n for sensitive content | |||
2016-11-22 | Adding French locale to mastodon.jsx | nicolas | |
2016-11-21 | Try to fix for browsers that don't support notifications | Eugen Rochko | |
2016-11-21 | Switch to compose route when replying and compose is not mounted | Eugen Rochko | |
2016-11-21 | Desktop notifications | Eugen Rochko | |
2016-11-20 | Adding notifications column | Eugen Rochko | |
2016-11-19 | Activating Spanish i18n | Eugen Rochko | |
2016-11-18 | Adding german localization | Eugen Rochko | |
2016-11-17 | Add an Intl polyfill | Eugen Rochko | |
2016-11-16 | Adding react-intl i18n to the frontend. No translations yet | Eugen Rochko | |
2016-11-13 | Fix #110 - Make web UI use browser history, change links in e-mails to link ↵ | Eugen Rochko | |
to that | |||
2016-11-05 | Adding hashtags | Eugen Rochko | |
2016-11-04 | Adding list of who favourited status | Eugen Rochko | |
2016-11-04 | Optimize how statuses are re-rendered and relative time intervals | Eugen Rochko | |
2016-11-03 | Add list of who reblogged status | Eugen Rochko | |
2016-10-30 | Refactoring redux state into different reducers | Eugen Rochko | |
2016-10-27 | Adding following/followers lists to the UI | Eugen Rochko | |
2016-10-24 | Add opening images in a modal window | Eugen Rochko | |
2016-10-24 | Move status components inside individual containers. We still need to select | Eugen Rochko | |
all statuses/accounts to assemble, but at least lists don't have to be re-rendered all the time now. Also add "mention" dropdown option | |||
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-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-09 | Making AccountTimeline into a sub-route | Eugen Rochko | |
2016-10-07 | Adding public timeline | Eugen Rochko | |
2016-10-06 | Styling loading indicator, removing unused routes, adding "getting started" ↵ | Eugen Rochko | |
explanation Also, only update relative time every minute instead of 6 seconds. My bad | |||
2016-10-03 | API for blocking and unblocking | Eugen Rochko | |
2016-09-20 | Fix #47 by renaming TIMELINE_SET action to TIMELINE_REFRESH_SUCCESS | Eugen Rochko | |