Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-03-25 | mastodon pins | Alexander Strizhakov | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-09-08 | Remove OStatus in testsuite | Haelwenn (lanodan) Monnier | |
2020-07-15 | SideEffects: port ones from ActivityPub.do_create and ActivityPub.insert | Haelwenn (lanodan) Monnier | |
2020-03-19 | Merge branch 'remake-remodel' into develop | lain | |
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-25 | Fix Dialyzer warnings | Egor Kislitsyn | |
2019-12-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel | lain | |
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-11-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel | lain | |
2019-10-18 | object: containment: simplify the pattern match for OStatus testsuite hack | Ariadne Conill | |
2019-10-18 | object: containment: only allow OStatus references in test suite environment | Ariadne Conill | |
2019-10-18 | object: containment: also allow OStatus object IDs through when comparing ↵ | Ariadne Conill | |
origins | |||
2019-10-18 | object: containment: don't try to contain ostatus objects | Ariadne Conill | |
2019-10-16 | Transmogrifier: Use new ingestion pipeline for Likes. | lain | |
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-06-14 | Add copyright info to containment.ex | Egor | |
2019-05-07 | containment: remove pointless moduledoc line | William Pitcock | |
2019-05-06 | Remove H1 in @moduledoc | Haelwenn (lanodan) Monnier | |
2019-04-17 | Remove containment tests from transmogrifier and fix thread visibility solver | rinpatch | |
2019-04-17 | Merge branch 'develop' into feature/database-compaction | rinpatch | |
2018-12-04 | object: move object containment out of transmogrifier into it's own module | William Pitcock | |