aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/activity_pub/mrf
AgeCommit message (Expand)Author
2022-07-24Make AntiLinkSpamPolicy history-awareTusooa Zhu
2022-07-24Make HashtagPolicy history-awareTusooa Zhu
2022-07-23Make NoEmptyPolicy work with UpdateTusooa Zhu
2022-07-23Make NormalizeMarkup history-awareTusooa Zhu
2022-07-23Make NoPlaceholderTextPolicy history-awareTusooa Zhu
2022-07-23Make MediaProxyWarmingPolicy history-awareTusooa Zhu
2022-07-23Make ForceMentionsInContent history-awareTusooa Zhu
2022-07-23Make EnsureRePrepended history-awareTusooa Zhu
2022-07-23Make MRF Keyword history-awareTusooa Zhu
2022-05-18StealEmojiPolicy: fix String rejected_shortcodesHélène
2022-05-08Merge branch 'improve_anti_followbot_policy' into 'develop'Haelwenn
2022-05-08Also use actor_type to determine if an account is a bot in antiFollowbotPolicyIlja
2022-02-25Copyright bump for 2022Sean King
2022-01-27ForceMentionsInContent: improve display of Markdown postsAlex Gleason
2022-01-26ForceMentionsInContent: don't apply it to top-level postsAlex Gleason
2022-01-26ForceBotUnlistedPolicy: fix to stop unlisting my posts >:(bot
2022-01-25ForceMentionsInContent: don't mention selfAlex Gleason
2022-01-25ForceMentionsInContent: fix order of mentionsAlex Gleason
2022-01-24ForceMentionsInContentTest: return mentions in a not terrible formatAlex Gleason
2022-01-24ForceMentionsInContent: simplify finding usersAlex Gleason
2022-01-24ForceMentionsInContent: wrap inline mentions with span tagAlex Gleason
2022-01-24ForceMentionsInContent: use `to` instead of `tag`Alex Gleason
2022-01-19Add ForceMentionsInContentPolicyrinpatch
2021-10-06CI: Bump lint stage to elixir-1.12Haelwenn (lanodan) Monnier
2021-08-14Add Admin-FE menu for StealEmojiPolicySam Therapy
2021-08-10ObjectAgePolicy: Fix pattern matching on publishedHaelwenn (lanodan) Monnier
2021-08-06Improve readabilityEgor Kislitsyn
2021-08-06Make transparency_exclusions use tuples in admin-feIlja
2021-08-06Add key- and valuePlaceholders for quarantined_instances and mrf_simpleIlja
2021-08-06Change what nodeinfo returns without breaking backwards compatibilityIlja
2021-08-06Return maps in node_infoIlja
2021-08-06config :mrf, :transparency_exclusions works with tumples nowIlja
2021-08-06Make quarentine work with list of tuples instead of stringsIlja
2021-08-06Make mrfSimple work with tuplesIlja
2021-06-07MRF: create MRF.Policy behaviour separate from MRF moduleAlex Gleason
2021-05-31Merge remote-tracking branch 'pleroma/develop' into cycles-base-urlAlex Gleason
2021-05-31Deprecate Pleroma.Web.base_url/0Alex Gleason
2021-04-30Merge remote-tracking branch 'upstream/develop' into simplepolicy-announce-leakAlex Gleason
2021-04-30SimplePolicy: filter string ObjectsAlex Gleason
2021-04-30SimplePolicy: filter nested objectsAlex Gleason
2021-03-30Prefer FollowBot naming convention vs FollowbotMark Felder
2021-03-30Remove Task.async as it is broken here and probably a premature optimization ...Mark Felder
2021-03-30Do not try to follow local users. Their posts are already available locally o...Mark Felder
2021-03-30Change module name to FollowbotPolicyMark Felder
2021-03-30LintMark Felder
2021-03-30Better checking of previous follow request attemptsMark Felder
2021-03-30Prevent duplicates from being processedMark Felder
2021-03-30Make the followbot only dispatch follow requests once per 30 day periodMark Felder
2021-03-30Enforce that the followbot must be marked as a bot.Mark Felder
2021-03-30Try to handle misconfiguration scenarios gracefullyMark Felder