Commit graph

296 commits

Author SHA1 Message Date
Maix0
9b24bd0c41 feat(monitoring): change logger to pino
This changes the logger used to be pino, which print the logs on a single line per log event
2025-12-17 19:42:33 +01:00
Maix0
8a3481ea8b feat(monitoring): general fixup
- added healthcheck for every service
- added nginx second "server" block for monitoring
    all monitoring services are now behind this nginx reverse proxy
- fixed logging driver not present for chat service
2025-12-17 19:23:47 +01:00
NigeParis
67c8a9cbd1 Error with Master pino creahes changed to pino-pretty 2025-12-16 18:39:35 +01:00
Maieul BOYER
bd45062080
changed logger to pino (non-pretty) 2025-12-16 15:27:40 +01:00
Nigel
85eca5d301
Nigel/block user (#60)
* WIP block users

* Add test to check if the person for user X is blocked or not

* Added function isBlocked return true if user x is blocked by user y

* Added block ans un block messages

* Route / broadcast added ny Maix

* notification block and un block with icon now works, started clean up

* cleaning up the code

* cleaning up the code - WIP

* cleaning up the code - WIP

* clean up code - WIP

* clean up code - WIP

* WIP block users

* Add test to check if the person for user X is blocked or not

* Added function isBlocked return true if user x is blocked by user y

* Added block ans un block messages

* REBASE -trying

* REBASE trying

* REBASE problems

* REBASE problems

* REBASE problems

* MERGE problems

* REBASE problem

* REBASE problem

* clean up code - WIP

* MERGED master into nigel/blockUser

* linter OK

* TTT problem with package

* Deletes tic tac and icons
2025-12-16 15:21:07 +01:00
Maieul BOYER
ea3e1d53a7
fixes(openapi): disable tic-tac-toe until it works again 2025-12-12 17:07:54 +01:00
apetitco
a41b8303b0
Update src/tic-tac-toe/vite.config.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-11 16:17:30 +01:00
Raphaël
d85192c0f3 style(routes/info): removing debug print
Removed console log for user information retrieval.
2025-12-11 14:43:50 +01:00
Maieul BOYER
a8fa9f984d removed icon server and finished profile page 2025-12-11 14:43:50 +01:00
Maieul BOYER
37a33d8a73 yes 2025-12-11 14:43:50 +01:00
Maieul BOYER
3140da7bab wip 2025-12-11 14:43:46 +01:00
Maieul BOYER
79c7edb30f chore(deps): Removed unused deps and updated lockfiles 2025-12-11 14:41:21 +01:00
NigeParis
6643d495bd Added Global Message for Next Game - Bug Fixed on Double Displaying Ping Buddies 2025-12-11 14:41:21 +01:00
NigeParis
af957bc74b invitation working by chat 2025-12-11 14:41:21 +01:00
NigeParis
74f96d6568 getProfil() returns profil under an object form 2025-12-11 14:41:21 +01:00
NigeParis
e0610ca001 Added Pong invitation Btn - WIP no implementation yet 2025-12-11 14:41:21 +01:00
NigeParis
71c5914e04 profil now displays info on players not connected 2025-12-11 14:41:21 +01:00
NigeParis
3aa1f6fb2d profil displays basic info if guest or not 2025-12-11 14:41:21 +01:00
NigeParis
b2867757b6 Added profil popup - WIP page opens on double click of the name of buddy 2025-12-11 14:41:21 +01:00
NigeParis
4de1aae73c going home end of day 2025-12-11 14:41:21 +01:00
NigeParis
eb613c10f4 First private messages working 2025-12-11 14:41:21 +01:00
NigeParis
b1bf460ef2 made bconnect.click() into function, seems to have solved the re loading of ping buddies after guest name change 2025-12-11 14:41:21 +01:00
NigeParis
b441cc3f3c commented out experience with database can block the chat at the moment 2025-12-11 14:41:21 +01:00
NigeParis
1a8601e634 minor bug fixed SESSION_MANAGER when not in env 2025-12-11 14:41:21 +01:00
NigeParis
bde038a8d0 added eslint norme to code 2025-12-11 14:41:21 +01:00
NigeParis
8a151cfb5e chat general broadcast done with now notifications system separated in different space on the chat windo 2025-12-11 14:41:21 +01:00
NigeParis
26c9bd6421 Trying to fix BUG with / when guest changes name without closing the window 2025-12-11 14:41:21 +01:00
NigeParis
05a9c58de5 playing wiith database Blocked Users 2025-12-11 14:41:21 +01:00
NigeParis
6a53c5266f added Quit Chat Button 2025-12-11 14:41:21 +01:00
NigeParis
8fd3063420 Bug - db fixed 2025-12-11 14:41:21 +01:00
Maieul BOYER
270c3297fd added blocked database 2025-12-11 14:41:21 +01:00
NigeParis
438cb10abb Bug fixed multiple notification when user leaves by the side menu and comes back on chat without logining out 2025-12-11 14:41:21 +01:00
NigeParis
ffc0651c00 New look 2025-12-11 14:41:21 +01:00
NigeParis
fc6b7042f2 added PingBuddies Bar to detect connected Chatters in real time 2025-12-11 14:41:21 +01:00
NigeParis
f904a6b6ae Added machine Name to display address of connect in logs 2025-12-11 14:41:21 +01:00
NigeParis
61b8919995 rebase with master 2025-12-11 14:41:21 +01:00
NigeParis
d9d3ada6a0 minor stuff done like BG color of chat window 2025-12-11 14:41:21 +01:00
NigeParis
18956ee953 Added tab 'hidden' detection when chat is on, added css red text messages sent 2025-12-11 14:41:21 +01:00
NigeParis
4d838585b4 added tab control to chat, When user leaves tab open on chat 2025-12-11 14:41:21 +01:00
NigeParis
f2a5285479 Added Date.now ClientChat that stores user, socket id and date 2025-12-11 14:41:21 +01:00
apetitco
ea5f997fe0 (misc): entirely disabled backend 2025-12-11 13:53:48 +01:00
apetitco
56ad511ceb (punition): No more working on backend until Maieul says so :( 2025-12-04 17:53:32 +01:00
apetitco
8b91505894 (eslint): Removed empty line. 2025-12-04 15:25:31 +01:00
apetitco
69809e284e (eslint): Removed trailing space at end of line 2. 2025-12-04 15:22:42 +01:00
apetitco
8e3413fb95 (misc): Added configuration files. 2025-12-04 15:20:13 +01:00
apetitco
fe52fbbbd4 (misc): Started working on app.ts. 2025-12-04 15:17:24 +01:00
apetitco
c7149cffad (misc): Started working on entrypoint for the microservice. 2025-12-04 15:05:49 +01:00
apetitco
e9a61f1716 (misc): Initial commit 2025-12-04 14:17:33 +01:00
NigeParis
3091d25774 Add Flashes to buttons 2025-11-25 16:13:43 +01:00
NigeParis
40b807efc8 Connected Button Added now working 2025-11-25 16:13:43 +01:00