• Joined on 2026-04-27
admin pushed to main at admin/zeropost-tool 2026-05-31 14:39:29 +00:00
76eb519018 feat: light theme by default with dark toggle, CSS variables, FOUC prevention, theme persistence
admin pushed to main at admin/zeropost-engine 2026-05-31 14:36:04 +00:00
d054023a55 feat: user_posts service — draft/scheduled/published, Telegram publish with image, cron-driven scheduled publication
admin pushed to main at admin/zeropost-tool 2026-05-31 14:36:04 +00:00
1a1eac16ee feat: post saving, instant publish, scheduling, post history per channel
admin pushed to main at admin/zeropost-tool 2026-05-31 14:32:41 +00:00
e2b64baf2e feat: post variants, transforms, image generation, AI ideas, channel edit page with image style settings
admin pushed to main at admin/zeropost-engine 2026-05-31 14:32:41 +00:00
2137a92b28 feat: transformPost (7 actions), post image generation with style/palette, topics ideas endpoint
admin pushed to main at admin/zeropost-engine 2026-05-31 13:49:12 +00:00
53d596ca2e fix: move /admin and /id/:id routes before /:slug to avoid Express catch-all conflict
admin pushed to main at admin/zeropost-web 2026-05-31 13:45:17 +00:00
14e1fd14df feat: autogen time picker, channel schedule tab with publish slots
admin pushed to main at admin/zeropost-engine 2026-05-31 13:45:17 +00:00
213dc104f5 feat: autogen run_hour/run_minute, publish_slots, scheduled_posts tables and routes
admin pushed to main at admin/zeropost-engine 2026-05-31 13:38:50 +00:00
c1d5337680 fix: jsonb tag filter operator ?? -> ?
admin pushed to main at admin/zeropost-web 2026-05-31 13:38:50 +00:00
edc38d2318 fix: add favicon.ico
admin pushed to main at admin/zeropost-engine 2026-05-31 11:48:40 +00:00
3372574b32 feat: autogen service — content_queue, autogen_settings, TOPIC_BANK, cron API
admin pushed to main at admin/zeropost-web 2026-05-31 11:48:40 +00:00
980d39c6a0 feat: autogen admin panel — schedule, queue, topic bank, run controls
admin pushed to main at admin/zeropost-web 2026-05-31 11:43:29 +00:00
14053131cd feat: categories — pages, nav, home block, admin editor select
admin pushed to main at admin/zeropost-engine 2026-05-31 11:43:28 +00:00
e5e7e9ef98 feat: categories table, API, category field in articles
admin pushed to main at admin/zeropost-web 2026-05-31 11:37:51 +00:00
80325b4435 feat: admin channels — list, editor, publish panel, TG/VK/Max support
admin pushed to main at admin/zeropost-engine 2026-05-31 11:37:50 +00:00
b48c1854a2 feat: admin channels API — system channels, publish to TG/VK/Max
admin pushed to main at admin/zeropost-web 2026-05-31 11:33:07 +00:00
b4f5f169cc fix: adminListArticles uses /admin endpoint, fix status display
admin pushed to main at admin/zeropost-engine 2026-05-31 11:32:50 +00:00
d17d8334a8 feat: GET /api/articles/admin — all articles with status for admin panel
admin pushed to main at admin/zeropost-web 2026-05-31 11:23:36 +00:00
4d425ec201 fix: move admin pages to (protected) group layout to fix login redirect loop
admin pushed to main at admin/zeropost-engine 2026-05-31 11:18:01 +00:00
004e94db77 feat: PATCH/DELETE /api/articles/:id, GET /api/articles/id/:id