Claire
b6abf7a69f
Merge commit 'c4eec632b92c800ae38dba111c4c76e63bb1c0de' into glitch-soc/merge-upstream
2026-04-22 20:24:21 +02:00
Echo
c4eec632b9
Makes Vite use browserslist ( #38777 )
2026-04-22 16:29:29 +00:00
diondiondion
5b1891a1ae
Fix confusing hover states in admin list items ( #38782 )
2026-04-22 14:12:27 +00:00
diondiondion
e3c0883d32
Fix ugly Combobox loading state ( #38778 )
2026-04-22 13:33:34 +00:00
David Roetzel
1cae543e8f
Add per-user maximum number of collections ( #38769 )
2026-04-22 12:34:08 +00:00
Echo
bc09d3c5f2
Removes React Toggle library ( #38771 )
...
Co-authored-by: diondiondion <mail@diondiondion.com>
2026-04-22 11:31:14 +00:00
David Roetzel
58df263159
Make old migration more robust ( #38775 )
2026-04-22 10:44:36 +00:00
github-actions[bot]
a3127a146d
New Crowdin Translations (automated) ( #38774 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2026-04-22 10:42:55 +00:00
Claire
5f6f53dcb4
Change the default glitch-soc secondary privacy button behavior ( #3475 )
...
“Keep” is confusing and error-prone, “restrict” is consistent with the default button
and much safer.
2026-04-22 12:41:30 +02:00
Claire
390612e1a4
Merge pull request #3487 from glitch-soc/glitch-soc/merge-upstream
...
Merge upstream changes up to a706fce6781104b3aa1315be14f1fb8ccd4fcb1b
2026-04-21 22:36:20 +02:00
diondiondion
73a01fe82f
[Glitch] Implement final design for collection editor account dropdown menu
...
Port a706fce6781104b3aa1315be14f1fb8ccd4fcb1b to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-21 19:23:08 +02:00
Echo
f135486200
[Glitch] Remove animation detection in favour of never cropping GIFs
...
Port 57c5d1c8dd50a02bc3a11af30b29fa8163fcdb73 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-21 19:22:24 +02:00
diondiondion
0e56e899a0
[Glitch] Add "Must follow" section to account suggestion dropdown menu
...
Port d82bada742c85ec2369806c2dadac1315c7c68af to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-21 19:22:01 +02:00
Claire
0b3c848958
Merge commit 'a706fce6781104b3aa1315be14f1fb8ccd4fcb1b' into glitch-soc/merge-upstream
2026-04-21 19:20:05 +02:00
diondiondion
a706fce678
Implement final design for collection editor account dropdown menu ( #38767 )
2026-04-21 14:12:44 +00:00
Echo
57c5d1c8dd
Remove animation detection in favour of never cropping GIFs ( #38766 )
2026-04-21 11:40:09 +00:00
Matt Jankowski
c589530e22
Add constants to track media player height/width ( #38755 )
2026-04-21 11:10:45 +00:00
github-actions[bot]
9717dc64d0
New Crowdin Translations (automated) ( #38762 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2026-04-21 11:10:06 +00:00
renovate[bot]
5399d9761c
Update dependency uuid to v14 ( #38744 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-21 10:02:44 +00:00
renovate[bot]
27d92ede7e
Update dependency pghero to v3.8.0 ( #38706 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-21 10:02:40 +00:00
renovate[bot]
ec855cbf59
Update opentelemetry-ruby (non-major) ( #38682 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-21 10:02:36 +00:00
renovate[bot]
6903d15559
Update formatjs monorepo ( #38666 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-21 10:02:33 +00:00
Matt Jankowski
055b739b88
Use with_domain scope in ReportService ( #38758 )
2026-04-21 09:59:04 +00:00
Claire
5802fba1c3
Merge pull request #3485 from glitch-soc/glitch-soc/merge-upstream
...
Merge upstream changes up to 28e5c3bb5116d012a1f58b4cbfe1a5fb302ac227
2026-04-20 20:32:22 +02:00
diondiondion
d82bada742
Add "Must follow" section to account suggestion dropdown menu ( #38750 )
2026-04-20 17:50:37 +00:00
Claire
e7ee3a997c
Merge commit '28e5c3bb5116d012a1f58b4cbfe1a5fb302ac227' into glitch-soc/merge-upstream
...
Conflicts:
- `app/helpers/theme_helper.rb`:
Upstream added fallback behavior for when the admin-set theme does not exist.
Glitch-soc has a different theming system, but already had similar fallback,
so not changing glitch-soc code.
- `spec/helpers/theme_helper_spec.rb`:
Upstream adapted existing tests for the new fallback behavior, and added some
tests accordingly.
Glitch-soc has a different theming system, adapted the new tests accordingly.
2026-04-20 18:51:00 +02:00
Matt Jankowski
28e5c3bb51
Add coverage for "no change" scenario in admin change emails ( #38754 )
2026-04-20 16:05:46 +00:00
Claire
ccf5c09ad3
Fix incorrect value for feature_approval.current_user for local users ( #38751 )
2026-04-20 16:00:15 +00:00
David Roetzel
c0b1fbe0a9
Fix item limit on collections ( #38749 )
2026-04-20 10:17:12 +00:00
github-actions[bot]
d9149bfed9
New Crowdin Translations (automated) ( #38743 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2026-04-20 07:47:02 +00:00
renovate[bot]
0d283cc48e
Update dependency propshaft to v1.3.2 ( #38740 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-20 07:12:43 +00:00
renovate[bot]
06417e2b92
Update dependency sidekiq-scheduler to v6.0.2 ( #38737 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-20 07:12:21 +00:00
renovate[bot]
45fbb3b053
Update dependency faker to v3.8.0 ( #38724 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-20 07:11:24 +00:00
renovate[bot]
225fe58d5c
Update dependency sidekiq to v8.1.3 ( #38723 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-20 07:11:15 +00:00
renovate[bot]
048700da2f
Update Yarn to v4.14.1 ( #38720 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-20 07:09:37 +00:00
Claire
687a24dee8
Merge pull request #3484 from glitch-soc/glitch-soc/merge-upstream
...
Merge upstream changes up to b15d234ccb5d004180561c440dd45536d70e67b2
2026-04-18 19:56:43 +02:00
Shlee
bdad4f78f3
Fallback to default theme when admin-selected theme does not exist ( #38703 )
2026-04-17 16:57:38 +00:00
diondiondion
582a8a0880
[Glitch] Update design of account search dropdown in collection editor
...
Port 05a1c170c285221860e27cb3239092401c3cca8b to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-17 18:18:20 +02:00
diondiondion
fe712fa5af
[Glitch] Allow grouping items in Combobox component
...
Port 570f2ef4828044312a88ad410fa8e66939e75c56 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-17 18:16:16 +02:00
diondiondion
3916132f2f
[Glitch] Remove "View other collections from this user" from collection menu
...
Port e571994b5c6700cd896795f792978a709a09c5ce to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-17 18:13:13 +02:00
diondiondion
8257bdcbca
[Glitch] Implement new Collection inclusion rules in Collection accounts editor
...
Port a40b07164019ee38290eb2167b648a9f46c2634a to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-17 18:12:39 +02:00
Claire
fe869936ab
[Glitch] Fix Bundle being used with incorrect prop types by using type-dependent key
...
Port 0e6180a5afdecca880ec94077b7086dcbcaa29ab to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-17 18:12:03 +02:00
diondiondion
7c9d73d1cb
[Glitch] Update design of collection accounts editor
...
Port 5a38246ee8dffad6789fb4a3a7723477d2d97b4c to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-17 18:10:54 +02:00
diondiondion
87c66c8b96
[Glitch] Add more actions to collections notifications & context menus
...
Port 543db6d24c8764fe3975a138c777ffb1c28ae29e to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-17 18:07:21 +02:00
Claire
e0a34e6d89
Merge commit 'b15d234ccb5d004180561c440dd45536d70e67b2' into glitch-soc/merge-upstream
2026-04-17 18:06:10 +02:00
Matt Jankowski
b15d234ccb
Add domain_variants helper to DomainNormalizable concern ( #38539 )
2026-04-17 15:36:09 +00:00
diondiondion
05a1c170c2
Update design of account search dropdown in collection editor ( #38739 )
2026-04-17 15:13:18 +00:00
Matt Jankowski
ea33d7fba6
Add AccountMigration#remaining_cooldown_days method ( #38561 )
2026-04-17 14:01:07 +00:00
Matt Jankowski
1d3ca80bf7
Use model constants more consistently for view expiration collections ( #38589 )
2026-04-17 13:57:18 +00:00
Shlee
9afaa23e78
Fix incorrect only option in before_validation filters ( #38704 )
2026-04-17 13:36:38 +00:00