From 28be38e40c6d56fd7bc0b0c98a3b76609e70b903 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Fri, 17 Jul 2020 22:08:47 -0500 Subject: [Privacy] Add profile option for indirect federation mode, disabled by default --- config/locales/en.yml | 2 ++ config/locales/simple_form.en-MP.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index 40adfc21e..b5c1a8113 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1014,6 +1014,8 @@ en: other: Other posting_defaults: Posting defaults public_timelines: Public timelines + profiles: + advanced_privacy: Advanced privacy reactions: errors: limit_reached: Limit of different reactions reached diff --git a/config/locales/simple_form.en-MP.yml b/config/locales/simple_form.en-MP.yml index 9903fb174..55097c519 100644 --- a/config/locales/simple_form.en-MP.yml +++ b/config/locales/simple_form.en-MP.yml @@ -10,9 +10,10 @@ en-MP: text_html: Optional. You can use roar syntax. You can add warning presets to save time announcement: text: You can use roar syntax. Please be mindful of the space the announcement will take up on the user's screen - defaults: + defaults: irreversible: Filtered roars will disappear irreversibly, even if filter is later removed phrase: Will be matched regardless of casing in text or content warning of a roar + require_dereference_html: "When enabled, Monsterpit will deliver your roars to other servers as pointers and require an authenticated request to access their (non-public) content. This allows permissions and blocks you've set to be enforced more stringently. Beware that standard Mastodon servers are not compatible with this feature." setting_aggregate_reblogs: Do not show new boosts for roars that have been recently boosted (only affects newly-received boosts) setting_default_content_type_html: When composing roars, assume they are written in raw HTML, unless specified otherwise setting_default_content_type_markdown: When composing roars, assume they are using Markdown for rich text formatting, unless specified otherwise @@ -34,6 +35,7 @@ en-MP: include_statuses: Include reported roars in the e-mail defaults: bot: This is an automated account + require_dereference: Indirect federation mode setting_crop_images: Crop images in non-expanded roars to 16x9 setting_default_content_type: Default format for roars setting_default_language: Roar language -- cgit