wraith/src-tauri/src/commands
Vantz Stockwell 0c6a4b8109
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 2m55s
feat: Tauri auto-updater + RDP vault credentials + sidebar persist
Tauri auto-updater:
- Signing pubkey in tauri.conf.json
- tauri-plugin-updater initialized in lib.rs
- CI workflow passes TAURI_SIGNING_PRIVATE_KEY env vars to cargo tauri build
- CI generates update.json manifest with signature and uploads to
  packages/latest/update.json endpoint
- Frontend checks for updates on startup via @tauri-apps/plugin-updater
- Downloads, installs, and relaunches seamlessly
- Settings → About button uses native updater too

RDP vault credentials:
- RDP connections now resolve credentials from vault via credentialId
- Same path as SSH: list_credentials → find by ID → decrypt_password
- Falls back to conn.options JSON if no vault credential linked
- Fixes blank username in RDP connect

Sidebar drag persist:
- reorder_connections and reorder_groups Tauri commands
- Batch-update sort_order in database on drop
- Order survives app restart

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 12:42:01 -04:00
..
connections.rs feat: Tauri auto-updater + RDP vault credentials + sidebar persist 2026-03-25 12:42:01 -04:00
credentials.rs fix: SSH auth — decrypt credentials from vault before connecting 2026-03-18 03:04:47 -04:00
docker_commands.rs feat: tab notifications, session persistence, Docker panel, drag reorder sidebar 2026-03-25 11:50:49 -04:00
mcp_commands.rs feat: copilot QoL — resizable panel, SFTP tools, context, error watcher 2026-03-24 23:30:12 -04:00
mod.rs feat: tab notifications, session persistence, Docker panel, drag reorder sidebar 2026-03-25 11:50:49 -04:00
pty_commands.rs feat: MCP Phase 1 — scrollback buffer, terminal_read, terminal_execute 2026-03-24 23:00:32 -04:00
rdp_commands.rs fix: SSH input deadlock — output loop held channel mutex across await 2026-03-24 18:28:09 -04:00
scanner_commands.rs feat: network scanner + SFTP context menu + CI fix 2026-03-24 23:56:42 -04:00
settings.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
sftp_commands.rs feat: Phase 3 complete — SFTP sidebar with full file operations 2026-03-17 15:46:35 -04:00
ssh_commands.rs feat: copilot QoL — resizable panel, SFTP tools, context, error watcher 2026-03-24 23:30:12 -04:00
theme_commands.rs feat: Phase 5 complete — themes, editor, shortcuts, workspace, settings 2026-03-17 16:36:06 -04:00
tools_commands_r2.rs feat: all 18 tools exposed as MCP tools for AI copilot 2026-03-25 00:15:08 -04:00
tools_commands.rs feat: all 18 tools exposed as MCP tools for AI copilot 2026-03-25 00:15:08 -04:00
updater.rs fix: read version from tauri.conf.json, not CARGO_PKG_VERSION 2026-03-25 01:42:20 -04:00
vault.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
workspace_commands.rs feat: tab notifications, session persistence, Docker panel, drag reorder sidebar 2026-03-25 11:50:49 -04:00