pleroma/lib/pleroma/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.ex Mastodon API: Fix lists leaking private posts 2019-05-31 15:25:17 +03:00
activity_pub_controller.ex move key generation functions into Pleroma.Keys module 2019-05-22 03:58:15 +00:00
mrf.ex [Credo] Remove parentesis on argument-less functions 2019-03-13 04:26:56 +01:00
publisher.ex kill @httpoison 2019-05-25 04:24:21 +00:00
relay.ex Merging with develop 2019-05-01 12:29:33 +07:00
transmogrifier.ex Fix fix_explicit_addressing moving follower collection to cc and add tests for it 2019-05-31 14:17:05 +03:00
utils.ex Add Reports to Admin API 2019-05-16 19:09:18 +00:00
visibility.ex Merge branch 'develop' into conversations-import 2019-05-16 13:11:17 -05:00