summaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src
AgeCommit message (Expand)Author
2026-01-05Add RejectAll mode for share merging and fix share ID trimming魏曹先生
2026-01-03Include file histories in latest info updates魏曹先生
2026-01-03Refactor config loading to read files after format detection魏曹先生
2026-01-02Rename vault admin to host and add serde renames魏曹先生
2026-01-02Add ref sheet VFS mapping to LatestInfo魏曹先生
2026-01-02Add host mode authentication and reference sheet handling魏曹先生
2025-12-24Add local output channel for CLI feedback in track actions魏曹先生
2025-12-16Replace tokio::Instant with std::time::SystemTime for update timestampsWeicao-CatilGrass
2025-12-15Rename `file_status` to `workspace_analyzer`魏曹先生
2025-12-15Add edit mapping action for sheet operations魏曹先生
2025-12-08Add allow_overwrite_modified flag to track file action魏曹先生
2025-12-08Change virtual file edit right action output format魏曹先生
2025-12-04Implement first download logic for missing files魏曹先生
2025-12-01Update func `current_doc_dir` to `current_cfg_dir`魏曹先生
2025-11-26Add print_info option to edit right change action魏曹先生
2025-11-25Implement virtual file edit right management魏曹先生
2025-11-25Add `hold_virtual_file_action` in user actions魏曹先生
2025-11-25Rename `virtual_file_action.rs` to `track_action.rs`魏曹先生
2025-11-24Implement file synchronization in track file action魏曹先生
2025-11-24Optimize update info transmission to ignore file member presence魏曹先生
2025-11-24Use virtual file metadata version for baseline verification魏曹先生
2025-11-24Fix workspace not marked as modified after successful update魏曹先生
2025-11-23Add vault modification tracking魏曹先生
2025-11-23Apply clippy suggestions魏曹先生
2025-11-20add: Support for update descriptions and info printing魏曹先生
2025-11-20update: Improve file update task processing魏曹先生
2025-11-20feat: Add file update verification system魏曹先生
2025-11-17Ensure task processing order by using Vec instead of HashSet魏曹先生
2025-11-17Use member-specific paths for latest info files魏曹先生
2025-11-17feat: Add file status tracking and SHA1 hash system魏曹先生
2025-11-06feat: Add virtual file actions foundation (WIP)魏曹先生
2025-11-06update: Connection and registry enhancements魏曹先生
2025-11-06feat: Overhaul local-remote synchronization魏曹先生
2025-11-05Add sheet restoration and drop functionality魏曹先生
2025-11-03feat: Enhance upstream vault action魏曹先生
2025-11-03update: Local actions and data structures魏曹先生
2025-11-03update: Registry and connection improvements魏曹先生
2025-11-03feat: Add sheet creation action魏曹先生
2025-10-30Add update_to_latest_info action魏曹先生
2025-10-30Change auth_member to return MemberId on success魏曹先生
2025-10-29Apply clippy suggestions魏曹先生
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-29update: Action.rs 1. Rename `insert` to `with_data` and `insert_arc` to魏曹先生
2025-10-27Fix error handling in process_connection魏曹先生
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`魏曹先生