Merge branch 'develop' into feature/1885-MRF-metadata
authorMark Felder <feld@FreeBSD.org>
Thu, 2 Jul 2020 14:57:57 +0000 (09:57 -0500)
committerMark Felder <feld@FreeBSD.org>
Thu, 2 Jul 2020 14:57:57 +0000 (09:57 -0500)
1  2 
config/description.exs

index e0c07bf78c4fbde1cd02bd09642e081569d1ad9f,4ea8a2f50b86a33ff838e93f2f872e49dcf15592..39c6c57938f861a3c034c13fb01cc8b22c599d6d
@@@ -1383,8 -1390,7 +1392,8 @@@ config :pleroma, :config_description, 
    %{
      group: :pleroma,
      key: :mrf_simple,
-     label: "MRF simple",
 +    tab: :mrf,
+     label: "MRF Simple",
      type: :group,
      description: "Message Rewrite Facility",
      children: [
    %{
      group: :pleroma,
      key: :mrf_subchain,
-     label: "MRF subchain",
 +    tab: :mrf,
+     label: "MRF Subchain",
      type: :group,
      description:
        "This policy processes messages through an alternate pipeline when a given message matches certain criteria." <>
    %{
      group: :pleroma,
      key: :mrf_rejectnonpublic,
 +    tab: :mrf,
      description:
        "MRF RejectNonPublic settings. RejectNonPublic drops posts with non-public visibility settings.",
-     label: "MRF reject non public",
+     label: "MRF Reject Non Public",
      type: :group,
      children: [
        %{
    %{
      group: :pleroma,
      key: :mrf_hellthread,
-     label: "MRF hellthread",
 +    tab: :mrf,
+     label: "MRF Hellthread",
      type: :group,
      description: "Block messages with too much mentions",
      children: [
    %{
      group: :pleroma,
      key: :mrf_keyword,
-     label: "MRF keyword",
 +    tab: :mrf,
+     label: "MRF Keyword",
      type: :group,
      description: "Reject or Word-Replace messages with a keyword or regex",
      children: [
    %{
      group: :pleroma,
      key: :mrf_mention,
-     label: "MRF mention",
 +    tab: :mrf,
+     label: "MRF Mention",
      type: :group,
      description: "Block messages which mention a user",
      children: [
    %{
      group: :pleroma,
      key: :mrf_vocabulary,
-     label: "MRF vocabulary",
 +    tab: :mrf,
+     label: "MRF Vocabulary",
      type: :group,
      description: "Filter messages which belong to certain activity vocabularies",
      children: [
    },
    %{
      group: :pleroma,
 +    tab: :mrf,
      key: :mrf_normalize_markup,
-     label: "MRF normalize markup",
+     label: "MRF Normalize Markup",
      description: "MRF NormalizeMarkup settings. Scrub configured hypertext markup.",
      type: :group,
      children: [
    %{
      group: :pleroma,
      key: :mrf_object_age,
-     label: "MRF object age",
+     label: "MRF Object Age",
 +    tab: :mrf,
      type: :group,
      description: "Rejects or delists posts based on their age when received.",
      children: [