onyx-tasks/apps/tauri/src-tauri
Claude 4e8f7c4536
fix(tauri): reject "/" root path in workspace validation
trim_end_matches('/') collapses "/" to "", which then isn't matched by
the forbidden list, so a root-filesystem workspace slipped through. Keep
"/" as the canonical form when the stripped value is empty.
2026-04-19 07:08:42 +00:00
..
capabilities Introduce windowDecorations enum with three options 2026-04-14 06:02:30 -07:00
icons tauri and flutter guis 2026-03-17 09:38:53 -07:00
src fix(tauri): reject "/" root path in workspace validation 2026-04-19 07:08:42 +00:00
build.rs tauri and flutter guis 2026-03-17 09:38:53 -07:00
Cargo.lock Add Google Tasks read-only workspace and sync 2026-04-14 07:02:50 -07:00
Cargo.toml Add Google Tasks read-only workspace and sync 2026-04-14 07:02:50 -07:00
tauri.conf.json feat: add MSI to Windows bundle targets 2026-04-03 03:48:21 -07:00