coolify/app/Http/Controllers
Lucas Soeth 16938aac9e Fix: API ignores destination_uuid when creating applications
The create_application method validates that destination_uuid is
provided when a server has multiple destinations, but then ignores
it and always uses $destinations->first().

This change looks up the destination by UUID when destination_uuid
is provided, and returns a 404 if the UUID doesn't match. When
destination_uuid is not provided, the existing behavior is preserved.
2026-03-01 16:07:16 +01:00
..
Api Fix: API ignores destination_uuid when creating applications 2026-03-01 16:07:16 +01:00
Webhook fix(git): trigger deployments when watch_paths is empty 2026-01-07 19:15:16 +01:00
Controller.php refactor(invitation): rename methods for consistency and enhance invitation deletion logic 2025-06-25 11:45:55 +02:00
OauthController.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
UploadController.php feat: Refactor service database management and backup functionalities 2026-01-02 16:29:48 +01:00