voxblog/apps/api/src
Ender 3e3b314407
All checks were successful
Deploy to Production / deploy (push) Successful in 2m6s
feat: add author selection when publishing to Ghost
- Added author dropdown menu in publish step to select post author
- Implemented Ghost authors API endpoint to fetch available authors
- Modified post publishing to include selected author in Ghost API payload
- Added author state management in post editor context
- Auto-select first available author when loading author list
- Added loading and error states for author fetching
- Updated types and interfaces to support author data structure
2025-10-28 14:49:59 +01:00
..
config refactor: restructure AI generation into modular architecture 2025-10-25 21:13:42 +02:00
db feat: implement automatic database migrations on server startup 2025-10-26 23:21:40 +01:00
routes feat: enhance media handling with public bucket support 2025-10-28 14:07:11 +01:00
services feat: enhance AI content generation with logging and fallbacks 2025-10-27 00:04:23 +01:00
storage feat: add S3 object copying and enhanced media URL rewriting for Ghost posts 2025-10-24 14:03:46 +02:00
types refactor: restructure AI generation into modular architecture 2025-10-25 21:13:42 +02:00
utils refactor: restructure AI generation into modular architecture 2025-10-25 21:13:42 +02:00
ai-generate.ts feat: add reference image support for AI content generation 2025-10-25 17:52:39 +02:00
auth.ts chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02:00
db.ts feat: add MySQL database integration with Drizzle ORM for post and audio clip storage 2025-10-24 14:57:54 +02:00
drafts.ts refactor: migrate draft/post API endpoints to use Drizzle ORM instead of raw SQL queries 2025-10-24 15:05:17 +02:00
ghost.ts feat: add author selection when publishing to Ghost 2025-10-28 14:49:59 +01:00
index.ts auto deployment fix 2025-10-28 12:33:31 +00:00
media.ts feat: enhance media handling with public bucket support 2025-10-28 14:07:11 +01:00
posts.ts docs: add AI content generation feature with OpenAI integration 2025-10-25 00:08:41 +02:00
settings.ts docs: add AI content generation feature with OpenAI integration 2025-10-25 00:08:41 +02:00
stt.ts refactor: migrate draft/post API endpoints to use Drizzle ORM instead of raw SQL queries 2025-10-24 15:05:17 +02:00