Claire
198283a188
Merge commit '36452845d78f6c3501af1e39391d06ab88a45a5a' into glitch-soc/backports-4.3
...
Conflicts:
- `.env.production.sample`:
Upstream added a block of three environment variables, while
glitch-soc has a different version of the file overall.
Added upstream's changes.
2024-10-16 12:42:12 +02:00
Claire
36452845d7
Explicitly install ImageMagick in CI (except for libvips tests) ( #32534 )
2024-10-16 12:40:58 +02:00
Christian Winther
5c4bcd2f08
Run migration tests against postgres 16 and 17 as well ( #32416 )
2024-10-16 12:40:58 +02:00
Claire
a20f38c930
Fix only the first paragraph being displayed in some notifications ( #32348 )
2024-10-16 12:40:58 +02:00
Renaud Chaput
b01bd74698
Add back a 6 hours mute duration option ( #32522 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
41e342a88f
Convert admin/invites
controller specs to system specs ( #32450 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
9258ee8847
Improve app/policies
coverage ( #32426 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
6d72c13a4d
Convert status embed controller to request spec ( #32448 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
ad4be12473
Add mention of encryption secrets to production sample ( #32512 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
527d1253bf
Reduce factory creation (14 -> 8) in ActivityPub::Activity::Block
spec ( #32488 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
ae676edc2b
Expand coverage for User#token_for_app
( #32434 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
63df649fe5
Expand coverage for Block
model ( #32480 )
2024-10-16 12:40:58 +02:00
Christian Schmidt
0ff427fab3
Translate to regional language variant (e.g. pt-BR) ( #32428 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
dc2f9eef77
Reduce factories (36 > 12) in AccountReachFinder
spec ( #32482 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
ff1247ad16
Use context
for repeated scenarios in AccountStatusCleanupPolicy
spec ( #32489 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
fbe55a4545
Reduce factory creation (73 -> 64) in PublicFeed
spec ( #32491 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
a72819660a
Reduce factory creation (48 -> 8) in AP::Note
serializer spec ( #32492 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
c292ed07fe
Expand coverage for Scheduler::IpCleanupScheduler
worker ( #32499 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
2d008108a4
Reduce factory creation (132 -> 40) in lib/vacuum/* specs ( #32498 )
2024-10-16 12:40:58 +02:00
Matt Jankowski
0c59ef44b1
Extend spec coverage for Poll
model ( #32500 )
2024-10-16 12:40:58 +02:00
Jeong Arm
12297faa1d
[Glitch] Fix reblog icons on account media view
...
Port 49b3d5692e
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-15 17:49:40 +02:00
Claire
9b6f92e47f
[Glitch] Fix follow recommendation carrousel scrolling on RTL layouts, for real
...
Port 70472de726
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-15 17:49:40 +02:00
Renaud Chaput
8b6247ca44
[Glitch] Fix back arrow pointing to the incorrect direction in RTL languages
...
Port ca68a3cacb
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-15 17:49:40 +02:00
Claire
836cbca469
[Glitch] Fix follow recommendation carrousel scrolling on RTL layouts
...
Port a2e24ee2de
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-15 17:49:20 +02:00
Claire
b091e531a5
Merge commit '49b3d5692e6f217e6506674ad8a623a4ba8d0c5f' into glitch-soc/backports-4.3
2024-10-15 17:42:22 +02:00
Jeong Arm
49b3d5692e
Fix reblog icons on account media view ( #32506 )
2024-10-15 17:37:14 +02:00
Claire
70472de726
Fix follow recommendation carrousel scrolling on RTL layouts, for real ( #32505 )
2024-10-15 17:37:14 +02:00
kenkiku1021
304e440f88
add SWIFT object storage uri to CSP media hosts ( #32439 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-10-15 17:37:14 +02:00
Renaud Chaput
ca68a3cacb
Fix back arrow pointing to the incorrect direction in RTL languages ( #32485 )
2024-10-15 17:37:14 +02:00
Emelia Smith
066efc2d3f
Fix: Use consistent REDIS_USER environment variable in streaming ( #32493 )
2024-10-15 17:37:14 +02:00
Claire
a2e24ee2de
Fix follow recommendation carrousel scrolling on RTL layouts ( #32462 )
2024-10-15 11:57:59 +02:00
Claire
ee61f7772a
Add further warnings about encryption secrets ( #32476 )
2024-10-15 11:57:59 +02:00
Matt Jankowski
5ee72f0e2d
Convert admin/tags
controller specs to system specs ( #32447 )
2024-10-15 11:57:59 +02:00
Claire
192e9d16eb
Fix follow recommendation suppressions not applying immediately ( #32392 )
2024-10-15 11:57:59 +02:00
Claire
a3f40309fb
Merge pull request #2883 from ClearlyClaire/glitch-soc/backports-4.3
...
Port changes from upstream to stable-4.3
2024-10-14 21:47:27 +02:00
Claire
782a785893
[Glitch] Fix mute duration not being shown in list of muted accounts in web UI
...
Port a295832960
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 19:24:11 +02:00
Claire
9f165436d2
[Glitch] Fix “Mark every notification as read” not updating the read marker if scrolled down
...
Port e018e6321f
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 19:23:38 +02:00
Claire
592945e498
[Glitch] Fix “Mention” appearing for otherwise filtered posts
...
Port f75eb1a8b0
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 19:23:18 +02:00
Michael Stanclift
bfb610922d
[Glitch] Restore list column border
...
Port de4f7859b4
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 19:22:54 +02:00
Claire
480dcecc11
[Glitch] Fix list edition modal styling
...
Port 45a520603b
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 19:22:35 +02:00
Matt Jankowski
2647606a15
[Glitch] Bring icon vertical middle to applications list style
...
Port fa4a82326d
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 19:22:02 +02:00
Claire
b40adb4a89
Merge commit 'f99da81ef8b14a851347503d4177f83322c16d9a' into glitch-soc/stable-4.3
2024-10-14 19:18:08 +02:00
Claire
f99da81ef8
Add tag with commit hash to PR image builds ( #32418 )
2024-10-14 13:14:38 +02:00
Claire
799f507dce
Fix language of push notifications ( #32415 )
2024-10-14 13:14:38 +02:00
Claire
81472396bc
Add note about not changing ActiveRecord encryption secrets once they are set ( #32413 )
2024-10-14 13:14:38 +02:00
Claire
a295832960
Fix mute duration not being shown in list of muted accounts in web UI ( #32388 )
2024-10-14 13:14:38 +02:00
Claire
e018e6321f
Fix “Mark every notification as read” not updating the read marker if scrolled down ( #32385 )
2024-10-14 13:14:38 +02:00
Claire
f75eb1a8b0
Fix “Mention” appearing for otherwise filtered posts ( #32356 )
2024-10-14 13:14:38 +02:00
Michael Stanclift
de4f7859b4
Restore list column border ( #32367 )
2024-10-14 13:14:38 +02:00
Claire
e5e0144957
Fix notification requests from suspended accounts still being listed ( #32354 )
2024-10-14 13:14:38 +02:00