pleroma/test/web/activity_pub
rinpatch d9c0650ff9 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 15:25:17 +03:00
..
mrf mrf: simple policy: fix matching imported activitypub and ostatus statuses 2019-05-26 02:01:24 +00:00
views move key generation functions into Pleroma.Keys module 2019-05-22 03:58:15 +00:00
activity_pub_controller_test.exs Use `User.get_cached*` everywhere 2019-04-22 07:20:43 +00:00
activity_pub_test.exs Mastodon API: Fix lists leaking private posts 2019-05-31 15:25:17 +03: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 14:17:05 +03:00
utils_test.exs Use `User.get_cached*` everywhere 2019-04-22 07:20:43 +00:00
visibilty_test.exs Merge remote-tracking branch 'origin/develop' into conversations-import 2019-05-15 17:47:29 +02:00