Update BITACORA_MAESTRA.md to correct duplicate timestamps and log recent project review session. Enhance AI scanner confidence thresholds in ai_scanner.py, improve model loading safety in model_cache.py, and refine security checks in security.py. Update numpy dependency in pyproject.toml. Remove unused styles and clean up component code in the UI. Implement proper cleanup in Angular components to prevent memory leaks.

This commit is contained in:
dawnsystem 2025-11-15 23:59:08 +01:00
parent 1a572b6db6
commit 52f08daa00
21 changed files with 1345 additions and 155 deletions

View file

@ -17,8 +17,10 @@ import logging
from typing import TYPE_CHECKING
from typing import Any
from django.contrib.auth.models import User
if TYPE_CHECKING:
from django.contrib.auth.models import User
pass
logger = logging.getLogger("paperless.ai_deletion")