add chat user roles and login

This commit is contained in:
team 1
2026-05-11 11:33:03 +02:00
parent 3c5de0d8e6
commit 83ac6d600e
9 changed files with 312 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
This patch intentionally removes public/index.html.
Important when applying this patch manually:
Reason:
If public/index.html remains in the document root, many web servers serve it before public/index.php and the Symfony route / will not reach App\Controller\Chat\ChatController.
Delete public/index.html from the target installation.
When applying this patch manually, delete:
public/index.html
The chat root route is now handled by Symfony via App\Controller\Chat\ChatController.
If public/index.html remains on disk, the web server may still serve the static file
before Symfony handles /, which would bypass the chat firewall and ROLE_CHAT_USER check.