Remove sensitive-property setting #nsfw, create HashtagPolicy
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Mon, 28 Dec 2020 22:21:53 +0000 (23:21 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sat, 27 Feb 2021 20:26:17 +0000 (21:26 +0100)
commit3bc7d122712b5cc35ba509542bde63ca130d6a40
tree4d0195f990d63c20fbef65e103eacf78572721d6
parent998437d4a4111055e019f28dd84a8af1f9a27047
Remove sensitive-property setting #nsfw, create HashtagPolicy
15 files changed:
CHANGELOG.md
config/config.exs
docs/configuration/cheatsheet.md
lib/pleroma/web/activity_pub/mrf.ex
lib/pleroma/web/activity_pub/mrf/hashtag_policy.ex [new file with mode: 0644]
lib/pleroma/web/activity_pub/mrf/simple_policy.ex
lib/pleroma/web/activity_pub/mrf/tag_policy.ex
lib/pleroma/web/activity_pub/transmogrifier.ex
lib/pleroma/web/common_api/activity_draft.ex
lib/pleroma/web/common_api/utils.ex
test/pleroma/web/activity_pub/mrf/hashtag_policy_test.exs [new file with mode: 0644]
test/pleroma/web/activity_pub/mrf/simple_policy_test.exs
test/pleroma/web/activity_pub/mrf/tag_policy_test.exs
test/pleroma/web/activity_pub/mrf_test.exs
test/pleroma/web/activity_pub/transmogrifier_test.exs