summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/activity_pub/mrf/simple_policy.ex
AgeCommit message (Expand)Author
2020-09-17Merge branch 'fix/mrf-simple-welcome-chats' into 'develop'Haelwenn
2020-07-31Revert "Merge branch 'revert-1ac0969c' into 'develop'"lain
2020-07-31Revert "Merge branch 'mrf-silence-2' into 'develop'"lain
2020-07-31SimplePolicy: Fix problem with DM leaks.lain
2020-07-29SimpleMRF: :silence --> :followers_onlyAlex Gleason
2020-07-28SimpleMRF silence: optimize, work okay with nil values in addressingAlex Gleason
2020-07-28SimpleMRF: Let instances be silencedAlex Gleason
2020-07-14MRF Policies: Return a {:reject, reason} instead of {:reject, nil}Haelwenn (lanodan) Monnier
2020-07-09Use the Pleroma.Config aliasMark Felder
2020-06-16moving mrf settings from instance to separate groupAlexander Strizhakov
2020-04-20Add :reject_deletes option to SimplePolicyAlex Gleason
2020-04-12Always accept deletions through SimplePolicyAlex Gleason
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
2020-02-14Standardize @behaviour usage in MRFsMark Felder
2019-10-07mrf/simple_policy: check actor against accept/rejectHaelwenn (lanodan) Monnier
2019-08-13fix credoAriadne Conill
2019-08-13MRF: add describe() to all modules, add base MRF configuration to base descri...Ariadne Conill
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-07-22Feature/1087 wildcard option for blocksAlexander Strizhakov
2019-05-26mrf: simple policy: fix matching imported activitypub and ostatus statusesWilliam Pitcock
2019-05-22mrf: simple policy: add the ability to strip avatars and banners from user pr...William Pitcock
2019-05-22mrf: defang policy modules for filtering user profile objectsWilliam Pitcock
2019-05-20Add report filtering to MRF.SimplePolicyAaron Tinio
2019-05-17mrf: simple policy: mark all posts instead of posts with media as sensitive i...William Pitcock
2019-05-17Fix typo: s/"tags"/"tag"/gAaron Tinio
2019-05-06Add short documentation on every MRF PolicyHaelwenn (lanodan) Monnier
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-04MRF: simple policy: fix media removalWilliam Pitcock
2018-11-07Runtime config: MRF changeshref
2018-11-06Runtime configurationhref
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
2018-06-19mrf simple: add accept listsWilliam Pitcock
2018-05-10Chain policieshref
2018-05-06Merge branch 'feld-warnings' into 'develop'lambda
2018-05-06Get rid of unsafe variables.eal
2018-05-04Fix a bunch of unused variable warningsMark Felder
2018-04-25ActivityPub MRF SimplePolicy: fix media strippingWilliam Pitcock
2018-04-24Fix formatting.lain
2018-04-19ActivityPub MRF: fix nsfw tagging of objects with attachments by looking at t...nenolod@dereferenced.org
2018-04-14ActivityPub MRF: implement the SimplePolicy policyWilliam Pitcock