Victor Jay Victor_Jay
  • Joined on 2026-05-25
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 20:17:28 +08:00
72c08f3689 feat: 社区准则改为数据库存储
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 20:11:53 +08:00
c73b131b83 feat: prompt/confirm 替换为自定义弹窗
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 20:00:12 +08:00
2e6e7fc057 refactor: posts/show.html 内联 JS 拆分为独立文件
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 19:50:58 +08:00
a8a52f5fd0 refactor: 提取公共工具函数到 shared/utils.js,消除 DRY 重复
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 19:40:03 +08:00
746deca754 fix: 消息页各 Tab 显示各自标题
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 19:39:08 +08:00
0614883a4f fix: 消息页"系统消息"标题跟随 Tab 切换显示
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 19:37:49 +08:00
95e1728c6e feat: GetTrends 趋势查询并行化 (errgroup)
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 19:33:11 +08:00
ab26704049 fix: PostsPage GetOverview 错误不再忽略
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 19:26:50 +08:00
99d16190a8 fix: UID 类型混用统一(uint ↔ string)
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 19:18:03 +08:00
5911cee01c refactor: BaseModel 主键列名统一 uid→id
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 19:03:09 +08:00
7fdea90ded feat: 敏感操作增加IP维度限流
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 18:56:14 +08:00
6aacbbab1c feat: 密码强度校验增强,要求大写+小写+数字
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 18:47:29 +08:00
abe1388f8c fix: 统一 CSRF token 获取方式,修复 token 刷新后缓存失效
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 18:35:15 +08:00
a83e0840d7 fix: admin energy.js escapeHtml 补充单引号转义
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 18:34:04 +08:00
77d8562916 fix: 添加 HSTS 响应头
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 17:24:49 +08:00
66a802beb7 fix: 添加 posts 复合索引 idx_posts_user_status
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 17:21:06 +08:00
593b52096f feat: 首页增加内存缓存(30s TTL)
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 16:52:50 +08:00
3e0fed80ce refactor: Controller 不直接读 Session Exp,新增 CanCreatePost 方法
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 16:46:51 +08:00
3df7b2e672 fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 16:32:28 +08:00
1cb7a832f1 fix: CSRF Token 日志脱敏