feat(Moderation): implement moderation reports feature

- Added moderationRouter to handle moderation-related API routes.
- Introduced new methods in AdminController for fetching all regions, region types, and creating regions.
- Enhanced adminRouter with routes for moderation reports and status updates.
- Updated navigationController to include moderation reports in the admin menu.
- Implemented frontend components for reporting messages in the forum and managing moderation reports.
- Added internationalization support for moderation-related texts in multiple languages.
This commit is contained in:
Torsten Schulz (local)
2026-04-27 14:52:19 +02:00
parent fdb7d32ea6
commit a37bef74bb
36 changed files with 1162 additions and 17 deletions

View File

@@ -178,6 +178,7 @@
"adminUsers": "Mga user",
"adminUserStatistics": "Estadistika sa user",
"adminContacts": "Mga hangyo sa kontak",
"adminModerationReports": "Mga report sa moderasyon",
"adminUserRights": "Mga katungod",
"adminForums": "Pagdumala sa forum",
"adminChatRooms": "Mga chat room",

View File

@@ -66,6 +66,7 @@
},
"m-administration": {
"contactrequests": "Mga hangyo sa kontak",
"moderationReports": "Mga report sa moderasyon",
"users": "Mga user",
"userrights": "Mga katungod sa user",
"m-users": {