scholarr/app
Justin Visser f8e3098fc3 fix(backend): harden bulk endpoints and redact pdf-queue email for non-admins
- W1: _parse_ids_param now returns 400 on non-integer input instead of 500
- W2: bulk_delete_scholars wraps commit in IntegrityError guard; router
  catches ScholarServiceError → 409
- W3: Move `from typing import Any` to top-level import in application.py
- W4: Redact requested_by_email in PDF queue response for non-admin users
2026-03-07 17:57:37 +01:00
..
api fix(backend): harden bulk endpoints and redact pdf-queue email for non-admins 2026-03-07 17:57:37 +01:00
auth Initial release prep 2026-02-27 10:46:05 +01:00
db fix(db,frontend): reserve DB connections for API and reduce frontend polling 2026-03-02 19:09:06 +01:00
http after audit 2026-03-01 18:14:22 +01:00
security after audit 2026-03-01 18:14:22 +01:00
services fix(backend): harden bulk endpoints and redact pdf-queue email for non-admins 2026-03-07 17:57:37 +01:00
__init__.py First product 2026-02-17 14:51:25 +01:00
logging_config.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
logging_context.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
logging_utils.py refactor: add structured_log utility to eliminate logging boilerplate 2026-02-26 21:31:32 +01:00
main.py Bugfixeds 2026-03-01 22:54:23 +01:00
settings.py fix(db,frontend): reserve DB connections for API and reduce frontend polling 2026-03-02 19:09:06 +01:00