botserver/src/video
Rodrigo Rodriguez (Pragmatismo) 31777432b4 Implement TODO items: session auth, face API, task logs, intent storage
Learn Module:
- All 9 handlers now use AuthenticatedUser extractor

Security:
- validate_session_sync reads roles from SESSION_CACHE

AutoTask:
- get_task_logs reads from manifest with status logs
- store_compiled_intent saves to cache and database

Face API:
- AWS Rekognition, OpenCV, InsightFace implementations
- Detection, verification, analysis methods

Other fixes:
- Calendar/task integration database queries
- Recording database methods
- Analytics insights trends
- Email/folder monitoring mock data
2026-01-13 14:48:49 -03:00
..
analytics.rs fix: Multiple compilation fixes per PROMPT.md 2026-01-08 15:35:03 -03:00
engine.rs Normalize API paths: remove unnecessary /v1/ prefix 2026-01-10 09:48:43 -03:00
handlers.rs Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00
mcp_tools.rs feat(video): Complete video editing module implementation 2026-01-08 13:44:45 -03:00
mod.rs Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
models.rs Add video module, RBAC, security features, billing, contacts, dashboards, learn, social, and multiple new modules 2026-01-08 13:16:17 -03:00
render.rs Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00
schema.rs Add video module, RBAC, security features, billing, contacts, dashboards, learn, social, and multiple new modules 2026-01-08 13:16:17 -03:00
ui.rs Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
websocket.rs fix: Multiple compilation fixes per PROMPT.md 2026-01-08 15:35:03 -03:00