Commit Graph

18 Commits

Author SHA1 Message Date
jif2.zhang
1765caba50 feat: 账号认证、用户管理与 API Token 管理
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 21s
- 后端: Auth(登录/登出/me + session 中间件)、Users、Tokens 路由与 Service,
  scrypt 哈希+timingSafeEqual 校验、requireAdmin 保护、admin 用户自动初始化
- 前端: login.html(登录页, 无账号密码提示)、admin.html(用户+Token 管理,
  令牌明文显隐/复制/吊销/重置密码)、标题栏用户信息+系统管理入口
- 持久化: jsonAdapter 支持 users/api-tokens,运行时数据忽略入库
- 文档: 需求.md/原型设计.md 同步
2026-09-11 17:12:37 +08:00
cheney
963046edd9 feat: 新增 MCP 服务,支持 AI 自动操作项目与配置
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 39s
- Streamable HTTP 传输,/mcp 端点,Bearer token 鉴权(data/mcp.json,已忽略)
- 项目/配置完整增删改查工具,删除为两步式确认(delete_* + confirm_delete_*)
- 写操作遵循系统模式,readonly 下拒绝
- 依赖 @modelcontextprotocol/sdk,新增单元测试
2026-09-08 10:03:09 +08:00
Cheney
f9f3184f98 fix
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 31s
2026-08-07 14:46:52 +08:00
cheney
e3e5d5bd8f ci: 修正镜像名 registry -> registry-app,锁定脚本 LF 换行
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 12s
2026-07-16 14:31:10 +08:00
cheney
13c3fc563f ci: DEPLOY_HOST 默认 127.0.0.1,可 secret 覆盖
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 13s
2026-07-16 14:24:44 +08:00
cheney
59e8b01371 修改为 ip 访问
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 26s
2026-07-16 14:07:09 +08:00
cheney
bca12a8a1d ci: 支持自定义 SSH 端口
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 11s
2026-07-16 14:05:58 +08:00
cheney
6573ba8c9f ci: 分层诊断 SSH secret
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 10s
2026-07-16 13:59:37 +08:00
cheney
79a5875758 ci: 重新触发(Secret 已更新)
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 9s
2026-07-16 13:54:20 +08:00
cheney
b088ab1689 ci: 强化 SSH 密钥认证与诊断
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 11s
2026-07-16 13:42:50 +08:00
cheney
41c717d319 重试
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 11s
2026-07-16 13:37:46 +08:00
cheney
cbe054e450 retry2
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 12s
2026-07-16 12:36:59 +08:00
cheney
e15280ddd2 retry 2026-07-16 12:33:10 +08:00
Cheney
2ec1d74618 save 2026-07-16 11:44:55 +08:00
cheney
cf73fcc996 chore: 触发 CI 2026-07-16 11:36:26 +08:00
cheney
946311e53a 测试 cicd 2026-07-16 11:31:34 +08:00
cheney
f14501f586 基础功能完整 2026-07-16 10:48:58 +08:00
cheney
5bff1a186f feat: 维度映射/嵌套配置/地址栏导航/界面分区重构 2026-07-16 09:01:47 +08:00