aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* feat: Add virtual file actions foundation (WIP)魏曹先生2025-11-061-0/+32
* 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-061-1/+9
* Update draft folder structure to include account name魏曹先生2025-11-053-6/+29
* Add sheet restoration and drop functionality魏曹先生2025-11-054-22/+149
* 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
* 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
* 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
* Fix error handling in process_connection魏曹先生2025-10-272-5/+3
* Update dependencies to latest versions魏曹先生2025-10-279-27/+27
* 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
* feat: Add Server Lock魏曹先生2025-10-271-0/+43
* Add some debug logs魏曹先生2025-10-272-16/+61
* Fix some spelling issues.魏曹先生2025-10-243-4/+21
* Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生2025-10-243-5/+17
* Update `config.rs`魏曹先生2025-10-181-1/+4
* Fix Clippy warnings and optimize code魏曹先生2025-10-138-47/+51
* feat: implement asynchronous action call system魏曹先生2025-10-137-38/+109
* feat: Implement JSON-based type-erased action invocation魏曹先生2025-10-138-23/+166