pleroma/test/web/activity_pub
rinpatch f5851ff645 Mastodon API: Fix lists leaking private posts
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-31 17:37:22 +02:00
..
mrf test: add anti-followbot policy tests 2019-01-24 09:50:40 +00:00
views activitypub: object view: avoid leaking private details 2018-11-17 22:30:53 +00:00
activity_pub_controller_test.exs tests: fix formatting 2019-02-21 09:18:48 +01:00
activity_pub_test.exs Mastodon API: Fix lists leaking private posts 2019-05-31 17:37:22 +02:00
relay_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
transmogrifier_test.exs Fix fix_explicit_addressing moving follower collection to cc and add tests for it 2019-05-31 17:07:26 +02:00
utils_test.exs activitypub: utils: add determine_explicit_mentions() and tests 2019-01-20 02:27:48 +00:00