onyx-tasks/crates/onyx-core/src
Tristan Michael 4c57851e15 Rename workspace and remote folders with confirmation
Add WebDAV MOVE support and update workspace rename flow to handle both
local and WebDAV-backed workspaces. The Tauri rename_workspace command
is made async and now performs filesystem rename for local workspaces
and issues a WebDAV MOVE (via a new WebDavClient::move_resource) for
remote workspaces, updating stored paths and credentials accordingly. A
confirmation dialog is added to SettingsScreen to prompt users before
renaming, and minor UI/default tweaks are included (SetupScreen default
name). This ensures renames update both local folders and remote WebDAV
folders reliably and with user confirmation.
2026-04-05 15:10:44 -07:00
..
config.rs Refactor workspaces to use UUID keys 2026-04-05 14:58:31 -07:00
error.rs rename onyx-core crate (formerly bevy-tasks-core) 2026-03-31 09:46:56 -07:00
lib.rs rename onyx-core crate (formerly bevy-tasks-core) 2026-03-31 09:46:56 -07:00
models.rs fix: use has_time flag for due date time tracking 2026-04-01 01:06:10 -07:00
repository.rs fix: harden core data integrity — move_task rollback, path traversal, migration safety 2026-04-02 09:37:43 -07:00
storage.rs Rename workspace metadata and add WebDAV folder browsing 2026-04-05 14:30:22 -07:00
sync.rs Rename workspace metadata and add WebDAV folder browsing 2026-04-05 14:30:22 -07:00
webdav.rs Rename workspace and remote folders with confirmation 2026-04-05 15:10:44 -07:00