aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src/actions/vault_actions.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add host mode authentication and reference sheet handling魏曹先生2026-01-021-0/+1
| | | | | | | | | - Return host mode status from auth_member to determine admin privileges - Add reference sheet detection to get_current_sheet_name with allow_ref parameter - Prevent modifications to reference sheets unless in host mode - Use VAULT_HOST_NAME as sheet holder for host mode operations - Add share/merge share action registrations
* Create vcs_actions crate for client-server interaction logic魏曹先生2025-10-061-0/+0
- Add new crate to combine action_system and vcs_data functionality - Define dependencies on both action_system and vcs_data crates - Prepare structure for implementing client-server communication logic