tokenFactory/model
xiezhouwei b63f75ade4 feat: add captcha verification for login form
- Add /api/captcha endpoint with captcha generation/verification service
- Add captcha_enabled option in system settings (model/option.go)
- Add captcha display and refresh logic in LoginForm
- Fix captcha not showing on Chrome due to Semi UI Form.Input suffix
  incompatibility; refactored to standalone flex layout
- Fix stale localStorage cache preventing captcha rendering on first visit
  by proactively fetching /api/status on LoginForm mount
- Add captcha_enabled toggle in admin SystemSetting panel
- Add i18n keys for captcha-related text (zh-CN, en)
2026-06-05 13:57:13 +08:00
..
ability.go Initial commit 2026-06-03 10:01:10 +08:00
aff_funnel_daily.go Initial commit 2026-06-03 10:01:10 +08:00
aff_invite_commission_log.go Initial commit 2026-06-03 10:01:10 +08:00
aff_invite_profit_share_log.go Initial commit 2026-06-03 10:01:10 +08:00
aff_invite_relation.go Initial commit 2026-06-03 10:01:10 +08:00
channel.go Initial commit 2026-06-03 10:01:10 +08:00
channel_cache.go Initial commit 2026-06-03 10:01:10 +08:00
channel_model_heat.go Initial commit 2026-06-03 10:01:10 +08:00
channel_model_route_index.go Initial commit 2026-06-03 10:01:10 +08:00
channel_price_discount.go Initial commit 2026-06-03 10:01:10 +08:00
channel_satisfy.go Initial commit 2026-06-03 10:01:10 +08:00
checkin.go Initial commit 2026-06-03 10:01:10 +08:00
custom_oauth_provider.go Initial commit 2026-06-03 10:01:10 +08:00
db_time.go Initial commit 2026-06-03 10:01:10 +08:00
distributor_analytics.go Initial commit 2026-06-03 10:01:10 +08:00
distributor_application.go Initial commit 2026-06-03 10:01:10 +08:00
distributor_markup_resolve.go Initial commit 2026-06-03 10:01:10 +08:00
distributor_withdrawal.go Initial commit 2026-06-03 10:01:10 +08:00
image_per_image_hint.go Initial commit 2026-06-03 10:01:10 +08:00
log.go Initial commit 2026-06-03 10:01:10 +08:00
main.go feat: 操作日志功能实现及字段级diff优化 2026-06-04 15:17:59 +08:00
midjourney.go Initial commit 2026-06-03 10:01:10 +08:00
missing_models.go Initial commit 2026-06-03 10:01:10 +08:00
model_extra.go Initial commit 2026-06-03 10:01:10 +08:00
model_meta.go Initial commit 2026-06-03 10:01:10 +08:00
model_tag.go Initial commit 2026-06-03 10:01:10 +08:00
model_test_result.go Initial commit 2026-06-03 10:01:10 +08:00
operation_log.go feat: 操作日志功能实现及字段级diff优化 2026-06-04 15:17:59 +08:00
option.go feat: add captcha verification for login form 2026-06-05 13:57:13 +08:00
passkey.go Initial commit 2026-06-03 10:01:10 +08:00
prefill_group.go Initial commit 2026-06-03 10:01:10 +08:00
pricing.go Initial commit 2026-06-03 10:01:10 +08:00
pricing_default.go Initial commit 2026-06-03 10:01:10 +08:00
pricing_refresh.go Initial commit 2026-06-03 10:01:10 +08:00
redemption.go Initial commit 2026-06-03 10:01:10 +08:00
route_slug.go Initial commit 2026-06-03 10:01:10 +08:00
rule_unit_price_test.go Initial commit 2026-06-03 10:01:10 +08:00
setup.go Initial commit 2026-06-03 10:01:10 +08:00
subscription.go Initial commit 2026-06-03 10:01:10 +08:00
supplier_application.go Initial commit 2026-06-03 10:01:10 +08:00
supplier_capability.go Initial commit 2026-06-03 10:01:10 +08:00
supplier_model_pricing_tables.go Initial commit 2026-06-03 10:01:10 +08:00
supplier_pricing.go Initial commit 2026-06-03 10:01:10 +08:00
task.go Initial commit 2026-06-03 10:01:10 +08:00
task_cas_test.go Initial commit 2026-06-03 10:01:10 +08:00
token.go Initial commit 2026-06-03 10:01:10 +08:00
token_cache.go Initial commit 2026-06-03 10:01:10 +08:00
topup.go Initial commit 2026-06-03 10:01:10 +08:00
twofa.go Initial commit 2026-06-03 10:01:10 +08:00
usedata.go Initial commit 2026-06-03 10:01:10 +08:00
user.go Initial commit 2026-06-03 10:01:10 +08:00
user_cache.go Initial commit 2026-06-03 10:01:10 +08:00
user_oauth_binding.go Initial commit 2026-06-03 10:01:10 +08:00
user_tag.go Initial commit 2026-06-03 10:01:10 +08:00
utils.go Initial commit 2026-06-03 10:01:10 +08:00
vendor_meta.go Initial commit 2026-06-03 10:01:10 +08:00
video_flat_clip_hint.go Initial commit 2026-06-03 10:01:10 +08:00
video_flat_clip_hint_markup_test.go Initial commit 2026-06-03 10:01:10 +08:00
video_flat_clip_hint_test.go Initial commit 2026-06-03 10:01:10 +08:00