aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reorganize crate structure and move documentation files魏曹先生2026-01-12107-81/+426
* Update README with warning sectionDesktop_0.1.0_Basemain魏曹先生2026-01-101-0/+1
* Update README with new branding and detailed documentation魏曹先生2026-01-1011-62/+260
* Hide .cargo, .github and .temp directories before build魏曹先生2026-01-101-0/+11
* 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
* Remove CONTRIBUTING files as they are outdated魏曹先生2026-01-042-206/+0
* Add file_histories method to LatestFileData魏曹先生2026-01-041-0/+8
* Add git branch and commit to compile info魏曹先生2026-01-032-1/+51
* 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 git pull to fetch and reset in setup scripts魏曹先生2026-01-032-2/+6
* Merge remote-tracking branch 'origin/feat/pre-release-version' into feat/pre-...魏曹先生2026-01-030-0/+0
|\
| * Change file extensions from .json/.yaml/.toml to .bcfg魏曹先生2026-01-021-13/+13
* | 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