Pleroma/lib/pleroma/web/activity_pub
Ariadne Conill 739bbe0d3b security: detect object containment violations at the IR level
It is more efficient to check for object containment violations at the IR
level instead of in the protocol handlers.  OStatus containment is especially
a tricky situation, as the containment rules don't match those of IR and
ActivityPub.

Accordingly, we just always do a final containment check at the IR level
before the object is added to the IR object graph.
2019-07-14 17:47:08 +00:00
..
mrf
views ActivityPub User view: Following/Followers refactoring 2019-07-12 19:41:55 +03:00
activity_pub.ex security: detect object containment violations at the IR level 2019-07-14 17:47:08 +00:00
activity_pub_controller.ex ActivityPub Controller: Actually pass for_user to following/followers 2019-07-12 20:54:20 +03:00
mrf.ex
publisher.ex
relay.ex
transmogrifier.ex removing synchronization worker 2019-07-10 17:42:18 +03:00
utils.ex
visibility.ex