HackmanCMS/web/api
Bashy ac5c262bfb Add Social Scheduler — global social media post scheduling
- New /social page with left/right layout (form + post list)
- Social topbar link
- Tables: social_posts, social_targets (project-agnostic posts, per-target project refs)
- CRUD: create, edit, duplicate, delete, retry
- Image upload (JPEG/PNG/GIF/WebP, 10MB max) stored in data/social-uploads/
- Per-platform image toggle (Discord multipart, Mastodon /api/v2/media, LinkedIn Assets API)
- bin/dispatch-social.php cron dispatcher (every minute via /etc/cron.d)
- Settings: eligible projects section to enable bot projects as social account sources
- Platforms: Discord (webhook), Mastodon, LinkedIn personal profile

Cron setup:
  * * * * * www-data /usr/bin/php /opt/hackmancms/bin/dispatch-social.php >> /var/log/hackman_social.log 2>&1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-03 17:01:03 +03:00
..
analytics.php Init 2026-05-03 20:56:15 +03:00
analytics_import.php Init 2026-05-03 20:56:15 +03:00
audit.php Init 2026-05-03 20:56:15 +03:00
auth.php Init 2026-05-03 20:56:15 +03:00
backup.php Init 2026-05-03 20:56:15 +03:00
botcompose.php Add scheduled social posts, Discord channels config, and LinkedIn personal posting fix 2026-05-29 15:14:03 +03:00
botconfig.php Add scheduled social posts, Discord channels config, and LinkedIn personal posting fix 2026-05-29 15:14:03 +03:00
botcontrol.php Remove sudo from read-only systemctl calls in botcontrol 2026-05-26 16:13:21 +03:00
botlogs.php Point botconfig and botlogs to data/ subdirectory 2026-05-26 17:19:17 +03:00
disk.php Init 2026-05-03 20:56:15 +03:00
drafts.php Init 2026-05-03 20:56:15 +03:00
files.php Update of draft system 2026-05-03 23:20:46 +03:00
git.php Init 2026-05-03 20:56:15 +03:00
linkedin_auth.php Switch LinkedIn scope to w_member_social (personal profile) 2026-05-28 12:56:49 +03:00
links.php Init 2026-05-03 20:56:15 +03:00
plugins.php Init 2026-05-03 20:56:15 +03:00
post_schedule.php Improve LinkedIn UI and scheduling robustness 2026-06-03 15:17:26 +03:00
posts.php Init 2026-05-03 20:56:15 +03:00
projects.php Init 2026-05-03 20:56:15 +03:00
recent.php Init 2026-05-03 20:56:15 +03:00
run.php Init 2026-05-03 20:56:15 +03:00
schedules.php Init 2026-05-03 20:56:15 +03:00
scratchpad.php Init 2026-05-03 20:56:15 +03:00
search.php Init 2026-05-03 20:56:15 +03:00
snippets.php Init 2026-05-03 20:56:15 +03:00
social.php Add Social Scheduler — global social media post scheduling 2026-06-03 17:01:03 +03:00
social_upload.php Add Social Scheduler — global social media post scheduling 2026-06-03 17:01:03 +03:00
tags.php Init 2026-05-03 20:56:15 +03:00
templates.php Init 2026-05-03 20:56:15 +03:00
themes.php Init 2026-05-03 20:56:15 +03:00
track.php Init 2026-05-03 20:56:15 +03:00
upload.php Init 2026-05-03 20:56:15 +03:00