nordabiz/blueprints/community
Maciej Pienczyn cab9511498
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
fix: exempt B2B interest endpoint from CSRF validation
The /tablica/<id>/interest AJAX POST was returning 400 because
Flask-WTF CSRF validation rejected the token despite X-CSRFToken
header being present. Endpoint is protected by @login_required
and @member_required, so CSRF exemption is safe.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 23:21:31 +02:00
..
calendar fix(calendar): include guests in attendee counts everywhere 2026-04-08 15:29:05 +02:00
classifieds fix: exempt B2B interest endpoint from CSRF validation 2026-04-09 23:21:31 +02:00
contacts security: Restrict member-only features to MEMBER role 2026-02-01 21:33:27 +01:00
__init__.py refactor(phase1): Extract blueprints for reports, contacts, classifieds, calendar 2026-01-27 10:10:45 +01:00