Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-19 | Don't show loading bar when re-loading already loaded status. Don't even try ↵ | Eugen Rochko | |
to fetch ancestors from DB when in_reply_to_id is nil | |||
2017-01-19 | Don't show loading bar when checking account timeline for newer stuff | Eugen Rochko | |
2017-01-17 | Fix forgotten change of settings | Eugen Rochko | |
2017-01-17 | Fix boops? | Eugen Rochko | |
2017-01-17 | Add sounds for notifications. Boop by @jk@mastodon.social | Eugen Rochko | |
2017-01-16 | Fix #238 - Add "favourites" column | Eugen Rochko | |
2017-01-15 | Fix #449 - don't do relationships fetch for empty array of IDs | Eugen Rochko | |
2017-01-10 | Home column filters | Eugen Rochko | |
2017-01-09 | Persist UI settings, add missing localizations for German | Eugen Rochko | |
2017-01-09 | Improve initialState loading | Eugen Rochko | |
2017-01-07 | Fix #147 - Unreblogging will leave original status in feeds | Eugen Rochko | |
2017-01-06 | Add tag property to desktop notifications, preventing duplicates (i.e. when ↵ | Effy Elden | |
multiple Mastodon tabs are open) | |||
2017-01-02 | See #244 - Added notifications column settings to filter what's displayed | Eugen Rochko | |
in the column and what appears as desktop notifications. Settings do not persist yet | |||
2016-12-26 | Replacing follow requests in the settings area with in-UI column | Eugen Rochko | |
2016-12-24 | Hide unlisted toggle when private is active, hide nsfw toggle when no files ↵ | Eugen Rochko | |
added | |||
2016-12-24 | Re-add unlisted toggle to the UI | Anthony Bellew | |
2016-12-23 | Compose form in the UI now has public/private toggle instead of public/unlisted | Eugen Rochko | |
2016-12-22 | Merge branch 'master' into development | Eugen Rochko | |
2016-12-22 | Fix notifications reducer bug | Eugen Rochko | |
2016-12-21 | Private visibility on statuses prevents non-followers from seeing those | Eugen Rochko | |
Filters out hidden stream entries from Atom feed Blocks now generate hidden stream entries, can be used to federate blocks Private statuses cannot be reblogged (generates generic 422 error for now) POST /api/v1/statuses now takes visibility=(public|unlisted|private) param instead of unlisted boolean Statuses JSON now contains visibility=(public|unlisted|private) field | |||
2016-12-14 | Re-implemented autosuggestions component for the compose form | Eugen Rochko | |
Fix #205, fix #156, fix #124 | |||
2016-12-12 | Fix timelines loading bug | Eugen Rochko | |
2016-12-05 | Downsize originals in media attachments, small fixes | Eugen Rochko | |
2016-12-04 | Fix rule | Eugen Rochko | |
2016-12-04 | Fix mutating objects | Eugen Rochko | |
2016-12-04 | Better responsiveness | Eugen Rochko | |
2016-12-03 | Keep timelines in the UI trimmed when possible | Eugen Rochko | |
2016-11-30 | Per-status control for unlisted mode, also federation for unlisted mode | Eugen Rochko | |
Fix #233, fix #268 | |||
2016-11-24 | Remove Neo4J | 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-23 | Adding content sensitivity toggle, spoilers for media | Eugen Rochko | |
2016-11-21 | Try to fix for browsers that don't support notifications | Eugen Rochko | |
2016-11-21 | Icon for desktop 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-13 | Fix another mistake with infinite user list for following | Eugen Rochko | |
2016-11-13 | Fix infinite scrolling mistake | Eugen Rochko | |
2016-11-13 | Infinite scroll for followers/following lists | Eugen Rochko | |
2016-11-13 | Making upload button into a smaller icon button | Eugen Rochko | |
2016-11-13 | Search component | Eugen Rochko | |
2016-11-12 | Add limit to search results | Eugen Rochko | |
2016-11-12 | Use full-text search for autosuggestions | Eugen Rochko | |
2016-11-08 | Move timelines API from statuses to its own controller, add a check for | Eugen Rochko | |
resources that require a user context vs those that don't (such as public timeline) /api/v1/statuses/public -> /api/v1/timelines/public /api/v1/statuses/home -> /api/v1/timelines/home /api/v1/statuses/mentions -> /api/v1/timelines/mentions /api/v1/statuses/tag/:tag -> /api/v1/timelines/tag/:tag | |||
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-11-03 | Aria-labels actually didn't work in React, so removing. Fixing some bugs | Eugen Rochko | |
2016-11-03 | Add own composed status to home without waiting for websocket event | Eugen Rochko | |
This makes the UI appear less laggy. After all, the status *is* created right there and then, it's the distribution to home timelines that can take a while |