Add disabled setting for live and topic feeds, as well as user permission to bypass that (#36563)

This commit is contained in:
Claire
2025-10-23 10:37:05 +02:00
committed by GitHub
parent 9f7075a0ce
commit 7774cd6670
9 changed files with 677 additions and 3 deletions

View File

@@ -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!

View File

@@ -4,6 +4,7 @@ moderator:
permissions:
- view_dashboard
- view_audit_log
- view_feeds
- manage_users
- manage_reports
- manage_taxonomies