Claire
490c89a5a9
Merge commit 'c858fc77ef194be0217fd98eae84efd261dba798' into glitch-soc/merge-upstream
2025-10-09 17:59:13 +02:00
Echo
c858fc77ef
Fixes handled link formatting ( #36410 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com >
2025-10-09 14:31:13 +00:00
Echo
258869278e
Fix: Embed author handle using wrong DisplayName ( #36413 )
2025-10-09 14:08:36 +00:00
github-actions[bot]
a459ccf616
New Crowdin Translations (automated) ( #36406 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-10-09 09:12:27 +00:00
Echo
5bc7c4b7e8
Emoji: Fixes issue with handled link not correctly showing remote users ( #36403 )
2025-10-08 17:17:03 +00:00
Claire
f800057008
Merge commit 'b8444d9bb7885d75112a3cae74b6a5c711c7d547' into glitch-soc/merge-upstream
2025-10-08 18:07:04 +02:00
Echo
babb7b2b9d
Emoji: Announcements ( #36397 )
...
Co-authored-by: diondiondion <mail@diondiondion.com >
2025-10-08 15:07:01 +00:00
Echo
0c1ca6c969
Emoji: Statuses ( #36393 )
2025-10-08 14:18:11 +00:00
Echo
6abda76d13
Emoji: Account page ( #36385 )
2025-10-08 11:11:25 +00:00
diondiondion
e4c3854ae8
Ensure Fetch-all-replies snackbar is shown at the bottom of the screen ( #36383 )
2025-10-07 16:43:40 +00:00
Echo
e02ea3e110
Emoji: Compare history modal ( #36378 )
2025-10-07 15:22:00 +00:00
Echo
3c9b828c71
Emoji: Bypass legacy emoji normalization ( #36377 )
2025-10-07 15:21:50 +00:00
Brad Dunbar
c578a0cb74
Resolve typescript eslint warning ( #36314 )
2025-10-07 14:42:15 +00:00
github-actions[bot]
adcbab527a
New Crowdin Translations (automated) ( #36371 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-10-07 12:37:46 +00:00
Claire
73a625c284
Merge commit '4dc21d7afdb485402555908bc72d071f8b25ec36' into glitch-soc/merge-upstream
...
Conflicts:
- `config/settings.yml`:
Upstream replaced a setting with 4 new ones, while glitch-soc had modified
the default value of that setting.
Removed the old setting and added the new settings, but with defaults
matching glitch-soc's previous behavior.
2025-10-06 19:24:16 +02:00
Echo
9027d60420
Emoji: Remove re: from handleElement in StatusContent ( #36366 )
2025-10-06 16:20:15 +00:00
diondiondion
474fbb2770
Fetch all replies: Only display "More replies found" prompt when there really are new replies ( #36334 )
2025-10-06 14:13:24 +00:00
Claire
cda07686df
Add feature to automatically attach quote on eligible link past in Web UI composer ( #36364 )
2025-10-06 13:43:20 +00:00
Echo
68a36d5a57
Allow modern_emojis to be enabled purely server-side ( #36342 )
2025-10-06 13:34:51 +00:00
Echo
ffac4cb05f
Emoji: Link Replacement ( #36341 )
2025-10-06 09:31:10 +00:00
github-actions[bot]
4dc21d7afd
New Crowdin Translations (automated) ( #36349 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-10-06 09:11:31 +00:00
Claire
2d2c525097
Split timeline_preview setting into more granular settings ( #36338 )
2025-10-06 08:34:05 +00:00
nicole mikołajczyk
62f91eddf4
Do not display mute button in hashtag dropdown when unauthenticated ( #36353 )
...
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl >
2025-10-05 14:24:54 +00:00
Claire
432af3c25d
Merge commit '80c8a847409c73c4e9a086c8f398a984cf5c2137' into glitch-soc/merge-upstream
2025-10-04 14:22:26 +02:00
github-actions[bot]
1561517387
New Crowdin Translations (automated) ( #36345 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-10-03 08:07:10 +00:00
diondiondion
0d7af7e1fe
Allow quotes to be displayed in the featured carousel ( #36335 )
2025-10-02 13:51:47 +00:00
github-actions[bot]
4809b38f6e
New Crowdin Translations (automated) ( #36329 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-10-02 08:34:38 +00:00
Claire
17e0c745c6
Merge commit 'f69ca085dbfca2253404574dcdc4dc6c2aaa35c0' into glitch-soc/merge-upstream
2025-10-01 19:13:18 +02:00
diondiondion
669738ef3b
Add quote/boost dropdown menu to boost button in media modal ( #36315 )
2025-10-01 12:18:19 +00:00
github-actions[bot]
9114e72c50
New Crowdin Translations (automated) ( #36308 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-10-01 09:47:16 +00:00
Claire
d51723bb57
Add UI support for displaying quotes of other people's posts ( #36301 )
2025-09-30 15:10:09 +00:00
diondiondion
473bd84c24
Update confirmation dialogs for follow button actions "unfollow", "unblock", and "withdraw request" ( #36289 )
2025-09-30 14:55:25 +00:00
Echo
c12b8f51c1
Emoji Component ( #36293 )
2025-09-30 13:06:02 +00:00
Brad Dunbar
ac50e5eebc
Convert mastodon/initial_state to TypeScript ( #36274 )
2025-09-30 11:14:58 +00:00
Claire
b6c53c1129
Merge commit '150f0fcba5585782e2cac49d971904f02d5e6fbd' into glitch-soc/merge-upstream
...
Conflicts:
- `app/controllers/follower_accounts_controller.rb`:
Upstream refactored a part of the code where glitch-soc has changed the code
to potentially hide followers count.
Adapt upstream's changes.
2025-09-29 18:41:46 +02:00
github-actions[bot]
4d8e848c6a
New Crowdin Translations (automated) ( #36276 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-09-29 09:16:16 +00:00
Brad Dunbar
aae9a5528a
Remove shallow prop from Wrapper ( #36275 )
2025-09-29 09:10:27 +00:00
Claire
106b0a9d93
Merge commit 'a44a3f6d4047568921469ff9fbd212f553b1e7f4' into glitch-soc/merge-upstream
2025-09-27 21:46:57 +02:00
Claire
8fad4926c5
Merge commit '1571514e49ec02a57c050612b3bca856f54933fb' into glitch-soc/merge-upstream
2025-09-27 21:29:19 +02:00
diondiondion
cb5bbbfb05
Update "Follow" button labels ( #36264 )
2025-09-26 10:00:50 +00:00
Echo
e07b9dfdc1
Adds new HTMLBlock component ( #36262 )
2025-09-26 09:50:59 +00:00
Brad Dunbar
238d74fe81
Refactor getFocusedItemIndex to avoid conditionals that closest already handles ( #36267 )
2025-09-26 08:53:08 +00:00
github-actions[bot]
7431c50566
New Crowdin Translations (automated) ( #36270 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-09-26 08:42:28 +00:00
Claire
4053209a05
Merge commit '6d2493ca7c39a5d60edd7109de0c24256f8fff8c' into glitch-soc/merge-upstream
2025-09-25 18:44:23 +02:00
diondiondion
11bd515648
Allow accessing ref of ScrollContainer's child ( #36265 )
2025-09-25 16:14:49 +00:00
diondiondion
d801cf8e59
Replace react-router-scroll-4 with inlined implementation ( #36253 )
2025-09-25 12:26:50 +00:00
Claire
66686994c1
Fix not being able to author quotes with CW but no text ( #36153 )
...
Co-authored-by: diondiondion <mail@diondiondion.com >
2025-09-25 09:25:00 +00:00
github-actions[bot]
d2bdb03da0
New Crowdin Translations (automated) ( #36258 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-09-25 08:53:58 +00:00
renovate[bot]
cc54b33720
chore(deps): update dependency typescript to ~5.9.0 ( #36212 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: diondiondion <mail@diondiondion.com >
2025-09-25 07:52:37 +00:00
Claire
b15b07606c
Merge commit '28be5a199f685b9fb26742c4d78ddca53df05d57' into glitch-soc/merge-upstream
2025-09-24 18:26:13 +02:00