video-accessibility/backend/app
Vadym Samoilenko 11bf08a29d feat(audit): add audit logging to org and invitation routes
Adds audit log entries for all write endpoints in routes_organizations.py
(ORG_CREATE, ORG_UPDATE, ORG_MEMBER_ADD, ORG_MEMBER_UPDATE, ORG_MEMBER_REMOVE)
and routes_invitations.py (INVITATION_CREATE, INVITATION_REVOKE, INVITATION_ACCEPT).
The public accept endpoint passes user=None per the no-auth contract.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 11:37:43 +01:00
..
api/v1 feat(audit): add audit logging to org and invitation routes 2026-05-14 11:37:43 +01:00
core feat(embed): switch embeddings to Vertex AI text-multilingual-embedding-002 2026-05-13 18:41:32 +01:00
lib fix(pipeline): fix 5 QA tickets — caption alignment, glossary, source_has_ad render, filler words, NL error surfacing 2026-05-08 18:36:59 +01:00
middleware fix(security): fix false-positive injection blocks on French/multilingual VTT content 2026-05-13 19:11:01 +01:00
migrations chore(lint): fix all ruff errors — 0 warnings remaining 2026-05-13 17:13:08 +01:00
models feat(audit): add missing AuditAction enum values for clients, orgs, invitations, QC, briefs, share 2026-05-14 11:28:30 +01:00
prompts fix(pipeline): fix 5 QA tickets — caption alignment, glossary, source_has_ad render, filler words, NL error surfacing 2026-05-08 18:36:59 +01:00
schemas chore(lint): fix all ruff errors — 0 warnings remaining 2026-05-13 17:13:08 +01:00
services fix(audit): deactivate_client details + non-raising audit insert in service 2026-05-14 11:35:40 +01:00
tasks fix(vtt): strip cue settings from end timestamp in parse_ad_cues 2026-05-13 19:18:02 +01:00
telemetry chore: push all session changes — backend hardening, tests, apache config, deploy scripts 2026-04-30 15:52:14 +01:00
main.py chore: push all session changes — backend hardening, tests, apache config, deploy scripts 2026-04-30 15:52:14 +01:00