Commit Graph

762 Commits (b857551617707029fb4af3032fbad2ddf76ea673)

Author SHA1 Message Date
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 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
shel 33e09cc76b Increase color contrast on getting started text
Currently, the getting started text fails WCAG standards for color contrast by a lot. Especially on the part overlapping with the elephant graphic which is nearly unreadable even for users with 20|20 vision. This change doesn't fix the elephant overlap but at least makes the text meet AAA WCAG Small Text color contrast standards, making it easier to read.
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
Misty De Meo adda642c63 Fix `invisible` CSS class
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 4f3264d291 Merge branch 'master' into boostspin
blackle 4a146a0d18 Make boost animation an SVG that uses SCSS colours
Eugen Rochko 21c209636d Set isLoading false on timelines when request fails
Eugen Rochko d9022884c6 Smarter infinite scroll
blackle bf0f6eb62d Implement a click-to-view spoiler system
Eugen Rochko 1761d3f9c3 Fix mistake
Eugen Rochko 8aab692034 Less re-rendering
Eugen Rochko f392030ab8 Add /api/v1/notifications/clear, non-existing link cards for statuses will
now return empty hash instead of throwing a 404 error. When following,
merge into timeline will filter statuses
Eugen Rochko ef2b924679 Forgot to commit
Eugen Rochko f855d645b2 Move all hex colors in SASS to variables and all variations to darken/lighten
Misty De Meo 33fd8a7d95 Textarea: fix clicking on name suggestions
This was broken in c3e9ba6a, which added an onBlur to hide the
suggestions when the textarea loses focus. Unfortunately, this fired
even when the textarea lost focus to its own suggestions box, and that
meant that onSuggestionClick is never called.

Setting a short window in which onSuggestionClick can still happen
before hiding the suggestion area ensures that clicking still works,
while still hiding the suggestions if the user clicks on something else.
Eugen Rochko 1aae0cfc2c Fix - add space after autocomplete
Eugen Rochko 9bd3b11cfb Instead of refusing to create accounts, domain blocks auto-suspend new accounts from that domain
Eugen Rochko 05abd977c1 Fix preview cards layout, do preview card crawling for remote statuses
blackle 7f63edd820 Show visibility toggle on videos, show regardless of sensitivity
Eugen Rochko c8e4b9c663 No loading bars for cards, no failure if it 404s (that's expected)
Eugen Rochko f0de621e76 Fix - Fetch and display previews of URLs using OpenGraph tags
Eugen Rochko 8d0284f8d9 Hide more non-essential loading bars
Eugen Rochko 98560b232a Don't show loading bar when re-loading already loaded status. Don't even try to fetch ancestors from DB when in_reply_to_id is nil
Eugen Rochko 9b0941182f Don't show loading bar when checking account timeline for newer stuff
Eugen Rochko 46be4631ae Fix - Update followers count when following/unfollowing
Also, since the root component connects to the stream that updates home/notification columns,
there is pretty much no case for refreshing those columns beyond initial load. So, move the
loading of those columns into the root component, to prevent unneccessary reloads when switching tabs
on mobile or resizing desktop window between mobile/desktop layouts
Eugen Rochko 7cfd5b680a Fix forgotten change of settings
Eugen Rochko c468446f4c Fix boops?
Eugen Rochko fcb5a85cdd Add sounds for notifications. Boop by @jk@mastodon.social
Eugen Rochko 6cf44ca92c Improve how the list entry Account component looks when target is blocked/follow is requested
blackle 889709a2a6 Show 'do not display in public timeline' when replying to self
Eugen Rochko 1a33e4042e Fix upload file input being re-rendered needlessly
Eugen Rochko 7d53ee73f3 Fix - Add "favourites" column
Eugen Rochko da5d366230 Fix - Improve lightbox, add loading indicator
Eugen Rochko 2ae0fb4419 Merge branch 'sensitive' of https://github.com/blackle/mastodon into blackle-sensitive
Eugen Rochko 0439c7d58b Move follow requests link above logout link in getting started column
blackle 144402ec7e Show visibility toggle on media gallery for sensitive images
blackle 383114add3 Change boost sprite to look like fa-retweet
Eugen Rochko 926459fc0a Fix typo introduced in which made unlisted toggle only fade in/out and not also collapse
Eugen Rochko 7d7a11250c Fix - don't suggest hashtag if the search value contains a space
Eugen Rochko 1d5cbfa356 Fix - don't do relationships fetch for empty array of IDs
Eugen Rochko cc1eccc8bc Fix - when logged in, make "get started" link to the frontpage instead of sign up
Eugen Rochko e9737c2235 Fix tests, add applications to eager loading/cache for statuses, fix
application website validation, don't link to app website if website isn't set,
also comment out animated boost icon from  until it's consistent with non-animated version
Eugen Rochko ab165547fd Merge branch 'feature/toot-app-source' of https://github.com/ineffyble/mastodon into ineffyble-feature/toot-app-source
Eugen 1f7c0ad8d3 Merge pull request from blackle/backflip
Make boost button spin around
blackle a67ffcbf56 Make boost button arrows spin around
Effy Elden d6bc0e8db4 Add tracking of OAuth app that posted a status, extend OAuth apps to have optional website field, add application details to API, show application name and website on detailed status views. Resolves
Effy Elden 32d756fb22 Hide 'Do not display on public timeline' for reply toots. Fixes .
Eugen Rochko 7cde08e30b Improve extended about page layout
Eugen Rochko c01dd089ff Adding about/more page with extended information that can be set up by an admin
Eugen Rochko b11fdc3ae3 Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings
with YAML-defined defaults. Add admin page for editing global settings. Add "site_description"
setting that would show as a paragraph on the frontpage
Eugen Rochko 3ad0496ccb Better animations
Eugen Rochko 18b11100e7 Fix issue when settings are not defined for column type
Eugen Rochko 312c51b5c8 Home column filters
Eugen Rochko 1e9d2c4b1e Add "not found" component to UI
Eugen 67a31454ad Merge pull request from blackle/master
simplify emojification on public pages with .emojify class
blackle 917cf0bf5d simplify emojification on public pages with .emojify class
Eugen Rochko def1f8c5b3 Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master
Eugen Rochko 3bddd647e0 Merge branch 'dropdown' of https://github.com/blackle/mastodon into blackle-dropdown
Eugen Rochko 75f80bef10 Persist UI settings, add missing localizations for German
Eugen Rochko 23ebf60b95 Improve initialState loading
blackle 131bae89fd Generate key for each input so we can upload the same file even after deleting
blackle d64c454cfe Switch to compose view when tapping 'mention' in dropdown on mobile
Eugen 38bc85e695 Merge pull request from blackle/master
Add call-to developers on getting started page
blackle 05e964688d Expand dropdown leftways on status view
blackle b4f09bae1d Add call-to developers on getting started page
Eugen 7a0a13ab53 Merge pull request from blackle/volume-icon
Show correct volume icons on video player
blackle 8a571158c9 Show correct volume icons on video player
Eugen cec7e69827 Merge pull request from blackle/logout_mobile
Show logout button on getting started so it's available on mobile
blackle e1ca354956 Show logout button on getting started so it's available on mobile
blackle 57ff221c0f Emojify display names in notifcations
blackle 61211b509c Improve contrast of bio and username text in account info
Eugen Rochko be6ae3546f Replace getting started icon on desktop nav bar with asterisk instead of hamburger
Eugen Rochko 5c7add2176 Fix - Unreblogging will leave original status in feeds
Eugen Rochko 989c3f4002 Add tab bar alternative to desktop UI, upgrade react & react-redux
Effy Elden 10a9ebae3b Add tag property to desktop notifications, preventing duplicates (i.e. when multiple Mastodon tabs are open)
Eugen Rochko 00b9ba64c9 Fixed unexpected error
Eugen Rochko a1de2e332d Fix compose form bug
Eugen Rochko ca7dce4a5a Fix selection resetting in compose form after unrelated data updates
Eugen Rochko 10e6288444 Revert to Roboto for all
Eugen 9e6ceb3201 Revert "Display native emoji on browsers which support it"
Eugen 87f76d4095 Merge pull request from ticky/use-system-fonts
Use system fonts on more platforms
Eugen c3c9879b5e Merge pull request from mistydemeo/emoji
Display native emoji on browsers which support it
Eugen df89cb5488 Merge pull request from ticky/public-timeline-de-hoist
Public timeline de-hoist
Eugen 92638308ee Merge pull request from ticky/differentiate-settings-links
Differentiate settings links
Misty De Meo 53b765f4b1 Bump emoji requirement to Unicode 9
Misty De Meo c318e6e42e Display native emoji on browsers which support it
Jessica Stokes 1f3c895ffb
Use system fonts on more platforms
This allows other platforms such as Windows, macOS and iOS to use their system fonts rather than downloading a copy of Roboto. It also makes the app feel a little closer to native on those platforms!
Misty De Meo c100b83b98 Automatically position cursor when writing a reply toot
Jessica Stokes 7ac55d2674
Differentiate settings links
The "settings" links in the Getting Started section (or, if  were to happen, "more" menu) and compose sections are now different; the "compose" link is "Edit profile," while the one in the Getting Started section is now "Preferences."

All languages have been updated to accommodate this, based on the existing usages of these phrases in language files in the Rails part of the app!

addresses part of 
Jessica Stokes 05cc5636d8
Remove hamburger from "getting started"
Jessica Stokes 9c493b1ea2
Replace "Public" in tab bar with "More" hamburger
Jessica Stokes 0c600e9db6
Move "getting started" to its own route
Eugen 9bb1b97d2a Merge pull request from ticky/email-reblog-to-boost
"Reblog" -> "boost" in more places
Eugen 3b604d2786 Merge pull request from ticky/hide-media-list-if-no-media
Don't render the media list when there's no media
Eugen 879aa9ad26 Merge pull request from ticky/friendlier-unknown-errors
Friendlier unknown errors
Jessica Stokes cc46c6b493
Friendlier unknown errors
Don't ask users to check the console - if they're on mobile, they probably can't anyway ;)
Jessica Stokes 1da73ecade
Fix Command-enter tooting
metaKey is only set correctly on keyDown, not keyUp, so this swaps to using that
Eugen Rochko 98729d50c8 Make shortcode emojis work, make getting started area scrollable
Jessica Stokes cbcb7e1241
Don't render the media list when there's no media
This stops the empty compose view from scrolling on 4-inch devices.
Jessica Stokes bb033c1d37
"Reblog" -> "boost" in more places
A couple of places were using "reblog" rather than "boost" - this updates them to match the web UI
Jessica Stokes aaee8c9b5d
Disallow compose navbar from being shrunk
Jessica Stokes 312736cd1b
Stop Mastodon friend from overlapping text 🐘
Jessica Stokes 5b75f6d0f3
Make tabs bar take up less room on 4-inch phones
Jessica Stokes 3807b0b171
Improve quality of life for 4-inch phones
Removes extra UI margins < 360px, and allows the tab bar to scroll. Also slightly improves horizontal scrolling behaviour on desktop.
Eugen Rochko 98b83aca37 Fix - relative timestamps now contain an exact datetime in title
Anthony Bellew 1fcb807d91 Reduce height of media query to hide avatar/bio
An additional selector was provided to make the bio only hide on the timeline and not on the user page itself.
Mitchell Hentges 4d300e2507 On file-drag, show a border around textarea
Eugen Rochko 3125dd8920 Add "back" button on column headers of public and hashtag timelines. The "back"
button takes you back to getting started page
Eugen Rochko 65647a2472 See - Added notifications column settings to filter what's displayed
in the column and what appears as desktop notifications. Settings do not
persist yet
Eugen Rochko 9f9e11ce07 Update screenshot on about page
Eugen Rochko 8f47f6a7ec Adding remote follow button
Eugen Rochko 8724094ed0 Support remote follow request providing URL instead of acct
Eugen Rochko d7dc84439c Add ability to use remote follow function on other sites
Eugen Rochko e2c2fefc36 Add illustration to getting started column
Eugen 9aaf223ae2 Add getting started illustration
Eugen Rochko 5418df467d Only display follow requests link in getting started window if account is locked
Eugen Rochko 2146ac91a0 Follow requests send e-mail notifications, but are excluded from notifications API
Better initial state for unlisted/nsfw toggles
Eugen Rochko 3689c119f0 Replacing follow requests in the settings area with in-UI column
Eugen Rochko 3282448878 Fix - resolve layout breaking on zoom-out on accounts grid
Eugen Rochko c3e9ba6a66 Fix - Also make textarea blur close suggestions which make it more accessible on touch devices
Eugen Rochko 0a84ab43d2 Fix - Lock icon instead of retweet icon on boost button on private statuses
Eugen Rochko 0bc6da89d2 Hide unlisted toggle when private is active, hide nsfw toggle when no files added
Anthony Bellew 538d109a82 Re-add unlisted toggle to the UI
Eugen Rochko b191afcb5b Fix confirmation email being sent to old address when changing it
Eugen Rochko de9b6e3a6a Compose form in the UI now has public/private toggle instead of public/unlisted
Eugen Rochko b302b9202b Add page for authorizing/rejecting follow requests
Eugen Rochko b891a81008 Follow call on locked account creates follow request instead
Reflect "requested" relationship in API and UI
Reflect inability of private posts to be reblogged in the UI
Disable Webfinger for locked accounts
Eugen Rochko f91b6fa9e1 Merge branch 'master' into development
Eugen Rochko 025f7bb223 Fix notifications reducer bug
Eugen Rochko 80e02b90e4 Private visibility on statuses prevents non-followers from seeing those
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
Eugen Rochko 318e63cb79 Fix - no text adjust
Eugen Rochko e09d3a2c66 Fix - use window.location hack to let people login from sandboxed iOS homescreen
Toby Pinder ae7a2957aa Smush assets for quicker load times/less bandwidth used.
Eugen 6b67b55cee Merge pull request from victorhck/master
added two missings spanish  translations
Eugen Rochko 5ae1b39ec9 Adjusting public display of statuses to look similar to logged-in UI,
fix  with rich OEmbed display via iframe, fix  by hiding sensitive
content behind a spoiler on public pages
Eugen Rochko aed25932b5 Add OEmbed iframe HTML, convert emojis on public pages, increase size of attachment thumbnails
Eugen Rochko c4ffffbeed Add a better cropped image
Eugen Rochko 642e464670 Adding art by cutewitchirl, open graph tags for about page
victorhck f5c8d64b6d added to missings spanish translations
Eugen Rochko 4df38516e6 Fix key up listener on compose form
Eugen Rochko b27066e154 Re-implemented autosuggestions component for the compose form
Fix , fix , fix 
Eugen Rochko 76ec907993 Improved admin UI
Eugen Rochko 908fcf83c6 Fix timelines loading bug
Eugen Rochko 6d1066fe61 Adding some navigation items from to the getting started screen
Eugen Rochko 6e7e97c849 Fix metaKey usage
Eugen Rochko 73c142fb94 Fix - Enable cmd+enter on Mac to submit form
Eugen Rochko cda297450f Fix - You can now drag & drop files to be uploaded
Eugen Rochko f92cb02b9b Fix - try/catch around JSON parse
Eugen Rochko 2b22c33039 Fix - labels/titles on follow/unfollow buttons
Eugen Rochko 6a5036ab19 Fix whitespace preservation in status text
Eugen Rochko e90fcb46e3 Sensitive content federates using the "nsfw" hashtag
Eugen Rochko 0c491ea928 Fix translations
Stanislav Makar d2ab41aea4 Declare Ukrainian
Closes: 
Vladyslav d85c566960 Final steps for Ukrainian translation
Eugen Rochko bf5f8a2449 Fix - Remove react-responsive in favour of simpler resize handler/window width
Eugen Rochko 64d109dc0e Downsize originals in media attachments, small fixes
Eugen Rochko 41b4be699f Fix rule
Eugen Rochko d5da55c6cc Fix mutating objects
Eugen Rochko d4559402e4 Better responsiveness
Eugen Rochko 9d9f796130 Adding more to admin accounts UI
Eugen Rochko 80c44ed9c1 Do not autoplay videos, display play button instead. Use expiring links when using S3. Do not keep originals
for avatars/headers, resize avatars down to 120x120 instead of 300x300. Set cache headers on S3 stuff, also
make it private (aka only accessible via expiring links to prevent hotlinking)
Eugen Rochko 565cd95bca Keep timelines in the UI trimmed when possible
Eugen Rochko 8cfcc52876 Make all account links into permalinks (open public except on left click)
Eugen Rochko 470f629b06 Fix - Alignment in notifications column
Eugen Rochko d9232959df Fix - Esc to close modal
Eugen 2b2797d6a5 Merge pull request from TazeTSchnitzel/clearer_unlisted
Replace “Unlisted mode” with “Do not show on public timeline”
Andrea Faulds 1c1102008f Fix line endings for Portuguese locale
Andrea Faulds fd01f13b3c Replace "Unlisted mode" with more explicit text
unsmell 2b13df4a8d Create pt.jsx
Eugen Rochko 14bd46946d Per-status control for unlisted mode, also federation for unlisted mode
Fix , fix 
Eugen Rochko 1b447c190e Preparing sensitive content for text
Eugen 18da021529 Merge pull request from TazeTSchnitzel/settings_contrast
Improve contrast for settings pages (fixes )
Eugen Rochko 27fc49d745 Add simple admin overview of PuSH subscriptions
Eugen Rochko 79e41fbd51 Forgot to enable hungarian translation in the frontend
Eugen Rochko 66ab0d0d56 Enabling portuguese and hungarian translations, which are awfully incomplete
unsmell 7109711b71 activate portuguese translation
Eugen 26287b6e7d Merge pull request from kodacs/master
Hungarian translation for Mastodon.
Eugen 0cfb8dbd20 Merge pull request from nclm/misc
Allow vertical resizing of the toot textarea
Eugen Rochko 8a4913fde0 Public and hashtag timelines now exclude reblogs and replies
Fix  - don't download avatar unless the URL is http/https
Fix  - reblog/reblogged is now boost/boosted
nicolas 9f731b6a27 Allow vertical resizing of the toot textarea
Eugen Rochko 898ab66e2e Fix checkbox spacing
nicolas c1aab76da4 Checkboxes label adjustement
When the label of a checkbox is more than one line long, avoid unalignment.
nicolas effdb42f4c Update fr.jsx
kodacs eb3a12bba6 Server side HU translation + Toot fix.
kodacs 7d6c461739 Hungarian translation
nicolas 03d22fabb7 Update fr.jsx
Eugen Rochko 543d06971e Fix bad reference
Eugen Rochko 34e18eb251 Fix forgotten reference
Eugen Rochko 8efa081f21 Remove Neo4J
Eugen Rochko fca183968e Center header in account column, hide media in "muted" status components (notifications)
nicolas 60577f4c6e Merge branch 'master' into french-translation
nicolas 5e33445c5f Update index.jsx
Forgot to add `fr` here.
Eugen Rochko cbc50016eb Follow/unfollow button outside of dropdown, also make favs/reblogs update indicator instantly and
then adjust to failure later if the request fails
Eugen Rochko 7cee27f517 Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and 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
Eugen Rochko 3373ae02de Merge branch 'development'
Eugen Rochko 2112a81e86 Adding content sensitivity toggle, spoilers for media
Andrea Faulds 8e936b03d5 Improve contrast for settings pages (fixes )
nicolas e8725d2d98 Rename ‘Publier’ to ‘Pouet’ in French locale.
🎺 https://mastodon.social/users/Pierrec/updates/100589
Eugen Rochko 5434ad3002 Add content spoilers for media in sensitive-content statuses
Eugen Rochko 4bdb6a0eaf Rename "publish" to "toot" in english locale, fix lightbox showing old image
before loading new one, cache notifications API, fix missing follow button
on public profiles
Eugen Rochko fc90d38893 Moving some counter queries out of subqueries in the API
nicolas c7031fd535 Update fr.jsx
nicolas f9bd3d8808 Adding French locale to mastodon.jsx
nicolas 835d5483fe First version for fr.jsx
nicolas 6b6243a186 Create fr.jsx
Eugen Rochko e3665c1d67 Try to fix for browsers that don't support notifications
Eugen Rochko c41dc5e8e9 Icon for desktop notifications
Eugen Rochko d32e0364f9 Switch to compose route when replying and compose is not mounted
Eugen Rochko fb48cc3b74 Desktop notifications
Eugen Rochko e616ffc5d6 Fix responsive layout breakpoint, replace mentions column with notifications
Eugen Rochko 38dd85daab Adding notifications column
caesarologia 3838e6836d Portuguese translation (front-end)
Eugen Rochko 51dc725794 Graphic emoji in usernames in the "reblogged" string above status
Eugen Rochko c7a1b78536 Activating Spanish i18n
victorhck 2f1b6d4f41 fixed typos
Eugen 3794e4e307 Fix syntax error
victorhck 9d9bb1d728 doing spanish translation
victorhck 305d0375ab added spanish translation
Eugen Rochko 85d1b74ac3 Adding german localization
Eugen Rochko a6e4f754fc Add an Intl polyfill
Eugen Rochko b2e504616a Remove broken test
Eugen Rochko 2c766bd4b4 Add user locale setting
Eugen Rochko 01e43c3e57 Adding react-intl i18n to the frontend. No translations yet
Eugen Rochko a4313224d9 Improve how public status pages look slightly
Eugen Rochko 489bd99803 Support emojis in display name, bio
Eugen Rochko cea28e0c1d Fix wrong link header on followers API, wrong link in tabs component, order
account results
Eugen Rochko bcfa49aea7 Fix another mistake with infinite user list for following
Eugen Rochko 4286d49ade Fix another mistake
Eugen Rochko 44f236e889 Fix infinite scrolling mistake
Eugen Rochko dbfe1e4be6 Infinite scroll for followers/following lists
Eugen Rochko 49b7896953 Fix stale reference
Eugen Rochko 50d3083cbd Making upload button into a smaller icon button
Eugen Rochko d42ed78aa4 Fix - Make web UI use browser history, change links in e-mails to link to that
Eugen Rochko c4eb63c1d4 Debounce autosuggestions requests
Eugen Rochko f0bdfadab7 Search component
Eugen Rochko afded319d2 Add limit to search results
Eugen Rochko 09218d4c01 Use full-text search for autosuggestions
Eugen Rochko 1c17b932fe Enable emojis in reply indicator as well
Eugen Rochko 82fd74d101 Fix modals sizing and add animation to it, fix by only making the text of
status clickable (this also fixes multiple dropdown being openable at the same
time)
Eugen Rochko 36921be9aa Fix - Make active favourite buttons yellow
Eugen Rochko bf5f55a6bb Fix live status removal from public/hashtag channels
Eugen Rochko 9aecc0f48a Move timelines API from statuses to its own controller, add a check for
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