coolify/app/Http/Controllers/Api
Andras Bacsai 20b4288916 fix: improve Docker image digest handling and add auto-parse feature
- Replace manual regex parsing with DockerImageParser in ApplicationsController
- Fix double-decoration bug where image names like nginx@sha256:hash would
  become nginx:hash@sha256 causing malformed references
- Add auto-parse feature in Livewire DockerImage component
- Users can now paste complete references like nginx:stable@sha256:abc123...
  and fields auto-populate
- Update UI placeholder with examples: nginx, docker.io/nginx:latest,
  ghcr.io/user/app:v1.2.3, nginx:stable@sha256:abc123...
- Add comprehensive unit tests for auto-parse functionality
- All tests passing (20 tests, 73 assertions)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-15 10:19:01 +02:00
..
ApplicationsController.php fix: improve Docker image digest handling and add auto-parse feature 2025-10-15 10:19:01 +02:00
DatabasesController.php fix: missing 422 error code in openapi spec 2025-10-12 14:20:45 +02:00
DeployController.php refactor(deployment): add validation for pull request existence in deployment process to enhance error handling 2025-09-10 14:31:29 +02:00
GithubController.php fix: missing 422 error code in openapi spec 2025-10-12 14:20:45 +02:00
OpenApi.php fix: missing 422 error code in openapi spec 2025-10-12 14:20:45 +02:00
OtherController.php fix: missing 422 error code in openapi spec 2025-10-12 14:20:45 +02:00
ProjectController.php fix: missing 422 error code in openapi spec 2025-10-12 14:20:45 +02:00
ResourcesController.php feat(auth): implement comprehensive authorization checks across API controllers 2025-08-23 18:51:10 +02:00
SecurityController.php fix: missing 422 error code in openapi spec 2025-10-12 14:20:45 +02:00
ServersController.php Merge branch 'next' into fix/openapi 2025-10-13 10:42:05 +02:00
ServicesController.php fix: missing 422 error code in openapi spec 2025-10-12 14:20:45 +02:00
TeamController.php fix: hide sensitive email change fields in team member responses 2025-09-18 00:40:09 +08:00