PHP API (migrated from CFML)
Find a file
Mike e3933ce0c8 Add team task tracker API endpoints
New endpoints at api/tasks/team/ for centralized bot task tracking:
- POST create.php — register a new task
- POST update.php — change status, add notes (auto-sets PausedOn/CompletedOn)
- GET active.php — list active/paused tasks, optional BotName filter
- GET list.php — full listing with filters (BotName, Status, Channel, AssignedBy, Since) and pagination

Includes schema.sql for the TeamTasks table.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 19:00:12 +00:00
_webhook Add deploy webhook for auto-deploy from Forgejo 2026-03-14 15:04:53 -07:00
api Add team task tracker API endpoints 2026-03-23 19:00:12 +00:00
config Port Twilio SMS integration from CFML to PHP 2026-03-14 16:02:34 -07:00
cron fix: harden auth middleware — exact route matching, remove admin bypass, add cron secret 2026-03-23 01:43:43 +00:00
receipt fix: receipt total now uses actual payment amount from DB 2026-03-22 21:38:17 +00:00
show_order.php Add show_order.php redirect to receipt page 2026-03-22 21:28:36 +00:00