summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/transmogrifier_test.exs
AgeCommit message (Expand)Author
2019-05-01test fixesAlex S
2019-04-25activitypub: transmogrifier: send reject follow if following does not succeedWilliam Pitcock
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-20Fix tests that used finmojiEkaterina Vaartis
2019-04-17Remove containment tests from transmogrifier and fix thread visibility solverrinpatch
2019-04-17Refactor tests that used ActivityPub.fetch_object_from_idrinpatch
2019-04-17Refactor all tests that acessed the embeded objectrinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-15Remove inReplyToStatusIdrinpatch
2019-04-04Improve Transmogrifier.upgrade_user_from_ap_id/2Egor Kislitsyn
2019-04-02change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in testsEgor Kislitsyn
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-03-19test: add test for list sanitizationWilliam Pitcock
2019-03-19tests: add test for as:Public issuesWilliam Pitcock
2019-03-14test: add a test for accepting inbound Flag activitiesWilliam Pitcock
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
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 dec...William Pitcock
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
2019-01-12Prepare all types objects before serialisingsxsdv1
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-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: fix most remaining failuresWilliam Pitcock
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 al...William Pitcock
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
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, har...Haelwenn (lanodan) Monnier
2018-09-27transmogrifier_test: incoming notices with tag not being an array (kroeg)Haelwenn (lanodan) Monnier