You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
veypi fba42193cf feat(api): Enhance /auth/me endpoint with permissions and roles
- Add UserPermissionInfo and UserInfoWithPerms structs for detailed user info
    - Extend /auth/me to return user permissions and global roles
    - Remove unused isAdmin helper method from auth.go
    - Update updateMe to return UserInfoWithPerms for consistency
7 days ago
..
init.go feat: Restrict user APIs to admins and add public user search 1 week ago
login.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
me.go feat(api): Enhance /auth/me endpoint with permissions and roles 7 days ago
methods.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
register.go fix(api/auth): reset count variable before uniqueness checks 1 week ago
search_users.go feat: Restrict user APIs to admins and add public user search 1 week ago
thirdparty.go test: improve test stability and documentation 1 week ago