Merge remote-tracking branch 'origin/develop' into sss-objects

This commit is contained in:
Henry Jameson 2025-04-02 23:43:59 +03:00
commit 76616461e9
130 changed files with 1129 additions and 1205 deletions

View file

@ -1 +0,0 @@
Added option to always convert images to JPEG format instead of using WebP when compressing images.

View file

@ -1 +0,0 @@
Updated shadow editor, hopefully fixed long-standing bugs, added ability to specify shadow's name.

View file

@ -1 +0,0 @@
Support bookmark folders

View file

@ -1 +0,0 @@
Speed up initial boot.

View file

@ -1,9 +0,0 @@
Updated our build system to support browsers:
Safari >= 15
Firefox >= 115
Android > 4
no Opera Mini support
no IE support
no "dead" (unmaintained) browsers support
This does not guarantee that browsers will or will not work.

View file

@ -1 +0,0 @@
Check for canvas extract permission when initializing favicon service

View file

@ -1 +0,0 @@
checkbox vertical alignment has been fixed

View file

@ -1 +0,0 @@
Some new default color schemes

View file

@ -1 +0,0 @@
Fix some of the color manipulation functions

View file

@ -1 +0,0 @@
BREAKING: static/img/nsfw.2958239.png is now static/img/nsfw.DepQPhG0.png, which may affect people who specify exactly this path as the cover image

View file

@ -1 +0,0 @@
Added support for fetching /{resource}.custom.ext to allow adding instance-specific themes without altering sourcetree

View file

@ -1 +0,0 @@
Post actions can be customized

View file

@ -1 +0,0 @@
Support displaying time in absolute format

View file

@ -1 +0,0 @@
Use /api/v1/accounts/:id/follow for account subscriptions instead of the deprecated routes

View file

@ -1 +0,0 @@
Fix draft saving when auto-save is off

View file

@ -1 +0,0 @@
Add draft management system

View file

@ -1 +0,0 @@
Switch from class hack to normalButton attr for emoji count popover

View file

@ -1 +0,0 @@
Remove emoji annotations code for unused languages from final build

View file

@ -1 +0,0 @@
fixed occasional overflows in emoji picker and made header scrollable

View file

@ -1 +0,0 @@
fix emoji inconsistencies in notifications, fix some emoji not scaling with interface

View file

@ -1 +0,0 @@
Make sure hover style is also applied to :focus-visible

View file

View file

@ -1 +0,0 @@
Added configurable image compression option in general settings, allowing users to control whether images are compressed before upload.

View file

@ -1 +0,0 @@
Fix few markup panel inconsistencies; better ToS and registration

View file

@ -1 +0,0 @@
Fix small markup inconsistencies

View file

@ -1 +0,0 @@
Enable mobile theme editing

View file

@ -1 +0,0 @@
modal layout for mobile has new layout to make it easy to use

View file

@ -1 +0,0 @@
fixed modals buttons overflow

View file

@ -1 +0,0 @@
Fix whitespaces for multiple status mute reasons, display bot status reason

View file

@ -1 +0,0 @@
Added missing EN translation key for status.muted_user

View file

@ -1 +0,0 @@
better display of mute reason on posts

View file

@ -1 +0,0 @@
Create an OAuth app only when needed

View file

@ -1 +0,0 @@
BREAKING: drop support for browsers that do not support `<script type="module">`

View file

@ -1 +0,0 @@
BREAKING: css source map does not work in production (see https://github.com/vitejs/vite/issues/2830 )

View file

@ -1 +0,0 @@
Inform users that Smithereen public polls are public

View file

@ -1 +0,0 @@
Simplify the OAuth client_name to 'PleromaFE'

View file

@ -1 +0,0 @@
Internal: Migrate OAuth store to pinia

View file

@ -1 +0,0 @@
Fix CSS compatibility issues in style_setter.js for older browsers like Palemoon

View file

@ -1 +0,0 @@
proper sticky header for conversations on user page

View file

@ -1 +0,0 @@
Partially migrated from vuex to pinia

View file

@ -1 +0,0 @@
Add text label for more actions button in post status form

View file

@ -1 +0,0 @@
BREAKING: static/emoji.json is replaced with a properly hashed path under static/js in the production build, meaning server admins cannot provide their own set of unicode emojis by overriding this file (custom (image-based) emojis not affected)

View file

@ -1 +0,0 @@
reply-or-quote buttons now take less space

View file

@ -1 +0,0 @@
Bookmarks visible again on mobile

View file

@ -1 +0,0 @@
Splash screen + loading indicator to make process of identifying initialization issues and load performance

View file

@ -1 +0,0 @@
Authenticate and subscribe to streaming after connection

View file

@ -1 +0,0 @@
Remove focusability on hidden popover in subject input

View file

@ -1 +0,0 @@
Tabs now have indentation for better visibility of which tab is currently active

View file

@ -1 +0,0 @@
UI for making v3 themes and palettes, support for bundling v3 themes

View file

@ -1 +0,0 @@
Resize most kinds of images on upload.

View file

@ -1 +0,0 @@
Make UserLink wrappable

View file

View file

@ -1 +0,0 @@
Upgraded Vue to version 3.5

View file

@ -1 +0,0 @@
Show only month and day instead of weird "day, hour" format. While at it, fixed typo "defualt" in a comment.