diff options
| author | Alex Gleason <alex@alexgleason.me> | 2021-12-27 18:01:25 -0600 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2021-12-27 18:01:25 -0600 |
| commit | f5c3d45120364681b3601baa36a0ce9fa22680d7 (patch) | |
| tree | 5f1379ca293a001111585849521615d69880b7cb /config/description.exs | |
| parent | 3117c6099733207b7f2a777f8cb8b5b3b839ebe8 (diff) | |
| parent | 264f0fde1b9f0cbaf7679eeb59938eb9ca653779 (diff) | |
| download | pleroma-f5c3d45120364681b3601baa36a0ce9fa22680d7.tar.gz pleroma-f5c3d45120364681b3601baa36a0ce9fa22680d7.zip | |
Merge remote-tracking branch 'origin/develop' into apps-api-endpoint
Diffstat (limited to 'config/description.exs')
| -rw-r--r-- | config/description.exs | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/config/description.exs b/config/description.exs index c72231faa..ea3f34abe 100644 --- a/config/description.exs +++ b/config/description.exs @@ -936,6 +936,17 @@ config :pleroma, :config_description, [ key: :show_reactions, type: :boolean, description: "Let favourites and emoji reactions be viewed through the API." + }, + %{ + key: :profile_directory, + type: :boolean, + description: "Enable profile directory." + }, + %{ + key: :privileged_staff, + type: :boolean, + description: + "Let moderators access sensitive data (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)" } ] }, @@ -1164,7 +1175,7 @@ config :pleroma, :config_description, [ type: :group, description: "This form can be used to configure a keyword list that keeps the configuration data for any " <> - "kind of frontend. By default, settings for pleroma_fe and masto_fe are configured. If you want to " <> + "kind of frontend. By default, settings for pleroma_fe are configured. If you want to " <> "add your own configuration your settings all fields must be complete.", children: [ %{ @@ -1364,25 +1375,6 @@ config :pleroma, :config_description, [ suggestions: ["pleroma-dark"] } ] - }, - %{ - key: :masto_fe, - label: "Masto FE", - type: :map, - description: "Settings for Masto FE", - suggestions: [ - %{ - showInstanceSpecificPanel: true - } - ], - children: [ - %{ - key: :showInstanceSpecificPanel, - label: "Show instance specific panel", - type: :boolean, - description: "Whenether to show the instance's specific panel" - } - ] } ] }, @@ -1690,6 +1682,11 @@ config :pleroma, :config_description, [ description: "Whether to federate blocks to other instances" }, %{ + key: :blockers_visible, + type: :boolean, + description: "Whether a user can see someone who has blocked them" + }, + %{ key: :sign_object_fetches, type: :boolean, description: "Sign object fetches with HTTP signatures" |
