aboutsummaryrefslogtreecommitdiff
path: root/test/object
AgeCommit message (Collapse)Author
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-11-12Containment: Add a catch-all clause to contain_origin.lain
2019-11-08object containment: handle all cases where ID is invalid (missing, nil, ↵Ariadne Conill
non-string)
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-14security: detect object containment violations at the IR levelAriadne Conill
It is more efficient to check for object containment violations at the IR level instead of in the protocol handlers. OStatus containment is especially a tricky situation, as the containment rules don't match those of IR and ActivityPub. Accordingly, we just always do a final containment check at the IR level before the object is added to the IR object graph.
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-16salmon fixAlex S
removed some ownership sandbox error
2019-06-13Handle HTTP 404 responseEgor Kislitsyn
2019-06-13Handle HTTP "410 Gone" responseEgor Kislitsyn
2019-06-04Add missing HTTP Request mocksSergey Suprunenko
2019-05-21object: fetcher: add support for reinjecting pruned objectsWilliam Pitcock
2019-04-17Make credo happyrinpatch
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
2018-12-04object: move object containment out of transmogrifier into it's own moduleWilliam Pitcock