Root repo: CLAUDE.md, _template, server.js, scripts, deploy scripts
Go to file
posimai 2cd7795202 feat: Ponshu Room Proライセンス管理をserver.jsへ統合
- routes/ponshu.js: ライセンス検証・失効エンドポイントを新規追加
  POST /api/ponshu/license/validate (認証不要、モバイルから直接呼ぶ)
  POST /api/ponshu/admin/license/revoke (APIキー認証必須)
- routes/stripe.js: 既存のStripe Webhookハンドラーを抽出し拡張
  metadata.product === 'ponshu_room_pro' の場合にライセンスキーを発行
  Stripe Webhook 冪等性チェック (stripe_session_id) を追加
  Resend でライセンスキーをメール送信
- server.js: ponshu_licenses テーブルをスキーマに追加
  インラインのhandleStripeWebhook関数を routes/stripe.js に置き換え
  ponshuRouterとstripeRouterをマウント

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 00:16:57 +09:00
_template chore: update templates — Geist font, Lucide integrity, JWT token handoff 2026-04-10 08:09:36 +09:00
_template-minimal chore: update templates — Geist font, Lucide integrity, JWT token handoff 2026-04-10 08:09:36 +09:00
docs fix: emoji violation in shadow-logger, SW lifecycle fix in veil, doc analytics exception 2026-04-10 21:34:44 +09:00
posimai-dev fix: WebSocket auth gate + SSRF private IP blocklist in posimai-dev 2026-04-06 00:39:18 +09:00
posimai-log@40dace3ddd feat: diary VPS cloud sync — generate-post fetches from VPS, memory-push.sh HOME fix 2026-04-03 15:53:26 +09:00
posimai-store@0533f6fe8c redesign: posimai-store index-c dark theme, minimal layout 2026-04-05 02:18:47 +09:00
routes feat: Ponshu Room Proライセンス管理をserver.jsへ統合 2026-04-11 00:16:57 +09:00
scripts feat: diary VPS cloud sync — generate-post fetches from VPS, memory-push.sh HOME fix 2026-04-03 15:53:26 +09:00
tools/posimai-scribe fix: emoji violation in shadow-logger, SW lifecycle fix in veil, doc analytics exception 2026-04-10 21:34:44 +09:00
.gitignore fix: security hardening - XSS, SSRF, proxy auth, Syncthing config 2026-04-03 08:15:45 +09:00
.stignore fix: security hardening - XSS, SSRF, proxy auth, Syncthing config 2026-04-03 08:15:45 +09:00
AGENTS.md docs: add server.js refactor plan for shared AI context 2026-04-10 08:25:43 +09:00
APP_IDEAS.md docs: add APP_IDEAS.md, reference in CLAUDE/AGENTS, fix ponshu APK link 2026-03-22 13:27:56 +09:00
CLAUDE.md docs: add server.js refactor plan for shared AI context 2026-04-10 08:25:43 +09:00
STATUS.md docs: update STATUS.md with 2026-04-10 session work and clarify deferred tasks 2026-04-10 17:11:58 +09:00
claude-settings.json chore: allow Write and Edit tools in settings 2026-03-19 10:02:47 +09:00
create-app.sh docs: update design-system font to Geist + fix create-app.sh Gitea auth 2026-04-10 08:13:04 +09:00
deploy-edge.sh fix: add --no-verify-jwt to together-archive deploy for Database Webhook auth 2026-04-04 21:05:46 +09:00
deploy-server.sh fix: update deploy-server.sh to target VPS instead of Synology 2026-03-25 23:23:31 +09:00
package.json feat: add deploy-dev.sh — scp + restart bypasses Syncthing lag 2026-04-02 19:34:51 +09:00
server.js feat: Ponshu Room Proライセンス管理をserver.jsへ統合 2026-04-11 00:16:57 +09:00