Go to file
cc e5b27a6281 refactor(auth): 去掉登录/入口门的内置兜底,强制走数据库
- db_pool_from_env 强制要求 DATABASE_URL,缺失即 panic 拒启
- UserStore/WallUserStore/DevGate 改为只持连接池的 struct,
  删除全部 seed()/Memory/dev_gate.txt 文件兜底——源码不再留写死账号/hash
- 本地新增 MariaDB(InternetProject 库 + ccuser/dev_gate/wall_users 三表)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 21:09:18 +08:00
Client feat(ui): 随机实心鼠标 + 拖动隐藏 + 修复刷新闪博客 2026-06-25 21:09:18 +08:00
docs docs(special-folders): requirements/design spec for shared access-controlled folders 2026-06-24 21:52:30 +08:00
Server refactor(auth): 去掉登录/入口门的内置兜底,强制走数据库 2026-06-25 21:09:18 +08:00
.gitignore feat(weather): 起始页天气/定位细节完善 2026-06-20 20:45:39 +08:00