Andras Bacsai 
							
						 
					 
					
						
						
							
						
						133e72336a 
					 
					
						
						
							
							Revert "refactor(file-transfer): replace base64 encoding with direct file transfer method in various components for improved clarity and efficiency"  
						
						... 
						
						
						
						This reverts commit feacedbb04 
						
						
					 
					
						2025-09-15 17:56:48 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						7eb0c5a757 
					 
					
						
						
							
							fix(application): improve watch paths handling by trimming and filtering empty paths to prevent unnecessary triggers  
						
						
						
						
					 
					
						2025-09-15 13:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						8e155f25b3 
					 
					
						
						
							
							refactor(environment): streamline environment variable handling by replacing sorting methods with direct property access and enhancing query ordering for improved performance  
						
						
						
						
					 
					
						2025-09-12 12:09:03 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						5b3b4bbc43 
					 
					
						
						
							
							refactor(environment): remove 'is_build_time' attribute from environment variable handling across the application to simplify configuration  
						
						
						
						
					 
					
						2025-09-11 16:51:56 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						501e6a2650 
					 
					
						
						
							
							refactor(environment): standardize service name formatting by replacing '-' and '.' with '_' in environment variable keys  
						
						
						
						
					 
					
						2025-09-11 13:59:02 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						c8f49f29c0 
					 
					
						
						
							
							refactor(application): enhance environment variable retrieval in configuration change check for improved accuracy  
						
						
						
						
					 
					
						2025-09-11 12:29:57 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						feacedbb04 
					 
					
						
						
							
							refactor(file-transfer): replace base64 encoding with direct file transfer method in various components for improved clarity and efficiency  
						
						
						
						
					 
					
						2025-09-09 11:10:38 +02:00 
						 
				 
			
				
					
						
							
							
								peaklabs-dev 
							
						 
					 
					
						
						
							
						
						6c560261f2 
					 
					
						
						
							
							refactor(git): improve submodule cloning  
						
						
						
						
					 
					
						2025-08-27 17:13:28 +02:00 
						 
				 
			
				
					
						
							
							
								broesch 
							
						 
					 
					
						
						
							
						
						c2ff9eae0d 
					 
					
						
						
							
							fix(git): submodule update command uses an unsupported option ( #6454 )  
						
						
						
						
					 
					
						2025-08-27 16:51:08 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						8408205955 
					 
					
						
						
							
							feat(validation): add custom validation rules for Git repository URLs and branches  
						
						... 
						
						
						
						- Introduced `ValidGitRepositoryUrl` and `ValidGitBranch` validation rules to ensure safe and valid input for Git repository URLs and branch names.
- Updated relevant Livewire components and API controllers to utilize the new validation rules, enhancing security against command injection and invalid inputs.
- Refactored existing validation logic to improve consistency and maintainability across the application. 
						
						
					 
					
						2025-08-22 14:38:21 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						a6fc39e798 
					 
					
						
						
							
							feat(git-settings): add support for shallow cloning in application settings  
						
						... 
						
						
						
						- Introduced a new boolean setting `is_git_shallow_clone_enabled` to the application settings model.
- Updated the `Advanced` component to include a checkbox for enabling shallow cloning.
- Modified the `setGitImportSettings` and `generateGitImportCommands` methods to handle shallow clone logic.
- Created a migration to add the new setting to the database schema.
- Enhanced the deployment process to utilize shallow cloning for improved performance. 
						
						
					 
					
						2025-08-21 10:16:57 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						38c0641734 
					 
					
						
						
							
							feat(validation): centralize validation patterns for names and descriptions  
						
						... 
						
						
						
						- Introduced `ValidationPatterns` class to standardize validation rules and messages for name and description fields across the application.
- Updated various components and models to utilize the new validation patterns, ensuring consistent sanitization and validation logic.
- Replaced the `HasSafeNameAttribute` trait with `HasSafeStringAttribute` to enhance attribute handling and maintain consistency in name sanitization.
- Enhanced the `CleanupNames` command to align with the new validation rules, allowing for a broader range of valid characters in names. 
						
						
					 
					
						2025-08-19 12:14:48 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						e958b3761d 
					 
					
						
						
							
							feat(cleanup): add command for sanitizing name fields across models  
						
						... 
						
						
						
						- Introduced `CleanupNames` command to sanitize name fields by removing invalid characters, ensuring only letters, numbers, spaces, dashes, underscores, and dots are retained.
- Implemented options for dry run, model-specific cleaning, database backup, and forced execution.
- Updated `Init` command to call the new `cleanup:names` command.
- Enhanced project and environment validation to enforce name sanitization rules.
- Added `HasSafeNameAttribute` trait to relevant models for consistent name handling. 
						
						
					 
					
						2025-08-19 11:04:23 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						e8892b3d29 
					 
					
						
						
							
							feat(core): finally fqdn is fqdn and url is url. haha  
						
						
						
						
					 
					
						2025-08-12 10:06:19 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						a0bc4dac55 
					 
					
						
						
							
							fix(application): streamline environment variable updates for Docker Compose services and enhance FQDN generation logic  
						
						
						
						
					 
					
						2025-08-12 10:06:19 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						5bdf2e8481 
					 
					
						
						
							
							refactor(previews): move preview domain generation logic to ApplicationPreview model for better encapsulation and consistency across webhook handlers  
						
						
						
						
					 
					
						2025-07-14 19:12:57 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						e5a0cdf3b7 
					 
					
						
						
							
							fix(previews): order application previews by pull request ID in descending order  
						
						
						
						
					 
					
						2025-07-14 15:22:02 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						0b84792871 
					 
					
						
						
							
							feat(deployment): add pull request filtering and pagination to deployment and backup execution components  
						
						... 
						
						
						
						fix(ui): make them more stylish yeah 
						
						
					 
					
						2025-07-13 12:36:53 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						2361c34a53 
					 
					
						
						
							
							refactor(error-handling): replace generic Exception with RuntimeException for improved error specificity  
						
						
						
						
					 
					
						2025-05-29 10:49:55 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						102bdb5bc3 
					 
					
						
						
							
							refactor(application): enhance application stopping logic to support multiple servers  
						
						
						
						
					 
					
						2025-05-26 21:44:34 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						019ed43448 
					 
					
						
						
							
							refactor(actions): standardize method naming for network and configuration deletion across application and service classes  
						
						
						
						
					 
					
						2025-04-30 18:30:43 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						e062edb689 
					 
					
						
						
							
							refactor(core): streamline container stopping process and reduce timeout duration; update related methods for consistency  
						
						
						
						
					 
					
						2025-04-30 15:28:59 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						09b10073b8 
					 
					
						
						
							
							chore(versions): update coolify version to 4.0.0-beta.412 and nightly version to 4.0.0-beta.413 in configuration files  
						
						
						
						
					 
					
						2025-04-23 14:17:13 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						78ef80f800 
					 
					
						
						
							
							refactor  
						
						
						
						
					 
					
						2025-04-23 13:22:01 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						9e608f7ba5 
					 
					
						
						
							
							refactor(http-basic-auth): rename 'http_basic_auth_enable' to 'http_basic_auth_enabled' across application files for consistency  
						
						
						
						
					 
					
						2025-04-22 21:30:27 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						7e0373e439 
					 
					
						
						
							
							Merge branch 'next' into feat/add-http-basic-auth  
						
						
						
						
					 
					
						2025-04-22 21:18:43 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kaster 
							
						 
					 
					
						
						
							
						
						2634f516d5 
					 
					
						
						
							
							feat: Add HTTP Basic Authentication  
						
						
						
						
					 
					
						2025-04-17 14:14:32 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						89bf1b30cb 
					 
					
						
						
							
							fix(application): append base directory to git branch URLs for improved path handling  
						
						
						
						
					 
					
						2025-04-16 15:09:45 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						68bd945b09 
					 
					
						
						
							
							refactor(Application): rename network_aliases to custom_network_aliases across the application for clarity and consistency  
						
						
						
						
					 
					
						2025-04-09 08:42:50 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						fcf597fb16 
					 
					
						
						
							
							feat(Application): add networkAliases attribute for handling network aliases as JSON or comma-separated values  
						
						
						
						
					 
					
						2025-04-09 08:33:42 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						f8607ddf6a 
					 
					
						
						
							
							Merge branch 'next' into docker-network-aliases  
						
						
						
						
					 
					
						2025-04-08 13:27:59 +02:00 
						 
				 
			
				
					
						
							
							
								Darren Sisson 
							
						 
					 
					
						
						
							
						
						887a96dd35 
					 
					
						
						
							
							removed start interval as it is not a valid option and is not defined in coolify  
						
						
						
						
					 
					
						2025-03-31 10:44:29 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						806d892031 
					 
					
						
						
							
							refactor(application): streamline healthcheck parsing from Dockerfile  
						
						
						
						
					 
					
						2025-03-24 11:43:10 +01:00 
						 
				 
			
				
					
						
							
							
								Piotr Wójcik 
							
						 
					 
					
						
						
							
						
						0baeaa982b 
					 
					
						
						
							
							Merge branch 'next' into docker-network-aliases  
						
						
						
						
					 
					
						2025-03-16 14:50:26 +01:00 
						 
				 
			
				
					
						
							
							
								DekraIt 
							
						 
					 
					
						
						
							
						
						08f0661757 
					 
					
						
						
							
							fix(issue#4746): Do not use setGitImportSettings inside of generateGitLsRemoteCommands  
						
						
						
						
					 
					
						2025-03-14 05:14:18 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						4b74ca56c3 
					 
					
						
						
							
							feat(core): wip version of coolify.json  
						
						
						
						
					 
					
						2025-01-21 14:09:12 +01:00 
						 
				 
			
				
					
						
							
							
								🏔️ Peak 
							
						 
					 
					
						
						
							
						
						c1504fa5ff 
					 
					
						
						
							
							Merge branch 'next' into improve-git-and-service-provider  
						
						
						
						
					 
					
						2025-01-09 21:18:30 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						1fe4dd722b 
					 
					
						
						
							
							Revert "rector: arrrrr"  
						
						... 
						
						
						
						This reverts commit 16c0cd10d8 
						
						
					 
					
						2025-01-07 15:31:43 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						16c0cd10d8 
					 
					
						
						
							
							rector: arrrrr  
						
						
						
						
					 
					
						2025-01-07 14:52:08 +01:00 
						 
				 
			
				
					
						
							
							
								peaklabs-dev 
							
						 
					 
					
						
						
							
						
						2c4bdb76bd 
					 
					
						
						
							
							chore: use new functions  
						
						
						
						
					 
					
						2025-01-06 16:58:20 +01:00 
						 
				 
			
				
					
						
							
							
								Piotr Wojcik 
							
						 
					 
					
						
						
							
						
						9acde06795 
					 
					
						
						
							
							Custom network aliases for Dockerfile and Docker Image apps  
						
						
						
						
					 
					
						2025-01-05 07:47:57 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						bf9d89f279 
					 
					
						
						
							
							Merge branch 'next' into fix-environement-route  
						
						
						
						
					 
					
						2024-12-17 12:17:50 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						2a9d499251 
					 
					
						
						
							
							feat: migrate env variables to polymorphic relationship  
						
						... 
						
						
						
						fix: proxy status query ui 
						
						
					 
					
						2024-12-17 10:38:42 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						7be3c6f2b7 
					 
					
						
						
							
							refactor: improve migration command and enhance application model with global scope and status checks  
						
						
						
						
					 
					
						2024-12-11 17:18:32 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						1908d8a180 
					 
					
						
						
							
							fix: --cone  
						
						
						
						
					 
					
						2024-12-11 15:12:53 +01:00 
						 
				 
			
				
					
						
							
							
								peaklabs-dev 
							
						 
					 
					
						
						
							
						
						99eea783ae 
					 
					
						
						
							
							feat: scheduled task success and failure notifications  
						
						
						
						
					 
					
						2024-12-10 14:45:47 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						eeb8d97cfd 
					 
					
						
						
							
							fix: old git versions does not have --cone implemented properly  
						
						
						
						
					 
					
						2024-12-06 11:22:54 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						15ac12e131 
					 
					
						
						
							
							test: setup database for upcoming tests  
						
						
						
						
					 
					
						2024-12-04 12:43:52 +01:00 
						 
				 
			
				
					
						
							
							
								peaklabs-dev 
							
						 
					 
					
						
						
							
						
						277fd78769 
					 
					
						
						
							
							new uuid routes  
						
						
						
						
					 
					
						2024-11-22 16:03:20 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						ff016cb2a2 
					 
					
						
						
							
							pint  
						
						
						
						
					 
					
						2024-11-12 11:50:02 +01:00