Commit Graph

254 Commits

Author SHA1 Message Date
Vincent Guillet
6f05f66ea6 Refactor environment configurations and nginx settings for improved API routing and path handling 2025-11-28 10:32:03 +01:00
Vincent Guillet
e5cce7668f Update API URL in production environment configuration for correct routing 2025-11-26 15:34:43 +01:00
Vincent Guillet
b16eff2e76 Refactor environment and nginx configuration for improved API routing and proxy handling 2025-11-26 15:14:53 +01:00
Vincent Guillet
8cdfab9596 Refactor PrestashopProxyController to enhance request forwarding and error handling 2025-11-26 14:46:37 +01:00
Vincent Guillet
f9a9e81713 Refactor PrestashopClient and PrestashopProxyController to improve query handling and enhance code clarity 2025-11-26 14:25:25 +01:00
Vincent Guillet
f4696b5f5b Refactor PrestashopClient and PrestashopProxyController for improved error handling and response management 2025-11-26 14:08:33 +01:00
Vincent Guillet
d94ce06d95 Refactor PrestashopClient and PrestashopProxyController for improved API request handling and response management 2025-11-26 12:14:07 +01:00
Vincent Guillet
103e4c055d Enhance responsiveness of navigation and product CRUD components with CSS adjustments for better layout on small screens 2025-11-26 11:57:48 +01:00
Vincent Guillet
005bbcc678 Enhance responsiveness of navigation and product CRUD components with CSS adjustments for better layout on small screens 2025-11-26 10:01:40 +01:00
Vincent Guillet
b9320c7383 Enhance responsiveness of product CRUD component with CSS adjustments for toolbar and table layout 2025-11-26 09:34:20 +01:00
Vincent Guillet
1efe158631 Enhance password validation in registration component with improved regex pattern and increased max length 2025-11-26 09:30:59 +01:00
Vincent Guillet
7c82cf0d3f Remove unused image association from User model 2025-11-25 21:38:55 +01:00
Vincent Guillet
4b29e116cf Refactor PrestashopClient and PrestashopProxyController to enhance API request handling and improve error logging 2025-11-25 21:35:11 +01:00
Vincent Guillet
21cdb3dc30 Delete unused files 2025-11-25 21:23:38 +01:00
Vincent Guillet
64f00d5b30 Delete unused files 2025-11-25 21:21:30 +01:00
Vincent Guillet
8317fc24d9 Refactor PrestashopClient and PrestashopProxyController for improved API handling 2025-11-25 20:58:21 +01:00
Vincent Guillet
4a16aa715f Add display full parameter to PrestashopClient API query 2025-11-25 19:55:23 +01:00
61e164732c Update api/src/main/java/fr/gameovergne/api/service/prestashop/PrestashopClient.java 2025-11-25 18:35:55 +00:00
d3f47549f9 Update api/src/main/java/fr/gameovergne/api/controller/prestashop/PrestashopProxyController.java 2025-11-25 18:21:01 +00:00
b289a53154 Update api/src/main/java/fr/gameovergne/api/service/prestashop/PrestashopClient.java 2025-11-25 18:20:41 +00:00
47edec0d33 Update api/src/main/java/fr/gameovergne/api/service/prestashop/PrestashopClient.java 2025-11-25 18:05:56 +00:00
Vincent Guillet
c7b9b68d42 Refactor PrestashopClient to use HttpClient and simplify PrestashopProxyController 2025-11-25 18:55:16 +01:00
Vincent Guillet
e839aae4dd Add WebClient configuration and update PrestashopProxyController for reactive support 2025-11-25 18:33:53 +01:00
019b8f4c01 Update api/src/main/java/fr/gameovergne/api/service/prestashop/PrestashopClient.java 2025-11-25 17:18:52 +00:00
844c132915 Update api/src/main/java/fr/gameovergne/api/service/prestashop/PrestashopClient.java 2025-11-25 17:02:09 +00:00
c9ceb46746 Update api/src/main/java/fr/gameovergne/api/service/prestashop/PrestashopClient.java 2025-11-25 16:28:18 +00:00
e4dacdd61a Update docker-compose.yml 2025-11-25 16:17:41 +00:00
7229364a59 Update api/src/main/java/fr/gameovergne/api/config/SecurityConfig.java 2025-11-25 16:12:13 +00:00
e6769bb1d5 Update api/src/main/java/fr/gameovergne/api/config/SecurityConfig.java 2025-11-25 15:46:43 +00:00
1b876d2d6c Update client/src/environments/environment.prod.ts 2025-11-25 15:29:42 +00:00
2b9b80b031 Update docker-compose.yml 2025-11-25 15:24:05 +00:00
1ba498e862 Update jenkinsfile 2025-11-25 13:57:55 +00:00
9241cbd4e2 Update docker-compose.yml 2025-11-25 13:57:33 +00:00
Vincent Guillet
20573d73b3 feat: update PrestashopService to use dynamic base URL from environment configuration 2025-11-22 21:48:44 +01:00
Vincent Guillet
3c700348df feat: add PrestashopProxyController and PrestashopClient for API proxying 2025-11-22 21:45:38 +01:00
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