summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/activity_pub_test.exs
AgeCommit message (Expand)Author
2018-04-18Handle unrepeats via the TwitterAPIFrancis Dinh
2018-04-18Expose unannounce activity so that it can be testedFrancis Dinh
2018-04-14Add unreblogging testsFrancis Dinh
2018-04-14ActivityPub.ex: do not return boosted statuses from blocked users.eal
2018-04-02Load all users at once in timelines.lain
2018-04-02Generates contexts and ids on insertion time.lain
2018-03-30Format the code.lain
2018-02-25Add support for outgoing update.lain
2018-02-25Fix more specs.lain
2018-02-25Handle remote update activities.lain
2018-02-23Correctly stitch mastodon -> ostatus replies.lain
2018-02-21ActivityPub: Fetch missing activities on reply.lain
2018-02-18Actually fix incoming attachments.lain
2018-02-18ActivityPub: Make fake Create activities for objects without one.lain
2018-02-17ActivityPub: Fetch an object from an id.lain
2018-02-15ActivityPub: Refactor create function.lain
2018-02-12Merge branch 'develop' into feature/activitypublain
2018-02-12Make test output easier to read.lain
2018-02-11Basic AP user building.Roger Braun
2017-12-12Add recipients field to activities.Lain Iwakura
2017-11-09Add actor column to activities.Roger Braun
2017-11-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developRoger Braun
2017-11-05Fix bug when no posts are in the db.Roger Braun
2017-11-02Handle nil cases.Roger Braun
2017-11-02Don't return blocked users' activities in contexts.Roger Braun
2017-11-02Don't return activities from blocked users.Roger Braun
2017-09-04Don't delete new delete activity...Roger Braun
2017-09-04Add delete to ActivityPub.Roger Braun
2017-06-30Only return posts in TwAPI conversations.Roger Braun
2017-06-30Order conversation fetches like GS does.Roger Braun
2017-05-16AP refactoring.Roger Braun
2017-05-07Prevent double insertions.Roger Braun
2017-05-07Merge branch 'develop' into dtluna/pleroma-feature/unfollow-activityRoger Braun
2017-05-03Remove doubled 'to' recipients.Roger Braun
2017-05-02Save context in likes / announces.Roger Braun
2017-04-21Add Undo of Follow Activity insertiondtluna
2017-04-16Add basic Avatar updating code.Roger Braun
2017-04-16Add avatar objects to user, fix specs.Roger Braun
2017-04-16Support data uris in uploads.Roger Braun
2017-04-15Address liking / announcing to the original author.Roger Braun
2017-04-15Add announcements to activitypub.Roger Braun
2017-04-14Add unliking to activitypub.Roger Braun
2017-04-14Favorite changes.Roger Braun
2017-04-13Add liking to ActivityPub.Roger Braun
2017-04-12Add max_id fetching to activity fetching.Roger Braun
2017-03-30Put objects in inserted activties into the db.Roger Braun
2017-03-29Basic file uploading via TwAPI.Roger Braun
2017-03-24Add fetching of activities in context.Roger Braun
2017-03-23Add id to objects, too.Roger Braun
2017-03-23Generate ids for activities.Roger Braun