You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Feature: Added a "CLI Commands" panel to the main interface. The disembark backup command shown in this panel now dynamically updates to include all file (-x "path") and database table (--exclude-tables=...) exclusions selected in the UI.
Security/Improvement: Changed the /stream-file REST endpoint from GET to POST. The file path and token are now sent in the request body instead of query parameters, improving security.
Improvement: Updated the File Explorer's "Preview" and "Download" features to work with the new POST streaming endpoint. File downloads are now handled via JavaScript to support the new method.
UI/UX: Replaced the "Connection Info" menu with a new "Tools" menu. This new menu provides a helper command for installing the Disembark CLI and retains the "Cleanup Temporary Files" functionality.
Dev: Added a new delete_backup_file method and a corresponding /cleanup-file REST endpoint to allow for the deletion of individual backup files (e.g., files-1.zip, database.zip) via the API.