coolify/app/Models
Andras Bacsai 49b5472961 refactor(auth): upgrade email verification hash to sha256
Move the email-verification URL hash from sha1 to sha256 and verify it
directly in the controller using hash_equals, instead of going through
Laravel's EmailVerificationRequest (which only compares against sha1).
The signed URL still carries the authoritative HMAC; the hash upgrade
keeps the identity binding aligned with modern hashing guidance.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-20 12:09:48 +02:00
..
Application.php
ApplicationDeploymentQueue.php
ApplicationPreview.php
ApplicationSetting.php
BaseModel.php
CloudInitScript.php
CloudProviderToken.php
DiscordNotificationSettings.php
DockerCleanupExecution.php
EmailNotificationSettings.php
Environment.php
EnvironmentVariable.php
GithubApp.php
GitlabApp.php
InstanceSettings.php
LocalFileVolume.php
LocalPersistentVolume.php
OauthSetting.php
PersonalAccessToken.php
PrivateKey.php
Project.php
ProjectSetting.php
PushoverNotificationSettings.php
S3Storage.php
ScheduledDatabaseBackup.php
ScheduledDatabaseBackupExecution.php
ScheduledTask.php
ScheduledTaskExecution.php
Server.php
ServerSetting.php
Service.php
ServiceApplication.php
ServiceDatabase.php
SharedEnvironmentVariable.php
SlackNotificationSettings.php
SslCertificate.php
StandaloneClickhouse.php
StandaloneDocker.php
StandaloneDragonfly.php
StandaloneKeydb.php
StandaloneMariadb.php
StandaloneMongodb.php
StandaloneMysql.php
StandalonePostgresql.php
StandaloneRedis.php
Subscription.php
SwarmDocker.php
Tag.php
Team.php
TeamInvitation.php
TelegramNotificationSettings.php
User.php
UserChangelogRead.php
WebhookNotificationSettings.php