coolify/database/seeders
Andras Bacsai b3256d4df1 fix(security): harden model assignment and sensitive data handling
Restrict mass-assignable attributes across user/team/redis models and
switch privileged root/team creation paths to forceFill/forceCreate.

Encrypt legacy ClickHouse admin passwords via migration and cast the
correct ClickHouse password field as encrypted.

Tighten API and runtime exposure by removing sensitive team fields from
responses and sanitizing Git/compose error messages.

Expand security-focused feature coverage for command-injection and mass
assignment protections.
2026-03-29 20:56:04 +02:00
..
ApplicationSeeder.php feat(seeders): add GitHub deploy key example application 2026-03-12 14:23:25 +01:00
ApplicationSettingsSeeder.php feat(gitlab): add GitLab source integration with SSH and HTTP basic auth 2026-03-11 15:30:46 +01:00
CaSslCertSeeder.php chore: prepare for PR 2026-02-25 12:00:24 +01:00
DatabaseSeeder.php feat(dev-seeders): add PersonalAccessTokenSeeder to create development API tokens 2025-09-26 09:03:24 +02:00
DisableTwoStepConfirmationSeeder.php
GithubAppSeeder.php feat: Add deterministic UUIDs to development seeders 2025-12-11 09:54:27 +01:00
GitlabAppSeeder.php feat: Add deterministic UUIDs to development seeders 2025-12-11 09:54:27 +01:00
InstanceSettingsSeeder.php Enable API by default in development mode 2025-10-15 21:34:44 +02:00
LocalPersistentVolumeSeeder.php
OauthSettingSeeder.php v4.0.0-beta.420 (#6008) 2025-06-26 12:23:08 +02:00
PersonalAccessTokenSeeder.php feat(dev-seeders): add PersonalAccessTokenSeeder to create development API tokens 2025-09-26 09:03:24 +02:00
PopulateSshKeysDirectorySeeder.php remove user as there is no envs here anymore 2024-11-12 20:36:58 +01:00
PrivateKeySeeder.php feat: Add deterministic UUIDs to development seeders 2025-12-11 09:54:27 +01:00
ProductionSeeder.php feat(proxy): add Traefik version tracking with notifications and dismissible UI warnings 2025-11-14 11:35:22 +01:00
ProjectSeeder.php feat: Add deterministic UUIDs to development seeders 2025-12-11 09:54:27 +01:00
RootUserSeeder.php fix(security): harden model assignment and sensitive data handling 2026-03-29 20:56:04 +02:00
S3StorageSeeder.php feat: Add deterministic UUIDs to development seeders 2025-12-11 09:54:27 +01:00
SentinelSeeder.php
ServerSeeder.php feat: Add deterministic UUIDs to development seeders 2025-12-11 09:54:27 +01:00
ServerSettingSeeder.php
SharedEnvironmentVariableSeeder.php
StandaloneDockerSeeder.php feat: Add deterministic UUIDs to development seeders 2025-12-11 09:54:27 +01:00
StandalonePostgresqlSeeder.php feat: Add deterministic UUIDs to development seeders 2025-12-11 09:54:27 +01:00
StandaloneRedisSeeder.php
TeamSeeder.php
UserSeeder.php