Commit Graph

50 Commits

Author SHA1 Message Date
cd0e4065fc Update category management and RSS endpoint handling 2025-06-08 21:50:31 +09:00
4aa1b5c56a Replace cheero with puppeteer 2025-06-08 21:34:11 +09:00
3fee0294d9 Add grouping categories feature 2025-06-08 17:12:48 +09:00
bedc977a00 Update for static file serving 2025-06-08 16:45:55 +09:00
be026db3d8 Close #5 2025-06-08 16:35:06 +09:00
0e788dd521 Update 2025-06-08 16:23:19 +09:00
2e41b3ac70 Update 2025-06-08 15:38:57 +09:00
a728ebb66c Apply formatting 2025-06-08 15:21:58 +09:00
31fe52f687 Revert "Update"
This reverts commit 0549a61753.
2025-06-07 22:58:38 +09:00
0549a61753 Update 2025-06-07 22:53:52 +09:00
2102ff2b11 Fix? 2025-06-07 22:12:37 +09:00
353843871a Close #2 2025-06-07 19:30:37 +09:00
6830d06ed4 Fix episode player and episode list 2025-06-07 14:24:33 +09:00
bc2be914df Add some features to the admin panel 2025-06-07 14:06:11 +09:00
9b18963041 Fix database conflict and update schema 2025-06-07 13:58:08 +09:00
9580740398 Update 2025-06-07 13:45:48 +09:00
c57a37c9dd Add admin panel 2025-06-07 13:24:57 +09:00
5af943e8bd Revert "Update"
This reverts commit 7e17e30925.
2025-06-07 10:38:38 +09:00
7e17e30925 Update 2025-06-07 10:26:17 +09:00
986743949f feat: 記事ごとのポッドキャスト生成と新規記事検出システム、モダンUIの実装
- 新規記事検出システム: 記事の重複チェックと新規記事のみ処理
- 記事単位ポッドキャスト: フィード統合から記事個別エピソードに変更
- 6時間間隔バッチ処理: 自動定期実行スケジュールの改善
- 完全UIリニューアル: ダッシュボード・フィード管理・エピソード管理の3画面構成
- アクセシビリティ強化: ARIA属性、キーボードナビ、高コントラスト対応
- データベース刷新: feeds/articles/episodes階層構造への移行
- 中央集権設定管理: services/config.ts による設定統一
- エラーハンドリング改善: 全モジュールでの堅牢なエラー処理
- TypeScript型安全性向上: null安全性とインターフェース改善

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 08:47:10 +09:00
62fcf4c12c feat: Implement batch processing and scheduling 2025-06-04 17:06:22 +09:00
3934d630cb feat: run batch process as a separate process 2025-06-04 17:04:09 +09:00
e9e733ce8a feat: support audio/mpeg for podcast and tts 2025-06-04 16:18:33 +09:00
95043f0ea5 feat: add fluent-ffmpeg and refactor batch process 2025-06-04 16:06:10 +09:00
935c4aaf95 feat: schedule daily batch process 2025-06-04 16:04:14 +09:00
57e594b65b feat: schedule initial and daily batch processes 2025-06-04 16:03:38 +09:00
c9fc636871 feat: schedule daily batch process in server.ts 2025-06-04 16:02:35 +09:00
1603b2d95f chore: update static file paths and content type 2025-06-04 13:58:47 +09:00
587b7d958e feat: add API endpoint for adding feed URLs 2025-06-04 11:34:12 +09:00
93a5ff140f refactor: remove unused isPlaying state and use arrayBuffer 2025-06-04 11:31:08 +09:00
56320f125b feat: fix TypeScript errors and improve code quality 2025-06-04 11:30:12 +09:00
a93cfd201d feat: Apply fixes for type errors and unused variables 2025-06-04 11:29:18 +09:00
68f762ffb0 feat: serve static assets from frontend build directory 2025-06-04 11:19:57 +09:00
892e959dce fix: correct static file serving and entry point 2025-06-04 11:13:14 +09:00
fff7de8184 refactor: fix index.html path and vite config for correct build 2025-06-04 11:08:33 +09:00
4bc0c4ce7f feat: Implement frontend build and server configuration for Vite and React 2025-06-04 11:07:42 +09:00
b5770b4301 fix: serve index.html instead of page.html 2025-06-04 10:56:56 +09:00
1530342875 fix: update server.ts to serve page.html for Next.js App Router 2025-06-04 10:53:43 +09:00
ecbd743704 feat: implement index.html fallback routes 2025-06-04 10:51:32 +09:00
cf684fa829 refactor: improve index.html serving and logging 2025-06-04 10:51:19 +09:00
993217f8d9 refactor: improve static file and fallback routing in server.ts 2025-06-04 10:50:27 +09:00
baf1ad66a2 feat: migrate to Hono based implementation 2025-06-04 10:49:24 +09:00
acdeb0ede9 refactor: serve static Next.js files instead of SSR 2025-06-04 10:43:07 +09:00
98ac9056c8 feat: configure next.js build and server-side rendering 2025-06-04 10:11:07 +09:00
cfc111b60e feat: integrate Next.js SSR for frontend 2025-06-04 09:09:14 +09:00
1defdb8bef feat: migrate frontend to Next.js 2025-06-04 09:08:32 +09:00
977029628e feat: create database file if it does not exist 2025-06-04 08:50:55 +09:00
dddaac52a2 refactor: replace better-sqlite3 with bun:sqlite 2025-06-04 08:49:50 +09:00
bfb6367a56 feat: Serve frontend build and static files, and fix server routing 2025-06-04 08:37:19 +09:00
4fe300d5d6 Initial commit 2025-06-04 08:14:55 +09:00