a93e713f44
Site
...
- some change in css
2024-09-18 14:26:48 +02:00
f3bbf498ca
Site :
...
- Add notification chat
- Add Home back button on lobby
2024-09-18 12:22:08 +02:00
5275f8f033
Site
...
- websocket try to reconnect when it disconnected
- add function on search bar in lobby page for search user
Django
- add request search user to find someone in database and return a list
2024-09-18 09:22:52 +02:00
d4e6c8e30e
Site
...
- add video "please login" when mouseover play button
Nginx
- remove some useless files
2024-09-18 06:29:21 +02:00
1381009e1d
Site :
...
- Fix cross button chat to a real cross
- Fix top bar lobby
2024-09-18 01:50:40 +02:00
dbbecc2232
Site
...
- disable cha when user is not connected
2024-09-17 23:21:51 +02:00
965b27426e
Site
...
- add button (same as login in home page) in lobby page with menu
2024-09-17 22:47:52 +02:00
9491d795bf
Site :
...
- Fix but not finished lobby page
- Add Button nav bar functionality
2024-09-17 20:54:15 +02:00
53441d4785
merge
2024-09-17 18:02:35 +02:00
a5b2bb95a8
Site
...
- add scroll function
2024-09-17 16:54:22 +02:00
5668d338b6
Site
...
- Add function for move ball
- add function for quit when opponent disconnect
2024-09-17 15:16:42 +02:00
522f4f602a
Site :
...
- Fix "REGISTER" to "Register"
- Fix "NEWS" to "AUTHORS"
- Fix Chat Button to icon (No notifications)
- Fix not center title on login and register screen
2024-09-17 14:28:57 +02:00
c199812a5d
Site
...
- Add smoothing movement for opponent
Django
- invert pos in move request
2024-09-17 00:25:36 +02:00
12b33d0ee4
Site
...
- multiplayer move
2024-09-16 15:52:38 +02:00
448b377012
Site
...
- Add multi online game
Django
- add somes paths
2024-09-15 15:57:40 +02:00
e1b8275c16
Site
...
- Add function for request game
2024-09-15 14:02:05 +02:00
88e3fa3d97
Site
...
- Started multi online game
Django
- Add some path
2024-09-15 00:06:51 +02:00
92ff0e9e8d
Site
...
- Add multi local game
- Some minor changes in html/css
Django
- add path for /game and /multiLocalGamePage
- add template for multiLocalGame
2024-09-14 02:06:20 +02:00
15de6df24e
Site
...
- Add variable for disable 3d in homePage
- add 3d on lobby page
2024-09-13 16:44:08 +02:00
2e002057d4
Site
...
- Fix bug single page with back arrow
- add animation when clock on tv
- fix bug when return on home page for login button
2024-09-13 11:17:47 +02:00
9a589d80f5
Site
...
- Add button for logout
- somes change for websocket
- back to login page when account created successfully
2024-09-12 18:23:40 +02:00
90e9de59bc
Site
...
- fix login with 42
2024-09-12 16:28:22 +02:00
17487197ac
Site :
...
- Add menu under login button when user connected
2024-09-12 01:37:52 +02:00
9d62f0bede
Site/Django :
...
- Add 404 error
- change request method to post for load page
2024-09-11 17:27:23 +02:00
8b3e5bfea1
Site :
...
- Single page working
2024-09-10 17:34:08 +02:00
0c0a171309
Site
...
- Add notif when account not valid
- Add notif when account is create
2024-09-10 15:25:29 +02:00
e070edbcd2
Site
...
- Add notification for error in create account
Serv :
- create program for send a mail
'
2024-09-09 17:33:45 +02:00
f8361829d8
Site
...
- Can create account on site but for the moment, nothing display when it s good
2024-09-08 18:01:44 +02:00
949d94d604
Site
...
- updating register page
2024-09-06 17:36:12 +02:00
e3a1db286d
Django
...
- Fix live chat resquest
2024-08-30 16:43:24 +02:00
222526c213
Site
...
- Fix bug with 42 loggin button
2024-08-30 12:03:39 +02:00
22cbf5930d
remove .DS_Store
2024-08-27 17:27:45 +02:00
e7aeef8288
change sql request for getPrivateMessageUser and add default profile picture for users
2024-08-26 20:57:48 +02:00
3f5172504d
Site :
...
- Add register page, button for comeback to login page doesnt work.
2024-08-26 18:22:03 +02:00
41b6c9cf9f
Site
...
- Show list user when click on livechat new conversation
2024-08-26 17:11:28 +02:00
1c9e985320
Site
...
- new file pour handler request allListUser
- add function on button new conversation in chat
- remove cookies from js
Django
- fix new_msg.sender.id
2024-08-26 01:27:32 +02:00
6bf18ad227
Site
...
- remove time and from in message request
- add page lobby when click on tv (only when we are connected)
2024-08-25 21:27:29 +02:00
f93fcbb28c
Site
...
- change style button chat (absolute -> fixed)
- Add script for chat
2024-08-25 18:22:49 +02:00
49f7ba43e6
Site
...
- login now working (but not if refresh page
- Starting singlepage
Django
- Added path
2024-08-25 17:21:05 +02:00
9b563d4855
Site
...
- Updated functions in class with function create/dispose
2024-08-25 02:25:50 +02:00
59fc6a9ffb
Docker
...
- Updated all path import
2024-08-24 23:53:11 +02:00
13d94c2612
Docker
...
- Update three in static file
2024-08-24 20:46:11 +02:00
57ef3a5d2d
add part of site to docker and login works using sessions
2024-08-24 18:28:32 +02:00
1eb7da97d2
server accepts websocket connection
2024-08-21 20:05:32 +02:00
81d6da86a2
there is a homepage now
2024-08-17 17:43:57 +02:00
4e8b7a9ad7
django basic server and connection to postgresql (not with env for now)
2024-08-12 22:07:30 +02:00
8ad8d06cae
docker file for postgresql
2024-08-11 20:35:58 +02:00
28793464ca
Livechat
...
- Fixed forgetting to import "showActualGameMessage"
- Changed filename "launchPrivateChat" to "showPrivateChat.js"
- Fixed bug on buttons "private" and "game"
Global
- Reorganize folders
2024-08-04 23:21:07 +02:00