Commit graph

608 commits

Author SHA1 Message Date
NigeParis
73a41f2b39 Conflits merge 2025-12-18 20:09:57 +01:00
NigeParis
36d767072f WIP - block user 2025-12-18 20:07:07 +01:00
NigeParis
a7fcb351f8 WIP trying to fix a bug with blocking Broadcast message from a user on the chat 2025-12-18 20:03:24 +01:00
NigeParis
f506fb44bf Work in progress - blocage working on it ./app 206 2025-12-18 15:11:27 +01:00
NigeParis
8500d7dbe2 block button in profil toggles with block or un blocked 2025-12-18 15:11:27 +01:00
NigeParis
c41a32e4b1 clean up obj 2025-12-18 15:11:27 +01:00
NigeParis
e543116b5d Cleaned un the type obj - now consistant through out 2025-12-18 15:11:27 +01:00
NigeParis
f5366bf9e1 WIP Blocked users and clean up obj { } its in constitant 2025-12-18 15:11:27 +01:00
Maieul BOYER
556138d624 feat(user): added description and global guest user mute 2025-12-18 14:51:12 +01:00
Maieul BOYER
bcba86ed8a feat(chat): send online user in a single socketio message 2025-12-18 13:55:26 +01:00
Maieul BOYER
41fdbfbaaa
feat(monitoring): fixes issues 2025-12-17 21:02:12 +01:00
Raphaël
3fd3635fd1
Merge pull request #62 from Maix0/monitoring/nginx
Cleanup monitoring side of the service
2025-12-17 20:56:59 +01:00
Maix0
e5f186af04 fixes(eslint): removed trailing space 2025-12-17 19:52:17 +01:00
Maix0
4627f37574 feat(docker): general cleanup of docker-compose
Changed every service to be prefixed by their "group":
- `app` is for the application services
- `mon` is for the monitoring side of things
- `log` is for the logs collection side of things

Renamed the main network to `app`
Moved around some comments in the file to clearly show different groups of services
2025-12-17 19:47:42 +01:00
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
637229c8c8 Work in progress - blocage working on it ./app 206 2025-12-17 17:21:06 +01:00
NigeParis
a1d6c4ae9c block button in profil toggles with block or un blocked 2025-12-17 13:20:01 +01:00
NigeParis
eb1b3472cb clean up obj 2025-12-17 12:03:28 +01:00
NigeParis
fb68487786 Cleaned un the type obj - now consistant through out 2025-12-17 10:20:07 +01:00
NigeParis
4e4ad367c2 WIP Blocked users and clean up obj { } its in constitant 2025-12-17 09:57:41 +01:00
NigeParis
67c8a9cbd1 Error with Master pino creahes changed to pino-pretty 2025-12-16 18:39:35 +01:00
NigeParis
76465732d1 Error with Master pino creahes changed to pino-pretty 2025-12-16 18:32:42 +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
Raphaël
64a820c0f0
maiboyer have finished
Verification of the maiboyer's modules
2025-12-15 15:12:07 +01:00
Maieul BOYER
ea3e1d53a7
fixes(openapi): disable tic-tac-toe until it works again 2025-12-12 17:07:54 +01:00
Maieul BOYER
8222ec4ea3
feat(frontend): added logout page 2025-12-12 15:49:47 +01:00
Maieul BOYER
4a56c92667
fixes(frontend): Made the overlay transparent & redirect on login
The overlay that is used when the menubar is used is now actually
transparent

When logging in, actually always redirect to somewhere
(if not asked -> redirect to /)
2025-12-12 15:42:28 +01:00
Maieul BOYER
762796417a
chore(cleanup): Fixed Makefile and Fully remove icons service
Changed so that Only non-monitoring services are launched by default
(override by doing `make DOCKER_SERVICE=`)

Fully removed the icons service (not yet in monitoring)
2025-12-12 14:56:50 +01:00
Maix0
7ebd129faa
Merge pull request #56 from Maix0/Alex/tic-tac-toe_frontend
Alex/tic tac toe frontend
2025-12-12 14:19:42 +01:00
apetitco
67eb5f8beb
Update frontend/index.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-11 16:38:19 +01:00
apetitco
1ad37fc442
Update frontend/src/pages/ttt/ttt.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-11 16:18:04 +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
apetitco
ec91a55058
Update frontend/src/pages/ttt/ttt.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-11 16:16:17 +01:00
apetitco
7005d644ee
Apply suggestion from @Copilot
Added spacing between operands

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-11 16:14:25 +01:00
apetitco
e0f73ce514
Merge branch 'master' into Alex/tic-tac-toe_frontend 2025-12-11 15:56:51 +01:00
apetitco
4f039bb6a2 (other_game) : Added link to tic-tac-toe game on side menu 2025-12-11 14:56:15 +01:00
apetitco
2f9304a89e (feat): Maieul helped starting the frontend. 2025-12-11 14:45:42 +01:00
copilot-swe-agent[bot]
b6cb091f78 Fix duplicate hidden attribute in profile.html line 43
Co-authored-by: EniumRaphael <35407363+EniumRaphael@users.noreply.github.com>
2025-12-11 14:43:50 +01:00
copilot-swe-agent[bot]
393e7ee031 Initial plan 2025-12-11 14:43:50 +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
23baa4af56 almost done 2025-12-11 14:43:50 +01:00
Maieul BOYER
37a33d8a73 yes 2025-12-11 14:43:50 +01:00
Maieul BOYER
00e4f522ab feat(frontend/otp): allow changing otp status and showing qrcode 2025-12-11 14:43:50 +01:00
Maieul BOYER
bb7037d515 feat(nginx): Fixed going to / not working 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