tests MRF filters
authorMaksim <parallel588@gmail.com>
Wed, 10 Jul 2019 05:12:21 +0000 (05:12 +0000)
committerkaniini <nenolod@gmail.com>
Wed, 10 Jul 2019 05:12:21 +0000 (05:12 +0000)
commitbb8065a1fd41459961e9c03735de281fcee0eefe
treeae4ac3661d39e4bc7d7f31bc929c90ee7a761f8e
parent81f1017b84bbe1a493aaf6f43687af2f2546b6a1
tests MRF filters
13 files changed:
lib/pleroma/web/activity_pub/mrf/ensure_re_prepended.ex
lib/pleroma/web/activity_pub/mrf/no_placeholder_text_policy.ex
lib/pleroma/web/activity_pub/mrf/normalize_markup.ex
lib/pleroma/web/activity_pub/mrf/reject_non_public.ex
lib/pleroma/web/activity_pub/mrf/tag_policy.ex
lib/pleroma/web/activity_pub/mrf/user_allowlist_policy.ex [moved from lib/pleroma/web/activity_pub/mrf/user_allowlist.ex with 86% similarity]
mix.lock
test/web/activity_pub/mrf/ensure_re_prepended_test.exs [new file with mode: 0644]
test/web/activity_pub/mrf/no_placeholder_text_policy_test.exs [new file with mode: 0644]
test/web/activity_pub/mrf/normalize_markup_test.exs [new file with mode: 0644]
test/web/activity_pub/mrf/reject_non_public_test.exs [new file with mode: 0644]
test/web/activity_pub/mrf/tag_policy_test.exs [new file with mode: 0644]
test/web/activity_pub/mrf/user_allowlist_policy_test.exs [new file with mode: 0644]