aboutsummaryrefslogtreecommitdiff
path: root/test/web/activity_pub
AgeCommit message (Collapse)Author
2018-10-26tests: add testsuite for broken thread filterWilliam Pitcock
2018-10-25tests: add test for user inboxWilliam Pitcock
2018-09-27transmogrifier: more robustly handle dereferencing pointer URIsWilliam Pitcock
2018-09-27transmogrifier: Add support for array-less hashtags, add broken announce, ↵Haelwenn (lanodan) Monnier
harden get_actor
2018-09-27transmogrifier_test: incoming notices with tag not being an array (kroeg)Haelwenn (lanodan) Monnier
2018-09-01tests: add regression testsWilliam Pitcock
2018-08-23tests: add a testcase for verifying that objects without a valid ID are ↵William Pitcock
always rejected
2018-08-21Basic peertube support.Haelwenn (lanodan) Monnier
2018-08-16Merge branch 'bugfix/federation-kroeg' into 'develop'kaniini
fix federation with kroeg See merge request pleroma/pleroma!272
2018-08-16Merge branch 'fix/put-repeats-at-activitypub-outbox' into 'develop'kaniini
Fix: Output repeats at ActivityPub outbox Closes #191 See merge request pleroma/pleroma!175
2018-08-14test: add kroeg fixturesWilliam Pitcock
2018-07-21improve testhakabahitoyo
2018-07-21debughakabahitoyo
2018-07-21improve testhakabahitoyo
2018-07-12Add test for Plume ArticlesHaelwenn (lanodan) Monnier
2018-07-12activitypub: switch to using x509 representation for public keys instead of ↵William Pitcock
pkcs#1
2018-06-19Merge branch 'bugfix/block-follow-relationships' into 'develop'lambda
fix follow relationship leaks when blocked See merge request pleroma/pleroma!230
2018-06-19tests: transmogrifier: ensure incoming blocks have the same effect as local ↵William Pitcock
blocks
2018-06-18tests: add regression test for contentMap-only postsWilliam Pitcock
2018-06-14Merge branch 'feature/twitterapi-unrepeat' into 'develop'lambda
Add TwitterAPI unretweet endpoint and cleanup AP.unannounce See merge request pleroma/pleroma!218
2018-06-13Add unretweet TwAPI endpoint and cleanup AP.unannounceFrancis Dinh
2018-06-08tests: add regression test for locking/unlocking account updatesWilliam Pitcock
2018-06-03Better error handling for ActivityPubControllerlain
2018-05-30Fix url guessing attacks.lain
2018-05-26Formatting.lain
2018-05-26Make Mastodon follow hack more explicit.lain
2018-05-26Don't treat remote accepts/rejects as local.lain
Also, use specialized functions to get safe data.
2018-05-26tests: add tests to verify the accept request is discarded if no follow ↵William Pitcock
activity could be found
2018-05-25activitypub transmogrifier: cleanups and tests for incoming accepts/rejectsWilliam Pitcock
2018-05-22Hook up unfollow and (un)block to MastoAPI + testsFrancis Dinh
2018-05-21Fix unblock handlingFrancis Dinh
2018-05-20Fix unfollowsFrancis Dinh
2018-05-20pass user to User.blocks?/2 instead of ap_idFrancis Dinh
2018-05-20Merge remote-tracking branch 'upstream/develop' into ↵Francis Dinh
feature/incoming-remote-unfollow Fixed some conflicts in transmogrifier.ex
2018-05-20Fix test for blocksFrancis Dinh
2018-05-19Formatting and add tests for blocks/unblocksFrancis Dinh
2018-05-19Support Undo like activities (Fix #139)Thog
2018-05-19tests: add test for hubzilla follow activity tooWilliam Pitcock
2018-05-19tests: add tests for Transmogrifier.maybe_fix_user_object()William Pitcock
2018-05-17Revert "Undo formatting in user.ex"Francis Dinh
This reverts commit e6dc15b96cb971836211a1e57be1756936456c17.
2018-05-17Undo formatting in user.exFrancis Dinh
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