You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve API mismatches, security issues, and implement Firebase topic subscription
API Fixes:
- Add blog stats endpoint (GET /blog/admin/stats)
- Fix content upsert path alignment (/content/${key}/upsert)
- Fix menus reorder method (PUT→POST) and payload format
- Fix contact filters field name (isStarred→starred)
Security Fixes:
- Add escapeRegex() for email search in careers controller
- Add field whitelist in contact updateMessage to prevent mass assignment
Firebase Implementation:
- Implement FCM topic subscribe/unsubscribe in notification service
- Connect notification controller to actual Firebase Admin SDK
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments