summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/transmogrifier_test.exs
AgeCommit message (Collapse)Author
2019-02-14tests: add some reserialization tests based on IR differencesWilliam Pitcock
2019-01-23Merge branch 'develop' into rename/pleroma_activity_consistencylain
2019-01-21Fix buggy test.lain
2019-01-21Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1Haelwenn (lanodan) Monnier
2019-01-20test: transmogrifier: verify directMessage flag is sent outbound based on ↵William Pitcock
declared visibility
2019-01-20tests: add tests for DM sanitizerWilliam Pitcock
2019-01-18test: add regression test for to/cc clobberingWilliam Pitcock
2019-01-12Add likes to activitypub object representationsxsdv1
Top level of the likes OrderedCollection is inlined to get immediate access to totalItems. Because the count can be returned without scanning the database for like activities the extra query is saved when the client only wants to display the total.
2019-01-12Prepare all types objects before serialisingsxsdv1
Activities returned from inbox can include other types of objects like Article
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-23transmogrifier: significantly rework handling of peertube videos, add testWilliam Pitcock
2018-12-12fix warningsMaksim Pechnikov
2018-12-04formatting the codeMaksim Pechnikov
2018-12-04update testMaksim Pechnikov
2018-12-04update testMaksim Pechnikov
2018-11-27More fixes.lain
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-01Test that prismo url-map transforms into a stringHaelwenn (lanodan) Monnier
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-14test: add kroeg fixturesWilliam Pitcock
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-08tests: add regression test for locking/unlocking account updatesWilliam Pitcock
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-21Fix unblock handlingFrancis 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