11637 Commits

Author SHA1 Message Date
Claire
f4cdbb9015 Add “Update available” navigation item at top of navbar when new Mastodon versions are available (#39705) 2026-07-03 14:38:32 +02:00
nicole mikołajczyk
7db2a99504 Don't display 'view collection' menu item on collection page (#39694)
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026-07-03 14:38:32 +02:00
GitHub Actions
06d64519da New Crowdin translations 2026-07-02 15:28:12 +02:00
Claire
94b897fdee Fix incorrect filter cache key sometimes causing incorrect filters to be applied (#39698) 2026-07-02 14:14:43 +02:00
Matt Jankowski
635764b72f Add missing to_json to publish announcement reaction worker (#39685) 2026-07-02 14:14:43 +02:00
diondiondion
9bd073bf0b Fix duplicate "clear" button shown in main search input in Chrome (#39679) 2026-07-02 14:14:43 +02:00
Echo
291b1d90c6 Fix visual glitch with the spoiler button (#39677) 2026-07-02 14:14:43 +02:00
diondiondion
78681a380e Fix invisible username during post highlight animation (#39659) 2026-07-02 14:14:43 +02:00
Federico Franco
ad3228b75a Fix follow button floating on profiles when overview landing page is enabled (#39650) 2026-07-02 14:14:43 +02:00
diondiondion
3a6e78eef3 Render post images in emails (#39636) 2026-07-02 14:14:43 +02:00
Thomas Pike
a45af2e1a4 Fix encryption warning "read more" link (#39635) 2026-07-02 14:14:43 +02:00
diondiondion
7198db59bf Fix visible transparent navigation link borders in Windows forced-contrast mode (#39614) 2026-07-02 14:14:43 +02:00
RoOhi
3642757ea4 Fix: Ignore non-http/https protocols in Service Worker handleFetch (#39507) 2026-07-02 14:14:43 +02:00
diondiondion
2abd442c64 Fix combobox menu not closing after a selection (#39595) 2026-06-24 15:34:54 +02:00
Echo
6b17583352 Add more resilience to Emoji IDB upgrades (#39576) 2026-06-24 14:24:05 +02:00
diondiondion
ed5f3269e1 Fix combobox listbox not scrolling up when new suggestions have loaded (#39588) 2026-06-24 14:24:05 +02:00
diondiondion
a090a9f515 Fix media modal navigation in RTL languages (#39587) 2026-06-24 14:24:05 +02:00
diondiondion
5c7492c5e4 Fix accounts not visible in collection editor in advanced web interface (#39586) 2026-06-24 14:24:05 +02:00
GitHub Actions
b5e771b89e New Crowdin translations 2026-06-23 17:57:50 +02:00
nicole mikołajczyk
30b1bf86fa Accept avatar_description and header_description in /api/v1/accounts/update_credentials (#39547)
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026-06-23 17:35:29 +02:00
David Roetzel
b06e9f5a5e LDAP: Fix attempted modification of frozen hash (#39571) 2026-06-23 17:35:29 +02:00
Eugen Rochko
4f425d9b77 Fix simplified layout applying to other pages in web UI (#39570) 2026-06-23 17:35:29 +02:00
Echo
7418eaa1f2 Fix Vite build warning (#39562) 2026-06-23 11:17:55 +02:00
Echo
903594f70c Removes comment as it was breaking Vite rewriting import path (#39558) 2026-06-23 11:17:55 +02:00
David Roetzel
e38abc3801 Add scheduler job to repair collection attribution (#39550) 2026-06-23 11:17:55 +02:00
diondiondion
ef35e07832 Fix redundant indentation on Post reply indicator (#39554) 2026-06-23 11:17:55 +02:00
Shlee
eb2d1c0f2a Follow up to #39458 - Hardcoded maxLength of 30 for display name after recent change to 40. (#39499) 2026-06-23 11:17:55 +02:00
diondiondion
5a3f942a5d Fix advanced UI columns not using mobile styles (#39528) 2026-06-23 11:17:54 +02:00
diondiondion
7cb81e0887 Fix "private mention" post heading overlapping thread line (#39521) 2026-06-23 11:17:54 +02:00
David Roetzel
052d6bb173 Add check for wrong attribution of collections (#39525) 2026-06-23 11:17:54 +02:00
David Roetzel
7608436b64 Add route constraint to only allow numeric ids (#39523) 2026-06-23 11:17:54 +02:00
diondiondion
58cf7cfd75 Fix custom profile field overflow (#39513) 2026-06-23 11:17:54 +02:00
Claire
2a80a07854 Fix fetching unknown key when it's not the actor's first, and add error handling for unavailable keys (#39512) 2026-06-23 11:17:54 +02:00
github-actions[bot]
9d34527db5
New Crowdin Translations for stable-4.6 (automated) (#39469)
Co-authored-by: GitHub Actions <noreply@github.com>
2026-06-17 12:33:01 +02:00
diondiondion
eba056979f Refactor report modal heading translation (#39457) 2026-06-17 12:09:12 +02:00
diondiondion
a5fd36e95c Fix tiny spacing above character counter (#39467) 2026-06-17 12:09:12 +02:00
Matt Jankowski
8ea7732343 Relax account display name length limit (#39458) 2026-06-17 12:09:12 +02:00
diondiondion
e85019c17e Add category selection to collection report modal (#39456) 2026-06-17 12:09:12 +02:00
Claire
291dda95da Fixes being unable to edit an attachment twice without submitting (#39453) 2026-06-17 12:09:12 +02:00
Claire
4cccaaa9ec Fix styling of follow requests (#39452) 2026-06-17 12:09:12 +02:00
diondiondion
80f9422ef2 [Accessibility] Return alt text for default server thumbnail (#39439) 2026-06-15 17:01:10 +02:00
Coro
dd12940ed5 Fix bio text overflow on account profile page (#39418) 2026-06-15 17:01:10 +02:00
diondiondion
2e5039ec73 Fix hovercard not showing in compose column (#39430) 2026-06-15 17:01:10 +02:00
Hanage999
bdfbc6b3a6 Fix categorised custom emojis missing from the emoji picker (#39421)
Signed-off-by: Hanage999 <hanage999@crazynewworld.net>
2026-06-15 17:01:10 +02:00
diondiondion
01d03d67a8 Change Page Up/Page Down hotkeys to require Alt modifier key (#39427) 2026-06-15 17:01:10 +02:00
David Roetzel
dc53b0e077 Destroy dependent notifications of a collection (#39429) 2026-06-15 17:01:10 +02:00
diondiondion
fcf222246a Prevent crash trying to access nullish location state (#39408) 2026-06-15 17:01:10 +02:00
Echo
6cf9be9880 Emoji: Add back to state (#39402) 2026-06-15 17:01:10 +02:00
Federico Rao
f79e0109fe Guard against undefined AudioContext in useAudioContext hook (#39397) 2026-06-15 17:01:10 +02:00
diondiondion
ce8bf016bd Fix crash of standalone wrapstodon and embedded status pages (#39400) 2026-06-15 17:01:10 +02:00