Age | Commit message (Expand) | Author |
2020-02-17 | add a `manual_only` (manual trust only) moderation option + handle more `reje... | multiple creatures |
2020-02-15 | add admin option to toggle whether service/app accounts should be auto-truste... | multiple creatures |
2020-02-14 | check `mark_known_from_boosts` setting when processing incoming boosts | multiple creatures |
2020-02-14 | fix `reject_unknown` policy & graylist federation logic | multiple creatures |
2020-02-10 | fix broken follow reqs | multiple creatures |
2020-02-05 | move rando check into the account model so it can be reused by other anti-har... | multiple creatures |
2020-01-20 | Original upstream merge | ThibG |
2020-01-19 | add chest floof to monsterfork api & outgoing federation | multiple creatures |
2020-01-15 | fix tired dev operating `vim` without adequate coffee & breaking code | multiple creatures |
2020-01-15 | anti-harassment: add option to toggle whether to allow follows/packmate reque... | multiple creatures |
2020-01-04 | monsterpit says trans rights!!! | multiple creatures |
2019-12-12 | use `origin` prop for imported announces | multiple creatures |
2019-12-12 | add ability for post authors to kick jerks out of their threads | multiple creatures |
2019-12-11 | move sharekeys & import metadata to own tables | multiple creatures |
2019-11-19 | Change priority of delete activity forwards for replies and reblogs (#11002) | Eugen Rochko |
2019-11-19 | Do not misattribute inlined boosts if `attributedTo` isn't present (#10967) | ThibG |
2019-11-19 | Refactor all ActivityPub deliveries to be serialized and signed through one c... | Eugen Rochko |
2019-11-19 | Handle blank poll options more gracefully (#10946) | ThibG |
2019-11-19 | Fix possible race condition when processing statuses (#10815) | ThibG |
2019-11-06 | fix missing `srem` argument in commit `d162ebae7` | multiple creatures |
2019-11-06 | remove undeliverable flag from temporarily offline remote accounts & servers ... | multiple creatures |
2019-10-12 | graylist (reject unknown) federation & known account auto-learning finally ha... | multiple creatures |
2019-09-30 | community-visible (not community-only!) posts are also distributable - notify... | multiple creatures |
2019-09-02 | use same matching rules for `skip_download?` as `MediaAttachment.instance.blo... | multiple creatures |
2019-08-26 | don't drop posts with invisible participants if they explicitly mention a loc... | multiple creatures |
2019-08-26 | don't process incoming media or polls until sure the post is going to be save... | multiple creatures |
2019-08-26 | do not limit by `known` when `reject_unknown` is not set | multiple creatures |
2019-08-25 | avoid processing incoming posts that have invisible participants | multiple creatures |
2019-08-08 | fedi privacy - reject incoming out-of-scope posts addressed to private/unreso... | multiple creatures |
2019-08-08 | add new `reject unknown` policy option to prevent spam & harassment from larg... | multiple creatures |
2019-08-03 | respect 'don't @ me' requests | multiple creatures |
2019-07-28 | big tails never fail! | multiple creatures |
2019-07-24 | don't include `reject_payload!` auto-rejections in logger because that leaks ... | multiple creatures |
2019-07-24 | don't append account uri | multiple creatures |
2019-07-24 | moderation logger - add auto-reject reasons | multiple creatures |
2019-07-24 | add icons to auto-reject logs | multiple creatures |
2019-07-24 | manually patch `ActivityPub::TagManager` back to version this codebase should... | multiple creatures |
2019-07-24 | transparancy - log use of admin related method calls & activitypub auto-rejec... | multiple creatures |
2019-07-24 | remove instance actor code from tag manager for now | multiple creatures |
2019-07-24 | revert the current unfinished chat implementation | multiple creatures |
2019-07-22 | move autoreject check to own module & check for reject before pulling resources | multiple creatures |
2019-07-22 | allow autorejecting incoming ap activities by `id`, `@context`, and domain + ... | multiple creatures |
2019-07-19 | keep `locked` badge for approves-followers + add `frozen` badge for admin-loc... | multiple creatures |
2019-07-18 | federate account locked status (`mp:locked`) | multiple creatures |
2019-07-15 | stop breaking things with missing commas | multiple creatures |
2019-07-15 | drop incoming twitter retweets | multiple creatures |
2019-07-15 | add `supports_chat` property, rename `adults_only` to `adult_content`, federa... | multiple creatures |
2019-07-15 | local visibility scope, chat scope+tags, unlisted tags | multiple creatures |
2019-05-21 | handle tags with the old `:` scope delimiter but translate those to `.` | multiple creatures |
2019-05-21 | handle importing posts from json dumps | multiple creatures |