Commit Graph

69 Commits

Author SHA1 Message Date
Vincent Guillet
cb38b80134 feat: add password field to UserDTO and update UserMapper for password handling 2025-11-22 19:08:42 +01:00
d84a2ad122 Update api/src/main/java/fr/gameovergne/api/config/SecurityConfig.java 2025-11-22 17:28:24 +00:00
93d575f7c5 Update client/src/environments/environment.prod.ts 2025-11-22 16:53:25 +00:00
60c3c4a3fa Update client/nginx.conf 2025-11-22 16:35:59 +00:00
6b6ef1cbab Update client/Dockerfile 2025-11-22 16:35:38 +00:00
05c998be1f Update docker-compose.yml 2025-11-22 14:52:02 +00:00
9fef690989 Update client/Dockerfile 2025-11-22 13:44:03 +00:00
6eeda7c4ba Update docker-compose.yml 2025-11-21 15:38:18 +00:00
716a73c7a9 Add client/nginx.conf 2025-11-21 15:21:27 +00:00
c6b95ef9c7 Update client/Dockerfile 2025-11-21 15:20:44 +00:00
5c99a2eada Update docker-compose.yml 2025-11-21 15:03:50 +00:00
03c0179f62 Update docker-compose.yml 2025-11-21 14:44:11 +00:00
bfaca86a29 Update client/Dockerfile 2025-11-21 14:43:26 +00:00
f1d2c9b33b Update client/angular.json 2025-11-21 14:25:20 +00:00
Vincent Guillet
e38c7f8241 feat: add allowed origin for gameovergne in CORS configuration 2025-11-20 22:35:30 +01:00
Vincent Guillet
ccd73cd478 feat: update environment configurations and improve Docker health checks 2025-11-20 22:34:24 +01:00
0db746afd3 Update docker-compose.yml 2025-11-20 20:41:06 +00:00
Vincent Guillet
8eccdc75d5 feat: update angular.json and docker-compose.yml for gameovergne configuration 2025-11-20 21:27:37 +01:00
adc83b2d70 Update jenkinsfile 2025-11-20 18:15:41 +00:00
714706532c Update jenkinsfile 2025-11-20 18:01:53 +00:00
Vincent Guillet
3f16faceb0 feat: configure MySQL service in Docker; update datasource URL and adjust port mappings 2025-11-20 19:00:40 +01:00
368a7f3227 Update jenkinsfile 2025-11-20 17:53:12 +00:00
df179c7791 Update jenkinsfile 2025-11-20 17:45:31 +00:00
877af6ada3 Update jenkinsfile 2025-11-20 17:36:01 +00:00
42906cc1d9 Update jenkinsfile 2025-11-20 17:29:41 +00:00
b1c1aae383 Update jenkinsfile 2025-11-20 17:21:54 +00:00
Vincent Guillet
7d20b396ad chore: allow dev.unifihomenetwork.com in dev-server 2025-11-20 17:22:51 +01:00
47c6693d1d Update jenkinsfile 2025-11-20 15:51:51 +00:00
19dc42f0a5 Update docker-compose.yml 2025-11-20 15:47:45 +00:00
1cb7057911 Update docker-compose.yml 2025-11-20 15:44:52 +00:00
910f283f8a Update jenkinsfile 2025-11-20 15:38:51 +00:00
bf3a7c33c0 Update docker-compose.yml 2025-11-20 15:30:29 +00:00
Vincent Guillet
f83a8cc26b update compose 2025-11-20 16:24:18 +01:00
Vincent Guillet
028bd80669 add jenkins pipeline 2025-11-20 16:10:38 +01:00
Vincent Guillet
6ef5b998a4 feat: configure MySQL service in Docker; update datasource URL and adjust port mappings 2025-11-20 15:47:48 +01:00
Vincent Guillet
b756c9fa2d feat: implement image carousel in product dialog; enhance image upload handling and preview functionality 2025-11-18 16:32:29 +01:00
Vincent Guillet
d4ffcf0562 feat: add quantity field to product CRUD; implement image upload and condition handling in product dialog 2025-11-18 15:38:24 +01:00
Vincent Guillet
bcc71b965b refactor: reorganize component files and update import paths; add PsItem and PsProduct interfaces 2025-11-12 12:34:58 +01:00
Vincent Guillet
f063a245b9 feat: implement image management functionality; add ImageController, ImageService, ImageMapper, and related DTOs 2025-11-10 16:29:55 +01:00
Vincent Guillet
a849a4dd15 feat: add categories and manufacturers CRUD components; implement form handling and image upload functionality 2025-11-10 16:29:42 +01:00
Vincent Guillet
b84a829a82 feat: implement add product functionality; create add-product component with form validation and styling 2025-11-05 16:44:42 +01:00
Vincent Guillet
1a918a7863 delete test file 2025-11-04 18:44:30 +01:00
Vincent Guillet
df2a5a57ba refactor: update ProductController to return ProductDTO; enhance ProductMapper for ID handling 2025-11-04 18:13:53 +01:00
Vincent Guillet
3bc2a27d76 refactor: rename components and update dialog implementations; add confirm dialog for deletion actions 2025-11-04 18:13:37 +01:00
Vincent Guillet
2fe52830d8 refactor: update controllers and mappers to use DTOs for brands and categories; add ID field to DTOs 2025-11-01 17:56:52 +01:00
Vincent Guillet
55a1d54c70 refactor: rename components and update admin navbar; implement generic list and dialog components for brands, categories, and platforms 2025-11-01 17:56:26 +01:00
Vincent Guillet
e7da8b9b83 add app API endpoints for categories, platforms, and products; update security configuration 2025-11-01 15:44:26 +01:00
Vincent Guillet
7c8f85a500 add Categories management: create CategoriesList component, update admin navbar, and integrate category handling in product forms 2025-11-01 15:43:49 +01:00
Vincent Guillet
4b692806c4 add Platform and Brand DTOs, mappers, and controllers; update security configuration for CORS 2025-10-31 18:33:19 +01:00
Vincent Guillet
7531ea9453 add admin navbar and brand/platform management components 2025-10-31 18:32:24 +01:00