Commit Graph

58 Commits

Author SHA1 Message Date
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
Lucàs b2af76ccf1 test(DevWeb): Add tests in DAO_JPA_UserTest 2024-03-28 00:43:46 +01:00
Lucàs d839bbff75 feat(DevWeb): Remove transactions in DAO_JPA_User 2024-03-28 00:43:06 +01:00
Lucàs 4b13a89bb9 test(DevWeb): Add tests for AbstractDAOFactory 2024-03-28 00:42:27 +01:00
Lucàs d101f4e7da test(DevWeb): Add tests for AbstractDAOFactory 2024-03-27 23:04:27 +01:00
Lucàs 04a541341a refacto(DevWeb): Remove unused imports in DAO.java 2024-03-27 23:04:02 +01:00
Lucàs da5aae5eb6 test(DevWeb): Remove DAOTest 2024-03-27 23:03:39 +01:00
Lucàs 5d33d33a08 test(DevWeb): Add tests for EntityManagerProvider 2024-03-27 22:57:04 +01:00
kmitresse 7cc68d1092 feat: dev-web - Pojo's tests completed 2024-03-27 22:23:55 +01:00
kmitresse 4ad14f2eec feat: dev-web - User and Player tests 2024-03-27 19:35:16 +01:00
Lucàs 14850ff034 test(DevWeb): Add tests for RecoveryPasswordToken 2024-03-27 17:12:56 +01:00
Lucàs 48b44aa7fe test(DevWeb): Add unit tests for Card and Deck 2024-03-27 15:38:31 +01:00
kmitresse aa607df504 feat: dev-web - implements tests 2024-03-27 09:08:44 +01:00
kmitresse ee5a0b9f58 feat: dev-web - add game and recoveryPassorwdToken tests 2024-03-26 22:22:51 +01:00
kmitresse f8e28d79ab feat: dev-web - add deck and card tests (all are passed) 2024-03-26 21:22:19 +01:00
kmitresse d983f8ce97 feat: dev-web - servlet part 2024-03-26 13:57:30 +01:00
kmitresse 5095e558d6 feat: dev-web - begin tests 2024-03-26 13:56:34 +01:00
kmitresse bad26d50b0 fix: dev-web - fix expiration token 2024-03-26 10:35:23 +01:00
kmitresse ba90abdf14 fix: dev-web - fix .Env access 2024-03-26 09:07:36 +01:00
kmitresse 5ef779b966 fix: dev-web - fix layout (title, display connected users,...) 2024-03-25 10:24:58 +01:00
kmitresse 371fdb658e feat: dev-web - manage nbRounds on new game initialization 2024-03-25 10:23:00 +01:00
kmitresse 079f4c2e0c feat: dev-web - manage deck 2024-03-25 09:43:06 +01:00
kmitresse cf13d5756e feat: dev-web - manage new game creation 2024-03-23 10:03:09 +01:00
kmitresse 336f74d50a feat: dev-web - translation 2024-03-23 09:58:17 +01:00
kmitresse e7be7ea64f feat: dev-web - manage account creation 2024-03-23 09:50:24 +01:00
kmitresse f9622ec272 feet: dev-web - update reset password and token generation 2024-03-23 09:49:21 +01:00
kmitresse c37fcfc8ca fix: dev-web - remove sql trigger 2024-03-23 09:47:45 +01:00
kmitresse 478764aa7f fix: dev-web - orthographe 2024-03-23 09:47:00 +01:00
Lucàs a90fda22f9 feat(DevWeb): Edit Readme 2024-03-22 17:47:11 +01:00
Lucàs 511acb9876 fix(DevWeb): Correct init.sql and template.sql path 2024-03-22 17:47:03 +01:00
Lucàs db7750d5aa feat(DevWeb): Support multiple databases (test, prod) 2024-03-22 17:43:46 +01:00
kmitresse 8e9bfebffe feat: dev-web - forgotten password management 2024-03-22 15:29:23 +01:00
kmitresse 0e7066808b draft: dev-web - forgotten password token 2024-03-22 10:53:13 +01:00
Lucàs 1e02ad373c fix(DevWeb): Correct redirection from login 2024-03-21 14:56:37 +01:00
kmitresse bb9f1caee6 feat: dev-web - update pojo and database schema 2024-03-21 14:16:50 +01:00
kmitresse 7ea5af9751 fix: dev-web - remove throw function on DAO constructor 2024-03-21 14:15:40 +01:00
Lucàs 1468e72dd9 refacto(DevWeb): Edit Javadoc 2024-03-21 00:21:19 +01:00
Lucàs 4e79ba992f feat(DevWeb): Add logout endpoint to remove user from session 2024-03-21 00:19:21 +01:00
Lucàs ffad7b1a0b fix(DevWeb): Edit comment to match with file name 2024-03-21 00:18:42 +01:00
Lucàs 5f336ff761 fix(DevWeb): Login redirection and create session for the logged user 2024-03-21 00:14:57 +01:00
Lucàs 9e5a7f89bd feat(DevWeb): Add Pojo for Json responses 2024-03-21 00:14:09 +01:00
Lucàs b9bc741fc6 fix(DevWeb): Remove endpoint link for login 2024-03-20 23:56:40 +01:00
Lucàs 99039d602b refacto(DevWeb): GameDAOFactory contain dao as properties 2024-03-20 23:55:50 +01:00
Lucàs 8b3a7eab3e refacto(DevWeb): Remove EntityManager from DAO.java 2024-03-20 23:54:47 +01:00
Lucàs aaf71ffc41 fix(DevWeb): Remove unused import 2024-03-20 23:52:47 +01:00
Lucàs a2582b3ae2 fix(DevWeb): Re-organise folder structure and fix static files import 2024-03-20 23:08:35 +01:00