aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/activity_pub/mrf
AgeCommit message (Expand)Author
2019-02-17Fix recipient count in hellthread policyrinpatch
2019-02-15Readd threshold is not 0 check, optmization?Karen Konou
2019-02-15Rename test, add check for follower collection when delistingKaren Konou
2019-02-15Add tests, change default config values, fix a bugKaren Konou
2019-02-13refactored codeKaren Konou
2019-02-13Merge branch 'develop' into hellthread-filter-fixKaren Konou
2019-02-13added checks for public url and follower collectionsKaren Konou
2019-02-11Filter summary in keywordpolicyrinpatch
2019-02-08wowrinpatch
2019-02-08What idiot did that? (me)rinpatch
2019-02-08Merge branch 'develop' into feature/keyword-policyrinpatch
2019-02-08rename ftl_removal to federated_timeline_removal to keep consistent naming wi...rinpatch
2019-02-08Add keyword policyrinpatch
2019-02-04activitypub: mrf: tag policy: fix force-unlisted and sandbox actionsWilliam Pitcock
2019-02-04activitypub: mrf: tag policy: add support for subscription controlWilliam Pitcock
2019-02-04activitypub: mrf: tag policy: refactor the filtering hook a bitWilliam Pitcock
2019-02-04activitypub: mrf: tag policy: add support for processing follow requestsWilliam Pitcock
2019-02-04activitypub: mrf: tag policy: implement force-unlisted and sandboxWilliam Pitcock
2019-02-04mrf: add initial MRF.TagPolicy engineWilliam Pitcock
2019-02-04removed a debug thingyKaren Konou
2019-02-04squished a bugKaren Konou
2019-02-04actually commited the changesKaren Konou
2019-02-04fixed Map,put arguments, updated nomenclatureKaren Konou
2019-02-03more tweaks, fixed silly mistakes...Karen Konou
2019-02-03implemented tweaksKaren Konou
2019-02-03fixed thingsKaren Konou
2019-02-03made toggleable, added docsKaren Konou
2019-02-03added optional delist featureKaren Konou
2019-01-24mrf: add anti-followbot policyWilliam Pitcock
2019-01-14mrf: add no placeholder-text policy, strips pointless "." content from posts ...William Pitcock
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-23Implement kaniini's tweaksKaren Konou
2018-12-23Renamed the thingsKaren Konou
2018-12-22Fix formattingKaren Konou
2018-12-22Implement large thread filterKaren Konou
2018-12-09fix compile warningsMaksim Pechnikov
2018-12-06Rename regular expression 'have_re' to 'reply_prefix'.scarlett
2018-12-06Harden re: detection.scarlett
2018-12-06Use object.normalize.scarlett
2018-12-04Add a MRF Policy for appending re: to identical subjects in replies.scarlett
2018-12-04MRF: simple policy: fix media removalWilliam Pitcock
2018-11-26MRF: add user allowlist moduleWilliam Pitcock
2018-11-07Runtime config: MRF changeshref
2018-11-06Runtime configurationhref
2018-09-16MRF: add policy for normalizing HTML markup (local and remote) to a specific ...William Pitcock
2018-09-10MRF: reject non-public: use pattern match to remove unnecessary if blockWilliam Pitcock
2018-09-10MRF: simple policy: refactor module to use guards and pattern matchingWilliam Pitcock
2018-09-10MRF: simple policy: contain media removal/nsfw ops to create activities onlyWilliam Pitcock
2018-06-23lib/pleroma/web/activity_pub/mrf/simple_policy.ex: mix formatHaelwenn (lanodan) Monnier