coolify/resources/views
Andras Bacsai 2c64136503 feat(backup): enhance backup job with S3 upload handling and notifications
- Introduced a new notification class, BackupSuccessWithS3Warning, to alert users when local backups succeed but S3 uploads fail.
- Updated DatabaseBackupJob to track local backup success and handle S3 upload errors, improving error reporting and user notifications.
- Modified ScheduledDatabaseBackupExecution model to include a new s3_uploaded boolean field for tracking S3 upload status.
- Adjusted views and validation logic to reflect changes in backup execution status and S3 handling.
- Added tests to ensure the new s3_uploaded column is correctly implemented and validated.
2025-10-07 15:02:23 +02:00
..
auth feat(lang): add Polish language & improve forgot_password translation (#6306) 2025-08-04 14:13:33 +02:00
components ui(components): enhance close button accessibility in modal 2025-10-01 18:45:58 +02:00
emails feat(backup): enhance backup job with S3 upload handling and notifications 2025-10-07 15:02:23 +02:00
errors fix(errors): update error pages to provide navigation options 2025-08-22 14:00:01 +02:00
layouts refactor(dashboard): remove deployment loading logic and introduce DeploymentsIndicator component for better UI management 2025-09-30 11:43:30 +02:00
livewire feat(backup): enhance backup job with S3 upload handling and notifications 2025-10-07 15:02:23 +02:00
server fix: server validation process 2023-10-09 11:00:18 +02:00
source feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled. 2025-08-26 10:27:38 +02:00
vendor/mail Update version numbers and fix UI styling 2024-03-25 16:42:41 +01:00