aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add strip-ansi-escapes dependency to string_proc魏曹先生2025-11-072-0/+22
* 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
* update: Main library exports魏曹先生2025-11-061-7/+17
* 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-063-2/+162
* Reorganize .gitignore and update submodule configuration魏曹先生2025-11-062-15/+30
* Add submodules魏曹先生2025-11-051-0/+4
* Merge pull request #35 from JustEnoughVCS/jvcs_dev_actions魏曹先生2025-11-057-28/+178
|\
| * Update draft folder structure to include account name魏曹先生2025-11-053-6/+29
| * Add sheet restoration and drop functionality魏曹先生2025-11-054-22/+149
* | Merge branch 'main' of github.com:JustEnoughVCS/VersionControl魏曹先生2025-11-040-0/+0
|\ \ | |/ |/|
| * Merge pull request #34 from JustEnoughVCS/jvcs_dev_actions魏曹先生2025-11-0311-34/+465
| |\
* | | Update .gitignore to ignore target directories recursively魏曹先生2025-11-041-1/+1
| |/ |/|
* | 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
|/
* Merge pull request #33 from JustEnoughVCS/docs魏曹先生2025-11-024-105/+193
|\
| * Update contributing guide and README魏曹先生2025-11-024-105/+193
* | Merge pull request #32 from JustEnoughVCS/docs魏曹先生2025-10-304-46/+6
|\|
| * Fix markdown indentation in README files魏曹先生2025-10-302-6/+6
| * Removed `FRAMEWORK_CANVAS`魏曹先生2025-10-302-40/+0
* | Merge pull request #30 from JustEnoughVCS/docs魏曹先生2025-10-307-14/+44
|\|
| * Enhance README with branding and visual elements魏曹先生2025-10-307-14/+44
* | Merge pull request #31 from JustEnoughVCS/jvcs_dev_actions魏曹先生2025-10-3011-28/+162
|\ \ | |/ |/|
| * 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
* | Merge pull request #29 from JustEnoughVCS/jvcs_dev_actions魏曹先生2025-10-299-66/+301
|\|
| * 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
* | Merge pull request #28 from JustEnoughVCS/jvcs_dev_actions魏曹先生2025-10-272-5/+3
|\|