Matt Jankowski
445aa4ac72
Convert activitypub/inboxes
spec controller->request ( #34292 )
2025-03-27 13:52:48 +00:00
Claire
1326088110
Change AccountReachFinder
to consider statuses based on suspension date ( #34291 )
2025-03-27 13:41:13 +00:00
Echo
8a3bed1933
Fix SASS deprecation notices ( #34278 )
2025-03-27 13:09:42 +00:00
renovate[bot]
aa575341c2
chore(deps): update dependency rubocop to v1.75.1 ( #34286 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-27 08:19:17 +00:00
github-actions[bot]
99f93e675a
New Crowdin Translations (automated) ( #34290 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2025-03-27 08:07:54 +00:00
Matt Jankowski
0e3ff680d3
Update rubocop
to version 1.75.0 ( #34283 )
2025-03-27 07:48:19 +00:00
Claire
d5d5501a22
Merge pull request #3013 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to c43508b3e0
2025-03-26 20:21:42 +01:00
Claire
449dc30739
Merge commit 'c43508b3e0b05c5e739d726bad53f1eef89e9376' into glitch-soc/merge-upstream
...
Conflicts:
- `app/lib/content_security_policy.rb`:
Upstream added support for `EXTRA_MEDIA_HOSTS` which is very similar to
glitch-soc's `EXTRA_DATA_HOST`.
Deprecate `EXTRA_DATA_HOST` FOR `EXTRA_MEDIA_HOST`.
2025-03-26 19:14:26 +01:00
Claire
21c05f838d
Merge pull request #3012 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to c93b2c6809
2025-03-26 18:44:06 +01:00
Claire
7e8a06ba94
[Glitch] Add new filter action to blur media
...
Port c93b2c6809
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-03-26 18:22:06 +01:00
Claire
9c5c86c947
Merge commit 'c93b2c6809905d24262b5973efe20832f1b04a6d' into glitch-soc/merge-upstream
2025-03-26 18:18:07 +01:00
scarf
e9fe01e2a6
feat: use <time>
tag ( #34131 )
2025-03-26 16:14:08 +00:00
Claire
c43508b3e0
Add registrations.reason_required
attribute to /api/v2/instance
response ( #34280 )
2025-03-26 14:12:58 +00:00
David Roetzel
02db065571
Use fixed order in flaky spec ( #34279 )
2025-03-26 13:26:24 +00:00
Claire
59e189ad3c
Add support for paginating partial collections in SynchronizeFollowersService
( #34277 )
2025-03-26 11:33:59 +00:00
github-actions[bot]
dd6c573cc3
New Crowdin Translations (automated) ( #34276 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2025-03-26 07:42:25 +00:00
Shlee
803a8be998
Add EXTRA_MEDIA_HOSTS
environment variable to add extra hosts to Content-Security-Policy ( #34184 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2025-03-26 07:42:15 +00:00
Claire
c93b2c6809
Add new filter action to blur media ( #34256 )
2025-03-26 07:31:05 +00:00
Matt Jankowski
2a181f56e3
Convert settings/deletes
spec controller->request/system ( #34274 )
2025-03-26 07:26:28 +00:00
Jeong Arm
2d248620d6
Merge pull request #2972 from tribela/fix-secondary-button
...
Fix secondary post button alignment
2025-03-25 22:08:56 +01:00
Claire
f34326c30c
Merge pull request #3010 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to 94d71c992e
2025-03-25 22:08:47 +01:00
Eugen Rochko
b67fc9c099
[Glitch] Refactor alerts to TypeScript, remove react-notification
dependency
...
Port 94d71c992e
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-03-25 21:23:24 +01:00
Claire
4ace929129
Merge commit '94d71c992e0fd88fc3a3fc92b598f139c874ab3f' into glitch-soc/merge-upstream
2025-03-25 21:12:37 +01:00
Claire
1b95c60974
Merge pull request #3009 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to e1dbbf6c9d
2025-03-25 21:12:01 +01:00
Claire
6301287e73
[Glitch] Fix bookmarks and favourites not being filtered
...
Port 2eb6d815d6
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-03-25 20:05:55 +01:00
Claire
53d07e2afe
[Glitch] Fix filters not applying in detailed view
...
Port 8c3eeb4d29
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-03-25 20:05:21 +01:00
Claire
745c445e7e
Merge commit 'e1dbbf6c9db6dbf3f356dae4c59fa05299372370' into glitch-soc/merge-upstream
2025-03-25 19:59:59 +01:00
Eugen Rochko
94d71c992e
Refactor alerts to TypeScript, remove react-notification
dependency ( #34239 )
2025-03-25 18:25:07 +00:00
Matt Jankowski
e1dbbf6c9d
Isolate assertions in v2/notifications intermittent failure cases ( #34271 )
2025-03-25 16:22:41 +00:00
Claire
3edac14f02
Fix follower synchronization mechanism erroneously removing followers from multi-page collections ( #34272 )
2025-03-25 15:50:05 +00:00
Echo
81b88095b4
Allow devcontainer to be accessed from local network ( #34269 )
2025-03-25 15:20:56 +00:00
Claire
2eb6d815d6
Fix bookmarks and favourites not being filtered ( #34260 )
2025-03-25 15:20:36 +00:00
Claire
8c3eeb4d29
Fix filters not applying in detailed view ( #34259 )
2025-03-25 13:11:49 +00:00
Claire
38f5e74122
Add Deprecation
headers on deprecated endpoints ( #34262 )
...
Co-authored-by: Damien Mathieu <42@dmathieu.com>
2025-03-25 12:30:10 +00:00
renovate[bot]
40bb8ec325
chore(deps): update dependency selenium-webdriver to v4.30.1 ( #34250 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-25 10:18:00 +00:00
renovate[bot]
ef8f62c382
chore(deps): update dependency mime-types to v3.6.2 ( #34266 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-25 09:09:25 +00:00
Matt Jankowski
9bba2aab33
Convert intents
spec controller->request ( #34261 )
2025-03-25 09:07:22 +00:00
renovate[bot]
2453b94198
chore(deps): update dependency nokogiri to v1.18.6 ( #34267 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-25 09:06:51 +00:00
github-actions[bot]
90bf67f053
New Crowdin Translations (automated) ( #34265 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2025-03-25 09:05:59 +00:00
renovate[bot]
2fc4475ea3
fix(deps): update babel monorepo to v7.27.0 ( #34263 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-25 08:57:15 +00:00
Claire
276a4499fd
Merge pull request #3008 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to 2e9b2df570
2025-03-25 09:46:02 +01:00
Eugen Rochko
a89d8ef663
[Glitch] Add double tap to zoom and swipe to dismiss to media modal in web UI
...
Port 2e9b2df570
to glitch-soc
Co-authored-by: ChaosExAnima <ChaosExAnima@users.noreply.github.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-03-24 20:27:06 +01:00
Claire
65b627e07f
[Glitch] Refactor spoiler button logic into separate SpoilerButton
component
...
Port 958953a687
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-03-24 20:22:18 +01:00
Claire
e7498887a7
Merge commit '2e9b2df570af19b67a5ccc754c7b581034ca79c6' into glitch-soc/merge-upstream
...
Conflicts:
- `app/javascript/styles/mastodon/components.scss`:
Upstream removed some code that somehow had been modified in glitch-soc.
Removed it as upstream did.
2025-03-24 20:06:25 +01:00
Eugen Rochko
2e9b2df570
Add double tap to zoom and swipe to dismiss to media modal in web UI ( #34210 )
...
Co-authored-by: ChaosExAnima <ChaosExAnima@users.noreply.github.com>
2025-03-24 17:25:30 +00:00
renovate[bot]
82acef50b0
fix(deps): update dependency sass to v1.86.0 ( #34197 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-24 15:46:38 +00:00
Claire
a72c7f6cc1
Fix streaming server refusing unix socket path in DATABASE_URL
( #34091 )
2025-03-24 14:07:27 +00:00
Claire
958953a687
Refactor spoiler button logic into separate SpoilerButton
component ( #34257 )
2025-03-24 13:58:37 +00:00
Claire
5390edc2aa
Change user archive signed URL TTL from 10 seconds to 1 hour ( #34254 )
2025-03-24 09:59:05 +00:00
Claire
225b18e742
Add system spec for account notes ( #34206 )
2025-03-24 09:30:23 +00:00