dolibarr-bff/DoliMiddlewareApi
JavMB 12b1755e86 merge: resolve conflicts with remote — keep local CORS config, merge webhook notifications
- Resolved merge conflicts in Program.cs (kept configurable CORS from local)
- Resolved merge conflicts in DocumentController.cs (kept full controller
  with list/download endpoints from local)
- Integrated remote webhook notification system:
  * INotificationService interface + WebhookNotificationService
  * InvoiceService now sends Teams/Slack webhook on status changes
  * appsettings.json: added Notifications:WebhookUrl config
  * Program.cs: registered INotificationService + Webhook HttpClient
2026-05-15 19:02:32 +02:00
..
Controllers feat: add Contacts & Setup controllers, extend Clients/Invoices/Document controllers 2026-05-15 18:58:35 +02:00
Dtos feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00
Exceptions feat: añadir excepciones personalizadas para la API 2025-12-29 16:37:46 +01:00
Mappers feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00
Properties feat: configurar API base con Program.cs y settings 2025-12-29 16:37:45 +01:00
Services merge: resolve conflicts with remote — keep local CORS config, merge webhook notifications 2026-05-15 19:02:32 +02:00
AGENTS.md Implementar autenticación JWT con caché de tokens de Dolibarr por sesión 2026-01-03 19:55:04 +01:00
Dockerfile chore: añadir configuración de Docker 2025-12-29 16:37:45 +01:00
DoliMiddlewareApi.csproj feat: configure Swagger Bearer auth, fix CORS, Docker and deployment 2026-05-15 18:58:43 +02:00
Program.cs merge: resolve conflicts with remote — keep local CORS config, merge webhook notifications 2026-05-15 19:02:32 +02:00
appsettings.Development.json feat: configure Swagger Bearer auth, fix CORS, Docker and deployment 2026-05-15 18:58:43 +02:00
appsettings.json merge: resolve conflicts with remote — keep local CORS config, merge webhook notifications 2026-05-15 19:02:32 +02:00