tokenFactory/middleware
xiezhouwei aa1c9559c3 feat: 操作日志功能实现及字段级diff优化
- 新增操作日志完整功能: model/service/controller/middleware + 前端页面
- 用户管理 UpdateUser/ManageUser 改为字段级 diff,仅记录实际变更字段
- 模型定价 UpdateOption 改为模型粒度 diff,仅记录变更的模型条目
- 防止中间件与 controller 重复记录操作日志
- 修复前端侧边栏操作日志模块可见性及权限配置合并
2026-06-04 15:17:59 +08:00
..
auth.go Initial commit 2026-06-03 10:01:10 +08:00
body_cleanup.go Initial commit 2026-06-03 10:01:10 +08:00
cache.go Initial commit 2026-06-03 10:01:10 +08:00
cors.go Initial commit 2026-06-03 10:01:10 +08:00
disable-cache.go Initial commit 2026-06-03 10:01:10 +08:00
distributor.go Initial commit 2026-06-03 10:01:10 +08:00
email-verification-rate-limit.go Initial commit 2026-06-03 10:01:10 +08:00
gzip.go Initial commit 2026-06-03 10:01:10 +08:00
i18n.go Initial commit 2026-06-03 10:01:10 +08:00
jimeng_adapter.go Initial commit 2026-06-03 10:01:10 +08:00
kling_adapter.go Initial commit 2026-06-03 10:01:10 +08:00
logger.go Initial commit 2026-06-03 10:01:10 +08:00
model-rate-limit.go Initial commit 2026-06-03 10:01:10 +08:00
operation_log.go feat: 操作日志功能实现及字段级diff优化 2026-06-04 15:17:59 +08:00
performance.go Initial commit 2026-06-03 10:01:10 +08:00
rate-limit.go Initial commit 2026-06-03 10:01:10 +08:00
recover.go Initial commit 2026-06-03 10:01:10 +08:00
request-id.go Initial commit 2026-06-03 10:01:10 +08:00
secure_verification.go Initial commit 2026-06-03 10:01:10 +08:00
stats.go Initial commit 2026-06-03 10:01:10 +08:00
turnstile-check.go Initial commit 2026-06-03 10:01:10 +08:00
utils.go Initial commit 2026-06-03 10:01:10 +08:00