summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/activity_pub_controller_test.exs
AgeCommit message (Collapse)Author
2018-03-31Don't fetch anything except ap_id for follower / followinglain
collections. Should speed up the queries because ecto doesn't have to parse the json.
2018-03-30Format the code.lain
2018-02-25Fix specs.lain
2018-02-15ActivityPubController: Handle inbox data.lain
2017-12-11ActivityPub: Add controller tests.Lain Iwakura