voxblog/apps/api/src
Ender 0c2813bea6 feat: migrate stock photo integration from Unsplash to Pexels
- Replaced Unsplash API integration with Pexels API for stock photo search and import
- Updated API response transformation to match frontend expectations with Pexels data structure
- Removed Unsplash-specific download tracking and attribution requirements
- Modified environment configuration to use PEXELS_API_KEY instead of UNSPLASH_ACCESS_KEY
- Updated UI text and attribution links to reference Pexels instead of Unsplash
- Simplifie
2025-10-28 12:43:17 +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: migrate stock photo integration from Unsplash to Pexels 2025-10-28 12:43:17 +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 preview endpoint and UI for Ghost post content with media URL rewriting 2025-10-24 18:13:30 +02:00
index.ts feat: add Unsplash stock photo integration to Media Library 2025-10-27 21:28:43 +01:00
media.ts docs: add AI content generation feature with OpenAI integration 2025-10-25 00:08:41 +02: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