monacousa-portal/server/utils
Matt 85e8a20f40
Build And Push Image / docker (push) Successful in 3m15s Details
fix(events): Convert events NocoDB client from v1 to v2 API
- Updated all NocoDB API calls from v1/db/data/v1/ to v2/tables/ endpoints
- Fixed 422 Unprocessable Entity errors on events calendar page
- Ensures consistency with members system which already uses v2 API
- Updated methods: findAll, findOne, create, update, delete, createRSVP, findEventRSVPs, findUserRSVP, updateRSVP, updateAttendeeCount, findUserEvents
- Maintains same functionality while using correct API version

Resolves continuous 422 errors when loading events calendar.
2025-08-12 13:02:13 +02:00
..
admin-config.ts Add NocoDB events/RSVPs table config and improve session handling 2025-08-12 12:24:16 +02:00
email-tokens.ts Add circuit breaker pattern to email verification system 2025-08-10 15:48:11 +02:00
email.ts Fix email template logo URLs 2025-08-11 16:42:10 +02:00
keycloak-admin.ts Enhance member deletion and implement template-based email system 2025-08-09 17:36:35 +02:00
keycloak.ts Initialize Nuxt.js project with Docker deployment setup 2025-08-06 14:31:16 +02:00
member-id.ts Add global branding and implement member ID system 2025-08-10 16:49:23 +02:00
nocodb-events.ts fix(events): Convert events NocoDB client from v1 to v2 API 2025-08-12 13:02:13 +02:00
nocodb.ts Fix user dashboard data display issue 2025-08-11 16:54:14 +02:00
security.ts Add password setup flow with server-side validation 2025-08-09 19:11:54 +02:00
session.ts Clean up authentication troubleshooting artifacts 2025-08-07 15:14:02 +02:00