From ca8e77f3dc06bc758c606d316d68ba6a2c1b4a20 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Sun, 11 Oct 2020 10:43:47 -0500 Subject: Add post history limiting options --- config/locales/en-MP.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-MP.yml b/config/locales/en-MP.yml index 8b0c6d29b..da45e9216 100644 --- a/config/locales/en-MP.yml +++ b/config/locales/en-MP.yml @@ -100,7 +100,7 @@ en-MP: archive_takeout: hint_html: You can request an archive of your roars and media. The exported data will be in the ActivityPub format, readable by any compliant software. You can request an archive every 7 days. history: - '0': Never + '0': All 1: 1 week 2: 2 weeks 3: 3 weeks diff --git a/config/locales/simple_form.en-MP.yml b/config/locales/simple_form.en-MP.yml index d8ff84775..6beb88d3f 100644 --- a/config/locales/simple_form.en-MP.yml +++ b/config/locales/simple_form.en-MP.yml @@ -29,6 +29,8 @@ en-MP: setting_filter_unknown: Strictly filter unfollowed authors, including those of boosts, from your home and list timelines. Takes effect for newly-pushed items. setting_no_boosts_home: Filters boosts from the home timeline, reguardless of the app you use. These boosts will still be available in the Boosts list. setting_manual_publish: This allows you to draft, proofread, and edit your roars before publishing them. You can publish a roar from its action menu (the three dots). + setting_max_history_public: How long public users and other servers may directly access roars on your public profile or ActivityPub outbox. + setting_max_history_private: How long followers may directly access roars from your public profile or ActivityPub outbox. Takes precedence if shorter than the public setting. setting_rss_disabled: Improves privacy by turning off your account's public RSS feed. 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 @@ -57,6 +59,8 @@ en-MP: setting_favourite_modal: Show confirmation dialog before admiring (applies to Glitch flavour only) setting_filter_unknown: Filter unfollowed authors setting_manual_publish: Manually publish roars + setting_max_history_public: Roar history visible to public + setting_max_history_private: Roar history visible to followers setting_no_boosts_home: Disable boosts in home timeline setting_publish_in: Auto-publish setting_show_application: Disclose application used to send roars -- cgit