You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add automatic blocklist display in /about/blocks
Inspired by https://github.com/Gargron/mastodon.social-misc
* Add admin option to set who can see instance blocks
* Normalize locales files
* Rename “Sandbox” to “Silence” for consistency
* Disable /about/blocks when in whitelist mode
* Optionally display rationale for domain blocks
* Only display domain blocks that have user-facing limitations, and order them
* Redesign table of blocked domains to better handle long domain names and rationales
* Change domain blocks ordering now that rationales aren't displayed right away
* Only show explanation for block severities actually in use
* Reword instance block explanations and add disclaimer for public fetch mode
Copy file name to clipboardExpand all lines: config/locales/en.yml
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -424,6 +424,13 @@ en:
424
424
custom_css:
425
425
desc_html: Modify the look with CSS loaded on every page
426
426
title: Custom CSS
427
+
domain_blocks:
428
+
all: To everyone
429
+
disabled: To no one
430
+
title: Show domain blocks
431
+
users: To logged-in local users
432
+
domain_blocks_rationale:
433
+
title: Show rationale
427
434
hero:
428
435
desc_html: Displayed on the frontpage. At least 600x100px recommended. When not set, falls back to server thumbnail
429
436
title: Hero image
@@ -631,6 +638,23 @@ en:
631
638
people:
632
639
one: "%{count} person"
633
640
other: "%{count} people"
641
+
domain_blocks:
642
+
blocked_domains: List of limited and blocked domains
643
+
description: This is the list of servers that %{instance} limits or reject federation with.
644
+
domain: Domain
645
+
media_block: Media block
646
+
no_domain_blocks: "(No domain blocks)"
647
+
severity: Severity
648
+
severity_legend:
649
+
media_block: Media files coming from the server are neither fetched, stored, or displayed to the user.
650
+
silence: Accounts from silenced servers can be found, followed and interacted with, but their toots will not appear in the public timelines, and notifications from them will not reach local users who are not following them.
651
+
suspension: No content from suspended servers is stored or displayed, nor is any content sent to them. Interactions from suspended servers are ignored.
652
+
suspension_disclaimer: Suspended servers may occasionally retrieve public content from this server.
0 commit comments