aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Add setter methods for LocalMappingMetadata fields魏曹先生2025-11-191-0/+40
* Use std::path::PathBuf in latest_info module魏曹先生2025-11-171-1/+4
* Use config directory for jvcs data魏曹先生2025-11-171-1/+1
* Change sheet file format from JSON to TOML魏曹先生2025-11-171-7/+8
* Ensure task processing order by using Vec instead of HashSet魏曹先生2025-11-171-26/+24
* Use member-specific paths for latest info files魏曹先生2025-11-175-14/+42
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-1722-133/+2015
* fix: Windows support魏曹先生2025-11-092-14/+78
* fixed: windows path support魏曹先生2025-11-091-0/+2
* Add path formatting utility and local sheet management魏曹先生2025-11-076-15/+219
* Add documentation for local cached data structures魏曹先生2025-11-072-0/+7
* Add strip-ansi-escapes dependency to string_proc魏曹先生2025-11-071-0/+1
* feat: Add local data management modules (WIP)魏曹先生2025-11-063-0/+138
* feat: Add documentation management module (WIP)魏曹先生2025-11-064-0/+215
* feat: Add data structures utility module (WIP)魏曹先生2025-11-063-0/+250
* feat: Add virtual file actions foundation (WIP)魏曹先生2025-11-061-0/+32
* fix: Update test for local workspace changes魏曹先生2025-11-061-2/+2
* update: Connection and registry enhancements魏曹先生2025-11-063-1/+15
* feat: Overhaul local-remote synchronization魏曹先生2025-11-061-44/+119
* feat: Refactor local workspace management魏曹先生2025-11-061-36/+21
* feat: Enhanced data structures and constants魏曹先生2025-11-065-55/+33
* update: Dependencies and project configuration魏曹先生2025-11-061-1/+9
* Update draft folder structure to include account name魏曹先生2025-11-053-6/+29
* Add sheet restoration and drop functionality魏曹先生2025-11-054-22/+149
* feat: Enhance upstream vault action魏曹先生2025-11-031-2/+28
* feat: Add rollback support for file movement魏曹先生2025-11-031-18/+58
* update: Sheet creation test improvements魏曹先生2025-11-031-9/+9
* update: Local actions and data structures魏曹先生2025-11-033-6/+21
* update: Registry and connection improvements魏曹先生2025-11-033-5/+34
* feat: Implement sheet usage management魏曹先生2025-11-031-0/+223
* feat: Add sheet creation action魏曹先生2025-11-033-12/+110
* Add LatestInfo struct for client data persistence魏曹先生2025-10-301-0/+28
* Add update_to_latest_info action魏曹先生2025-10-303-6/+87
* Change auth_member to return MemberId on success魏曹先生2025-10-306-14/+36
* Return key ID along with challenge verification result魏曹先生2025-10-302-8/+11
* Apply clippy suggestions魏曹先生2025-10-292-4/+2
* Improve vault lock error message and formatting魏曹先生2025-10-291-8/+6
* Make config fields thread-safe with Arc<Mutex>魏曹先生2025-10-292-8/+31
* Add LocalWorkspace and UserDirectory to client ActionContext魏曹先生2025-10-291-0/+34
* feat: Add port override capability to server entry魏曹先生2025-10-291-8/+18
* Update actions.rs魏曹先生2025-10-291-0/+113
* feat: Completed `set_upstream_vault_action`魏曹先生2025-10-291-16/+62
* Add new error types and sort variants alphabetically魏曹先生2025-10-291-23/+26
* update: Action.rs 1. Rename `insert` to `with_data` and `insert_arc` to魏曹先生2025-10-292-3/+13
* Fix error handling in process_connection魏曹先生2025-10-272-5/+3
* Update dependencies to latest versions魏曹先生2025-10-279-27/+27
* Add service module to vault魏曹先生2025-10-271-0/+1
* Add lockfile constant for server service魏曹先生2025-10-271-0/+3
* update: Remove unused inline comments from constants魏曹先生2025-10-271-5/+5
* update: Add connection logs to show active count魏曹先生2025-10-271-2/+2