Victor Jay Victor_Jay
  • Joined on 2026-05-25
Victor_Jay pushed to main at MetaZone/mce 2026-06-30 19:16:40 +08:00
b997528bad docs: README 注明维护暂停状态
Victor_Jay pushed to main at MetaZone/mce 2026-06-30 19:12:52 +08:00
426bedda65 fix: ComputeAssetHashes 并发安全 + theme 页重复加载 JS 导致双写 panic
d4a833f149 fix(admin): security 页 password.strength 下拉未从 API 恢复当前值
3f4d827926 fix(admin): 注册设置 toggle 读错数据源 — 从 audit 读 registration.* 导致状态丢失
Compare 3 commits »
Victor_Jay pushed to main at MetaZone/mce 2026-06-30 19:01:35 +08:00
1eb3cc7c86 debug: 添加站点设置持久化调试日志,追踪 Set/Get 链路
Victor_Jay pushed to main at MetaZone/mce 2026-06-30 18:56:52 +08:00
20067f7640 fix(admin): 修复多页面设置加载失败 — renderOtherSettings 空指针崩溃
Victor_Jay pushed to main at MetaZone/mce 2026-06-30 18:20:02 +08:00
ecbae7c4fa fix(admin): 修复设置页面 CSP style-src 违规导致加载失败
b10828c851 chore: 排除自用主题 templates/jay-pub/ 版本控制
Compare 2 commits »
Victor_Jay pushed to main at MetaZone/mce 2026-06-30 17:46:34 +08:00
e7092254ab feat(theme): 管理后台新增模板选择器,支持运行时动态切换主题
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 14:08:42 +08:00
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 14:01:57 +08:00
7f847b9211 docs: 重构 TODO.md 为总待办清单,整合全部审计报告遗留项
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 03:12:40 +08:00
3d69dae799 docs: 更新 development.md 到 v0.1.0-rc1,覆盖全部 Phase 及审计修复
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 03:09:29 +08:00
c3c7390498 refactor: 统一 BaseModel 嵌入,修复 primaryKey 大小写不一致
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 03:06:35 +08:00
2449a27eb5 refactor: CSP nonce替代unsafe-inline, HSTS始终启用, router/api拆分, 管理后台+用户设置页拆分, DB健康降级, 时区配置, UID统一解析, CI接入
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 02:49:36 +08:00
e7185f58fb refactor: 连接配置统一迁移至 .env,config.yaml 仅作默认值
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 02:46:59 +08:00
786f463613 docs: 快速开始(含 DB 迁移步骤) + 生产部署指南
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 02:41:51 +08:00
518a4248d0 refactor: 删除死代码 SaveUploadedFile(5bdf010 后已无调用方)
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 02:30:34 +08:00
58d6a45b38 fix: Makefile 使用 GOBIN 绝对路径,避免 Git hook 环境 PATH 不一致
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 02:30:07 +08:00
742b79475f chore: 安装 make,ci.sh 恢复调用 Makefile 目标
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 02:29:04 +08:00
99721f562c fix: CI 脚本移除 make 依赖,改用直接命令
97adf54d6d fix: golangci-lint 零告警通过 (57→0) + gofumpt/goimports 全量格式化
e65f903362 chore: 添加 CI 工具链 — golangci-lint + gofumpt + goimports + Makefile
ef6c97106d docs: 清理过时文档(audit-report, post-system-audit, vditor-migration)
Compare 4 commits »
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 01:22:43 +08:00
47efd7921b docs: 完善代码规范 — 设计原则+拆分决策+架构说明
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 00:54:23 +08:00
9a496d3055 feat: 密码强度多级校验 — low/medium/high/very_high
Victor_Jay pushed to main at MetaZone/mce 2026-06-22 00:39:06 +08:00
e9b7401dc9 feat: 定时发布系统 — Phase 5 完成