• Joined on 2024-08-16
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 18:50:18 +00:00
515c4cacf3 feat: update live blog UI with chat layout, fix page title and favicon
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 18:23:37 +00:00
59891b03dc fix: resolve file permissions issue for Strapi media uploads
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 18:08:17 +00:00
8f68dab53f fix: increase file upload limits for Strapi media library to 200MB
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 17:50:38 +00:00
fa7dcc2b08 feat: add general category, fix header wrapping, show last 5 live blog updates
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 17:25:46 +00:00
3e61fe5694 fix: ensure slug and excerpt are never null to pass validation
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 17:03:53 +00:00
a5008a3646 fix: add slug auto-generation fallback for articles without slugs
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 16:48:15 +00:00
cbdb801655 fix: disable Authorization header for Strapi public API access
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 16:04:09 +00:00
a5c57b33f7 fix: remove STRAPI_API_TOKEN to allow public API access
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 15:50:51 +00:00
b39972102a fix: use APP_GUARD provider for global authentication guard
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 15:34:58 +00:00
8fbde18d02 feat: add GET endpoint for sync/all for easier testing
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 15:26:47 +00:00
94b0239a0a fix: re-enable DATABASE_SYNCHRONIZE to create missing tables
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 15:16:10 +00:00
ac610e6f6a fix: add missing slug and description fields to Article schema and fix auth header
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 14:50:21 +00:00
8eaaf4afad fix: convert Article API files from TypeScript to JavaScript for Strapi compatibility
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 14:36:55 +00:00
33008b64ce fix: enhance CORS configuration with explicit methods and headers
dimitar pushed to master at dimitar/placebo.mk 2026-02-28 14:31:10 +00:00
005d368dc7 debug: add logging to check if article content type loads
dimitar pushed to master at dimitar/placebo.mk 2026-02-27 19:43:40 +00:00
a8c0ab8884 feat: add Article content type schema and API endpoints
dimitar pushed to master at dimitar/placebo.mk 2026-02-27 19:33:24 +00:00
e443ece848 fix: remove article API files to allow Strapi UI to recreate them
dimitar pushed to master at dimitar/placebo.mk 2026-02-27 19:11:23 +00:00
bfc7e76f17 fix: disable database sync and simplify backend startup
Compare 2 commits »
dimitar pushed to master at dimitar/placebo.mk 2026-02-27 17:27:03 +00:00
06a0c9fe05 fix: temporarily disable lifecycle hooks and CMS dependency to fix startup
dimitar pushed to master at dimitar/placebo.mk 2026-02-27 16:50:46 +00:00
c1b49a4cb6 fix: use internal Docker network for backend-to-CMS communication