Commit Graph

63 Commits

Author SHA1 Message Date
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
1d9db521d3 add protection, can't start a game if another is already started and can't do game actions if not in a game 2024-09-15 13:40:03 +02:00
d785c6f006 fix async function not executing when in a sync function (python is wierd) 2024-09-15 11:16:07 +02:00
53ec541fbf switch login method to async to work with the login request 2024-09-15 00:49:53 +02:00
88e3fa3d97 Site
- Started multi online game
Django
    - Add some path
2024-09-15 00:06:51 +02:00
c8c88a237a websocket consumer to async for game infinite loop. game requests now work like stated in comment 2024-09-14 21:41:29 +02:00
c9cb82c91f fix typo variable name. change game requests comment 2024-09-14 12:44:34 +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
906a713e8d add Game class, users can now create and join games. remove bcypt from dockerfile pip install. remove rm ~/PTME_Data in make fclean 2024-09-14 00:43:04 +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
3469b74c05 fix error in variable name (ICLOUD_MAIL -> ICLOUD_USER) 2024-09-12 01:06:42 +02:00
9d62f0bede Site/Django :
- Add 404 error
    - change request method to post for load page
2024-09-11 17:27:23 +02:00
11f65d608b check if requeset to page is POST 2024-09-11 17:03:10 +02:00
3ce614625b add err404 page (on /404) (not working, template file missing) 2024-09-11 16:41:11 +02:00
00e50bdefb check if user is logged in to show page lobby 2024-09-11 16:30:28 +02:00
32306787e4 404 page renders index page 2024-09-11 16:19:36 +02:00
f5cf64f8a7 change loading of variables on django server and add server_url to env 2024-09-11 13:05:07 +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
f5857ce771 Django
- Add function for send mail when user create an account
2024-09-10 14:17:20 +02:00
eaf71af8d1 add mail verification on server side (does not send the mail for now) 2024-09-09 21:48:08 +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
0d26de0bf4 fix delete last message in conversation if over 100 2024-09-09 14:16:40 +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
dfe2dd1562 fix password rules on server side 2024-09-06 18:54:55 +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
ab01835dc9 prevent two different socket for same user and remove ws from server folder 2024-08-29 21:44:20 +02:00
5e68706d3d add login with 42 link href (can't click, i hate html) 2024-08-29 20:28:03 +02:00
0fd9d162d5 login with 42 works, fix crash when session is deleted from database 2024-08-28 18:35:45 +02:00
97cf3effa5 add players status and send message to both users when a message is sent 2024-08-28 00:23:20 +02:00
22cbf5930d remove .DS_Store 2024-08-27 17:27:45 +02:00
26ad3034b5 Django
- Fix problem with default pfp
2024-08-27 11:50:25 +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
f6b0b7114e add getAllListUser request to websocket 2024-08-26 12:44:24 +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
b08a90226a messages work with database 2024-08-25 21:53:40 +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
e316cadce4 fix session and add id to logged_in 2024-08-25 17:40:05 +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
e6e95de5ea login and account creation now works using database 2024-08-25 15:22:37 +02:00