aboutsummaryrefslogtreecommitdiff
path: root/test/web/activity_pub
AgeCommit message (Collapse)Author
2019-07-09[#878] Tests improvements per code review.Ivan Tashkinov
2019-07-09[#878] Uncommented test statement.Ivan Tashkinov
2019-07-09[#878] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
878-activity-object-decoupling-in-tests # Conflicts: # lib/pleroma/object.ex # test/web/activity_pub/transmogrifier_test.exs # test/web/ostatus/ostatus_test.exs
2019-07-09Merge branch 'test-speedup' into 'develop'Haelwenn
Testing: Don't federate in testing. See merge request pleroma/pleroma!1391
2019-07-09Testing: Don't federate in testing.lain
2019-07-08[#878] Refactored assumptions on embedded object presence in tests. Adjusted ↵Ivan Tashkinov
note factory to not embed object into activity.
2019-06-30[#161] Refactoring, documentation.Ivan Tashkinov
2019-06-29[#161] Limited replies depth on incoming federation in order to prevent ↵Ivan Tashkinov
memory leaks on recursive replies fetching.
2019-06-28test: add tests for mediaproxy warming policyWilliam Pitcock
2019-06-23log capturingAlex S
2019-06-19unbreak pollsWilliam Pitcock
2019-06-19implement anti link spam MRFWilliam Pitcock
2019-06-16capturing errorsAlex S
2019-06-07replace missing mock with a 404rinpatch
2019-06-07Transmogrifier: Do not crash if inReplyTo does not exist and can't be fetchedrinpatch
2019-06-05Utils: Split update_follow_state and update_follow_state_for_all.lain
2019-06-05Transmogrifier: Add tests for incoming follows to locked accounts.lain
2019-06-05Typo + Linting.lain
2019-06-05User: Don't error out when following a user that's already followed.lain
This leads to a few situations where it is impossible to follow a user.
2019-06-05Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-06-04Merge branch 'develop' into issue/941Maksim Pechnikov
2019-06-04Add tests for get_existing_votesrinpatch
2019-06-04Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-06-04Merge branch 'develop' into issue/941Maksim Pechnikov
2019-06-04Merge branch 'feature/mrf-subchain' into 'develop'kaniini
MRF: subchain policy See merge request pleroma/pleroma!1233
2019-06-03add option skip_thread_containmentMaksim Pechnikov
2019-06-03Merge branch 'develop' into feature/polls-2-electric-boogalorinpatch
2019-06-02test: add tests for subchain policyWilliam Pitcock
2019-06-01Resolve merge conflictsrinpatch
2019-06-01Merge branch 'bugfix/visibility-indicator-litepub-dm' into 'develop'kaniini
visibility: if litepub:directMessage is asserted, always report the object as "direct" visibility See merge request pleroma/pleroma!1230
2019-06-01Remove all follower collections but actor's from "cc"Sergey Suprunenko
2019-06-01visibility: if litepub:directMessage is asserted, always report the object ↵William Pitcock
as "direct" visibility
2019-05-31Mastodon API: Fix lists leaking private postsrinpatch
Our previous list visibility resolver grabbed posts if either follower collection of the user in a list who is followed is in `to` or if follower collection of the user in a list was in `cc`. This not only missed unlisted posts but also lead to leaking private posts when `fix_explicit_addressing` mistakingly started putting follower collections to `cc` (also fixed in this MR). Reported by @kurisu@iscute.moe via a DM
2019-05-31Fix fix_explicit_addressing moving follower collection to cc and add tests ↵rinpatch
for it
2019-05-26mrf: simple policy: fix matching imported activitypub and ostatus statusesWilliam Pitcock
2019-05-24Fix testsEgor Kislitsyn
2019-05-24Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-22tests: add tests for banner and avatar removalWilliam Pitcock
2019-05-22Normalize poll votes to Answer objectsrinpatch
2019-05-22move key generation functions into Pleroma.Keys moduleWilliam Pitcock
2019-05-21Handle poll votesrinpatch
2019-05-20Add report filtering to MRF.SimplePolicyAaron Tinio
2019-05-18Resolve merge conflicts and remove IO.inspectsrinpatch
2019-05-17Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-17Add tests for MRF.SimplePolicyAaron Tinio
2019-05-16Merge branch 'fix/domain-unblocked-reblogs' into 'develop'feld
Fix domain-unblocked reblogs Closes #892 See merge request pleroma/pleroma!1157
2019-05-16Merge branch 'develop' into conversations-importMark Felder
2019-05-16Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-16Restrict reblogs of activities from blocked domainsAaron Tinio
2019-05-16Add test for blocked domainsAaron Tinio