Project Details

safee-meet-backend

jattin01/safee-meet-backend · Github · Default branch main
Back to Projects

Commit Timeline

Recent commits ordered by activity.
10 Jul 2026
show the safeepin search count
Akash Kumar · main · 3a56fc18
+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>
Akash Kumar · main · 7adba243
+9 / -0
10 Jul 2026
show the safeepin search count
Akash Kumar · main · 5bd8125b
+13 / -0
10 Jul 2026
Store Unique Member Search Count
Akash Kumar · main · 20fe5f25
+1,674 / -76
10 Jul 2026
Reposition users.id column back to first position (cosmetic only)
Akash Kumar · main · b7358542
+34 / -0
09 Jul 2026
Fix dropExistingForeignKey re-dropping already-swapped FKs; add repair-fks step
Akash Kumar · main · 723e0624
+60 / -2
09 Jul 2026
Fix finishColumnSwap: guard + clean up orphan shadow columns for schema-drifted tables
Akash Kumar · main · b33778c4
+13 / -0
09 Jul 2026
Fix atomic ALTER TABLE for users id swap, make it idempotent/resumable
Akash Kumar · main · 362ebb7d
+21 / -5
09 Jul 2026
Add 8 more FK tables (verification_requests, chats, incidents, etc.) discovered during swap
Akash Kumar · main · a889fd41
+8 / -0
09 Jul 2026
Fix MigrateUsersToBigintId: guard against columns missing from live schema
Akash Kumar · main · d5c3ff10
+13 / -0
09 Jul 2026
Move users.id to bigint-ready model, drop email/phone encryption, add lifecycle columns
Akash Kumar · main · 02455bb4
+534 / -30
09 Jul 2026
Fix push notification send: CloudMessage uses toToken(), not withToken()
Akash Kumar · main · 08e397c0
+1 / -1
09 Jul 2026
fixed registration api error
Akash Kumar · main · 4efa2136
+8 / -0
09 Jul 2026
fixed registration api error
Akash Kumar · main · b8393173
+18 / -2
09 Jul 2026
dummy push for rerun workflow
Akash Kumar · main · d76cb15a
+0 / -0
09 Jul 2026
Add meeting approval flow + push notifications
Akash Kumar · main · ecbcc260
+213 / -1