aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\|
| * Fix error handling in process_connection魏曹先生2025-10-272-5/+3
* | Merge pull request #27 from JustEnoughVCS/jvcs_dev_actions魏曹先生2025-10-2711-254/+224
|\|
| * Update dependencies to latest versions魏曹先生2025-10-2711-254/+224
|/
* Merge pull request #26 from JustEnoughVCS/jvcs_dev魏曹先生2025-10-2718-52/+191
|\
| * Add service module to vault魏曹先生2025-10-271-0/+1
| * Add lockfile constant for server service魏曹先生2025-10-271-0/+3
| * update: Remove unused inline comments from constants魏曹先生2025-10-271-5/+5
| * update: Add connection logs to show active count魏曹先生2025-10-271-2/+2
| * update: Add server lock behavior to vault lifecycle魏曹先生2025-10-271-0/+9
| * update: Remove `hello_world_action`魏曹先生2025-10-271-21/+0
| * update: Add error type - Locked魏曹先生2025-10-271-0/+3
| * fixed: Incorrect condition setting for determining whether to send魏曹先生2025-10-272-1/+2
| * update: ActionContext 1. Rename `local` to `proc_on_local` 2. Add魏曹先生2025-10-272-11/+24
| * "fix: Fix indentation issues魏曹先生2025-10-271-5/+6
| * fix: Make the ActionContext passed to on_proc_begin mutable魏曹先生2025-10-273-8/+8