github-actions[bot]
1c89309db0
New Crowdin Translations (automated) ( #35592 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2025-07-30 08:37:33 +00:00
Eugen Rochko
a368b29e27
Fix number of new replies increasing even if reply was not fetched ( #35577 )
2025-07-29 10:47:18 +00:00
Eugen Rochko
20bbd20ef1
Add ability to block words in usernames ( #35407 )
2025-07-29 10:19:15 +00:00
Eugen Rochko
8cf7a77808
Fix async refresh never being finished when status cannot be fetched ( #35500 )
2025-07-29 09:23:32 +00:00
Eugen Rochko
d121007927
Change "new replies available" notice to be above replies in web UI ( #35575 )
2025-07-29 09:00:27 +00:00
Claire
3eca8cce1c
Add second set of blocked text that applies to accounts regardless of account age ( #35563 )
2025-07-29 08:59:16 +00:00
github-actions[bot]
d299b0d576
New Crowdin Translations (automated) ( #35574 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2025-07-29 08:59:00 +00:00
Matt Jankowski
ea976a5ffb
Fix unnecessary account note addition for already-muted moved-to users ( #35566 )
2025-07-29 08:23:19 +00:00
Matt Jankowski
bedbab74b9
Use bundler version 2.7.1 ( #35567 )
2025-07-29 08:22:04 +00:00
Matt Jankowski
c587c44975
Fix Lint/NonLocalExitFromIterator cop in JSON-LD helper ( #34948 )
2025-07-28 15:35:37 +00:00
David Roetzel
f1b9868980
Bypass registration checks for seeded admin user ( #35565 )
2025-07-28 13:25:16 +00:00
Matt Jankowski
8d6f033326
Fix Style/GuardClause in move worker ( #35520 )
2025-07-28 12:55:05 +00:00
Colin Dean
b5cebf45ea
Swap order of translation restoration and service credit on post card ( #33619 )
2025-07-28 11:33:11 +00:00
renovate[bot]
513b6289d6
chore(deps): update dependency strong_migrations to v2.5.0 ( #35560 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-28 09:34:14 +00:00
Matt Jankowski
040a638ab9
Fix Style/GuardClause in Tag ( #35522 )
2025-07-28 08:54:29 +00:00
Matt Jankowski
eb73ae2f86
Fix Style/GuardClause in User#regenerate_feed! ( #35523 )
2025-07-28 08:53:52 +00:00
Matt Jankowski
916cc1365e
Fix Style/GuardClause in User#wrap_email_confirmation ( #35524 )
2025-07-28 08:52:59 +00:00
Matt Jankowski
86ef4d4884
Add skip_* methods to check move worker process ( #35538 )
2025-07-28 08:50:19 +00:00
renovate[bot]
456c3bda0b
chore(deps): update dependency omniauth-cas to v3.0.2 ( #35558 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-28 08:41:31 +00:00
Matt Jankowski
63daf6b317
Fix Style/GuardClause in PreviewCard ( #35525 )
2025-07-28 08:40:37 +00:00
Matt Jankowski
e183d7dd9a
Fix Style/GuardClause in app/helpers ( #35526 )
2025-07-28 08:40:20 +00:00
Matt Jankowski
2acc942bb4
Fix Style/GuardClause in WebfingerResource ( #35531 )
2025-07-28 08:39:11 +00:00
Matt Jankowski
038de44110
Fix Style/GuardClause in Webfinger lib ( #35532 )
2025-07-28 08:38:55 +00:00
renovate[bot]
3b01f98c11
fix(deps): update dependency vite-plugin-pwa to v1.0.2 ( #35529 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-28 08:32:47 +00:00
Matt Jankowski
7cd3738c19
Add with_list_account scope to List model ( #35539 )
2025-07-28 08:26:29 +00:00
Eugen Rochko
018e5e303f
Fix jobs being added to batch after they might already execute ( #35496 )
2025-07-28 08:20:12 +00:00
github-actions[bot]
a57a9505d4
New Crowdin Translations (automated) ( #35537 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2025-07-28 08:14:11 +00:00
Matt Jankowski
720ee96969
Move repeated snowflake ID gather to base classes ( #35554 )
2025-07-28 08:14:06 +00:00
Matt Jankowski
73f72ec8fe
Use attribute for defining rate_limit boolean ( #35555 )
2025-07-28 08:08:31 +00:00
Matt Jankowski
5d69157e62
Prefer delegated nil-wrapping methods to safe navigation ( #35541 )
2025-07-28 08:03:23 +00:00
Matt Jankowski
b464b87c2b
Use moved? query method where relevant ( #35542 )
2025-07-28 08:02:21 +00:00
Matt Jankowski
9d0d6f011c
Add coverage for AnnouncementReaction model ( #35543 )
2025-07-28 07:59:32 +00:00
william light
f3786e0816
hotkeys: only match just() when no modifiers are held ( #35535 )
2025-07-26 05:51:50 +00:00
Claire
3c2cbbb4a6
Merge pull request #3144 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to e93efe0e131481635e88d7ad114ef66148626f90
2025-07-25 23:43:35 +02:00
Claire
8649681c51
Merge commit 'e93efe0e131481635e88d7ad114ef66148626f90' into glitch-soc/merge-upstream
...
Conflicts:
- `app/serializers/activitypub/note_serializer.rb`:
Conflict because upstream added context extensions where glitch-soc had its own.
Added upstream's new context extension while keeping ours.
2025-07-25 21:45:00 +02:00
Claire
e93efe0e13
Fix unnecessary duplication in vite code for finding entrypoints ( #35515 )
2025-07-25 16:38:21 +00:00
Claire
5a88b7f683
Add experimental basic quote post authoring ( #35355 )
2025-07-25 12:35:24 +00:00
Roni Laukkarinen
81da377d8e
Fix Vite build failure on Node.js v20 due to undefined file.parentPath ( #35509 )
2025-07-25 07:59:49 +00:00
github-actions[bot]
d950298d29
New Crowdin Translations (automated) ( #35514 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2025-07-25 07:29:48 +00:00
Matt Jankowski
2e35defeec
Update rubocop to version 1.79.0 ( #35502 )
2025-07-25 07:22:05 +00:00
Matt Jankowski
960f693219
Use field partial in admin account show view ( #35503 )
2025-07-25 07:21:08 +00:00
Matt Jankowski
e5e977c24f
Fix Style/GuardClause in worker rescues ( #35508 )
2025-07-25 07:18:46 +00:00
Claire
cac693d0eb
Merge pull request #3142 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to a863e68d174b176dc350d8e3472c010cd37b7807
2025-07-24 21:51:04 +02:00
Echo
ad0f2c5e02
[Glitch] Force modern emoji experimental to be dev mode only
...
Port dfaca794bf98e40954f1ef869f9c7e9274167d74 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-07-24 18:21:51 +02:00
diondiondion
3f980d6751
[Glitch] fix: Fix TypeError on pages with empty feeds
...
Port 6fc77a545bef8c15cdc262f100efc2915c5900ed to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-07-24 18:16:23 +02:00
Mayank
d235b2ce62
[Glitch] remove redundant title text from media modal images in web UI
...
Port 8baed8b90e3e5d4e1df93a19b46c420148cdb42c to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-07-24 18:14:52 +02:00
Echo
ec412e1748
[Glitch] Enables cross-origin Web Workers
...
Port 7f9ad7eabf9d86731ce4af33a8d4a8d35ca3e077 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-07-24 18:14:25 +02:00
Claire
cee41da8d8
[Glitch] Fix “Expand this post” link including user @undefined
...
Port a6794c066d422bff0b1e132ce22fd73fcd9cc56b to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-07-24 18:13:22 +02:00
Claire
72affd6b45
Merge commit 'a863e68d174b176dc350d8e3472c010cd37b7807' into glitch-soc/merge-upstream
...
Conflicts:
- `app/models/trends/statuses.rb`:
Conflict because of glitch-soc's setting to allow CWs in trends.
Kept glitch-soc's setting but followed upstream's refactor.
- `docker-compose.yml`:
Conflict because of upstream VS glitch-soc repos.
Updated version number as upstream did, but kept glitch-soc repos.
2025-07-24 18:10:38 +02:00
Claire
a863e68d17
Add restrictions on which quote posts can trend ( #35507 )
2025-07-24 15:45:12 +00:00