Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-23 | Improve glow | Eugen Rochko | |
2017-02-22 | Improve status reselect, do not display "load more" when no next link available | Eugen Rochko | |
2017-02-22 | Improve performance of compose form | Eugen Rochko | |
2017-02-21 | Fix #38 - Unread indicator when new content appears above the fold | Eugen Rochko | |
2017-02-20 | Fix scroll to top not registering because of wrong debounce usage | Eugen | |
2017-02-19 | Fix links and wording | Eugen Rochko | |
2017-02-19 | Adjust naming of public timeline -> "local timeline" vs "whole known network" | Eugen Rochko | |
2017-02-19 | Fix infinite scrolling breaking after navigation | 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-18 | Fix #642 - Add "empty column" text to home/notifications | Eugen Rochko | |
2017-02-17 | Add target="_blank" to github link | shel | |
This makes so clicking the link to the github opens in a new tab or windows. I just keep getting frustrated clicking the link to github and then losing my place in my home timeline >_> that's all | |||
2017-02-17 | French translation update | nicolas | |
2017-02-17 | Add foreign key to prevent reblogs of non-existent (after race conditions) ↵ | Eugen Rochko | |
statuses from happening Fix issue with detailed status view not supporting unreblogging/unfavouriting | |||
2017-02-17 | Fix small styling issues | Eugen Rochko | |
2017-02-17 | Close dropdown when clicking items | Eugen Rochko | |
2017-02-17 | Speed up/optimize loading of statuses, context and cards by not re-fetching ↵ | Eugen Rochko | |
what is already loaded | |||
2017-02-17 | Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with ↵ | Eugen Rochko | |
media attachments Make replies default to privacy settings of the status being replied to | |||
2017-02-15 | Fix #634 - Only include innermost-level statuses in report UI | Eugen Rochko | |
Fix #635 - Include the initially-reported status in report UI even if it's not among the user's most recent statuses | |||
2017-02-14 | Adding POST /api/v1/reports API, and a UI for submitting reports | Eugen Rochko | |
2017-02-13 | Add remote mentions warning when composing a private status | Eugen Rochko | |
2017-02-13 | Merge branch 'patch-5' of https://github.com/yiskah/mastodon into yiskah-patch-5 | Eugen Rochko | |
2017-02-13 | Clean up collapsible components | Eugen Rochko | |
2017-02-11 | Add privacy disclaimer | shel | |
I haven't had a chance to test this, because I don't currently have a fully functioning computer I can set up a dev-environment on, but this *should* make it so when a user toggles a post to be private, a disclaimer appears clarifying what "private" really means. | |||
2017-02-11 | Add privacy disclaimer | shel | |
Add variable for text of privacy disclaimer | |||
2017-02-10 | Finish up moving colors from JSX to Sass (#584, #348) | Eugen Rochko | |
2017-02-10 | Merge pull request #617 from halcy/style-changes | Eugen | |
Style changes | |||
2017-02-10 | Move more colours to scss | Lorenz Diener | |
2017-02-10 | Move more inline colours to scss | Lorenz Diener | |
2017-02-09 | Fix #614 - extra reply-boolean on statuses to account for cases when replied-to | Eugen Rochko | |
status is not in the system at time of distribution; fix #607 - reset privacy settings to defaults when cancelling replies | |||
2017-02-09 | Progress on moving color styles to Sass | Eugen Rochko | |
2017-02-07 | Change blocked users icon to fa-ban in getting started view (#608) | Isabelle Knott | |
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-07 | Fix wrong prediction of whether toot will apear on public timeline in UI | Eugen Rochko | |
2017-02-07 | Add "clear notifications" button, exclude posts from people who have blocked ↵ | Eugen Rochko | |
*you* from public/hashtag timelines | |||
2017-02-06 | Add streaming API channels for local-only statuses | Eugen Rochko | |
2017-02-06 | Add API modifiers to limit returned toots from public/hashtag timelines | Eugen Rochko | |
to only those from local users; Add link to "extended information" to getting started in the UI; Add defaults for posting privacy; Change how publish button looks depending on posting privacy chosen | |||
2017-02-05 | Don't allow people to follow people they blocked without unblocking first | Eugen Rochko | |
2017-02-05 | Remove bios from blocked users list, filter out broken entries from API response | Eugen Rochko | |
2017-02-05 | Add link to blocked users to getting started page | Eugen Rochko | |
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 | Fix #552 - Replace image links with image icons in status text in the UI | Eugen Rochko | |
2017-02-05 | Fix content warning margin | Eugen Rochko | |
2017-02-05 | Remove react-dnd as it was interfering with text selection. Move content | Eugen Rochko | |
warning mentions preview into area where actual content would be | |||
2017-02-05 | Add tracking of delay to streaming API | Eugen Rochko | |
2017-02-05 | Fix #598 - arrow keys to navigate media; fix #481 - non-exact matches no longer | Eugen Rochko | |
overshadow requirement for remote-lookup | |||
2017-02-05 | Add next/previous navigation in modal for media attachments | Eugen Rochko | |
2017-02-05 | No replies filter on home timeline no longer hides self-replies | Eugen Rochko | |
2017-02-05 | Getting started on draggable columns | Eugen Rochko | |
2017-02-05 | Fix column settings not being scrollable on short screens | Eugen Rochko | |
2017-02-05 | Display mentions prepended to the content warning | Eugen Rochko | |