coolify/app
Andras Bacsai 595370df92 feat(LocalFileVolume): add binary file detection and update UI logic
Implemented a new attribute to detect binary files in the LocalFileVolume model, enhancing the file handling capabilities. The isBinary method checks for binary content based on specific criteria, allowing for better management of file types. Additionally, updated the file storage UI to conditionally display conversion options based on the binary status of the file, improving user experience and preventing unintended actions on binary files. These changes contribute to a more robust and user-friendly file management system.
2025-03-14 14:55:38 +01:00
..
Actions fix(database): simplify container name generation in StartDatabaseProxy 2025-03-12 16:46:31 +01:00
Console fix(billing): Restrict Stripe subscription status update to 'active' only 2025-03-01 12:10:28 +01:00
Contracts refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Data Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Enums Add new role enum and apply authorization 2024-10-28 17:08:24 +01:00
Events feat: DockerCleanupDone event 2025-01-15 17:19:32 +01:00
Exceptions Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Helpers Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Http Merge pull request #5245 from janwiebe-jump/fix-gitea 2025-03-11 10:21:56 +01:00
Jobs refactor(billing): Enhance Stripe subscription status handling and notifications 2025-03-01 12:43:21 +01:00
Listeners Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Livewire feat(database): implement two-step confirmation for database deletion 2025-03-12 16:33:35 +01:00
Models feat(LocalFileVolume): add binary file detection and update UI logic 2025-03-14 14:55:38 +01:00
Notifications refactor(notifications): Improve transactional email settings handling 2025-02-27 12:56:37 +01:00
Policies Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Providers Added support for passing hd parameter to Google via existing tenant column in oauth_settings 2025-02-16 16:44:22 -08:00
Repositories refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Services fix(parser): resource URL should only be parsed if there is one 2025-01-21 18:55:07 +01:00
Traits feat(core): You can validate compose files with docker compose config 2025-02-27 11:29:04 +01:00
View/Components fix: Undefined variable $service when creating a new service 2025-01-14 12:40:08 +01:00