yao/openapi/oauth/providers/user
Max 1e01ed768e Implement robot member update functionality with comprehensive validation
- Added the `UpdateRobotMember` method to handle updates for robot members, including validation for member existence, type checks, and email uniqueness.
- Introduced a new `UpdateRobotMemberRequest` structure to facilitate updates via the API, allowing for modifications to various fields such as `robot_email`, `status`, and `autonomous_mode`.
- Enhanced the `GinMemberUpdateRobot` handler to process update requests, ensuring proper authentication and error handling for various scenarios.
- Expanded test coverage with new test cases for the robot member update functionality, validating successful updates, error conditions, and edge cases.
- Refactored existing member management logic to integrate the new update capabilities, improving overall system robustness and user experience.
2025-10-27 12:05:11 +08:00
..
default.go Update robot member functionality with new fields and validation 2025-10-27 11:34:07 +08:00
exists_test.go Add lightweight existence check methods for OAuth accounts, roles, types, and users 2025-08-03 07:14:09 +08:00
invitation.go Implement existence checks for various entities in update functions 2025-10-26 11:09:07 +08:00
invitation_test.go Add invitation model and related functionality 2025-10-16 19:08:54 +08:00
member.go Implement robot member update functionality with comprehensive validation 2025-10-27 12:05:11 +08:00
member_test.go Implement robot member update functionality with comprehensive validation 2025-10-27 12:05:11 +08:00
oauth_account.go Implement existence checks for various entities in update functions 2025-10-26 11:09:07 +08:00
oauth_account_test.go Implement OAuth account management methods and enhance user provider functionality 2025-08-02 18:49:27 +08:00
role.go Implement existence checks for various entities in update functions 2025-10-26 11:09:07 +08:00
role_test.go Enhance user role management functionality and implement role-related methods 2025-08-02 19:27:09 +08:00
team.go Implement existence checks for various entities in update functions 2025-10-26 11:09:07 +08:00
team_test.go Enhance member management with member_id and email checks 2025-10-26 09:49:45 +08:00
type.go Implement existence checks for various entities in update functions 2025-10-26 11:09:07 +08:00
type_test.go Enhance user type management with locale support 2025-10-13 16:16:40 +08:00
user_basic.go Implement existence checks for various entities in update functions 2025-10-26 11:09:07 +08:00
user_basic_test.go Update UpdateUserLastLogin method to require loginCtx 2025-10-13 14:11:28 +08:00
user_list.go Refactor invitation handling and data parsing in user provider 2025-09-16 17:54:56 +08:00
user_list_test.go Update go-nanoid dependency and implement user retrieval methods 2025-08-02 18:10:04 +08:00
user_mfa.go Implement existence checks for various entities in update functions 2025-10-26 11:09:07 +08:00
user_mfa_test.go Implement MFA functionality in user management 2025-08-02 21:08:37 +08:00
user_role_type.go Implement existence checks for various entities in update functions 2025-10-26 11:09:07 +08:00
user_role_type_test.go Implement user type management methods and enhance user provider functionality 2025-08-02 19:56:48 +08:00
user_test.go Refactor user and model structures to enhance organization and role management 2025-09-16 09:35:18 +08:00
utils.go Enhance member management with member_id and email checks 2025-10-26 09:49:45 +08:00
utils_test.go Add go-nanoid dependency and refactor user provider methods 2025-08-02 17:49:03 +08:00