summaryrefslogtreecommitdiff
path: root/crates/vcs_data/src/data
AgeCommit message (Expand)Author
2026-01-04Add file_histories method to LatestFileData魏曹先生
2026-01-03Change default config format from JSON to Bincode魏曹先生
2026-01-03Include file histories in latest info updates魏曹先生
2026-01-03Replace hardcoded file extension with constant魏曹先生
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 and update sheet visibility model魏曹先生
2025-12-26Fix share name generation by removing file suffix魏曹先生
2025-12-25Add sheet sharing functionality魏曹先生
2025-12-24Remove legacy import/export mechanism魏曹先生
2025-12-24Refactor vault and local workspace file storage structure魏曹先生
2025-12-16Replace tokio::Instant with std::time::SystemTime for update timestampsWeicao-CatilGrass
2025-12-15Remove unnecessary edit rights check in sheet mapping魏曹先生
2025-12-15Add getter and setter for last_modifiy_check_hash and remove_mapping魏曹先生
2025-12-15Rename AlignTasksName type to AlignTaskName魏曹先生
2025-12-15Prevent lost file classification for erased directories魏曹先生
2025-12-15Rename `file_status` to `workspace_analyzer`魏曹先生
2025-12-15Add edit mapping action for sheet operations魏曹先生
2025-12-11Match moved files using latest hash instead of initial hash魏曹先生
2025-12-04Change add_mapping to accept path by reference魏曹先生
2025-12-02Add fallback defaults for optional config fields魏曹先生
2025-12-01Update vault.rs魏曹先生
2025-12-01Change default vault auth mode from password to key魏曹先生
2025-12-01Refactor vault config to use template-based generation魏曹先生
2025-12-01Add logger configuration to VaultServerConfig魏曹先生
2025-12-01Update func `current_doc_dir` to `current_cfg_dir`魏曹先生
2025-12-01Update current.rs魏曹先生
2025-11-24Remove return value from `sign_vault_modified` function魏曹先生
2025-11-23Add vault modification tracking魏曹先生
2025-11-23Apply clippy suggestions魏曹先生
2025-11-22Strip workspace prefix from new paths in moved file detection魏曹先生
2025-11-22Add align module for sorting file analysis results魏曹先生
2025-11-22Update local workspace initialization files魏曹先生
2025-11-20fix: Update constants and path references魏曹先生
2025-11-20update: Improve file update task processing魏曹先生
2025-11-20feat: Enhance version tracking in LatestFileData魏曹先生
2025-11-20feat: Add file update verification system魏曹先生
2025-11-20Rename MemberHeld to LatestFileData and add version tracking魏曹先生
2025-11-19Change function signatures to use references魏曹先生
2025-11-19Derive Clone for LocalConfig and fix mapping_mut signature魏曹先生
2025-11-19Add mutable mapping accessor methods to Sheet and SheetData魏曹先生
2025-11-19Add setter methods for LocalMappingMetadata fields魏曹先生
2025-11-17Use std::path::PathBuf in latest_info module魏曹先生
2025-11-17Use member-specific paths for latest info files魏曹先生
2025-11-17feat: Add file status tracking and SHA1 hash system魏曹先生
2025-11-09fix: Windows support魏曹先生
2025-11-07Add path formatting utility and local sheet management魏曹先生
2025-11-07Add documentation for local cached data structures魏曹先生
2025-11-06feat: Add local data management modules (WIP)魏曹先生
2025-11-06feat: Refactor local workspace management魏曹先生