Commit Graph

510 Commits (ff2da21d3c889b797ad58a0ff4fae150f195b016)

Author SHA1 Message Date
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 8b9c537d5a Fix elephant friend
Eugen Rochko 52d68be157 Fix CORS issue on avatars resampling
tom b84d1533d4 Fix text overlapping image in Edge and on mobile ()
Changing the way the background image is positioned and the box is sized should fix problems with the text overlapping the image on mobile browsers and Edge.
Eugen Rochko c2fbd144cf Add "open in web" link to detailed public status pages
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 9b2c728251 Fix settings design on mobile
Eugen Rochko 36c57ef8af Add pixel background to modal images
Eugen Rochko f4bc9620a9 Update settings to re-use admin layout, one big navigation tree, improve settings forms
Eugen Rochko 04bce0cdf2 Clean up
Eugen Rochko ba192f12e3 Added optional two-factor authentication
Zachary Spector 237cb41ab4 Less ambiguous sensitive content toggle label ()
hoodie 6c37285580 fix button outline showing on clicks for prettiness
remove button outlines on-click for retweet, boost, favourite, and reply
buttons
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 f8bd44a747 Fix font weight
Billie Thompson 55fa8e61e2
Move the fonts from Google Fonts to local assets
Currently we have two problems that are resolved by this change.

The first is that we have a dependency on Google Fonts, which means
that should it ever go down, or it have issues we would also have
issues. This will resolve this by moving the dependencies we load from
there to the local server.

The second issue is that Google Fonts is currently returning the
`local()` css font source. This causes a problem where the users browser
fails to fallback to a missing glyph, resulting in many unusual
characters displaying the failure glyph. This will resolve this by
creating a font-family definition that does not use the `local()`
source.

I did not update the error pages with local fonts, they still use the
remote google fonts api, so they're a self contained page that does not
use the asset pipeline.

This resolves  and 
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
Eugen Rochko 1c507ff172 Fix - Darken buttons to increase contrast
Eugen Rochko 3a310e8f63 Fix CSS mistake
Eugen 97d9517b6b Merge pull request from yiskah/patch-2
Increase color contrast on getting started text
blackle 6bba337080 Only open status on left mouse press