Commit graph

2832 commits

Author SHA1 Message Date
Claire
8489f6c8fc
Fix namespace of QuoteAuthorization type in specs () 2025-04-17 09:19:23 +00:00
Claire
df2611a10f
Add initial support for ingesting and verifying remote quote posts () 2025-04-17 07:45:23 +00:00
Eugen Rochko
ff0990ec9f
Add REST API for fetching an account's endorsed accounts () 2025-04-16 05:39:20 +00:00
Matt Jankowski
2eaef09166
Use enum validation instead of ArgumentError rescue for List replies policy check () 2025-04-14 21:11:10 +00:00
Matt Jankowski
aadff24099
Enable validate: true on CustomFilter#action () 2025-04-14 07:28:11 +00:00
Matt Jankowski
de19af3650
Extract frontend_translations helper to support module () 2025-04-10 13:51:17 +00:00
Matt Jankowski
4c2f64907b
Remove deprecated Import model () 2025-04-10 12:49:24 +00:00
Matt Jankowski
6deadd596d
Remove deprecated single-argument variation of UnfilterNotificationsWorker () 2025-04-09 13:42:57 +00:00
Claire
dd23ba9c83
Refactor local-URI-to-account resolving () 2025-04-02 14:44:09 +00:00
Matt Jankowski
d315a90db7
Convert settings/pictures spec controller->request () 2025-04-02 12:58:47 +00:00
Matt Jankowski
501ced4239
Add coverage for extra attributes scenario in Admin::Trends::StatusesHelper#one_line_preview method () 2025-04-02 12:52:54 +00:00
David Roetzel
e2ef173b82
Refactoring: Move SignatureVerificationError into Mastodon namespace () 2025-04-02 07:54:29 +00:00
David Roetzel
97b9994743
Basic FASP support () 2025-03-28 12:16:40 +00:00
Matt Jankowski
dfa4a97dd8
Fix intermittent account note failure by removing disappearing content check () 2025-03-28 09:24:36 +00:00
Claire
c2defe0e4c
Change account suspensions to be federated to recently-followed accounts as well () 2025-03-28 09:20:32 +00:00
Matt Jankowski
0479efdbb6
Fix intermittent failure on account note system spec () 2025-03-27 15:09:09 +00:00
Matt Jankowski
ef879a532f
Convert activitypub/* controller specs to request specs () 2025-03-27 14:55:13 +00:00
Matt Jankowski
445aa4ac72
Convert activitypub/inboxes spec controller->request () 2025-03-27 13:52:48 +00:00
David Roetzel
02db065571
Use fixed order in flaky spec () 2025-03-26 13:26:24 +00:00
Claire
59e189ad3c
Add support for paginating partial collections in SynchronizeFollowersService () 2025-03-26 11:33:59 +00:00
Matt Jankowski
2a181f56e3
Convert settings/deletes spec controller->request/system () 2025-03-26 07:26:28 +00:00
Matt Jankowski
e1dbbf6c9d
Isolate assertions in v2/notifications intermittent failure cases () 2025-03-25 16:22:41 +00:00
Claire
3edac14f02
Fix follower synchronization mechanism erroneously removing followers from multi-page collections () 2025-03-25 15:50:05 +00:00
Claire
38f5e74122
Add Deprecation headers on deprecated endpoints ()
Co-authored-by: Damien Mathieu <42@dmathieu.com>
2025-03-25 12:30:10 +00:00
Matt Jankowski
9bba2aab33
Convert intents spec controller->request () 2025-03-25 09:07:22 +00:00
Claire
225b18e742
Add system spec for account notes () 2025-03-24 09:30:23 +00:00
Claire
ef870007e9
Fix CacheBuster being queued for missing media attachments () 2025-03-24 08:58:15 +00:00
Matt Jankowski
9d3daa847a
Convert filters/statuses spec controller->system/request () 2025-03-24 08:11:34 +00:00
Matt Jankowski
a2981a0997
Convert admin/users/two_factor_authentications spec controller->system () 2025-03-21 07:41:38 +00:00
Matt Jankowski
469cfc5430
Convert admin/change_emails spec controller->system () 2025-03-21 07:40:29 +00:00
Matt Jankowski
0284e77e5f
Convert admin/action_logs spec controller->system () 2025-03-21 07:38:29 +00:00
Matt Jankowski
f7b1769e8a
Convert admin/dashboard spec controller->system () 2025-03-19 08:32:36 +00:00
Matt Jankowski
539a06f189
Convert admin/account_actions spec controller->system () 2025-03-19 08:20:16 +00:00
Matt Jankowski
795d465f8d
Convert disputes/strikes spec controller->request/system () 2025-03-18 08:18:36 +00:00
Matt Jankowski
8ef546fe6b
Convert oauth/tokens#revoke spec controller->request () 2025-03-18 08:16:42 +00:00
Claire
e30001bc80
Fix incorrect URL being used when cache busting () 2025-03-17 16:40:28 +00:00
Eugen Rochko
d213c585ff
Add age verification on sign-up () 2025-03-14 14:07:29 +00:00
David Roetzel
4a6cf67c46
Add middleware to record queue time () 2025-03-14 13:52:04 +00:00
Matt Jankowski
f71a855e2d
Add coverage for standard params on push subs create () 2025-03-12 14:29:19 +00:00
Claire
966b816382
Refactor ActivityPub::FetchRepliesService and ActivityPub::FetchAllRepliesService () 2025-03-12 11:52:38 +00:00
Claire
9db26db495
Refactor reply-fetching code and disable it by default () 2025-03-12 10:28:06 +00:00
Jonny Saunders
46e13dd81c
Add Fetch All Replies Part 1: Backend ()
Signed-off-by: sneakers-the-rat <sneakers-the-rat@protonmail.com>
Co-authored-by: jonny <j@nny.fyi>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Kouhai <66407198+kouhaidev@users.noreply.github.com>
2025-03-12 09:03:01 +00:00
Claire
420ffdfb62
Add delay to profile updates to debounce them () 2025-03-11 16:17:17 +00:00
Matt Jankowski
6d5a1fbe1d
Assert on page contents while progressing through new_statuses system spec () 2025-03-11 14:00:51 +00:00
Matt Jankowski
325b55485e
Convert admin/settings/branding spec controller->request () 2025-03-11 13:32:39 +00:00
David Roetzel
bedf808e02
Move feature flag test setup into config () 2025-03-11 13:29:17 +00:00
Matt Jankowski
dc43699b77
Assert on page contents before reloading report for interface JS spec () 2025-03-11 09:14:16 +00:00
David Roetzel
26b5f45564
Make Faker generate unique TOS effective dates () 2025-03-10 09:33:37 +00:00
Matt Jankowski
e1f278cdf2
Convert admin/webhooks/secrets spec controller->system () 2025-03-10 08:17:48 +00:00
Matt Jankowski
7169b270ae
Convert admin/site_uploads spec controller->system () 2025-03-10 08:17:02 +00:00