aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in field names from "modifiy" to "modify"魏曹先生2026-01-102-21/+21
* Fix typo in module name from "dada_sort" to "data_sort"魏曹先生2026-01-083-3/+3
* Use different config directory name on non-Linux systems魏曹先生2026-01-081-2/+8
* Extract holder assignment for reuse in sheet creation魏曹先生2026-01-071-6/+7
* Add RejectAll mode for share merging and fix share ID trimming魏曹先生2026-01-053-23/+43
* Add file_histories method to LatestFileData魏曹先生2026-01-041-0/+8
* Change default config format from JSON to Bincode魏曹先生2026-01-033-20/+44
* Include file histories in latest info updates魏曹先生2026-01-032-11/+48
* Replace hardcoded file extension with constant魏曹先生2026-01-032-2/+8
* Change SETUP.txt to SETUP.md for todo list魏曹先生2026-01-031-1/+1
* Refactor config loading to read files after format detection魏曹先生2026-01-033-35/+45
* Add support for Bincode config file format魏曹先生2026-01-023-13/+80
* Rename vault admin to host and add serde renames魏曹先生2026-01-0210-16/+57
* Add ref sheet VFS mapping to LatestInfo魏曹先生2026-01-022-4/+15
* Add host mode and update sheet visibility model魏曹先生2026-01-022-5/+34
* Add host mode authentication and reference sheet handling魏曹先生2026-01-028-152/+518
* Add ReferenceSheetNotAllowed variant to TcpTargetError魏曹先生2026-01-021-0/+3
* Fix share name generation by removing file suffix魏曹先生2025-12-262-19/+8
* Add sheet sharing functionality魏曹先生2025-12-257-1/+1063
* Add local output channel for CLI feedback in track actions魏曹先生2025-12-243-10/+54
* Remove legacy import/export mechanism魏曹先生2025-12-243-255/+12
* Refactor vault and local workspace file storage structure魏曹先生2025-12-242-13/+18
* Handle zero-size files in TCP file transferWeicao-CatilGrass2025-12-181-0/+25
* Handle CRLF line endings in SHA1 tests on WindowsWeicao-CatilGrass2025-12-161-2/+22
* Add test data for SHA1 hash with CRLF line endingsWeicao-CatilGrass2025-12-161-0/+1
* Rename story.sha1 to story_lf.sha1Weicao-CatilGrass2025-12-161-0/+0
* Replace tokio::Instant with std::time::SystemTime for update timestampsWeicao-CatilGrass2025-12-162-47/+5
* Remove unnecessary edit rights check in sheet mapping魏曹先生2025-12-151-35/+11
* Add getter and setter for last_modifiy_check_hash and remove_mapping魏曹先生2025-12-151-0/+25
* Rename AlignTasksName type to AlignTaskName魏曹先生2025-12-151-5/+5
* Prevent lost file classification for erased directories魏曹先生2025-12-151-12/+13
* Rename `file_status` to `workspace_analyzer`魏曹先生2025-12-155-6/+6
* Add edit mapping action for sheet operations魏曹先生2025-12-157-21/+188
* Add constant for VF meta file name魏曹先生2025-12-111-0/+1
* Match moved files using latest hash instead of initial hash魏曹先生2025-12-112-9/+31
* Add allow_overwrite_modified flag to track file action魏曹先生2025-12-081-1/+24
* Change virtual file edit right action output format魏曹先生2025-12-081-2/+2
* Implement first download logic for missing files魏曹先生2025-12-041-32/+93
* Change add_mapping to accept path by reference魏曹先生2025-12-041-1/+1
* Add fallback defaults for optional config fields魏曹先生2025-12-021-14/+31
* Update vault.rs魏曹先生2025-12-012-1/+5
* Change default vault auth mode from password to key魏曹先生2025-12-011-1/+1
* Refactor vault config to use template-based generation魏曹先生2025-12-016-49/+118
* Support additional text file types in document generation魏曹先生2025-12-011-24/+45
* Add logger configuration to VaultServerConfig魏曹先生2025-12-011-0/+14
* Update func `current_doc_dir` to `current_cfg_dir`魏曹先生2025-12-012-2/+2
* Update current.rs魏曹先生2025-12-012-4/+4
* Update gitignore patterns for cached data魏曹先生2025-11-261-2/+2
* Add print_info option to edit right change action魏曹先生2025-11-261-13/+20
* Implement virtual file edit right management魏曹先生2025-11-253-11/+117