summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
2025-11-09fix: Windows support魏曹先生
2025-11-09fixed: windows path support魏曹先生
2025-11-07Add path formatting utility and local sheet management魏曹先生
2025-11-07Add documentation for local cached data structures魏曹先生
2025-11-07Add strip-ansi-escapes dependency to string_proc魏曹先生
2025-11-06feat: Add local data management modules (WIP)魏曹先生
2025-11-06feat: Add documentation management module (WIP)魏曹先生
2025-11-06feat: Add data structures utility module (WIP)魏曹先生
2025-11-06feat: Add virtual file actions foundation (WIP)魏曹先生
2025-11-06fix: Update test for local workspace changes魏曹先生
2025-11-06update: Connection and registry enhancements魏曹先生
2025-11-06feat: Overhaul local-remote synchronization魏曹先生
2025-11-06feat: Refactor local workspace management魏曹先生
2025-11-06feat: Enhanced data structures and constants魏曹先生
2025-11-06update: Dependencies and project configuration魏曹先生
2025-11-05Update draft folder structure to include account name魏曹先生
2025-11-05Add sheet restoration and drop functionality魏曹先生
2025-11-03feat: Enhance upstream vault action魏曹先生
2025-11-03feat: Add rollback support for file movement魏曹先生
2025-11-03update: Sheet creation test improvements魏曹先生
2025-11-03update: Local actions and data structures魏曹先生
2025-11-03update: Registry and connection improvements魏曹先生
2025-11-03feat: Implement sheet usage management魏曹先生
2025-11-03feat: Add sheet creation action魏曹先生
2025-10-30Add LatestInfo struct for client data persistence魏曹先生
2025-10-30Add update_to_latest_info action魏曹先生
2025-10-30Change auth_member to return MemberId on success魏曹先生
2025-10-30Return key ID along with challenge verification result魏曹先生
2025-10-29Apply clippy suggestions魏曹先生
2025-10-29Improve vault lock error message and formatting魏曹先生
2025-10-29Make config fields thread-safe with Arc<Mutex>魏曹先生
2025-10-29Add LocalWorkspace and UserDirectory to client ActionContext魏曹先生
2025-10-29feat: Add port override capability to server entry魏曹先生
2025-10-29Update actions.rs魏曹先生
2025-10-29feat: Completed `set_upstream_vault_action`魏曹先生
2025-10-29Add new error types and sort variants alphabetically魏曹先生
2025-10-29update: Action.rs 1. Rename `insert` to `with_data` and `insert_arc` to魏曹先生
2025-10-27Fix error handling in process_connection魏曹先生
2025-10-27Update dependencies to latest versions魏曹先生
2025-10-27Add service module to vault魏曹先生
2025-10-27Add lockfile constant for server service魏曹先生
2025-10-27update: Remove unused inline comments from constants魏曹先生
2025-10-27update: Add connection logs to show active count魏曹先生
2025-10-27update: Add server lock behavior to vault lifecycle魏曹先生
2025-10-27update: Remove `hello_world_action`魏曹先生
2025-10-27update: Add error type - Locked魏曹先生
2025-10-27fixed: Incorrect condition setting for determining whether to send魏曹先生
2025-10-27update: ActionContext 1. Rename `local` to `proc_on_local` 2. Add魏曹先生
2025-10-27"fix: Fix indentation issues魏曹先生
2025-10-27fix: Make the ActionContext passed to on_proc_begin mutable魏曹先生