about summary refs log tree commit diff
path: root/app/lib/activitypub
AgeCommit message (Expand)Author
2020-03-08add option to auto-trust accounts (at the time of processing a create note) f...multiple creatures
2020-03-01fix bug in which someone enabling `reject unknown follows` after accepting a ...multiple creatures
2020-03-01immediately drop announces & creates whose object domain is blockedmultiple creatures
2020-02-27port tootsuite#11805 to monserfork: Change deletes to preserve soft-deleted s...Eugen Rochko
2020-02-21do not add public collection to `cc` field in inivisible modemultiple creatures
2020-02-21remove uneeded argumentsmultiple creatures
2020-02-21port tootsuite#11775 to monsterfork: Add retry for failed media downloads and...Eugen Rochko
2020-02-21Fix audio not being downloaded from remote servers (#11145)Eugen Rochko
2020-02-21get rid of refereces to now-rejected autoreject helper (& unbreak the server)multiple creatures
2020-02-21remove autoreject implementation, superseded by monsterfork graylisting + ups...multiple creatures
2020-02-21port tootsuite#11138 to monsterfork: Change domain blocks to automatically su...Eugen Rochko
2020-02-21port tootsuite#11638 to monsterfork: Fix remote and staff-removed statuses le...Eugen Rochko
2020-02-17add a `manual_only` (manual trust only) moderation option + handle more `reje...multiple creatures
2020-02-15add admin option to toggle whether service/app accounts should be auto-truste...multiple creatures
2020-02-14check `mark_known_from_boosts` setting when processing incoming boostsmultiple creatures
2020-02-14fix `reject_unknown` policy & graylist federation logicmultiple creatures
2020-02-10fix broken follow reqsmultiple creatures
2020-02-05move rando check into the account model so it can be reused by other anti-har...multiple creatures
2020-01-20Original upstream mergeThibG
2020-01-19add chest floof to monsterfork api & outgoing federationmultiple creatures
2020-01-15fix tired dev operating `vim` without adequate coffee & breaking codemultiple creatures
2020-01-15anti-harassment: add option to toggle whether to allow follows/packmate reque...multiple creatures
2020-01-04monsterpit says trans rights!!!multiple creatures
2019-12-12use `origin` prop for imported announcesmultiple creatures
2019-12-12add ability for post authors to kick jerks out of their threadsmultiple creatures
2019-12-11move sharekeys & import metadata to own tablesmultiple creatures
2019-11-19Change priority of delete activity forwards for replies and reblogs (#11002)Eugen Rochko
2019-11-19Do not misattribute inlined boosts if `attributedTo` isn't present (#10967)ThibG
2019-11-19Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-11-19Handle blank poll options more gracefully (#10946)ThibG
2019-11-19Fix possible race condition when processing statuses (#10815)ThibG
2019-11-06fix missing `srem` argument in commit `d162ebae7`multiple creatures
2019-11-06remove undeliverable flag from temporarily offline remote accounts & servers ...multiple creatures
2019-10-12graylist (reject unknown) federation & known account auto-learning finally ha...multiple creatures
2019-09-30community-visible (not community-only!) posts are also distributable - notify...multiple creatures
2019-09-02use same matching rules for `skip_download?` as `MediaAttachment.instance.blo...multiple creatures
2019-08-26don't drop posts with invisible participants if they explicitly mention a loc...multiple creatures
2019-08-26don't process incoming media or polls until sure the post is going to be save...multiple creatures
2019-08-26do not limit by `known` when `reject_unknown` is not setmultiple creatures
2019-08-25avoid processing incoming posts that have invisible participantsmultiple creatures
2019-08-08fedi privacy - reject incoming out-of-scope posts addressed to private/unreso...multiple creatures
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-08-03respect 'don't @ me' requestsmultiple creatures
2019-07-28big tails never fail!multiple creatures
2019-07-24don't include `reject_payload!` auto-rejections in logger because that leaks ...multiple creatures
2019-07-24don't append account urimultiple creatures
2019-07-24moderation logger - add auto-reject reasonsmultiple creatures
2019-07-24add icons to auto-reject logsmultiple creatures
2019-07-24manually patch `ActivityPub::TagManager` back to version this codebase should...multiple creatures
2019-07-24transparancy - log use of admin related method calls & activitypub auto-rejec...multiple creatures