feat: modération IA automatique à la publication
Some checks failed
CI / Lint, Unit Tests & Build (push) Successful in 5m30s
CI / Deploy production (on server) (push) Failing after 0s

- contentModerationService branché dans /api/notes/publish
- blocked → 403, publication refusée, toast d'explication
- flagged → publié mais admins notifiés pour révision
- safe → publication normale
- PublishDialog gère les 3 cas (succès normal, flagged, blocked)
- i18n FR/EN
This commit is contained in:
Antigravity
2026-06-20 07:51:44 +00:00
parent 1774544385
commit 17594124b0
4 changed files with 55 additions and 3 deletions

View File

@@ -2574,6 +2574,7 @@
"settingsPublishedEmpty": "No published notes yet.",
"unpublish": "Unpublish",
"unpublishSuccess": "Note unpublished",
"publishBlocked": "Publication refused",
"slashSubPage": "Sub-page",
"slashSubPageDesc": "Create a linked note inside this note",
"exercisesLoading": "Generating exercises...",