Echo
34dbea26a7
[Glitch] Remove rendering of custom emoji using the database
...
Port dbc5af6641 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-17 18:32:34 +01:00
diondiondion
516f0ce131
[Glitch] Fix notifications page error in Tor browser
...
Port 71af094f97 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-17 18:31:49 +01:00
Claire
22724d2367
[Glitch] Fix hashtag autocomplete replacing suggestion's first characters with input
...
Port d6a40c2891 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-17 18:31:31 +01:00
Claire
84feffd6e6
Merge commit '009275e66b55729f754da7b4c814b37b67dc76dc' into glitch-soc/merge-upstream
...
Conflicts:
- `app/models/form/admin_settings.rb`:
Upstream added a method right next to glitch-soc-only methods.
Added upstream's method.
- `app/views/settings/preferences/appearance/show.html.haml`:
Upstream changed a line right next to a glitch-soc addition.
Changed the code as upstream did.
2025-12-17 18:27:14 +01:00
Matt Jankowski
009275e66b
Use link_to for contribute translation link ( #36011 )
2025-12-17 15:19:21 +00:00
Echo
3d55dcdf7f
Emoji: Refresh custom emoji on new ( #37271 )
2025-12-17 14:58:22 +00:00
Matt Jankowski
7e817f2471
Extract filter_keywords helper method for listing filter keyword groups ( #35921 )
2025-12-17 14:48:58 +00:00
diondiondion
c4a760d6ba
Improve search menu keyboard navigation ( #37255 )
2025-12-17 14:42:07 +00:00
Echo
dbc5af6641
Remove rendering of custom emoji using the database ( #37284 )
2025-12-17 14:40:34 +00:00
diondiondion
71af094f97
Fix notifications page error in Tor browser ( #37285 )
2025-12-17 14:38:46 +00:00
Claire
d6a40c2891
Fix hashtag autocomplete replacing suggestion's first characters with input ( #37281 )
2025-12-17 14:28:53 +00:00
Nicholas La Roux
a5362a4002
Upgrade Bundler from 4.0.1 to 4.0.2 ( #37283 )
2025-12-17 14:06:45 +00:00
renovate[bot]
42d4753d30
Update dependency vite-tsconfig-paths to v6.0.2 ( #37279 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-17 13:15:05 +00:00
github-actions[bot]
8debc5760b
New Crowdin Translations (automated) ( #37174 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-12-17 11:18:17 +00:00
David Roetzel
5e8b8f9c23
Extract interaction policy class ( #37277 )
2025-12-17 10:12:43 +00:00
Claire
db62d70492
Change Wrapstodon switch from feature flag to admin setting ( #37273 )
2025-12-17 09:47:02 +00:00
Matt Jankowski
a292162c5f
Mark Form::AdminSettings#persisted? as true ( #35872 )
2025-12-17 08:32:24 +00:00
Claire
6c2d53372b
Merge pull request #3316 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to 53be8392ec
2025-12-16 19:09:07 +01:00
diondiondion
cfc64a2ea9
[Glitch] Updates Wrapstodon footer with dedicated local server info
...
Port e6b0cdcc83 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-16 18:37:45 +01:00
Echo
fbacb5ae7a
[Glitch] Emojis: Show in embedded statuses
...
Port f118d61334 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-16 18:32:54 +01:00
Echo
f56f360a5c
[Glitch] Wrapstodon: Load report data only on display
...
Port a9c84529b2 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-16 18:32:30 +01:00
diondiondion
59d2a712c5
[Glitch] Fix bad contrast on disabled dropdown menu items
...
Port 9e97ad04d8 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-16 18:31:01 +01:00
Echo
177479fe37
[Glitch] Improve Redux Storybook
...
Port 8c2845906c to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-16 18:30:39 +01:00
Claire
3cd033df0c
[Glitch] Add wrapstodon to initial state and show wrapstodon sidebar item on load
...
Port 550a6d4765 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-16 18:29:51 +01:00
Claire
780fefa700
Merge commit '53be8392eceea8c3a576478e209fe82c2ceb458a' into glitch-soc/merge-upstream
2025-12-16 18:27:03 +01:00
Matt Jankowski
53be8392ec
Add coverage for blocked account scenario in following/followers ( #36042 )
2025-12-16 16:13:03 +00:00
Echo
f118d61334
Emojis: Show in embedded statuses ( #37272 )
2025-12-16 16:06:59 +00:00
Matt Jankowski
95432b47eb
Add coverage for user model registration time validation ( #35993 )
2025-12-16 15:58:39 +00:00
Matt Jankowski
dbf8d77cbb
Add spec for missing username value in create account API ( #37057 )
2025-12-16 15:43:04 +00:00
diondiondion
e6b0cdcc83
Updates Wrapstodon footer with dedicated local server info ( #37270 )
2025-12-16 15:35:26 +00:00
Matt Jankowski
7e81e03531
Reduce factory creation across spec/helpers ( #35527 )
2025-12-16 15:26:04 +00:00
Matt Jankowski
92df1c4458
Add coverage for Account.representative from finder concern ( #35996 )
2025-12-16 15:05:26 +00:00
Echo
a9c84529b2
Wrapstodon: Load report data only on display ( #37269 )
2025-12-16 13:00:40 +00:00
diondiondion
9e97ad04d8
Fix bad contrast on disabled dropdown menu items ( #37268 )
2025-12-16 11:38:47 +00:00
Echo
8c2845906c
Improve Redux Storybook ( #37227 )
2025-12-16 11:27:18 +00:00
Matt Jankowski
7230c2059f
Add coverage for "domain variants" consumers ( #35995 )
2025-12-16 10:24:27 +00:00
Matt Jankowski
c8f608839b
Use bundler version 4.0.1 ( #37191 )
2025-12-16 10:13:43 +00:00
Claire
550a6d4765
Add wrapstodon to initial state and show wrapstodon sidebar item on load ( #37261 )
2025-12-16 09:47:18 +00:00
renovate[bot]
4c679c698f
Update dependency vite-tsconfig-paths to v6 ( #37247 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-16 09:46:39 +00:00
renovate[bot]
71821eb9c1
Update dependency tzinfo-data to v1.2025.3 ( #37242 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-16 09:45:59 +00:00
Claire
0801104729
Fix mentions of domain-blocked users being processed ( #37257 )
2025-12-16 08:49:48 +00:00
Claire
57554e9e33
Merge pull request #3315 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to cbe1352103
2025-12-15 22:18:41 +01:00
renovate[bot]
0551455a3c
[Glitch] Update devDependencies (non-major)
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ChaosExAnima <ChaosExAnima@users.noreply.github.com >
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-15 20:38:29 +01:00
Echo
460e675327
[Glitch] Emoji: Import and use shortcode data
...
Port cbe1352103 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-15 20:30:02 +01:00
diondiondion
5aaf5f2256
[Glitch] Prevent "invalid access token" error when opening Mastodon while logged out
...
Port 807e1254e6 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-15 20:28:14 +01:00
Echo
56a9d62972
[Glitch] Fixes display names not rendering with emojis
...
Port 5fa7654688 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-15 20:27:54 +01:00
diondiondion
0c852a426f
[Glitch] Fix badly visible focus outlines in composer
...
Port a9e228361c to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-12-15 20:27:02 +01:00
Claire
1fdb48c668
Merge commit 'cbe135210305c0ce4455130c4e75680e53ff1425' into glitch-soc/merge-upstream
...
Conflicts:
- `app/views/wrapstodon/show.html.haml`:
Conflict caused by glitch-soc's theming system.
Updated upstream changes.
2025-12-15 20:22:20 +01:00
Echo
cbe1352103
Emoji: Import and use shortcode data ( #37178 )
2025-12-15 15:38:13 +00:00
David Roetzel
a3fa441e0c
Check "featureable" policy on creation of collections ( #37254 )
2025-12-15 15:29:28 +00:00