rogee
|
c04cbb9eaf
|
fix: move frontend dev server to port 5100
|
2026-09-20 15:11:13 +08:00 |
|
rogee
|
2cb22ac5e5
|
fix: reuse local gateway port during development
|
2026-09-20 14:54:52 +08:00 |
|
rogee
|
26b5804092
|
fix: make local database startup self contained
|
2026-09-20 14:49:37 +08:00 |
|
rogee
|
dfafcae0c6
|
fix: avoid reserved pnpm env command
|
2026-09-20 14:30:45 +08:00 |
|
rogee
|
09f3784e73
|
chore: split local development services
|
2026-09-19 12:22:22 +08:00 |
|
rogee
|
8d35318c7e
|
feat: complete TanStack dashboard acceptance
|
2026-09-19 12:09:01 +08:00 |
|
rogee
|
2275075d7e
|
refactor: reorganize project by component
|
2026-09-18 19:00:31 +08:00 |
|
rogee
|
e8f2c192ba
|
refactor: migrate browser gateway to native xvfb
|
2026-09-18 16:50:18 +08:00 |
|
rogee
|
9ee7989f88
|
feat: allow account and competitor deletion
|
2026-09-17 16:09:17 +08:00 |
|
rogee
|
1bf905599c
|
feat: unify owned and monitored accounts
|
2026-09-17 15:18:59 +08:00 |
|
rogee
|
8bad68d4f6
|
docs: record final CI gate result
|
2026-09-16 15:32:51 +08:00 |
|
rogee
|
61e6133bbd
|
docs: refresh current evidence revision
|
2026-09-16 14:11:46 +08:00 |
|
rogee
|
a4a9c82b8b
|
docs: record Douyin QR verification evidence
|
2026-09-16 14:05:41 +08:00 |
|
rogee
|
7712b033b0
|
feat: expose Douyin login QR in admin
|
2026-09-16 10:50:05 +08:00 |
|
rogee
|
9095920a5b
|
fix: complete Douyin release remediation
|
2026-09-16 01:51:14 +08:00 |
|
rogee
|
977e541fef
|
feat: finish Douyin production readiness flow
|
2026-09-15 09:20:51 +08:00 |
|
rogee
|
5867aac20f
|
fix: complete Xiaohongshu read-only flow
|
2026-09-14 23:19:31 +08:00 |
|
rogee
|
4c37d0c9bf
|
feat: restore Xiaohongshu read-only collection
|
2026-09-14 20:05:32 +08:00 |
|
rogee
|
44a28954cf
|
feat: integrate creator hub douyin workflows
|
2026-09-14 19:22:07 +08:00 |
|
rogee
|
025fe62c37
|
docs: add E2E and Douyin integration plans
|
2026-09-14 11:33:19 +08:00 |
|
rogee
|
4d1dd37438
|
feat: complete CreatorHub gateway review fixes
|
2026-09-13 21:52:52 +08:00 |
|
rogee
|
860ecaf7ea
|
feat: continue CreatorHub plan01 implementation
|
2026-09-12 20:17:29 +08:00 |
|
rogee
|
f054d04321
|
HH-912: simplify social account creation (#36)
|
2026-09-02 02:03:36 +08:00 |
|
rogee
|
3729ce910f
|
feat: support direct network exit for runtimes
|
2026-09-01 19:12:48 +08:00 |
|
rogee
|
5674cfe8c3
|
fix: expose configuration menus and relax password length
|
2026-09-01 17:54:02 +08:00 |
|
rogee
|
2332a94a0a
|
HH-900: document manual startup and business validation (#35)
|
2026-09-01 13:31:23 +08:00 |
|
rogee
|
024bf14448
|
HH-807: harden runtime coordination (#21)
|
2026-08-31 19:37:17 +08:00 |
|
rogee
|
1d9fd9f0e0
|
HH-867: 控制面单用户认证与停机通知 (#30)
|
2026-08-31 18:31:11 +08:00 |
|
rogee
|
c234699ae7
|
HH-834: tighten gateway lifecycle fences (#28)
|
2026-08-31 12:07:15 +08:00 |
|
rogee
|
00d044d440
|
HH-833: fence gateway generations across replicas (#22)
|
2026-08-29 23:27:30 +08:00 |
|
rogee
|
f1ccfa0096
|
HH-803: add stable network exit orchestration (#19)
|
2026-08-29 07:59:55 +08:00 |
|
rogee
|
884505bb55
|
HH-800 / HH-804: unify account schema and lifecycle (#18)
|
2026-08-28 23:14:52 +08:00 |
|
rogee
|
199f7b348a
|
feat: 多镜像版本管理与网关化环境编排 (#14)
|
2026-08-28 19:46:08 +08:00 |
|
rogee
|
0b9808705d
|
HH-776: gracefully stop managed browser containers (#15)
|
2026-08-28 19:22:22 +08:00 |
|
rogee
|
b875149605
|
feat: 开发阶段开放局域网访问,移除网络隔离与访问约束
- compose: 去掉 control 网络的 internal 标记(internal 网络上 Docker 会静默丢弃端口发布,导致局域网无法访问)
- docker-gateway: 浏览器网络改为普通 bridge,移除 internal+禁 ICC
- AGENTS.md: 新增开发阶段原则(仅业务功能、不做访问限制、安全自管),删除输入信任/风控/敏感日志约束
- docs/README: 同步移除 localhost-only 与网络隔离声明
- 端口改为 8082(8080 被 multica-backend-1 占用)
|
2026-08-28 15:58:52 +08:00 |
|
rogee
|
fa36eeb09b
|
HH-772: add executable deployment guide (#11)
|
2026-08-28 13:00:40 +08:00 |
|
rogee
|
829521f5bc
|
HH-768: implement phase A offline workflow (#10)
|
2026-08-28 11:20:00 +08:00 |
|
rogee
|
c474455a06
|
HH-744: converge Go service infrastructure (#6)
|
2026-08-27 19:58:45 +08:00 |
|
rogee
|
f24ed999cb
|
HH-743: harden browser image and lifecycle (#5)
|
2026-08-27 18:45:48 +08:00 |
|
rogee
|
4b054d6f04
|
HH-738: add constrained browser container control (#4)
|
2026-08-27 18:07:34 +08:00 |
|
 rogeeandmultica-agent
|
a946bfb79c
|
docs: align phase A with single-user scope
Co-authored-by: multica-agent <github@multica.ai>
|
2026-08-27 16:13:57 +08:00 |
|
 rogeeandmultica-agent
|
95022e3bc9
|
docs: refocus CreatorHub as internal lab
Co-authored-by: multica-agent <github@multica.ai>
|
2026-08-27 14:30:23 +08:00 |
|
rogee
|
99a7043edd
|
HH-728: add compliant CreatorHub product plan (#1)
|
2026-08-27 12:26:15 +08:00 |
|