summaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src/actions/user_actions.rs
AgeCommit message (Collapse)Author
2026-01-02Add host mode authentication and reference sheet handling魏曹先生
- 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
2025-12-08Change virtual file edit right action output format魏曹先生
2025-11-26Add print_info option to edit right change action魏曹先生
The action now accepts a boolean flag to control whether success information should be printed to stdout. When enabled, held files are prefixed with "+" and thrown files with "-". The logic for hold/throw operations was also corrected to match the intended behavior.
2025-11-25Implement virtual file edit right management魏曹先生
2025-11-25Add `hold_virtual_file_action` in user actions魏曹先生
2025-10-06Create vcs_actions crate for client-server interaction logic魏曹先生
- 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