Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-30 | Add recognized activity types to a constant and use it in the test | Mark Felder | |
2024-08-29 | Test more types we do not want to receive from strangers | Mark Felder | |
2024-08-29 | Fix test title to be more specific as it has a broader but incorrect meaning | Mark Felder | |
2024-08-29 | Convert to an Plug called InboxGuard | Mark Felder | |
2024-08-29 | Switch test to the inbox | Mark Felder | |
2024-08-29 | Drop incoming Delete activities from unknown actors | Mark Felder | |
2024-08-28 | Move user active check into Federator.perform/1 | Mark Felder | |
2024-08-28 | ReceiverWorker job canceled due to deleted object | Mark Felder | |
2024-08-28 | Cancel ReceiverWorker jobs if the user account has been disabled / deactivated | Mark Felder | |
2024-08-28 | Add test for origin containment failures | Mark Felder | |
2024-08-28 | Simplify test, move data into a json fixture | Mark Felder | |
By removing the inReplyTo, tags, and cc we can simplify the test and it still passes signature validation | |||
2024-08-28 | Cancel if the User fetch resulted in a 410 | Mark Felder | |
2024-08-28 | Add test confirming cancellation for activity by a deleted user | Mark Felder | |
2024-08-28 | ReceiverWorker: cancel job if user fetch is forbidden | Mark Felder | |
An instance block with authenticated fetch being required can cause this as we couldn't get the user to find their public key to verify the signature. Commonly observed if someone boosts/Announces a post from an instance that blocked you. | |||
2024-08-22 | Change imports to generate an Oban job per each task | Mark Felder | |
2024-08-22 | Fix Oban jobs for imports | Mark Felder | |
2024-08-19 | Merge branch 'reachability' into 'develop' | feld | |
Fix reachability based on results of publishing attempts See merge request pleroma/pleroma!4231 | |||
2024-08-19 | Fix test cases for validating instance reachability based on results of ↵ | Mark Felder | |
publishing attempts Now that we store the unreachable_since in the Oban job the value is no longer a %NaiveDateTime{} so the code was wrong | |||
2024-08-17 | Improve Remote Object Fetcher error handling, Oban | Mark Felder | |
2024-08-17 | Update tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-08-17 | Validate media description length | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-08-17 | Add test for avatar description | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-08-16 | Merge branch 'bugfix-truncate-remote-user-fields' into 'develop' | feld | |
User: truncate remote user fields instead of rejecting See merge request pleroma/pleroma!4220 | |||
2024-08-14 | Fix 'Setting a marker should mark notifications as read' | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-08-14 | User: truncate remote user fields instead of rejecting | Haelwenn (lanodan) Monnier | |
2024-08-13 | Revert "Custom mix task to retry failed tests once in CI pipeline" | Mark Felder | |
This reverts commit ed2976b237b53a524247d564691e0a12d3231d68. | |||
2024-08-13 | Fix the uploads migration mix task test which leaked a change to the ↵ | Mark Felder | |
configured Uploader | |||
2024-08-12 | MRF.FODirectReply: use Visibility module to verify the scope | Mark Felder | |
2024-08-12 | MRF.QuietReply: add test for replies to unlisted posts | Mark Felder | |
2024-08-12 | Merge branch 'followers-only-reply-direct-mrf' into 'develop' | feld | |
MRF.FODirectReply See merge request pleroma/pleroma!4091 | |||
2024-08-12 | User Factory: include the nickname in the generated URLs | Mark Felder | |
2024-08-12 | MRF.FODirectReply | Mark Felder | |
Force replies to followers-only posts to always be direct | |||
2024-08-12 | Merge branch 'mrf-quietreply' into 'develop' | feld | |
MRF.QuietReply See merge request pleroma/pleroma!4213 | |||
2024-08-12 | Revert accidental removal of test unrelated to identity proofs | Mark Felder | |
2024-08-12 | Update test as /api/v1/endorsements is not a stub | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-08-12 | Remove stub for /api/v1/accounts/:id/identity_proofs (deprecated by Mastodon ↵ | marcin mikołajczak | |
3.5.0) Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-08-08 | We must change to/cc in the activity and inner object | Mark Felder | |
2024-08-08 | Unintended commit | Mark Felder | |
2024-08-08 | Added MRF.QuietReply which prevents replies to public posts from being ↵ | Mark Felder | |
published to the timelines | |||
2024-08-08 | Merge branch 'inactive-test' into 'develop' | feld | |
Do not allow committing tests with a .ex extension See merge request pleroma/pleroma!4211 | |||
2024-08-07 | Improve variable name | Mark Felder | |
2024-08-07 | Add test for Follow objects with a cc | Mark Felder | |
2024-08-07 | Merge remote-tracking branch 'origin/develop' into inactive-test | Mark Felder | |
2024-08-07 | Merge branch 'workerhelper-fix' into 'develop' | feld | |
Fix WebPush notifications not generating jobs See merge request pleroma/pleroma!4210 | |||
2024-08-07 | Do not allow committing tests with a .ex extension | Mark Felder | |
2024-08-07 | Fix WebPush notifications not generating jobs | Mark Felder | |
Dialyzer pointed this one out. The WorkerHelper removal in !4166 was missing this Oban.insert() and tests were not noticing any problems because we mocked the Push.send function instead of executing it and checking for the Oban job. | |||
2024-08-07 | Fix CommonAPI.follow/2 which returned users in the reverse order they were ↵ | Mark Felder | |
provided to the function | |||
2024-08-07 | Merge branch 'stream-follow-relationships-count' into 'develop' | feld | |
StreamerView: Do not leak follows count if hidden See merge request pleroma/pleroma!4205 | |||
2024-08-07 | Merge branch 'stream-follow-relationships-count' into develop | Mark Felder | |
2024-08-07 | Tests to confirm wanted behavior | Mark Felder | |