Commit Graph

213 Commits

Author SHA1 Message Date
kmitresse 1dd75ea377 refacto: devweb - structure modal and game websocket script in js files
+ feat: devweb - add admin to a game
2024-06-13 15:09:38 +02:00
kmitresse ae5d39abbf refacto: devweb - structure modal and inviting websocket script in js files 2024-06-13 10:16:04 +02:00
kmitresse 0d6a26d407 refacto: devweb - structure game.jsp with components 2024-06-13 10:06:19 +02:00
kmitresse 22d9cbab9a fix: devweb - fix translations 2024-06-12 18:39:15 +02:00
kmitresse adbb673045 feat: devweb - update index.html to index.jsp 2024-06-12 18:38:45 +02:00
kmitresse 59daaec37d fix: devweb - Fix footer position 2024-06-12 18:31:45 +02:00
kmitresse 2184320d53 feat: devweb - Add inviting notification 2024-06-12 15:32:06 +02:00
kmitresse ce73807662 fix: devweb - Correction of comparison between gameCard and playerCard. 2024-06-12 13:52:29 +02:00
kmitresse 1255af0755 feat: devweb - Formatting dates according to the language. 2024-06-12 13:51:08 +02:00
kmitresse 0dd0b106b3 feat: devweb - Make translations on game statistics page 2024-06-12 13:36:33 +02:00
kmitresse 1a68d9ea31 feat: devweb - Make translations on game room page 2024-06-12 13:23:07 +02:00
kmitresse 0066f426c3 feat: devweb - Make translations on new game configuration page 2024-06-12 11:01:53 +02:00
kmitresse 131a310b0e feat: devweb - Make translations on rules page 2024-06-12 10:46:06 +02:00
kmitresse 0471eab01c feat: devweb - Make translations on lobby page and refacto websocket in js file 2024-06-12 09:53:10 +02:00
kmitresse 1fe2487563 feat: devweb - Make translations on profile page and error management 2024-06-11 15:37:22 +02:00
kmitresse 885ea243c1 feat: devweb - Make translations on forgotten and reset password pages (including mail and token) 2024-06-11 14:09:02 +02:00
kmitresse aee1c74f5b refacto: devweb _ remove some warnings 2024-06-11 12:42:52 +02:00
kmitresse 01857173f7 refacto: devWeb - remove unused import 2024-06-11 12:39:14 +02:00
kmitresse 71bb931c63 feat: devWeb - Make translations on register page 2024-06-11 12:38:33 +02:00
kmitresse d209ad0e39 feat: devWeb - Make translation on navbar 2024-06-11 12:38:19 +02:00
kmitresse 9689992dd4 feat: devWeb - Make translation on login page 2024-06-11 12:38:09 +02:00
kmitresse ac699b6de3 feat: devWeb - Create a translation system and his translations files 2024-06-11 12:37:32 +02:00
kmitresse 969a31d7b1 feat: devWeb - prepare a special invitation notification 2024-05-05 17:50:07 +02:00
kmitresse 8fcc732d0b refacto: devWeb - move css and js in files and import them in .jsp files 2024-05-05 17:48:53 +02:00
kmitresse 5596afea94 fix: devWeb - add a bonus point when the player answers fastest 2024-05-05 13:16:24 +02:00
kmitresse a78dcc6304 end: devWeb - ending project 2024-05-01 21:28:36 +02:00
kmitresse d1c4b84fa8 feat: devWeb - add detail on connected users 2024-05-01 19:19:29 +02:00
kmitresse 650393e319 fix: devWeb - recover password button has now text white 2024-05-01 17:59:56 +02:00
kmitresse 88ab87be8e fix: devWeb - switch minimum value for timer to 5 2024-05-01 17:33:19 +02:00
kmitresse ddce937173 feat: devWeb - update button color on modal 2024-05-01 17:32:38 +02:00
kmitresse 55bf8601c7 feat: devWeb - Remove footer div on component card 2024-05-01 17:03:17 +02:00
kmitresse b684e0f2c0 feat: devWeb - Update rules 2024-05-01 15:55:54 +02:00
kmitresse dcd1f6b018 refacto: devWeb - unify language used for comments (front) 2024-05-01 15:45:41 +02:00
kmitresse 97bfa17a70 refacto: devWeb - unify language used for comments (back) 2024-05-01 15:32:17 +02:00
kmitresse 1270077aef refacto: devWeb - remove max warning as possible (back) 2024-05-01 15:17:45 +02:00
Lucàs 0741b5ce94 feat!(DevWeb):Add timer for games
/!\ Warning: Need to rebuild the DB
2024-05-01 14:36:18 +02:00
Lucàs d54de92ce9 refactor(DevWeb): Remove unused class 2024-05-01 14:35:24 +02:00
kmitresse 8d6ea2871e fix: devWeb - players creates two time in db 2024-05-01 12:27:25 +02:00
kmitresse 496484d5ca fix: devWeb - update nbRound when nbcolors & nbvalue are modified on new game configuration 2024-05-01 11:40:10 +02:00
kmitresse ec26b8b334 feat: devWeb - display the current round 2024-05-01 11:27:13 +02:00
kmitresse b9c08fa6cc fix: devWeb - Display game when game end 2024-05-01 09:46:28 +02:00
Lucàs 6ab2fb1a62 draft(DevWeb): Try to fetch the user for each pages 2024-05-01 01:14:21 +02:00
Lucàs 635433f4cb fix(DevWeb): Display Date with SimpleDateFormat and use same annotation for game 2024-05-01 01:13:15 +02:00
Lucàs 4584afc82d fix(DevWeb): ArrayList to List 2024-05-01 01:11:47 +02:00
kmitresse 68b7aa50ce fix: devWeb - display all list of played game (profile) 2024-04-30 22:14:57 +02:00
kmitresse 3f1bff11bb draft: devWeb - test: display all list of played game (profile) 2024-04-30 18:08:12 +02:00
kmitresse 4fad995678 fix: devWeb - manage hard mode 2024-04-30 18:06:50 +02:00
kmitresse c6d3e46128 fix: devWeb - There was one round over 2024-04-30 17:53:34 +02:00
Lucàs 63be0be8da Changes by kmitr 2024-04-30 15:45:18 +02:00
Lucàs 275ad640dc feat(DevWeb): Le push du siecle 2024-04-30 15:44:53 +02:00