Merge remote-tracking branch 'origin/develop' into admin-users

This commit is contained in:
Henry Jameson 2026-06-08 00:57:42 +03:00
commit 43936a8725
628 changed files with 72639 additions and 24537 deletions

View file

@ -0,0 +1 @@
Fix HTML attribute parsing for escaped quotes

1
changelog.d/fast.change Normal file
View file

@ -0,0 +1 @@
Migrated to Vite 8 and optimized our imports, more stuff is loaded on-demand, reducing the initial load time and transfer size

View file

@ -0,0 +1 @@
Fix emojis breaking user bio/description editing

6
changelog.d/minor.add Normal file
View file

@ -0,0 +1,6 @@
button to remove all drafts
option to remove forced aspect ratio for user profiles (requested)
showing user tags (mrf policies for user + custom if present)
version information now is also in about page
mention autosuggest now sorts by recent activity
non-square emoji support (toggleable by user)

7
changelog.d/minor.change Normal file
View file

@ -0,0 +1,7 @@
overall improved spacings in status action buttons and post form
logout confirm button is now dangerous
reply/quote now is a radio group and wraps, fixes overflow on languages where labels are too wide
personal note input is now bigger
moved "edit pinned" to the bottom for status action buttons.
dots status action button drops down instead of up to avoid hiding the action buttons
improved attachment description (alt text) input and display

12
changelog.d/minor.fix Normal file
View file

@ -0,0 +1,12 @@
navbar wide logo cropping search input
danger buttons being too bright
user background upload failure no longer breaks new uploads + displays an error
importing theme from old theme editor
removed duplicate federationpolicy entry in admin tab
repeater name overflowing content
reply popover is now shown if replied-to status is muted
second language input not having header
post form's bottom left buttons not showing their toggled state
some font overrides not working
popovers opening outside of window's boundaries
occasional blank page when showing new posts

View file

@ -0,0 +1 @@
Fixed status action mute hiding itself on click

View file

@ -0,0 +1 @@
displaying other user's backgrounds (if supported by BE)

View file

@ -0,0 +1 @@
Add quoting by URL and in replies

View file

@ -0,0 +1 @@
Fix reply form crash when quote-reply settings are unavailable

View file

@ -0,0 +1,2 @@
settings synchronization
user highlight synchronization

View file