dolibarr-bff/DoliMiddlewareApi/Services
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
..
Auth feat: add Contacts & Setup controllers, extend Clients/Invoices/Document controllers 2026-05-15 18:58:35 +02:00
Clients feat: add Contacts & Setup controllers, extend Clients/Invoices/Document controllers 2026-05-15 18:58:35 +02:00
Notifications feat: add webhook notifications for invoice status changes 2026-05-14 22:59:31 +02:00
AuthApplicationService.cs feat: add Contacts & Setup controllers, extend Clients/Invoices/Document controllers 2026-05-15 18:58:35 +02:00
ClientService.cs feat: add Contacts & Setup controllers, extend Clients/Invoices/Document controllers 2026-05-15 18:58:35 +02:00
ContactService.cs feat: add Contacts & Setup controllers, extend Clients/Invoices/Document controllers 2026-05-15 18:58:35 +02:00
DocumentService.cs feat: add Contacts & Setup controllers, extend Clients/Invoices/Document controllers 2026-05-15 18:58:35 +02:00
InvoiceService.cs merge: resolve conflicts with remote — keep local CORS config, merge webhook notifications 2026-05-15 19:02:32 +02:00
SetupService.cs feat: add Contacts & Setup controllers, extend Clients/Invoices/Document controllers 2026-05-15 18:58:35 +02:00