mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
Add disabled setting for live and topic feeds, as well as user permission to bypass that (#36563)
This commit is contained in:
@@ -796,6 +796,8 @@ en:
|
||||
view_dashboard_description: Allows users to access the dashboard and various metrics
|
||||
view_devops: DevOps
|
||||
view_devops_description: Allows users to access Sidekiq and pgHero dashboards
|
||||
view_feeds: View live and topic feeds
|
||||
view_feeds_description: Allows users to access the live and topic feeds regardless of server settings
|
||||
title: Roles
|
||||
rules:
|
||||
add_new: Add rule
|
||||
@@ -851,6 +853,7 @@ en:
|
||||
feed_access:
|
||||
modes:
|
||||
authenticated: Authenticated users only
|
||||
disabled: Require specific user role
|
||||
public: Everyone
|
||||
registrations:
|
||||
moderation_recommandation: Please make sure you have an adequate and reactive moderation team before you open registrations to everyone!
|
||||
|
||||
@@ -4,6 +4,7 @@ moderator:
|
||||
permissions:
|
||||
- view_dashboard
|
||||
- view_audit_log
|
||||
- view_feeds
|
||||
- manage_users
|
||||
- manage_reports
|
||||
- manage_taxonomies
|
||||
|
||||
Reference in New Issue
Block a user