Lucàs
|
cb8659b63a
|
draft(DevWeb): Create newGame form
|
2024-04-17 16:54:25 +02:00 |
|
Lucàs
|
469b037232
|
feat!(DevWeb): Add BulmaCSS, refacto, handle error on login pages, use bean, filters and tags
|
2024-04-17 13:59:16 +02:00 |
|
Lucàs
|
109ffd334e
|
feat(DevWeb): On user leave the mainMenu page it update the list
|
2024-04-16 14:10:50 +02:00 |
|
Lucàs
|
7966217125
|
feat(DevWeb): Add WebSocket in MainMenu to display user list dynamically
|
2024-04-15 13:10:01 +02:00 |
|
Lucàs
|
30163840d8
|
draft(DevWeb): Try to resolve redirection
|
2024-04-12 10:07:54 +02:00 |
|
kmitresse
|
2366583a21
|
fix: devWeb - align items on navbar
|
2024-04-08 08:46:26 +02:00 |
|
kmitresse
|
f0af64c697
|
feat: devWeb - include figma fonts-family
|
2024-04-08 08:40:02 +02:00 |
|
kmitresse
|
8412936830
|
fix: devWeb - fix warning on MainMenuServlet
|
2024-04-08 08:39:19 +02:00 |
|
kmitresse
|
c7efa6e5f8
|
feat: dev-web - begin modal and new-game front
|
2024-04-06 14:32:36 +02:00 |
|
kmitresse
|
0148e4b505
|
fix: dev-web - remove entitymanager on register servlet (we use it only in API)
|
2024-04-06 08:53:21 +02:00 |
|
kmitresse
|
6e9c5553f0
|
fix: dev-web - fix navbar to get the session's user
|
2024-04-06 08:52:28 +02:00 |
|
kmitresse
|
63830da997
|
fix: dev-web - fix index display
|
2024-04-05 18:31:02 +02:00 |
|
kmitresse
|
13828b722b
|
fix: dev-web - fix some warning
|
2024-04-05 18:10:18 +02:00 |
|
kmitresse
|
a541ba929a
|
feat: dev-web - begin front
|
2024-04-05 18:00:33 +02:00 |
|
kmitresse
|
eeea468845
|
fix: dev-web - remove content type on components to fix duplication error when use <@include...
|
2024-04-05 15:20:30 +02:00 |
|
kmitresse
|
0bf0a178c2
|
feat: dev-web - remove mask and noise img (wrong files)
|
2024-04-05 15:18:07 +02:00 |
|
kmitresse
|
9f009545ce
|
feat: dev-web - remove session in list of connected users
|
2024-04-05 15:17:27 +02:00 |
|
kmitresse
|
a8040fccec
|
feat: dev-web - update navbar
|
2024-04-05 15:16:52 +02:00 |
|
Lucàs
|
61603ddac6
|
fix(DevWeb): Import static files
|
2024-04-05 12:39:01 +02:00 |
|
kmitresse
|
c438395a1a
|
draft: dev-web - get img
|
2024-04-05 11:10:06 +02:00 |
|
kmitresse
|
0d193b86bf
|
feat: dev-web - new mail address is up
|
2024-04-03 19:38:58 +02:00 |
|
kmitresse
|
6a038b15e6
|
draft: dev-web - add new mail address
|
2024-04-03 17:07:45 +02:00 |
|
Lucàs
|
f45b477020
|
fix(DevWeb): Resolve Login and Register functions
|
2024-04-03 16:45:42 +02:00 |
|
kmitresse
|
ff7e2687c2
|
draft - devweb - login
|
2024-04-03 14:36:14 +02:00 |
|
kmitresse
|
677c68f37e
|
fix: dev-web - add utf-8 on modal
|
2024-04-03 14:03:26 +02:00 |
|
kmitresse
|
0c7c1fd1f8
|
feat: dev-web - add modals in main-menu
|
2024-04-03 08:57:44 +02:00 |
|
kmitresse
|
79cbad9d80
|
feat: dev-web - add listener to stock all connected users
|
2024-04-03 07:50:27 +02:00 |
|
kmitresse
|
fac6f87c66
|
feat: dev-web - use constants
|
2024-03-29 15:07:20 +01:00 |
|
kmitresse
|
310f997ff4
|
feat: dev-web - add timer and fix tests
|
2024-03-29 15:07:08 +01:00 |
|
kmitresse
|
f3698f5f78
|
feat: dev-web - add entityManager.getTransaction functions in Servlets
|
2024-03-29 09:48:20 +01:00 |
|
kmitresse
|
7a467efb83
|
fix: dev-web - fix div by zero when get all ratio in player and user
|
2024-03-29 09:46:03 +01:00 |
|
kmitresse
|
c3c0cbfe7d
|
fix: dev-web - initialize list of player (... = new arrayList<>()) in User and Game constructors
|
2024-03-29 09:44:54 +01:00 |
|
Lucàs
|
64e7db3ab0
|
fix(DevWeb): Remove unused imports
|
2024-03-28 17:42:24 +01:00 |
|
Lucàs
|
06a7bfc3b5
|
test(DevWeb): Add tests in DAO_JPA_GameTest.java
|
2024-03-28 17:40:29 +01:00 |
|
Lucàs
|
ec3b2e63d8
|
test(DevWeb): Add tests in DAO_JPA_PlayerTest.java
|
2024-03-28 17:40:07 +01:00 |
|
Lucàs
|
5701633a86
|
fix(DevWeb): Fix random order of creation in DB for UserTest.java
|
2024-03-28 17:39:42 +01:00 |
|
Lucàs
|
e1747e8b1f
|
feat(DevWeb): Add getId for Player.java (Else we can't find by id in DB)
|
2024-03-28 17:39:04 +01:00 |
|
Lucàs
|
29388a96dd
|
feat(DevWeb): Edit findByField to search with int/boolean etc...
|
2024-03-28 17:38:25 +01:00 |
|
Lucàs
|
a46a1a0f1a
|
fix(DevWeb): GameTest.java
|
2024-03-28 16:35:49 +01:00 |
|
kmitresse
|
c19e18d817
|
feat: dev-web - add equal method for RecoveryPasswordToken
|
2024-03-28 14:33:59 +01:00 |
|
Lucàs
|
a6ee974473
|
refacto(DevWeb): user into fixture in DAO_JPA_UserTest.java
|
2024-03-28 11:34:13 +01:00 |
|
Lucàs
|
29eab3d291
|
test(DevWeb): Add tests in DAO_JPA_RecoveryPasswordTokenTest.java
|
2024-03-28 11:33:50 +01:00 |
|
Lucàs
|
4dd7d67775
|
reactor(DevWeb): Edit methods with the test_ prefix in RecoveryPasswordTokenTest and UserTest
|
2024-03-28 11:15:23 +01:00 |
|
kmitresse
|
97ac164e43
|
fix: dev-web - add fixtures on User and RecoveryPasswordToken tests
|
2024-03-28 07:40:09 +01:00 |
|
kmitresse
|
b735bea1aa
|
fix: dev-web - remove comment in pom.xml
|
2024-03-28 07:28:55 +01:00 |
|
Lucàs
|
d2f36c7ebe
|
comment(DevWeb): Add TODO to correct tests who doesn't pass in UserTest.java
|
2024-03-28 02:29:53 +01:00 |
|
Lucàs
|
aff0cad030
|
test(DevWeb): Edit tests in GameTest.java
|
2024-03-28 02:27:20 +01:00 |
|
Lucàs
|
9613e62a78
|
test(DevWeb): Edit tests in PlayerTest
|
2024-03-28 02:27:11 +01:00 |
|
Lucàs
|
3dfdd195b1
|
test(DevWeb): Add tests in Game_JPA_DAO_FactoryTest
|
2024-03-28 00:44:38 +01:00 |
|
Lucàs
|
1f62aa1f0c
|
test(DevWeb): Add tests and rename methods in EntityManagerProviderTest
|
2024-03-28 00:44:10 +01:00 |
|