aboutsummaryrefslogtreecommitdiff
path: root/test/web/activity_pub
AgeCommit message (Collapse)Author
2018-12-04formatting the codeMaksim Pechnikov
2018-12-04all tests passedMaksim Pechnikov
2018-12-04update testMaksim Pechnikov
2018-12-04update testMaksim Pechnikov
2018-12-04object: factor out fetching functions into Pleroma.Object.Fetcher moduleWilliam Pitcock
2018-12-04object: move object containment out of transmogrifier into it's own moduleWilliam Pitcock
2018-12-04tests: activitypub: fix broken test due to invalid child objectWilliam Pitcock
2018-12-04tests: fix most remaining failuresWilliam Pitcock
2018-12-02Hide network in ap.lain
2018-11-27More fixes.lain
2018-11-17activitypub: object view: avoid leaking private detailsWilliam Pitcock
2018-11-17activitypub: transmogrifier: make deletes secureWilliam Pitcock
2018-11-17tests: add a test to verify the general fake direction protection works in ↵William Pitcock
all cases
2018-11-17tests: add a testcase for user collisionWilliam Pitcock
2018-11-17tests: add tests for contain_origin_from_id()William Pitcock
2018-11-17tests: add a second spoofing variantWilliam Pitcock
2018-11-17test: fix more test defectsWilliam Pitcock
2018-11-17tests: add additional spoofing testsWilliam Pitcock
2018-11-17transmogrifier tests: fix defective spoofing testWilliam Pitcock
2018-11-10tests: add test for internal data strippingWilliam Pitcock
2018-11-10Merge branch 'tests/prismo-url-map' into 'develop'kaniini
Test that prismo url-map transforms into a string See merge request pleroma/pleroma!414
2018-11-08Unify json ld header handling.lain
2018-11-08Small refactor.lain
2018-11-06Small wrapper module around Application.get_env/put_envhref
Same API as the old Pleroma.Config
2018-11-06formathref
2018-11-06Get rid of Pleroma.Config in favor of Applicationhref
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232
2018-11-01Test that prismo url-map transforms into a stringHaelwenn (lanodan) Monnier
2018-11-01Test Relay, switch to runtime configuration.lain
2018-10-26testsuite: formattingWilliam Pitcock
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