Maieul BOYER
a4b3cc3c4b
chore(eslint/format): remformatted all files and fixed eslint issues
2026-01-02 15:16:58 +01:00
Maieul BOYER
945a36dcc1
chore(lockfile): update lockfile
2026-01-02 15:16:58 +01:00
NigeParis
233d6c9fa5
changed network name to new name App - now compilies
2026-01-02 15:16:58 +01:00
bgoulard
dded33f5fa
[wip] local ~= ok, colision = ok, queue != ok, front (looks) = ok, sock Shapes ~= ok (missing new shapes)
2026-01-02 15:16:58 +01:00
bgoulard
0033956ca1
[wip] colisions
2026-01-02 15:16:58 +01:00
bgoulard
40068bfb57
merge cleanup :D
2026-01-02 15:16:58 +01:00
bgoulard
8a6394786c
added ball + bounces; started on queu system for user to join game
2026-01-02 15:16:58 +01:00
NigeParis
7571927097
pong bats working with css tailwind updates
2026-01-02 15:16:58 +01:00
NigeParis
1da4ae9c4c
WIP bats left does not move
2026-01-02 15:16:58 +01:00
NigeParis
6e6162c3f0
basic setup pong - frontend and backend with simplw socket message and fastify route
2026-01-02 15:16:58 +01:00
NigeParis
5354c01bad
empty the pong to minimum set up
2026-01-02 15:16:58 +01:00
NigeParis
7c20066b63
Started Pong simple copy Chat - WIP simplification first job
2026-01-02 15:16:58 +01:00
NigeParis
c39e7b9e04
Added login state in profil + css
2026-01-02 14:38:55 +01:00
NigeParis
9620fa12d3
Added Login state in profil + css
2026-01-02 14:38:55 +01:00
NigeParis
b8b4bbd1cb
Added notification state sign and cmd @help
2026-01-02 14:38:55 +01:00
Maieul BOYER
2ed524872b
feat(docker): Multi stage docker now fetch deps once
...
Split dockerfile into three different dockerfiles such that dependencies
are only downloaded once
This allows the build to be a bit faster, since all deps are downloaded
once at the start.
This also makes it so the frontend container no longer needs to be ran,
as its files are directly embedded into the nginx container
This also remove the extra files, since bind mounts do work
it also remove the entrypoint.sh file, as you should prefer to not use
it
2025-12-30 19:02:07 +01:00
Maieul BOYER
af13395f2f
feat(db): removed requirement to have EnvVar for database location
...
By default the database directory is `/volumes/database`, but can be
changed by setting `DATABASE_DIR` env var
2025-12-30 18:20:36 +01:00
Maieul BOYER
fbbc6d8f39
feat(auth): Use bind mount for providers.toml config file
...
Changed the way the `auth` service source its providers file to use a
bindmount and use a default path if no `PROVIDER_FILE` env is set
2025-12-30 18:20:36 +01:00
Maieul BOYER
6c050e2171
update lockfile
2025-12-30 18:20:16 +01:00
NigeParis
c6b0225e51
norm OK
2025-12-30 18:20:16 +01:00
NigeParis
1ca84b30c6
clean up
2025-12-30 18:20:16 +01:00
NigeParis
581a2330de
toggle cmd for notifications blocage
2025-12-30 18:20:16 +01:00
NigeParis
ddfee11474
Clean up starting
2025-12-30 18:20:16 +01:00
NigeParis
7532ce19d2
added text to work in sendInvite
2025-12-30 18:20:16 +01:00
NigeParis
da8298dce8
Added block invites
2025-12-30 18:20:16 +01:00
NigeParis
69c00f909f
rebase with master after merge to master Maix
2025-12-30 18:20:16 +01:00
NigeParis
9abaa23519
Adding blockage invitations to a Game
2025-12-30 18:20:16 +01:00
NigeParis
e6089cf666
Adding blockage invitations to a Game
2025-12-30 18:20:16 +01:00
NigeParis
75ec5cd9c4
WIP on bloccage invitaion - no working at all yet
2025-12-30 18:20:16 +01:00
NigeParis
266feb22f4
Merged with Maix Master
2025-12-30 18:20:16 +01:00
Nigel
ea023fa99a
Merge pull request #73 from Maix0/maix/fixes/lockfile
...
chore(deps): removed unsued deps and fixed npm@update makefile rule
2025-12-30 17:30:01 +01:00
Maieul BOYER
11949bbdf0
chore(deps): removed unsued deps and fixed npm@update makefile rule
...
- Removed unused deps
- Changed `npm@update` rule to only update lockfile and nothing else
- Changed `npm@install` to also install in frontend directory
2025-12-30 14:54:38 +01:00
Raphaël
926677223c
style(frontend/frontpage): adding a real frontpage of "site de boule"
2025-12-29 18:19:55 +01:00
Raphael
a97ac3580b
build(nix): removing envrc to fix mac issues
2025-12-29 18:09:54 +01:00
Maieul BOYER
3120a640e3
added a real frontpage
2025-12-29 16:55:54 +01:00
Nigel
efdef8f8e9
Merge pull request #71 from Maix0/maix/socketAuth
2025-12-24 10:47:24 +01:00
Maieul BOYER
156379ab54
feat(auth): close connection on unauthenticated socket connection
2025-12-23 15:22:26 +01:00
Nigel
90a40aa626
Merge pull request #70 from Maix0/frontend/profileDesc
...
feat(frontend): added description handling the /profile
2025-12-22 20:09:25 +01:00
Maieul BOYER
98f2af3f46
feat(frontend): added description handling the /profile
2025-12-22 19:51:58 +01:00
Nigel
2ace5a9a94
Merge pull request #69 from Maix0/frontend/profileBadge
...
Add a little profile/Login button in the caroussel
2025-12-22 19:47:52 +01:00
Maieul BOYER
769edcd1ad
feat(frontend): added little badge on top right to show current status
...
This badge will either send you to the login page, or to the profile
page
2025-12-22 19:39:23 +01:00
Maix0
930ff9d1b3
Merge pull request #68 from Maix0/Alex/hell
...
Alex/hell : Split front and back
2025-12-22 17:52:46 +01:00
Maieul BOYER
782e13cd63
fixed small issues
2025-12-22 17:46:04 +01:00
Maieul BOYER
be9f5ad33a
Merge branch 'master' into Alex/hell
2025-12-22 17:42:13 +01:00
Maieul BOYER
55fc1bad1f
moved around some more files
2025-12-22 17:37:25 +01:00
Maieul BOYER
5615049a15
clean up some stuff, moved around other
2025-12-22 17:37:25 +01:00
apetitco
f5c79a2d3a
(eslint): Fixed issues with eslint
2025-12-22 15:45:33 +01:00
Maieul BOYER
a940447039
made the socket correctly connect to the backend
2025-12-22 15:33:54 +01:00
apetitco
cfbce3b916
Merge branch 'Alex/hell' of github.com:Maix0/ft_deadge into Alex/hell
...
I'm going to kms
2025-12-22 15:14:55 +01:00
Maieul BOYER
c71d332c39
update: added ttt to nginx configuration
2025-12-22 15:14:14 +01:00