aboutsummaryrefslogtreecommitdiff
path: root/test/web/activity_pub
AgeCommit message (Collapse)Author
2018-05-17Add support for incoming remote unfollowsFrancis Dinh
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-11Add tests for unrepeatsFrancis Dinh
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-22Small cleanup.lain
2018-04-21Update note count in ActivityPub.create.eal
2018-04-21Formatting fixes.lain
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-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-03-24activitypub transmogrifier: rewrite incoming hashtagsWilliam Pitcock
2018-03-23For outgoing objects, fake mastodon style ap id for ostatus.lain
2018-03-14activitypub transmogrifier: rewrite non-http URLs using the object's ↵William Pitcock
external URL Signed-off-by: lain <lain@soykaf.club>
2018-03-03Handle incoming deletes.lain
2018-02-25Add support for outgoing update.lain
2018-02-25Fix more specs.lain
2018-02-25Fix specs.lain
2018-02-25Handle remote update activities.lain
2018-02-25Some fixes to AP fetching.lain
2018-02-24Remove unneccesary subscriptions on update.lain
2018-02-24More fixes to user upgrading.lain
2018-02-23Correctly stitch mastodon -> ostatus replies.lain
2018-02-23Missing test skeleton.lain
2018-02-22Get avatar and banner from AP users.lain
2018-02-21Add user upgrade function.lain
2018-02-21ActivityPub: Fetch missing activities on reply.lain
2018-02-19Ignore duplicate create activities.lain
2018-02-19AP: Fix incoming conversations.lain
2018-02-18Handle sensitive property.lain
2018-02-18Transmogrify outgoing nsfw.lain
2018-02-18ActivityPub: Add conversation id.lain
2018-02-18Transmogrify outgoing hashtags.lain
2018-02-18Actually fix incoming attachments.lain
2018-02-18ActivityPub: Make fake Create activities for objects without one.lain
2018-02-17ActivityPub: Handle incoming announces.lain