-
Notifications
You must be signed in to change notification settings - Fork 442
Content Moderation
Content moderation feature aims to help the Admins with moderating the content in OBS. It does that by introducing a workflow that allows user to create reports and introducing moderators that help the admins in making decisions.
Represents a user's report of the content. Contains the following information:
- Reporter
- Reportable (the reported object)
- Reason
- Category
- Decision if it exists
It triggers notification for the Moderators if they exist, otherwise Admins
Represents moderation decision taken by the Moderators, favour or cleared kinds. Contains the following information:
- Creator
- Reason
- Kind
It triggers notification for the Creator and the Offender if the kind is favour.
Represents the Offender's appeal if they need a place to clarify why the decision was wrong. Contains the following information:
- Creator
- Reason
- Decision
It triggers notification for the Moderators if they exist, otherwise Admins
- Development Environment Overview
- Development Environment Tips & Tricks
- Spec-Tips
- Code Style
- Rubocop
- Testing with VCR
- Authentication
- Authorization
- Autocomplete
- BS Requests
- Events
- ProjectLog
- Notifications
- Feature Toggles
- Build Results
- Attrib classes
- Flags
- The BackendPackage Cache
- Maintenance classes
- Cloud uploader
- Delayed Jobs
- Staging Workflow
- StatusHistory
- OBS API
- Owner Search
- Search
- Links
- Distributions
- Repository
- Data Migrations
- next_rails
- Ruby Update
- Rails Profiling
- Installing a local LDAP-server
- Remote Pairing Setup Guide
- Factory Dashboard
- osc
- Setup an OBS Development Environment on macOS
- Run OpenQA smoketest locally
- Responsive Guidelines
- Importing database dumps
- Problem Statement & Solution
- Kickoff New Stuff
- New Swagger API doc
- Documentation and Communication
- GitHub Actions
- How to Introduce Software Design Patterns
- Query Objects
- Services
- View Components
- RFC: Core Components
- RFC: Decorator Pattern
- RFC: Backend models