coolify/resources/views/livewire
Andras Bacsai eaaf258f25 fix(service): block UI editing of file volumes exceeding 5 MiB
Large host files mounted via Docker volumes caused the storages page to
become unusable — full file content was stored in the encrypted mediumText
column and serialised into the Livewire payload, crashing the browser.

- Add MAX_CONTENT_SIZE (5 MiB), BINARY_PLACEHOLDER, and TOO_LARGE_PLACEHOLDER
  constants to LocalFileVolume
- Check remote file size via stat/wc before cat in loadStorageOnServer and
  saveStorageOnServer; store placeholder instead of content when limit exceeded
- Expose is_too_large computed attribute (appended for Livewire serialisation)
- Guard submit, instantSave, and syncData in FileStorage Livewire component
- Truncate oversized content in Storage::refreshStorages to prevent payload bloat
- Show distinct warning banner in file-storage blade; mark textarea readonly and
  hide Save/Convert buttons for too-large files
- Add unit tests covering constants, computed flags, and toArray serialisation

Fixes #4701
2026-04-28 22:36:56 +02:00
..
admin Refactor UI components to use 'coolbox' class for consistent styling across various views 2025-11-28 13:55:54 +01:00
boarding feat: add async prerequisite installation with retry logic and visual feedback 2025-11-24 08:44:04 +01:00
destination chore(swarm): mark docker swarm as deprecated 2026-04-17 23:41:39 +02:00
notifications fix(ui): improve responsive project headings and controls 2026-04-09 19:51:31 +02:00
profile feat(project): enhance project index with resource creation capabilities 2025-10-07 17:17:31 +02:00
project fix(service): block UI editing of file volumes exceeding 5 MiB 2026-04-28 22:36:56 +02:00
security feat(security): support expiration on API tokens with warning notifications 2026-04-20 14:28:38 +02:00
server feat(server): add configurable SSH connection timeout per server 2026-04-28 15:39:36 +02:00
settings feat(ui): add two step confirmation to enable self registration 2026-03-29 22:48:02 +05:30
shared-variables feat(forms): make textarea monospace opt-in and improve multiline toggle 2026-03-31 15:37:42 +02:00
source/github fix(ui): improve responsive project headings and controls 2026-04-09 19:51:31 +02:00
storage feat(storage): add storage management for backup schedules 2026-03-19 12:48:52 +01:00
subscription feat(subscription): add billing interval to price preview 2026-03-27 19:05:13 +01:00
tags Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
team Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
terminal Changes auto-committed by Conductor 2025-10-20 14:07:45 +02:00
activity-monitor.blade.php fix(database): refresh SSL/status state and harden clone writes 2026-03-31 09:29:36 +02:00
dashboard.blade.php fix(ui): make dashboard add buttons visible in light mode 2026-04-06 15:09:54 -04:00
deployments-indicator.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
force-password-reset.blade.php feat(ui): Upgrade to Tailwind v4 (#5710) 2025-05-14 12:43:23 +02:00
global-search.blade.php Resolve remaining merge conflicts 2026-04-14 11:14:22 +02:00
help.blade.php fix: remove livewire legacy from help view 2024-11-03 21:27:26 +01:00
layout-popups.blade.php chore: prepare for PR 2026-02-26 18:22:03 +01:00
navbar-delete-team.blade.php refactor(ui): remove unnecessary step3ButtonText attributes from modal confirmation components for cleaner code 2025-06-30 09:15:23 +02:00
settings-backup.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
settings-dropdown.blade.php fix: eliminate dark mode white screen flicker on page transitions 2025-10-23 20:46:58 +02:00
settings-email.blade.php fix(validation): add input validation for emails configuration 2026-03-29 12:13:30 +05:30
settings-oauth.blade.php refactor: simplify project data retrieval and enhance OAuth settings handling 2025-10-27 17:03:19 +01:00
switch-team.blade.php refactor(switch-team): remove label from team selection component for cleaner UI 2025-10-08 19:50:19 +02:00
upgrade.blade.php feat(ui): improve sidebar menu items styling (#7928) 2026-01-12 23:09:56 +01:00
verify-email.blade.php