Commit Graph

428 Commits (c5a08eb56e11175630014837b41e17d72f0a67a1)

Author SHA1 Message Date
Eugen Rochko c5a08eb56e Add link to blocked users to getting started page
Eugen Rochko 920ba5fc4e Fix - Add list of blocked users to the UI; clean up failed push notifications API
Try to fix Travis CI setup
Eugen Rochko 87830f99e7 Fix - Replace image links with image icons in status text in the UI
Eugen Rochko ff2da21d3c Fix content warning margin
Eugen Rochko b5bf807a34 Remove react-dnd as it was interfering with text selection. Move content
warning mentions preview into area where actual content would be
Eugen Rochko fb6aa7ad5c Add tracking of delay to streaming API
Eugen Rochko 6cdcac1396 Fix - arrow keys to navigate media; fix - non-exact matches no longer
overshadow requirement for remote-lookup
Eugen Rochko 44fad0160f Add next/previous navigation in modal for media attachments
Eugen Rochko 21972bb398 No replies filter on home timeline no longer hides self-replies
Eugen Rochko dbb7e5a644 Getting started on draggable columns
Eugen Rochko a012e4c7ff Fix column settings not being scrollable on short screens
Eugen Rochko af007f2def Display mentions prepended to the content warning
hoodie d4d3a10c25 untested!! spoiler hotfix for replies
untested, my vagrant is bugged again, submitted at gargron's request
Eugen Rochko ccb8ac8573 Make the streaming API also handle websockets (because trying to get the 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.
hoodie ac3f5a8316 easier comprehension of toot settings and properties ()
sounds complex, but really it just reorganizes the posting options and
adds a seperator line
Eugen Rochko 1ee4a17f37 Add logging and filtering to the node.js streaming API
Eugen Rochko 17ae7d132c Prevent potential issue with public/hashtag statuses arriving after
they have been loaded and favourited/reblogged from another source

Since the status JSON returned from public/hashtag streams does not
contain favourited/reblogged attributes, merging them should not
override existing ones.
Eugen Rochko d9ca46b464 Cleaning up format of broadcast real-time messages, removing
redis-backed "mentions" timeline as redundant (given notifications)
Eugen Rochko bf60f2898d Fix - Make hashtag timelines show conversations, fix hashtag loading in the UI
Eugen Rochko 8ef79d8dc9 Revert to animating avatars by default
Eugen Rochko 52d68be157 Fix CORS issue on avatars resampling
Eugen Rochko 86b3cb5120 Fix not reloading account/fetching relationship on newly independent components
Eugen Rochko f21e7d6ac0 Make profile header scroll along with contents. AccountTimeline, Followers and Following are no longer
nested inside a common parent (<Account>), instead they all embed <HeaderContainer />
Eugen Rochko 404d2050d3 Add explicit "load more" link to the bottom of StatusList and notifications
Eugen Rochko 02cd2e42b2 Improve avatar resampling of non-animated canvas
Eugen Rochko 9bde804ba2 Resolve confusion between ColumnBackButton and the slim version that
the public timeline has been using
Billie Thompson b1571b1e1d
Add missing back button to "Follow Requests"
Currently we have the problem where the follow request button is missing
from the Follow request tab. This means that when you visit that tab you
either have to press the back button in the browser or re-enter the home
page, which breaks the app flow.

This will resolve that issue by adding a new back button to that tab,
in the same way that the public timeline, and favourites have.
Misty De Meo a30e669df2 Fix avatar scaling on high-DPI displays ()
Eugen Rochko 04bce0cdf2 Clean up
Zachary Spector 237cb41ab4 Less ambiguous sensitive content toggle label ()
Eugen Rochko 450ad43180 Do not run FetchLinkCardService on local URLs, increase file size limit to 8MB,
fix ProcessFeedService pushing status into distribution if called a second time
while the first is still running (i.e. when a PuSH comes after a Salmon slap),
fix not running escape on spoiler text before emojify
Eugen Rochko 7329fbd8a4 Fix up timeout, improve contrast on "show more", add responsive style
for extremely wide monitors
Eugen Rochko cc5c1e5feb Removed accidental n+1 query from notifications, updated some deps,
improved how "show more" link looks
Anthony Bellew 589837cfc7 Removed line break before spoiler link, changed color of bg for spoiler link
Anthony Bellew ebe5095665 Add Padding to inline styles for spoiler
Anthony Bellew 8f18c8f9ad Added inline spoiler button styles
Anthony Bellew d944946c52 Moved brackets outside of localized strings at Gargron's suggestion
Anthony Bellew baa52984e9 Add brackets to visually distinguish show more / show less text
Eugen Rochko 905c829179 Improve infinite scroll on notifications
blackle 6bba337080 Only open status on left mouse press
Eugen Rochko 97da56d02b Fix loading of avatars before drawing them to canvas
Eugen Rochko 00fa850bdc Fix , address - <Avatar> component now plays gifs only while hovered
Eugen Rochko 51a7047367 Fix order of migrations
blackle ca13ec04a8 fix up spoilers
Eugen Rochko 999cde94a6 Instead of using spoiler boolean and spoiler_text, simply check for non-blank spoiler_text
Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" />
Clean up schema file from accidental development migrations
Eugen f8da0dd490 Merge branch 'master' into master
Eugen Rochko e47b8e778b Fix links in toots opening the toot at first
Eugen Rochko 80cefd5b3c Fix , fix - URL truncating is now a style so copypasting is not
affected, replaced onClick handler with onMouseUp/Down to detect text
selection not trigger onClick handler then
Eugen Rochko 21c209636d Set isLoading false on timelines when request fails
Eugen Rochko d9022884c6 Smarter infinite scroll