| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change auth_member to return MemberId on success | 魏曹先生 | 2025-10-30 | 1 | -1/+8 |
| | | | | | | | The authentication function now returns the authenticated member's ID instead of just () when successful. This provides callers with access to the authenticated member's identity for subsequent operations. | ||||
| * | Add lockfile constant for server service | 魏曹先生 | 2025-10-27 | 1 | -0/+3 |
| | | |||||
| * | update: Remove unused inline comments from constants | 魏曹先生 | 2025-10-27 | 1 | -5/+5 |
| | | |||||
| * | Move vcs crate to vcs_data for better separation of concerns | 魏曹先生 | 2025-10-06 | 1 | -0/+54 |
| - Rename vcs crate to vcs_data to clearly define data layer - Maintain all existing data structures and functionality - Update dependencies to include action_system integration - Preserve test structure in vcs_data_test directory | |||||
