Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-15 | Fix attachments in polls | Haelwenn (lanodan) Monnier | |
2020-07-01 | Fetcher: Work when we can't get the OP. | lain | |
2020-03-20 | Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵ | Ivan Tashkinov | |
usage). | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (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-17 | Add ActivityPub Object Event type support | Thomas 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-12 | Containment: Add a catch-all clause to contain_origin. | lain | |
2019-11-08 | object containment: handle all cases where ID is invalid (missing, nil, ↵ | Ariadne Conill | |
non-string) | |||
2019-10-18 | tests: simplify object fetching and containment tests | Ariadne Conill | |
2019-10-18 | tests: remove some more ostatus tests | Ariadne Conill | |
2019-08-19 | added test helpers to clear config after tests | Maksim | |
2019-07-24 | Show the url advertised in the Activity in the Status JSON response | Sergey Suprunenko | |
2019-07-17 | tests: add tests for signed object fetches | Ariadne Conill | |
2019-07-14 | security: detect object containment violations at the IR level | Ariadne 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-14 | FetcherTest: Containment refute called(OStatus.fetch_activity_from_url) | Haelwenn (lanodan) Monnier | |
2019-07-10 | Add license/copyright to all project files | feld | |
2019-06-16 | salmon fix | Alex S | |
removed some ownership sandbox error | |||
2019-06-13 | Handle HTTP 404 response | Egor Kislitsyn | |
2019-06-13 | Handle HTTP "410 Gone" response | Egor Kislitsyn | |
2019-06-04 | Add missing HTTP Request mocks | Sergey Suprunenko | |
2019-05-21 | object: fetcher: add support for reinjecting pruned objects | William Pitcock | |
2019-04-17 | Make credo happy | rinpatch | |
2019-04-17 | Update functions in object fetcher for tesla and set up a proper mock for tests | rinpatch | |
2019-04-17 | Fix warnings in object tests | rinpatch | |
2018-12-04 | tests: some minor cleanups | William Pitcock | |
2018-12-04 | object: move object containment out of transmogrifier into it's own module | William Pitcock | |