aboutsummaryrefslogtreecommitdiff
path: root/test/object/fetcher_test.exs
AgeCommit message (Collapse)Author
2020-07-15Fix attachments in pollsHaelwenn (lanodan) Monnier
2020-07-01Fetcher: Work when we can't get the OP.lain
2020-03-20Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵Ivan Tashkinov
usage).
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-02-15[#1505] Restricted max thread distance for fetching replies on incoming ↵Ivan Tashkinov
federation (in addition to reply-to depth restriction).
2019-12-17Add ActivityPub Object Event type supportThomas Citharel
Adds Event support in the same way Video objects are handled, with the name of the object as message header. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-18tests: simplify object fetching and containment testsAriadne Conill
2019-10-18tests: remove some more ostatus testsAriadne Conill
2019-08-19added test helpers to clear config after testsMaksim
2019-07-24Show the url advertised in the Activity in the Status JSON responseSergey Suprunenko
2019-07-17tests: add tests for signed object fetchesAriadne Conill
2019-07-14FetcherTest: Containment refute called(OStatus.fetch_activity_from_url)Haelwenn (lanodan) Monnier
2019-07-10Add license/copyright to all project filesfeld
2019-06-13Handle HTTP 404 responseEgor Kislitsyn
2019-06-13Handle HTTP "410 Gone" responseEgor Kislitsyn
2019-05-21object: fetcher: add support for reinjecting pruned objectsWilliam Pitcock
2019-04-17Update functions in object fetcher for tesla and set up a proper mock for testsrinpatch
2019-04-17Fix warnings in object testsrinpatch
2018-12-04tests: some minor cleanupsWilliam Pitcock