Commit Graph

  • e6e69f15ce fix(admin): correct 401 redirect path to include /admin prefix main hailin 2026-01-10 07:57:43 -0800
  • 731323ad7c fix(admin): add basename to BrowserRouter for /admin/ deployment hailin 2026-01-10 07:50:22 -0800
  • cb0b8c6ea9 fix(admin): configure base path for /admin/ deployment hailin 2026-01-10 07:35:52 -0800
  • 5ff53b8ba7 fix(chat): align input area elements vertically centered hailin 2026-01-10 06:49:20 -0800
  • 3d120e1ce3 fix(chat): hide textarea scrollbar when content fits hailin 2026-01-10 06:44:59 -0800
  • 8a39505ee6 feat(chat): add paste and drag-drop file upload support hailin 2026-01-10 06:22:59 -0800
  • 2570e4add9 fix(file-service): specify explicit column types for TypeORM entities hailin 2026-01-10 06:05:36 -0800
  • d4925719fc feat(multimodal): add file upload and image support for chat hailin 2026-01-10 05:34:41 -0800
  • 7adbaaa871 fix(db): use POSTGRES_* env vars in knowledge and evolution services hailin 2026-01-10 02:57:39 -0800
  • c98cae2e39 fix(payment): use PORT env variable instead of PAYMENT_SERVICE_PORT hailin 2026-01-10 02:48:44 -0800
  • 224e1fb509 fix(health): exclude /health endpoint from API prefix hailin 2026-01-10 02:30:24 -0800
  • 223aa25af1 fix(docker): add health check endpoints and fix IPv6 issue hailin 2026-01-10 02:13:42 -0800
  • 93050b6889 perf(claude): enable Prompt Caching for ~90% cost savings on system prompt hailin 2026-01-10 01:42:33 -0800
  • c914693f94 feat(web): add markdown rendering for AI responses hailin 2026-01-10 01:33:00 -0800
  • 0cd667b5c8 fix(websocket): use singleton socket to prevent disconnection on re-render hailin 2026-01-10 01:26:49 -0800
  • bd65a431aa fix(websocket): add debug logging for connection issues hailin 2026-01-10 01:24:11 -0800
  • d073bd5a9d fix(websocket): configure Socket.IO path for nginx proxy hailin 2026-01-10 01:12:58 -0800
  • ab9f479f81 fix(nginx): preserve full path for WebSocket proxy hailin 2026-01-10 01:09:41 -0800
  • f8fcf7c74b fix(web): integrate menu toggle into ChatWindow header, remove duplicate headers hailin 2026-01-09 22:09:52 -0800
  • 4718d60bff fix(web): sidebar collapsed by default on all devices hailin 2026-01-09 22:07:17 -0800
  • f12ca7a821 feat(web): add collapsible sidebar and delete conversation hailin 2026-01-09 21:42:07 -0800
  • 72e67fa5d9 fix(conversation): implement proper tool loop for Claude API hailin 2026-01-09 21:29:18 -0800
  • 141b45bec2 chore(db): sync init-db.sql with complete postgres schema hailin 2026-01-09 21:15:53 -0800
  • 3a675bf3a3 fix(user-service): handle optional fingerprint parameter hailin 2026-01-09 21:02:44 -0800
  • 3efce36f92 fix(user-service): add class-validator decorators to auth DTOs hailin 2026-01-09 21:01:54 -0800
  • f87c089ca2 fix: disable TLS verification for IP-based proxy hailin 2026-01-09 20:50:15 -0800
  • 7f2fc153b5 refactor: simplify Anthropic client config using baseURL hailin 2026-01-09 20:45:44 -0800
  • a43e0b40e8 fix: use correct type for Anthropic client options hailin 2026-01-09 20:44:03 -0800
  • ea760b5695 chore: update pnpm-lock.yaml for https-proxy-agent hailin 2026-01-09 20:37:36 -0800
  • c6c9623f36 feat(conversation): add proxy support for Anthropic API hailin 2026-01-09 20:34:13 -0800
  • 210e752223 fix(conversation): add class-validator decorators to DTO classes hailin 2026-01-09 20:20:46 -0800
  • f06e6ee76e feat(scripts): add unified deployment management script hailin 2026-01-09 19:45:47 -0800
  • e98b0a424f fix(kong): add missing API routes hailin 2026-01-09 19:39:44 -0800
  • 462bd64651 fix(kong,nginx): fix API routing configuration hailin 2026-01-09 19:38:32 -0800
  • b4a84b76fc refactor(kong): use DB-less mode with declarative config hailin 2026-01-09 19:36:06 -0800
  • fd4f23accc refactor: move Kong config to kong/ directory hailin 2026-01-09 19:34:04 -0800
  • 2512848d6c refactor(kong): consolidate Kong configuration into single init script hailin 2026-01-09 19:27:26 -0800
  • 572796f753 feat(kong): add Kong API gateway initialization script hailin 2026-01-09 19:24:31 -0800
  • ec66d58e61 fix(nginx): preserve query string for Socket.IO proxy hailin 2026-01-09 19:19:52 -0800
  • 92e2b7e445 fix: add CORS_ORIGINS env for conversation-service websocket hailin 2026-01-09 11:01:19 -0800
  • 5c44a1a1a1 fix: conversation-service use PORT env variable instead of CONVERSATION_SERVICE_PORT hailin 2026-01-09 10:54:49 -0800
  • c9b5c4d2d7 fix: add POSTGRES_* environment variables for TypeORM hailin 2026-01-09 10:46:16 -0800
  • 4b6778cc29 fix: 添加bcrypt原生编译支持 hailin 2026-01-09 09:12:32 -0800
  • 2f9fd3995b fix: 使用jq正确处理package.json移除workspace依赖 hailin 2026-01-09 08:49:41 -0800
  • 7417bc1d82 fix: 移除workspace协议依赖解决npm安装问题 hailin 2026-01-09 08:45:38 -0800
  • 287aeb5c72 fix: 修复pnpm monorepo Docker构建问题 hailin 2026-01-09 08:32:58 -0800
  • ac105a8c0b fix: nginx配置支持动态解析,解决后端服务不可用时启动失败问题 hailin 2026-01-09 08:24:28 -0800
  • 885e84f823 fix: 修复管理员默认密码哈希 hailin 2026-01-09 07:58:04 -0800
  • cc3de9244c fix: 修改nginx SSL端口为18443避免冲突 hailin 2026-01-09 07:53:33 -0800
  • f273e7be8d feat: 傻瓜式nginx反向代理配置 hailin 2026-01-09 07:51:49 -0800
  • f0f098b769 fix: 使用正确的 Kong 官方镜像 kong:3.4 hailin 2026-01-09 07:32:06 -0800
  • 2a3681347d fix: 修复 Kong 镜像名称和移除废弃的 version 属性 hailin 2026-01-09 07:26:28 -0800
  • b82fdfe610 fix: 添加 border 颜色定义修复 Tailwind 构建错误 hailin 2026-01-09 07:06:32 -0800
  • 6e3ef3251c delete :q hailin 2026-01-09 22:47:01 +0800
  • 8ac2909530 . hailin 2026-01-09 22:39:40 +0800
  • ae9b33a491 refactor: 改用 Docker 容器构建,无需在主机安装 Node.js hailin 2026-01-09 06:35:05 -0800
  • 3ac83e9305 feat: 添加 SSL 证书自动申请和 Kong API Gateway 配置 hailin 2026-01-09 00:07:26 -0800
  • a7add8ff90 Initial commit: iConsulting 香港移民咨询智能客服系统 hailin 2026-01-09 00:01:12 -0800