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.
OneAuth/api
veypi 241d22dba6 fix(api/verification): handle max_daily_count config correctly
Fix the logic for code.max_daily_count setting to correctly handle:
- 0: Disable verification code service entirely
- -1: No limit on daily sends
- >0: Limit daily sends to the specified number

Previously both 0 and -1 were treated as unlimited, which was incorrect.
The documentation states 0 should disable the service.
2 months ago
..
auth fix(api/oauth): encrypt ClientSecret in database 2 months ago
oauth fix(api/oauth): encrypt ClientSecret in database 2 months ago
org fix(org): 为组织创建者添加权限 2 months ago
role feat: 添加角色管理模块(API + UI) 2 months ago
settings fix(api/settings): add admin permission check for settings update 2 months ago
user refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 2 months ago
verification fix(api/verification): handle max_daily_count config correctly 2 months ago
init.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 2 months ago