Project Details
safee-meet-backend
jattin01/safee-meet-backend · Github · Default branch main
Commit Timeline
Recent commits ordered by activity.
10 Jul 2026
show the safeepin search count
+5 / -5
10 Jul 2026
Add meetingCount to /auth/me response
Home page's meetings stat tile was always showing 0 since the API
never sent a real count. Adds User::meetingCount() (host or guest)
alongside the existing pinSearchCount.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
+9 / -0
10 Jul 2026
show the safeepin search count
+13 / -0
10 Jul 2026
Store Unique Member Search Count
+1,674 / -76
10 Jul 2026
Reposition users.id column back to first position (cosmetic only)
+34 / -0
09 Jul 2026
Fix dropExistingForeignKey re-dropping already-swapped FKs; add repair-fks step
+60 / -2
09 Jul 2026
Fix finishColumnSwap: guard + clean up orphan shadow columns for schema-drifted tables
+13 / -0
09 Jul 2026
Fix atomic ALTER TABLE for users id swap, make it idempotent/resumable
+21 / -5
09 Jul 2026
Add 8 more FK tables (verification_requests, chats, incidents, etc.) discovered during swap
+8 / -0
09 Jul 2026
Fix MigrateUsersToBigintId: guard against columns missing from live schema
+13 / -0
09 Jul 2026
Move users.id to bigint-ready model, drop email/phone encryption, add lifecycle columns
+534 / -30
09 Jul 2026
Fix push notification send: CloudMessage uses toToken(), not withToken()
+1 / -1
09 Jul 2026
fixed registration api error
+8 / -0
09 Jul 2026
fixed registration api error
+18 / -2
09 Jul 2026
dummy push for rerun workflow
+0 / -0
09 Jul 2026
Add meeting approval flow + push notifications
+213 / -1