feat(Moderation): implement moderation reports feature
All checks were successful
Deploy to production / deploy (push) Successful in 2m1s
All checks were successful
Deploy to production / deploy (push) Successful in 2m1s
- 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:
1
frontend/public/ads.txt
Normal file
1
frontend/public/ads.txt
Normal file
@@ -0,0 +1 @@
|
||||
google.com, pub-1104166651501135, DIRECT, f08c47fec0942fa0
|
||||
@@ -18,6 +18,7 @@
|
||||
<meta name="twitter:title" content="YourPart – Online-Community, Forum, Chat, Vokabeltrainer & Browsergames" />
|
||||
<meta name="twitter:description" content="Forum, Chat, Blogs, kostenloser Vokabeltrainer und Browsergames inkl. Falukant – gratis im Browser, ohne Download. Jetzt in der Beta testen." />
|
||||
<meta name="theme-color" content="#F9A22C" />
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1104166651501135" crossorigin="anonymous"></script>
|
||||
<script type="module" crossorigin src="/assets/index-B4fysdFj.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-B7qXuEZt.css">
|
||||
</head>
|
||||
|
||||
@@ -1,18 +1,20 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Allow: /blogs
|
||||
Allow: /vokabeltrainer
|
||||
Allow: /bisaya-lernen
|
||||
Allow: /deutsch-fuer-bisaya
|
||||
Allow: /falukant
|
||||
Allow: /minigames
|
||||
Disallow: /activate
|
||||
Disallow: /admin/
|
||||
Disallow: /friends
|
||||
Disallow: /personal/
|
||||
Disallow: /settings/
|
||||
Disallow: /socialnetwork/diary
|
||||
Disallow: /socialnetwork/forum/
|
||||
Disallow: /socialnetwork/forumtopic/
|
||||
Disallow: /socialnetwork/gallery
|
||||
Disallow: /socialnetwork/guestbook
|
||||
Disallow: /socialnetwork/search
|
||||
Disallow: /socialnetwork/vocab/
|
||||
Disallow: /falukant/home
|
||||
Disallow: /falukant/create
|
||||
Disallow: /falukant/branch/
|
||||
Disallow: /falukant/moneyhistory
|
||||
|
||||
Reference in New Issue
Block a user