coolify/resources/views/livewire
peaklabs-dev ee93ccd8e7
fix(backups): retention settings
- If you set a low local backup retention, for example 2 backups for local backup retention and 10 backups for S3, then the S3 backups were never deleted, not even after 10 days. This was because we check the file paths based on the backup executions table, and as soon as a backup was deleted locally, the execution was removed, which meant after 10 days for s3 there where no backups older then 10 days just the 2 local backups which is just wrong. Now we only delete a backup execution if it has been removed from both locations.
- Also added a nice little UI element to see where your backup is available.
2025-03-14 15:28:12 +01:00
..
admin better impersonate 2024-12-16 12:48:09 +01:00
boarding using docker version constant as user feedback 2024-11-10 21:28:12 +00:00
destination fix(ui): align title and add button vertically in various views 2025-02-01 21:34:42 +01:00
notifications feat: new encryption options 2024-12-23 15:26:26 +01:00
profile fix: only show copy button on secure context 2024-12-13 20:57:58 +01:00
project fix(backups): retention settings 2025-03-14 15:28:12 +01:00
security fix: more wire:navigate 2025-01-10 15:20:01 +01:00
server feat(core): prevent using servers with existing resources as build servers 2025-02-18 16:44:16 +01:00
settings feat(ui): Add wire:key to two-step confirmation settings 2025-02-26 08:36:50 +01:00
shared-variables fix(ui): align title and add button vertically in various views 2025-02-01 21:34:42 +01:00
source feat(github-source): Enhance GitHub App configuration with manual and private key support 2025-03-11 14:15:22 +01:00
storage Merge pull request #5130 from ari-party/patch-idk 2025-02-13 10:09:44 +01:00
subscription feat(ui): add top padding to pricing plans view 2025-02-13 10:22:01 +01:00
tags fix: even more wire:navigate 2025-01-10 16:45:08 +01:00
team fix(ui): Fix typo on team page (#5105) 2025-02-11 16:23:14 +01:00
terminal fix: terminal opening issue 2024-11-14 12:33:59 +01:00
activity-monitor.blade.php Refactor ActivityMonitor component to fix max height option 2024-04-16 13:18:50 +02:00
dashboard.blade.php improve navigation 2025-01-16 11:04:50 +01:00
force-password-reset.blade.php Update password reset views and fix layout in ForcePasswordReset.php and reset-password.blade.php 2024-04-12 09:26:07 +02:00
help.blade.php fix: remove livewire legacy from help view 2024-11-03 21:27:26 +01:00
layout-popups.blade.php feat(ui): Add past due subscription warning banner 2025-03-01 12:43:29 +01:00
navbar-delete-team.blade.php refactor: Update confirmation button text for deletion actions 2024-09-23 08:58:04 +02:00
new-activity-monitor.blade.php ui ui ui (pig) 2024-03-24 16:00:25 +01:00
settings-backup.blade.php migrate settings backup frome legacy bind 2024-10-28 10:39:50 +01:00
settings-email.blade.php feat: new encryption options 2024-12-23 15:26:26 +01:00
settings-oauth.blade.php Added support for passing hd parameter to Google via existing tenant column in oauth_settings 2025-02-16 16:44:22 -08:00
switch-team.blade.php remove unnecessary things 2024-12-03 14:09:51 +01:00
upgrade.blade.php fix(ui): typo in upgrade message 2025-01-24 15:35:01 +01:00
verify-email.blade.php