* origin/develop:
Apply suggestion to src/components/chat_list/chat_list.vue
Add the single-line prop to StatusContent and use it for chat list items
Remove direct style manipulations in favor of classes
Undo the promise rejection on the json parser error in promisedRequest
Add the empty chat list placeholder.
Disable status preview in the chat posting form
Address feedback
Add Chats
* origin/develop: (30 commits)
Translated using Weblate (Italian)
Translated using Weblate (Russian)
add fade-in fade-out
remove useless captures
update changelog
changelog
attempt to fix that one bug with submitting on copy-pasting
add better visual indication for dropping files, make dropzone bigger
Messages: DRY things up a bit.
Apply suggestion to CHANGELOG.md
Update changelog.
Linting.
MediaUpload: Correctly handle multiple uploads.
Messages: Load languages asynchronously.
MediaUpload: Allow drag-and-drop of multiple files at once
Autocomplete domain mutes from list of known instances
indent 2
Fix the cropped button shadow in 2FA settings
Translated using Weblate (Italian)
Translated using Weblate (Estonian)
...
* settings-modal:
fixes. sorry for bad commit message i'm tired
lint
Move modal frame parts away from modal-content into modal, improve error handling
moved multiChoiceProperties where it fits better
* origin/develop: (28 commits)
Update CHANGELOG.md
don't dismiss a rejected follow request on server
mark single notifs as seen properly on server
follow request bugfixes, wrong text, notifs not being marked as read, approving from follow request view
Add support for follow request notifications
Update CHANGELOG.md
Update CHANGELOG.md
Prioritize custom emoji a lot and boost exact matches to the top
Allow emoji suggestions based on a match anywhere in the emoji name, but improve sorting
Refactor status showing/hiding code for better handling of edge cases and easier comprehension
Fix user names with the RTL char in notifications
Fix pagination
Update CHANGELOG.md
don't dismiss a rejected follow request on server
mark single notifs as seen properly on server
follow request bugfixes, wrong text, notifs not being marked as read, approving from follow request view
Update CHANGELOG.md
remove with_move param
Add support for follow request notifications
Update CHANGELOG.md
...
* upstream/develop:
Prevent overflow for long usernames/domains
fix tests
fix last issue
prioritize disabled opacity over transparent keyword
fix several issues related to opacity
mention status preview fix in changelog
fix trasparency problems in some cases (purple headers)
add status unavailable message when status can't be loaded in status preview
Fix captcha input and disable ALL the helpers
* themes-accent:
dismiss warning when selecting other themes, fix collapsed attachments link color
properly clear theme
fixed transparent + semi-transparent inheritance case
post-merge fix
fix v2 breezy themes having messed up pressed buttons. updated v2.1 breezy themes to have derived colors instead of fixed ones.
Emoji Reactions - fixes and improvements
MRF Keyword Policy Disclosure
Include non-gallery attachments and distinguish between images and videos
Indicate whether collapsed statuses contain gallery media or link preview cards
Add option text
Add `with_move` param for fetching notification
Change to hide User migrates tab when allow following move
Add setting for allow_following_move
* themes-accent: (83 commits)
fix and update changelog
fix/remove contrast ratios
removed base16-related code
fix warning stylings
fixed eslint, made `mod` work properly depending on context including in shadows
Better Disabled buttons support. Mammal theme fixes. Implemented proper context-aware `mod` argument - now checks lightness of "variant" color. needs retesting tho
updated preview to account for underlay
update button toggled state, apply it to emoji reactions
removed one color TODO
add theme to list
Kenomo (see: #624) theme. Ability to define link color for post contents. Fixes
fix rgba function, whoops
lint
fix rgba css generation, add some tests to automatically verify that themes are generated properly
fix transparent color not affecting downstream slots
fix icons in menus
improved selectedMenu again
popover/selected menu improvements
separate actual theme data from theme framework
revert fgText -> text after some consideration. case was fixed already in other way
...
* upstream/develop: (33 commits)
add emoji reactions to changelog
fix emoji reaction classes broken in develop
review changes
Fix password and email update
remove unnecessary anonymous function
Apply suggestion to src/services/api/api.service.js
remove logs/commented code
remove favs count from react button
remove mock data
change emoji reactions to use new format
Added polyfills for EventTarget (needed for Safari) and CustomEvent (needed for IE)
Fix missing TWKN when logged in, but server is set to private mode.
Fix follower request fetching
Add domain mutes to changelog
Implement domain mutes v2
change changelog to reflect actual release history of frontend
Fix#750 , fix error messages and captcha resetting
Optimize Notifications Rendering
update CHANGELOG
Use last seen notif instead of first unseen notif for sinceId
...
* upstream/develop: (173 commits)
Fix: Change condition
fix typo
update store according to retweeted status
#433 - update sort by for conversation
display replies_count right after reply icon
expose replies_count from mastodon api
Apparently, MastoAPI gives status in ancestors if you try opening a repeat...
make side drawer use gesture service and fix its animations
review/remove error hiding
errata
review
#433 - sort conversation for retweets and clean up
Revert "Merge branch 'revert-987b5162' into 'develop'"
Revert "Merge branch 'mastoapi/friends-tl' into 'develop'"
Add await to login action'
Remove console log
Fix warnings in user profile routing
Add tests for gesture service, fix bug with perpendicular directions
#255 - clean up autocomplete form
#255 - clean up user settings page with self-closing html tags
...
* upstream/develop:
Fix iOS Safari from making videos play fullscreen by default
added PR comments
resolved the lint
used the deleted data param as condition in status template
Switch to "timeline" when pressing user-settings
Added user setting tooltip
made links in user bio always open in new tabs
addressed PR comments
added tooltip
Add userId property to timelines so that we don't overwrite user timeline meant for another user
Added option to auto-hide subject field when it's empty.
removes hacks from notifications storage, adds api call to let server update is_seen attribute
fixes vimium not giving retweet button a hint
Do not use underscore at the beginning of the method
Logout user on password change
Route user to the correct profile URL
Typo
Fix filetype detection
Switch to settings when touching settings
Switch to timeline on nav panel actions
* upstream/develop: (60 commits)
whoops
whoops
DM timeline: stream new statuses
update-japanese-translation
Add actual user search.
incorporate most translation changes from MR 368
update french translation
Always show dm panel.
Add direct message tab.
api service url
remove deploy stage
remove deploy stage
updated and completed German translation
On logout switch to public timeline.
minor modification of Chinese translation
update Chinese translation
Add Chinese language
Fix posting.
Put oauth text into description.
Display OAuth login on login form button.
...