aboutsummaryrefslogtreecommitdiff
path: root/test/web/activity_pub
AgeCommit message (Collapse)Author
2019-08-14[#161] Refactoring, documentation.Ivan Tashkinov
2019-08-14[#161] Limited replies depth on incoming federation in order to prevent ↵Ivan Tashkinov
memory leaks on recursive replies fetching.
2019-08-14tests: add tests for mrf_vocabularyAriadne Conill
2019-08-14tests: add tests for MRF.describe()Ariadne Conill
2019-08-14MRF: ensure that subdomain_match calls are case-insensitiveAriadne Conill
2019-08-14Strip internal fields including likes from incoming and outgoing activitiesSergey Suprunenko
2019-08-14ActivityPub tests: remove assertions of embedded object being updated,rinpatch
because the objects are no longer supposed to be embedded
2019-08-14Feature/1087 wildcard option for blocksAlexander Strizhakov
2019-07-14tests: fix object containment violations in the transmogrifier testsAriadne Conill
Some objects were not completely rewritten in the tests, which caused object containment violations. Fix them by rewriting the object IDs to be in an appropriate namespace.
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-04Merge branch 'develop' into issue/941Maksim Pechnikov
2019-06-04Add tests for get_existing_votesrinpatch
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-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-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-16Restrict reblogs of activities from blocked domainsAaron Tinio
2019-05-16Add test for blocked domainsAaron Tinio
2019-05-15Handle incoming Question objectsrinpatch
2019-05-15chase test failuresWilliam Pitcock
2019-05-15test: update obsolete testWilliam Pitcock
2019-05-15Merge remote-tracking branch 'origin/develop' into conversations-importlain
2019-05-15CommonAPI: Refactor visibility, forbid public to private replies.lain
2019-05-12tests: fix AP test failuresWilliam Pitcock