aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-024-13/+91
* 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
* Merge remote-tracking branch 'origin/main'魏曹先生2025-12-281-64/+0
|\
| * fix: Remove Windows installer script generation from build.rsWeicao-CatilGrass2025-12-271-64/+0
* | Fix share name generation by removing file suffix魏曹先生2025-12-262-19/+8
|/
* Add sheet sharing functionality魏曹先生2025-12-258-2/+1085
* Add local output channel for CLI feedback in track actions魏曹先生2025-12-243-10/+54
* Add build script for compile info and installer generation魏曹先生2025-12-247-0/+197
* 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
* Update README branding and simplify project description魏曹先生2025-12-172-79/+50
* 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
* Add Windows build script for documents repository setup魏曹先生2025-12-061-0/+8
* 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-017-49/+147
* 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
* Improve documentation for system action and config file crates魏曹先生2025-11-256-8/+223
* Add `hold_virtual_file_action` in user actions魏曹先生2025-11-251-0/+36
* Rename `virtual_file_action.rs` to `track_action.rs`魏曹先生2025-11-254-8/+9
* Migrate client configuration and cache files to TOML/YAML formats魏曹先生2025-11-241-8/+8