29122 Commits

Author SHA1 Message Date
Claire
06176deee2 Merge commit 'd20d04922672ed016029c40ed64798f341ebca91' into glitch-soc/merge-upstream 2026-05-26 20:48:49 +02:00
diondiondion
d20d049226
Accessibility: Ensure focus order of post elements matches visual reading order (#39169) 2026-05-26 17:42:49 +00:00
diondiondion
1962e4743c
Fix advanced UI column crashing in development (#39171) 2026-05-26 14:59:07 +00:00
diondiondion
ceab04a1fd
Fix missing Translate button (#39170) 2026-05-26 14:33:37 +00:00
Echo
c39072ad9d
Emojis: Fix bug with search + improve custom tokenization (#39167) 2026-05-26 14:00:23 +00:00
Eugen Rochko
3559efe526
Fix missing padding on email subscription form (#39162) 2026-05-26 13:42:55 +00:00
Eugen Rochko
07d099cbf7
Add new overview landing page setting (#39074) 2026-05-26 12:36:54 +00:00
Eugen Rochko
f6d1795da5
Fix some server-side limits not being respected in web UI (#39163) 2026-05-26 11:51:25 +00:00
diondiondion
0275a97888
Don't open account hover card unless preceded by mouse movement (#39166) 2026-05-26 10:24:38 +00:00
diondiondion
cc03e381ef
Accessibility: Fix broken aria label & description in CollectionListItem (#39165) 2026-05-26 10:22:38 +00:00
diondiondion
e1aa4e3a8c
Accessibility: Add landmark regions to Web UI (#39133) 2026-05-26 10:22:22 +00:00
diondiondion
9fe97e1ad6
Accessibility: Mark pseudo element content in link footer as decorative (#39164) 2026-05-26 10:22:15 +00:00
renovate[bot]
041100365f
Update dependency chromatic to v17 (#39094)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-26 10:19:51 +00:00
Coro
71da0c4648
Fix bio text overflow (#39160) 2026-05-26 08:53:11 +00:00
Claire
235637fc5f
Merge pull request #3511 from glitch-soc/glitch-soc/merge-upstream
Merge upstream changes up to 6a4d14b178fc00de989b4a2758f2a1e4adf5ed33
2026-05-25 17:31:18 +02:00
nicole mikołajczyk
6b2616453f
Make it possible to retrieve both resolved and unresolved reports by api (#38323)
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026-05-23 11:07:02 +00:00
diondiondion
45dc485e71 [Glitch] Fix heading level gaps
Port 6a4d14b178fc00de989b4a2758f2a1e4adf5ed33 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-05-22 20:13:19 +02:00
diondiondion
80bd05fb97 [Glitch] Add list semantics to main navigation
Port 28849e433a4cde2037d7e719f9061e37267da3e7 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-05-22 20:11:16 +02:00
diondiondion
40aa81560d [Glitch] Use headings and lists in footer
Port 90e505d295792ead6e4dd4f83bc114ed188a4946 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-05-22 20:02:03 +02:00
zunda
f69f8fbb73 [Glitch] Honor configuration.statuses.max_characters from /api/v2/instance
Port fd4a9c25dda80699055f3fcfbb8e28395ff3bbc8 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-05-22 20:00:18 +02:00
Echo
ae9b00dca8 [Glitch] Use display name component for empty message
Port cafe7ea35c0d3dbde2ce2dad22989b8b30a16dca to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-05-22 19:57:44 +02:00
diondiondion
1043c9636f [Glitch] Accessibility: Add skip link & landmark regions to settings
Port e54f927149da9e2f6aebb7701f2f9ece9c4046db to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-05-22 19:57:22 +02:00
Echo
0741966d5f [Glitch] Fixes collection notification urls
Port 6735902c1a6b409f58cfe7a494f1860b65a22fc3 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-05-22 19:55:15 +02:00
diondiondion
17721fcf4c [Glitch] Accessibility: Add visible focus outlines to emoji/language search fields
Port d39f7bc72f4274a56da01a8d7c58e68edbad4922 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-05-22 19:52:22 +02:00
diondiondion
2c1dac8084 [Glitch] Accessibility: Add visible focus outlines to main search & composer fields
Port e68c1c824a0a6badd28d5493a08e8196e9c14f97 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-05-22 19:51:55 +02:00
Eugen Rochko
96d81ca432 [Glitch] Refactor server reducer into TypeScript
Port 076c8ec51e1ff7347e6521bcec2e26436d2b80cf to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-05-22 19:49:43 +02:00
Claire
487c814eb9 Merge commit '6a4d14b178fc00de989b4a2758f2a1e4adf5ed33' into glitch-soc/merge-upstream
Conflicts:
- `lib/sanitize_ext/sanitize_config.rb`:
  Glitch-soc allows a wider range of HTML than upstream.
  Upstream added `:all => %w(lang)`, which was not supported by glitch-soc,
  added it there too.
2026-05-22 19:43:42 +02:00
diondiondion
6a4d14b178
[Accessibility] Fix heading level gaps (#39149) 2026-05-22 15:06:59 +00:00
diondiondion
28849e433a
[Accessibility] Add list semantics to main navigation (#39145) 2026-05-22 14:25:00 +00:00
diondiondion
90e505d295
[Accessibility] Use headings and lists in footer (#39144) 2026-05-22 14:08:51 +00:00
David Roetzel
dee85c6df9
Only preload accounts in Collections when needed (#39143) 2026-05-22 10:11:41 +00:00
diondiondion
ae8b794c66
Accessibility: Convey selected state of filters on Follows and followers page (#39134) 2026-05-22 09:23:37 +00:00
zunda
fd4a9c25dd
Honor configuration.statuses.max_characters from /api/v2/instance (#39138) 2026-05-22 09:21:29 +00:00
github-actions[bot]
efa729c6d4
New Crowdin Translations (automated) (#39142)
Co-authored-by: GitHub Actions <noreply@github.com>
2026-05-22 09:12:41 +00:00
Artemis Tosini
c337487111
Allow HTML lang attribute in remote posts (#39114) 2026-05-22 08:43:16 +00:00
diondiondion
15a7507a09
Use radio buttons for emoji style preference (#39126) 2026-05-21 16:55:28 +00:00
Claire
cdf721a273
Fix remote statuses with large media descriptions being rejected (#39135) 2026-05-21 15:46:10 +00:00
github-actions[bot]
82670fb5e6
New Crowdin translations (#3500)
Co-authored-by: GitHub Actions <noreply@github.com>
2026-05-21 17:17:29 +02:00
Echo
cafe7ea35c
Use display name component for empty message (#39131) 2026-05-21 13:59:02 +00:00
David Roetzel
e18ca373eb
Revert "Add partial accounts to collections endpoint (#38919)" (#39128) 2026-05-21 13:45:09 +00:00
diondiondion
e54f927149
Accessibility: Add skip link & landmark regions to settings (#39129) 2026-05-21 13:41:14 +00:00
Echo
6735902c1a
Fixes collection notification urls (#39127) 2026-05-21 13:17:35 +00:00
renovate[bot]
dc3ffac4a2
Update dependency lint-staged to v17 (#38917)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-21 12:28:52 +00:00
David Roetzel
fe885d5788
Remove superfluous comment (#39123) 2026-05-21 12:10:31 +00:00
Echo
adfe7242f7
Updates vagrant to Node v24 (#39124) 2026-05-21 12:09:08 +00:00
David Roetzel
dfcfef38af
Update to ruby 4.0.5 (#39099) 2026-05-21 11:45:36 +00:00
Matt Jankowski
fbc116ef90
Drop support for EOL node version 20 (#38926) 2026-05-21 07:41:52 +00:00
github-actions[bot]
6b5e18fb1d
New Crowdin Translations (automated) (#39095)
Co-authored-by: GitHub Actions <noreply@github.com>
2026-05-21 07:37:39 +00:00
diondiondion
d39f7bc72f
Accessibility: Add visible focus outlines to emoji/language search fields (#39120) 2026-05-21 07:24:55 +00:00
diondiondion
e68c1c824a
Accessibility: Add visible focus outlines to main search & composer fields (#39111) 2026-05-21 06:41:34 +00:00