Commit Graph

244 Commits

Author SHA1 Message Date
01cafd5904 Update docker-compose.prod.yml 2025-12-05 13:35:48 +00:00
321e2fd546 Update jenkinsfile 2025-12-05 13:27:16 +00:00
3026f0a13f Update jenkinsfile 2025-12-05 13:23:58 +00:00
52d17e5ad8 Update jenkinsfile 2025-12-05 12:56:15 +00:00
2803e910bd Add docker-compose.prod.yml 2025-12-05 12:54:54 +00:00
653ce83c33 Add docker-compose.dev.yml 2025-12-05 12:54:08 +00:00
ce618deecf Update docker-compose.yml.OLD 2025-12-05 12:53:06 +00:00
5331ce7866 Update docker-compose.yml 2025-12-04 09:19:07 +00:00
Vincent Guillet
6f6d033be3 Center align items in main navbar container for improved layout 2025-12-03 22:48:26 +01:00
Vincent Guillet
ff8536b448 Update SecurityConfig to require authentication for /api/app/** endpoints 2025-12-03 22:47:14 +01:00
Vincent Guillet
60593f6c11 Update base URL in index.html for proper routing in Game Over'gne app 2025-12-03 22:46:34 +01:00
Vincent Guillet
1708c1bead Update base URL in index.html for proper routing in Game Over'gne app 2025-12-03 22:11:33 +01:00
Vincent Guillet
dc33d762a1 Refactor app configuration to use hrefBase for base URL and improve provider imports 2025-12-03 21:59:42 +01:00
Vincent Guillet
e04cac3345 Enhance main navbar styles for better overflow handling and safe area support 2025-12-03 21:49:52 +01:00
Vincent Guillet
00f45ae6c7 Add loading indicators to product CRUD and dialog components 2025-12-03 21:46:18 +01:00
Vincent Guillet
1a5d3a570a Add image deletion functionality to product dialog carousel 2025-12-03 21:21:50 +01:00
Vincent Guillet
9763289c2f Export resizeImage function and integrate it into Prestashop service 2025-12-03 19:48:19 +01:00
Vincent Guillet
fd6c730ae3 Add image resizing utility and integrate it into product image upload process 2025-12-03 19:46:31 +01:00
Vincent Guillet
eb94697955 Refactor application.properties to set maximum file and request sizes for multipart uploads 2025-12-03 16:40:57 +01:00
Vincent Guillet
a72957648e Refactor PrestashopClient to improve image upload response handling and enhance error reporting 2025-12-03 15:47:12 +01:00
Vincent Guillet
b15c331295 Refactor PrestashopClient to store basic auth header for improved readability and maintainability 2025-12-03 15:32:44 +01:00
Vincent Guillet
503cbee641 Refactor PrestashopClient to enhance manual multipart image upload handling and improve error logging 2025-12-03 15:19:26 +01:00
Vincent Guillet
078cef0585 Refactor PrestashopClient to enhance image upload logging and improve filename handling 2025-12-03 15:06:53 +01:00
Vincent Guillet
48f7e84ef9 Refactor PrestashopClient to improve multipart image upload construction and enhance header management 2025-12-03 14:53:39 +01:00
Vincent Guillet
f975e57110 Refactor PrestashopClient to improve multipart image upload handling and logging 2025-12-03 14:46:32 +01:00
Vincent Guillet
389beca604 Refactor PrestashopClient to construct absolute URL for image uploads and improve logging 2025-12-03 14:36:40 +01:00
Vincent Guillet
fa7a1c2f26 Refactor PrestashopClient to streamline image upload process and enhance error handling 2025-12-03 14:30:34 +01:00
Vincent Guillet
df98dfe38e Refactor PrestashopClient to enhance image upload handling and improve error logging 2025-12-03 14:22:47 +01:00
Vincent Guillet
65559bbb48 Refactor PrestashopProxyController to simplify image upload API path 2025-12-03 13:51:54 +01:00
Vincent Guillet
f317d15ac5 Refactor PrestashopProxyController to simplify image upload API path 2025-12-03 13:43:29 +01:00
Vincent Guillet
68ccb164e2 Refactor PrestashopProxyController to improve path extraction and enhance logging for proxy requests 2025-12-03 13:33:56 +01:00
Vincent Guillet
a8f9c5f49a Refactor PrestashopProxyController to unify API path handling and enhance error logging for proxy requests 2025-12-03 13:22:43 +01:00
Vincent Guillet
ff331e1630 Refactor PrestashopProxyController to streamline API endpoint handling and improve code readability 2025-12-03 12:28:22 +01:00
Vincent Guillet
d076286728 Add image upload functionality to PrestashopClient and PrestashopProxyController 2025-12-03 12:00:48 +01:00
Vincent Guillet
de942e0d96 Enhance PrestashopClient to use UTF-8 encoding for XML body in POST and PUT methods 2025-12-03 11:39:55 +01:00
Vincent Guillet
ce3389f2e6 Enhance PrestashopClient and PrestashopProxyController to add error handling for POST, PUT, and DELETE methods 2025-12-03 11:26:23 +01:00
Vincent Guillet
8680b2fc92 Enhance PrestashopProxyController and PrestashopClient to support POST, PUT, and DELETE methods with raw query handling 2025-12-03 11:03:26 +01:00
Vincent Guillet
5068390a14 Refactor package structure for Prestashop components and enhance raw query handling in PrestashopProxyController 2025-12-03 10:25:59 +01:00
Vincent Guillet
4fe16b0cb1 restore previous version 2025-12-03 10:04:22 +01:00
Vincent Guillet
42c1e655f1 Refactor PrestashopClient to normalize base URL, enhance URL building, and improve raw query handling 2025-12-03 09:33:30 +01:00
Vincent Guillet
fdb6c40bb9 Refactor PrestashopClient to normalize base URL, enhance URL building, and improve raw query handling 2025-12-02 17:48:27 +01:00
Vincent Guillet
72f3791616 Refactor PrestashopClient and PrestashopProxyController to support raw query handling and simplify proxy GET requests 2025-12-02 17:35:53 +01:00
Vincent Guillet
db8085c0aa Refactor PrestashopClient to enhance header configuration and improve query parameter encoding 2025-12-02 17:23:31 +01:00
Vincent Guillet
177eb2eb5c Refactor URI building in PrestashopClient to simplify query parameter encoding 2025-12-02 16:54:49 +01:00
Vincent Guillet
bceedc8620 Add support for raw query handling in PrestashopClient and update response handling in PrestashopProxyController 2025-12-02 16:35:42 +01:00
Vincent Guillet
14a6f66742 Update Prestashop service to return ID for all valid responses 2025-12-02 16:28:38 +01:00
Vincent Guillet
28faf2ed2b Refactor PrestashopClient to improve URI building and parameter encoding 2025-12-02 16:28:27 +01:00
Vincent Guillet
02387e9a50 Refactor Prestashop service endpoints to remove redundant reference-data prefix 2025-11-30 11:58:02 +01:00
Vincent Guillet
c09316189e Update PrestashopAdminController request mapping to remove redundant API prefix 2025-11-30 11:54:13 +01:00
Vincent Guillet
ad441b8dbc Update Prestashop service endpoints to remove redundant API prefix 2025-11-30 11:53:42 +01:00