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 9dc866315f fix(api/settings): add admin permission check for settings update
Add permission check in settings update API to ensure only admin users
can modify system settings. This fixes a security vulnerability where
any authenticated user could modify critical configurations.

- Check 'setting:update' permission before allowing updates
- Return 403 Forbidden for non-admin users
1 week ago
..
auth refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
oauth refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
org fix(org): 为组织创建者添加权限 1 week ago
role feat: 添加角色管理模块(API + UI) 1 week ago
settings fix(api/settings): add admin permission check for settings update 1 week ago
user refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
verification refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
init.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago