video-accessibility/backend/app
Vadym Samoilenko e7917cde10 fix: use 'is None' check for Motor collection to avoid NotImplementedError
PyMongo Collection raises NotImplementedError on bool(), so 'if not self.collection'
crashes on every audit log write. Changed to 'if self.collection is None'.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-29 15:23:44 +01:00
..
api/v1 fix: raise user list size limit to 500 and guard toLocaleString calls 2026-04-29 15:20:38 +01:00
core docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
lib docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
middleware docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
migrations feat(saas): Phase 3 — membership-based authz + Mailgun + job.organization_id 2026-04-27 16:56:42 +01:00
models fix: generate valid ObjectId for audit log entries 2026-04-29 15:06:15 +01:00
prompts feat: per-client glossary — hybrid exact/vector retrieval + AI injection 2026-04-29 13:03:38 +01:00
schemas docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
services fix: use 'is None' check for Motor collection to avoid NotImplementedError 2026-04-29 15:23:44 +01:00
tasks docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
telemetry docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
main.py fix: code health sweep — M-01 through M-07 2026-04-29 14:18:02 +01:00