summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/activity_pub_test.exs
AgeCommit message (Collapse)Author
2018-05-22Hook up unfollow and (un)block to MastoAPI + testsFrancis Dinh
2018-05-20Fix unfollowsFrancis Dinh
2018-05-19Support Undo like activities (Fix #139)Thog
2018-05-13Fix format.lain
2018-05-13Revert "Remove 'unlisted' handling for now."lain
This reverts commit 1027d1f6963b495a5abc67b05447619ce7d429db.
2018-05-13Remove 'unlisted' handling for now.lain
It's just too slow (over 1 second on small systems, haven't looked at the queries in detail yet). We'll need some other way to handle it.
2018-05-13Merge branch 'feature/unrepeats' into 'develop'lambda
Add unrepeats Closes #69 See merge request pleroma/pleroma!113
2018-05-13Add test.lain
2018-05-04Fix formattingFrancis Dinh
2018-04-28Merge branch 'fix/blocked-user-boosts' into 'develop'lambda
ActivityPub.ex: do not return boosted statuses from blocked users. See merge request pleroma/pleroma!111
2018-04-25Merge branch 'feature/unrepeats' of git.pleroma.social:normandy/pleroma into ↵Francis Dinh
feature/unrepeats
2018-04-25Formatting fixesFrancis Dinh
2018-04-25Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵Francis Dinh
feature/unrepeats
2018-04-22Embed announce activity data instead of linking to itFrancis Dinh
2018-04-21Update note count in ActivityPub.create.eal
2018-04-20Use correct activity for undoFrancis Dinh
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
Also do some very basic checks for AP message insertion.
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