onyx-tasks/apps/tauri/src-tauri
Tristan Michael 501f991f2c feat: replace custom WebDAV credential IO with pluginSwitch credential storage and retrieval the tauri_plugin_credentialsplugin and thread the AppHandle into handlers that need it.
- Import Credentials and initialize its plugin inuriBuilder.
- Replace blocking webdav::load_credentials/store calls with Credentials::load and Credentials::store to avoid spawn_blocking and centralize credential handling- AppHandle parameters to commands that need credential access:
 rename_workspace, add_webdav_workspace, store_credentials, load_credentials,
 and sync_workspace- Update save flow in add_webdav_workspace to use plugin storage after updating config.

This reduces manual blocking calls, unifies credential management andintegrates with Tauri app state for safer runtime access.
2026-04-05 17:30:07 -07:00
..
capabilities rename Tauri app from bevy-tasks to onyx 2026-03-31 09:47:07 -07:00
icons tauri and flutter guis 2026-03-17 09:38:53 -07:00
src feat: replace custom WebDAV credential IO with pluginSwitch credential storage and retrieval the tauri_plugin_credentialsplugin and thread the AppHandle into handlers that need it. 2026-04-05 17:30:07 -07:00
build.rs tauri and flutter guis 2026-03-17 09:38:53 -07:00
Cargo.lock Add tauri-plugin-credentials for cross-platform credential storage 2026-04-05 17:29:51 -07:00
Cargo.toml Add tauri-plugin-credentials for cross-platform credential storage 2026-04-05 17:29:51 -07:00
tauri.conf.json feat: add MSI to Windows bundle targets 2026-04-03 03:48:21 -07:00