coolify/app/Http/Controllers/Webhook
Andras Bacsai 1da1f32f0e refactor: use forceCreate() for internal model creation
Replace create() with forceCreate() across internal model creation operations to bypass mass assignment protection. This is appropriate for internal code that constructs complete model state without user input.

Add InternalModelCreationMassAssignmentTest to ensure internal model creation behavior is properly tested. Optimize imports by using shortened Livewire attribute references and removing unused imports.
2026-03-30 13:04:11 +02:00
..
Bitbucket.php refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00
Gitea.php refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00
Github.php fix(github-webhook): handle unsupported event types gracefully 2026-03-23 21:33:40 +01:00
Gitlab.php refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00
Stripe.php Remove webhook maintenance mode replay feature 2025-12-02 13:36:32 +01:00