diff --git a/bootstrap/helpers/applications.php b/bootstrap/helpers/applications.php index f1b4d9104..427ef5a57 100644 --- a/bootstrap/helpers/applications.php +++ b/bootstrap/helpers/applications.php @@ -4,7 +4,7 @@ use App\Models\Application; use App\Models\ApplicationDeploymentQueue; -function queue_application_deployment(int $application_id, string $deployment_uuid, int|null $pull_request_id = 0, string $commit = 'HEAD', bool $force_rebuild = false, bool $is_webhook = false) +function queue_application_deployment(int $application_id, string $deployment_uuid, int | null $pull_request_id = 0, string $commit = 'HEAD', bool $force_rebuild = false, bool $is_webhook = false) { $deployment = ApplicationDeploymentQueue::create([ 'application_id' => $application_id, diff --git a/bootstrap/helpers/databases.php b/bootstrap/helpers/databases.php index f6dc72f66..c005ad15d 100644 --- a/bootstrap/helpers/databases.php +++ b/bootstrap/helpers/databases.php @@ -33,7 +33,7 @@ function create_standalone_postgresql($environment_id, $destination_uuid): Stand * @param Server $server * @return void */ -function delete_backup_locally(string|null $filename, Server $server): void +function delete_backup_locally(string | null $filename, Server $server): void { if (empty($filename)) { return; diff --git a/resources/views/auth/confirm-password.blade.php b/resources/views/auth/confirm-password.blade.php index adead3cf8..2cbc6dd72 100644 --- a/resources/views/auth/confirm-password.blade.php +++ b/resources/views/auth/confirm-password.blade.php @@ -3,13 +3,13 @@
Coolify
- +
@csrf + autofocus /> {{ __('auth.confirm_password') }} @if ($errors->any()) @@ -18,7 +18,7 @@
@endif @if (session('status')) -
+
{{ session('status') }}
@endif diff --git a/resources/views/auth/forgot-password.blade.php b/resources/views/auth/forgot-password.blade.php index b89fed205..89645e8f5 100644 --- a/resources/views/auth/forgot-password.blade.php +++ b/resources/views/auth/forgot-password.blade.php @@ -5,7 +5,7 @@
Coolify
- +
@@ -16,13 +16,13 @@
@csrf + label="{{ __('input.email') }}" autofocus /> {{ __('auth.forgot_password_send_email') }} @else
Transactional emails are not active on this instance.
See how to set it in our docs, or how to + href="https://docs.coollabs.io/coolify">docs, or how to manually reset password.
@endif diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index d1a8fefd7..0a66be609 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -3,7 +3,7 @@
Coolify
- +

{{ __('auth.login') }}

@@ -17,33 +17,33 @@
@csrf @env('local') - + - - - {{ __('auth.forgot_password') }}? - - @else - - - @endenv + + + {{ __('auth.forgot_password') }}? + + @else + + + @endenv - {{ __('auth.login') }} - @if (!$is_registration_enabled) -
{{ __('auth.registration_disabled') }}
- @endif - @if ($errors->any()) -
- {{ __('auth.failed') }} -
- @endif - @if (session('status')) -
- {{ session('status') }} -
- @endif + {{ __('auth.login') }} + @if (!$is_registration_enabled) +
{{ __('auth.registration_disabled') }}
+ @endif + @if ($errors->any()) +
+ {{ __('auth.failed') }} +
+ @endif + @if (session('status')) +
+ {{ session('status') }} +
+ @endif
diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index 3fafe8c3d..31003d2a9 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -3,38 +3,38 @@
Coolify
- +
@csrf @env('local') - - -
- - -
- @else - - -
- - -
- @endenv - {{ __('auth.register') }} + + +
+ + +
+ @else + + +
+ + +
+ @endenv + {{ __('auth.register') }} @if ($errors->any())
diff --git a/resources/views/auth/reset-password.blade.php b/resources/views/auth/reset-password.blade.php index 5a601f648..dd58d4956 100644 --- a/resources/views/auth/reset-password.blade.php +++ b/resources/views/auth/reset-password.blade.php @@ -5,7 +5,7 @@
Coolify
- +

{{ __('auth.reset_password') }}

@@ -15,12 +15,12 @@ @csrf + label="{{ __('input.email') }}" />
+ label="{{ __('input.password') }}" autofocus /> + label="{{ __('input.password.again') }}" />
{{ __('auth.reset_password') }} @@ -30,7 +30,7 @@
@endif @if (session('status')) -
+
{{ session('status') }}
@endif diff --git a/resources/views/auth/two-factor-challenge.blade.php b/resources/views/auth/two-factor-challenge.blade.php index 3bd7c8452..4ec05cdae 100644 --- a/resources/views/auth/two-factor-challenge.blade.php +++ b/resources/views/auth/two-factor-challenge.blade.php @@ -3,7 +3,7 @@
Coolify
- +
@@ -11,9 +11,9 @@