2837 Commits

Author SHA1 Message Date
Claire
c2e6cbb12b Merge commit 'ead13d4826a7ba1699d6bb310e58642b15687671' into glitch-soc/merge-upstream 2026-06-07 14:29:57 +02:00
David Bento
b3a40bb010
Fix "change thumbnail" button being visible when it shouldn't (#35186) (#38467) 2026-06-05 14:45:01 +00:00
diondiondion
2d2a7ec8d6
Fix Collections editor allowing to add the same account multiple times (#39296) 2026-06-05 09:28:28 +00:00
diondiondion
0968910339
[Accessibility] Make post/feed navigation by hotkey more robust (#39270) 2026-06-05 08:39:23 +00:00
diondiondion
fe4613ba32
Display collection in search results when searched by URL (#39289) 2026-06-04 14:28:51 +00:00
diondiondion
e00d16474e
Prevent logged out users from accessing collection & list creation routes (#39282) 2026-06-04 12:08:26 +00:00
Claire
a1ab96baed Merge commit '52aa8a44bbd0c9a6673cbd9b7c088020be938799' into glitch-soc/merge-upstream 2026-06-03 22:30:16 +02:00
diondiondion
ce3fdf73f3
[Accessibility] Add hotkeys PageUp and PageDown for list navigation (#39252) 2026-06-03 13:26:43 +00:00
diondiondion
0ff2c7aedc
Fix about page error when selecting non-default Rules language (#39267) 2026-06-03 13:21:38 +00:00
Claire
659a077616 Merge commit '07236016bcc78a82205093b3e067bf4a1bb07d88' into glitch-soc/merge-upstream 2026-06-03 12:19:05 +02:00
Renaud Chaput
f0359af358
Change Mastodon gGmbH => Mastodon GmbH (#39261) 2026-06-03 09:36:50 +00:00
Claire
dd12ed2b98 Merge commit 'd1c26c1e27348278fb8081b290e300b327a61ca1' into glitch-soc/merge-upstream 2026-06-02 18:01:45 +02:00
diondiondion
0f7ec43b4a
Fixes author name spacing in trending links items (#39246) 2026-06-02 09:04:51 +00:00
Claire
3cf0fb7ba0 Merge commit 'facb552c9cdbe8a2ebff0b94ebf2c9e9ec385347' into glitch-soc/merge-upstream 2026-06-01 18:00:03 +02:00
Claire
ab8f9d94ea
Fix server rules and custom closed registrations message (#39232) 2026-06-01 09:28:13 +00:00
Claire
ae2ff31f32 Merge commit '0caf334891e0a5f4e995f1d667eb83d3aad7e41e' into glitch-soc/merge-upstream
Conflicts:
- `lib/mastodon/version.rb`:
  Upstream updated the API version, while we also have a custom glitch API version.
  Updated as upstream did.
2026-05-30 12:13:35 +02:00
diondiondion
0caf334891
Reduce account overfetching when displaying collection lists (#39220) 2026-05-29 15:27:57 +00:00
diondiondion
7fba458d92
Remove frontend check for collections feature flag (#39215) 2026-05-29 13:07:00 +00:00
Echo
fa1e16ed9f
Collections: Add default recommendations (#39202) 2026-05-29 11:53:03 +00:00
Echo
4101f567c5
Collection notification filtering (#39198) 2026-05-28 20:13:56 +00:00
Claire
83e77e88ae Merge commit '9215e1ec53dcf3714080c84af7af070bcb8d9978' into glitch-soc/merge-upstream 2026-05-27 20:04:47 +02:00
Echo
d229157f19
Collections: Handle URLs in search (#39182) 2026-05-27 13:13:38 +00:00
diondiondion
888011de69
[Accessibility] Differentiate accessible labels of About links in footer (#39181) 2026-05-27 10:35:15 +00:00
diondiondion
b5879fd61f
Refactor BundleColumnError to TS (#39177) 2026-05-27 10:33:52 +00:00
diondiondion
5f998507ec
Fix navigation overflow issue in advanced UI (#39178) 2026-05-27 09:38:18 +00:00
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
Echo
c39072ad9d
Emojis: Fix bug with search + improve custom tokenization (#39167) 2026-05-26 14:00:23 +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
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
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
zunda
fd4a9c25dd
Honor configuration.statuses.max_characters from /api/v2/instance (#39138) 2026-05-22 09:21:29 +00:00
Echo
cafe7ea35c
Use display name component for empty message (#39131) 2026-05-21 13:59:02 +00:00
Echo
6735902c1a
Fixes collection notification urls (#39127) 2026-05-21 13:17:35 +00:00
diondiondion
e68c1c824a
Accessibility: Add visible focus outlines to main search & composer fields (#39111) 2026-05-21 06:41:34 +00:00
Eugen Rochko
076c8ec51e
Refactor server reducer into TypeScript (#39089) 2026-05-20 14:06:38 +00:00
Claire
ca427bc176 Merge commit 'f5b57e8ba7a2d3687b1ae496f6213bfe5347c0fa' into glitch-soc/merge-upstream 2026-05-20 15:43:33 +02:00
diondiondion
6e7e8de343
Allow adding an account to a collection directly from the profile page (#39080) 2026-05-20 11:29:41 +00:00
Claire
aaf06a8186 Merge commit '6f8558a6b96041541d911439421563c1e9e7b3f4' into glitch-soc/merge-upstream 2026-05-20 11:31:39 +02:00
Claire
f28715d370
Fix custom emoji selection (#39088) 2026-05-20 07:23:29 +00:00
Claire
0c80bf0e82 Merge commit 'fcf012c6026418b6c76bff173eec944e0c25913f' into glitch-soc/merge-upstream
Conflicts:
- `vite.config.mts`:
  Upstream changed a line adjacent to one glitch-soc modified due to its theming system.
  Adapted upstream's change.
- `yarn.lock`:
  Upstream updated a dependency next to one glitch-soc added.
  Updated the dependency as upstream did.
2026-05-19 20:40:57 +02:00
Echo
dee1dc41aa
Include boosts to restore pinned ordering (#39084) 2026-05-19 15:15:36 +00:00
Echo
34c91555ae
Refactor emoji search (#39008) 2026-05-19 10:47:45 +00:00
Claire
42ec9a607b Merge commit 'c26003af215da7696e2b0dcece7fa695b1be8871' into glitch-soc/merge-upstream 2026-05-18 19:35:08 +02:00