From dc5526f4ae8c9d3a6f132b2bc72914b95e5286cc Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Sat, 18 Jul 2020 23:59:04 -0500 Subject: [Privacy, Federation, UI] Add options to allow Fediverse users to decide whether to include replies and unlisted posts on their profiles --- config/locales/en-MP.yml | 3 +++ config/locales/simple_form.en-MP.yml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'config/locales') diff --git a/config/locales/en-MP.yml b/config/locales/en-MP.yml index 534552c73..eb5b82067 100644 --- a/config/locales/en-MP.yml +++ b/config/locales/en-MP.yml @@ -111,7 +111,10 @@ en-MP: settings: monsterfork: Monsterfork profiles: + privacy: Privacy + privacy_html: These options allow you to adjust how much information is visible on your public profile on Monsterpit. Be aware that other servers you send your roars to have their own profile systems and may not honor these options. You will need to use followers-only or direct privacy for roars you do not want displayed in other servers' public profiles. advanced_privacy: Advanced privacy + advanced_privacy_html: These options can increase your privacy at the expense of compatability with other servers. They can potentially cause roars to not be delivered to some of your followers. Only enable them if you're fully aware of their side effects. user_mailer: warning: explanation: diff --git a/config/locales/simple_form.en-MP.yml b/config/locales/simple_form.en-MP.yml index 55097c519..376ea7f9d 100644 --- a/config/locales/simple_form.en-MP.yml +++ b/config/locales/simple_form.en-MP.yml @@ -26,7 +26,8 @@ en-MP: setting_default_language: The language of your roars can be detected automatically, but it's not always accurate setting_show_application: The application you use to toot will be displayed in the detailed view of your roars setting_skin: Reskins the selected UI flavour - invite_request: + show_replies: Disable if you'd prefer your replies not be a part of your public profile + show_unlisted: Disable if you'd prefer to only show unlisted roars on your profile page to visitors who are logged-in or are your followers. text: This helps us determine if registrations are made in sincerity and prevent spam. It is only visible to admins. user: chosen_languages: When checked, only roars in selected languages will be displayed in public timelines @@ -47,6 +48,8 @@ en-MP: setting_favourite_modal: Show confirmation dialog before admiring (applies to Glitch flavour only) setting_show_application: Disclose application used to send roars setting_use_pending_items: Relax mode + show_replies: Show replies on profile + show_unlisted: Show unlisted roars to anonymous visitors invite_request: text: "Introduce yourself and let the admins know what brings you to Monsterpit." notification_emails: -- cgit