Andras Bacsai
9bfb17242c
Merge pull request #6725 from ShadowArcanist/shadow/fix-env-helper-text-nowrap
...
fix(ui): long text on helper popup not wrapping based on screensize
2025-09-29 12:35:42 +02:00
Andras Bacsai
6e8b4c17f8
Merge pull request #6728 from coollabsio/claude/issue-6715-20250928-1702
...
fix: prevent quick search modal duplication from keyboard shortcuts
2025-09-29 12:34:34 +02:00
Andras Bacsai
ee3f316319
Merge pull request #6727 from coollabsio/claude/issue-6716-20250928-1611
...
fix: resolve scroll lock issue after closing quick search modal with escape key
2025-09-29 12:30:03 +02:00
Andras Bacsai
502dd72a34
fix(validation): update git:// URL validation to support port numbers and tilde characters in paths
2025-09-29 12:21:15 +02:00
Andras Bacsai
a8bdc3bbfe
fix(application): increase docker stop timeout from 10 to 30 seconds for better application shutdown handling
2025-09-29 12:16:13 +02:00
Andras Bacsai
c98266c09d
refactor(application): improve handling of docker compose domains by normalizing keys and ensuring valid JSON structure
2025-09-29 12:14:26 +02:00
Andras Bacsai
249ab06295
refactor(deployment): remove commented-out code and streamline environment variable handling in ApplicationDeploymentJob
2025-09-29 12:05:51 +02:00
Andras Bacsai
ed7ecbb49d
feat/fix(deployment): implement detection for Laravel/Symfony frameworks and configure NIXPACKS PHP environment variables accordingly
2025-09-29 12:05:14 +02:00
ShadowArcanist
12629b471d
Fixed long text on helper popup not wrapping based on screensize
2025-09-29 13:16:00 +05:30
Andras Bacsai
cd2d4070d3
fix(application): reduce docker stop timeout from 30 to 10 seconds for improved application shutdown efficiency
2025-09-28 23:11:58 +02:00
Andras Bacsai
810ba3dd9e
feat(validation): enhance ValidGitRepositoryUrl to support additional safe characters and add comprehensive unit tests for various Git repository URL formats
2025-09-28 22:18:21 +02:00
Andras Bacsai
e5f13fb363
chore(workflows): update Claude GitHub Action configuration to support new event types and improve permissions
2025-09-28 22:18:06 +02:00
claude[bot]
81466d956e
fix: prevent quick search modal duplication from keyboard shortcuts
...
- Moved global search component from navbar to main app layout
- Fixed issue where navbar was included twice (mobile & desktop)
- Created single instance that handles all keyboard shortcuts
- Added search button in navbar that triggers global search modal
- Resolves issue where two modals opened when using Ctrl+K, Cmd+K, Ctrl+/, Cmd+/
Fixes #6715
Co-authored-by: Andras Bacsai <andrasbacsai@users.noreply.github.com>
2025-09-28 17:05:56 +00:00
claude[bot]
ecd87d1ec2
fix: resolve scroll lock issue after closing quick search modal with escape key
...
- Replace x-trap.inert.noscroll with manual scroll management using x-trap.inert + x-init watcher
- Add explicit scroll restoration in closeModal() method
- Fixes issue where escape key after keyboard shortcut opening prevented page scrolling
Fixes #6716
Co-authored-by: Andras Bacsai <andrasbacsai@users.noreply.github.com>
2025-09-28 16:13:02 +00:00
Andras Bacsai
01c678053d
fix(configuration-checker): update message to clarify redeployment requirement for configuration changes
2025-09-28 09:58:05 +02:00
Andras Bacsai
d81ed86920
refactor(deployment): improve environment variable handling in ApplicationDeploymentJob
2025-09-26 15:17:42 +02:00
Andras Bacsai
320a7c97f9
refactor(tests): simplify matchWatchPaths tests and update implementation for better clarity
2025-09-26 14:33:18 +02:00
Andras Bacsai
a1f865c1fd
feat(application): add normalizeWatchPaths method to improve watch path handling
2025-09-26 13:17:21 +02:00
Andras Bacsai
54f6813f29
feat(application): enhance watch path parsing to support negation syntax
2025-09-26 13:05:32 +02:00
Andras Bacsai
72619cbd36
Merge pull request #6572 from sepcnt/next
...
fix(socialite): add custom base URL support for GitLab provider in OAuth settings
2025-09-26 13:02:21 +02:00
Andras Bacsai
8b4aa7f31d
chore(application): remove debugging statement from loadComposeFile method
2025-09-26 13:00:12 +02:00
Andras Bacsai
2a3a46c337
feat(application): add conditional .env file creation for Symfony apps during PHP deployment
2025-09-26 09:17:25 +02:00
Andras Bacsai
bfd5e56cc8
feat(dev-seeders): add PersonalAccessTokenSeeder to create development API tokens
2025-09-26 09:03:24 +02:00
Andras Bacsai
f0b231b5db
fix(models): update sorting of scheduled database backups to order by creation date instead of name
2025-09-26 08:24:38 +02:00
Andras Bacsai
df1fe5739b
feat(github): enhance Docker Compose input fields for better user experience
2025-09-25 17:31:26 +02:00
Andras Bacsai
eac1a9f21b
fix(github): update repository URL to point to the v4.x branch for development
2025-09-25 17:31:16 +02:00
Sepcnt
dcca834113
Merge branch 'next' into next
2025-09-25 20:42:54 +08:00
Andras Bacsai
73b42f318a
fix(constants): reduce command timeout from 7200 to 3600 seconds for improved performance
2025-09-25 14:41:05 +02:00
Andras Bacsai
0cc072867a
Merge pull request #6574 from ahmadw13/v4.x
...
feat: Add SSH command process timeout configuration
2025-09-25 14:40:29 +02:00
Andras Bacsai
b83223ff6e
Merge branch 'next' into v4.x
2025-09-25 14:39:23 +02:00
Andras Bacsai
0691a1834a
feat(application): implement order-based pattern matching for watch paths with negation support
2025-09-25 14:26:11 +02:00
Andras Bacsai
708a08fdd6
fix(application): enhance domain handling by replacing both dots and dashes with underscores for HTML form binding
2025-09-25 13:19:12 +02:00
Andras Bacsai
2eef83f072
fix(traits): update saved_outputs handling in ExecuteRemoteCommand to use collection methods for better performance
2025-09-25 13:19:05 +02:00
Andras Bacsai
8f78c54cd3
fix(application): restrict GitHub-based application settings to non-public repositories
2025-09-25 13:18:48 +02:00
Andras Bacsai
38e5e85344
Merge pull request #6598 from ossamalafhel/feature/watch-paths-for-services
...
feat: 👀 Show Watch Paths field for Docker Compose applicationsFeature/watch paths for services
2025-09-25 13:17:29 +02:00
Andras Bacsai
1f691e274b
Merge branch 'v4.x' into feature/watch-paths-for-services
2025-09-25 12:11:01 +02:00
Andras Bacsai
da0e1695bc
Merge pull request #6609 from nikitashmidt/fix/mobile-sidebar-close-click
...
fix(ui): improve mobile sidebar close behavior
2025-09-25 11:52:53 +02:00
Andras Bacsai
a20f4ffe65
refactor(security): streamline update check functionality and improve UI button interactions in patches view
2025-09-25 11:50:06 +02:00
Andras Bacsai
47b060e291
refactor(ui): improve styling and consistency in environment variable warning and docker cleanup components
2025-09-25 11:45:07 +02:00
Andras Bacsai
6cd3bc0461
fix(security): implement authorization checks for terminal access management
2025-09-25 11:45:07 +02:00
Andras Bacsai
12c7e28a48
fix(install): ensure proper quoting of environment file paths to prevent issues with spaces
2025-09-25 11:45:07 +02:00
Andras Bacsai
3477bbb240
Update resources/views/livewire/server/docker-cleanup.blade.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-25 11:40:23 +02:00
Andras Bacsai
3844556876
Update templates/service-templates.json
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-25 11:39:17 +02:00
Andras Bacsai
12afc1d6b6
Update resources/views/livewire/server/docker-cleanup.blade.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-25 11:38:56 +02:00
Andras Bacsai
2b402c9ce9
Update app/Models/TeamInvitation.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-25 11:33:32 +02:00
Andras Bacsai
9768deccd5
chore(workflow): update pull request trigger to pull_request_target and refine permissions for enhanced security
2025-09-25 11:15:17 +02:00
Andras Bacsai
facba28e0a
refactor(ui): replace warning and error divs with callout components for improved consistency and readability
2025-09-25 11:14:56 +02:00
Andras Bacsai
b5d50d4ae4
refactor(upgrade): replace warning div with a callout component for better UI consistency
2025-09-25 10:38:01 +02:00
Andras Bacsai
dd80d26ff0
fix(environment-variable-warning): enhance warning logic to check for problematic variable values
2025-09-25 10:32:27 +02:00
Andras Bacsai
f81d36cc4e
fix(README): update Juxtdigital description to reflect current services
2025-09-25 10:31:07 +02:00