rmaps-online/sync-server
Jeff Emmett f54f537483 Fix pingerName crash + auto-redirect returning users to last room
1. Server: pingerName was used before declaration in the WS message
   block (defined inside the push block). Moved declaration above both
   blocks. This caused all /push/request-location calls to crash with
   ReferenceError.

2. Landing page: always auto-redirect returning users (have saved user
   + last room) instead of only in standalone mode. Shows a loading
   spinner during redirect so the landing page doesn't flash.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 00:44:19 +00:00
..
.gitignore feat: Add WebSocket sync server for real-time location sharing 2025-12-25 22:00:55 -05:00
Dockerfile feat: persist offline users and push subscriptions to disk 2026-02-19 00:10:53 +00:00
docker-compose.yml feat: persist offline users and push subscriptions to disk 2026-02-19 00:10:53 +00:00
package-lock.json feat: Add PWA push notifications for room events 2025-12-29 01:13:16 +01:00
package.json feat: Add PWA push notifications for room events 2025-12-29 01:13:16 +01:00
server.js Fix pingerName crash + auto-redirect returning users to last room 2026-02-19 00:44:19 +00:00
verify-token.js feat: add EncryptID auth to sync server and gate room creation 2026-02-13 11:54:20 -07:00