Commit History

Add temporary JWT debug route
cef20af

Nrighton233j commited on

feat: disappearing messages (24h/60h/3d/7d/1mo) for 1:1 chats
f34c6e1

Nrighton233j commited on

Include bio in /chats friend list
54d8115

Nrighton233j commited on

Add OTA update support: ota_update table, /admin/upload-ota, /api/manifest, update_type in /app/version
c1b93c9

Nrighton233j commited on

Move status media to local disk storage with 24h cleanup
b4f286a

Nrighton233j commited on

Backend updates for ephemeral message delivery
3306cfd

Nrighton233j commited on

Move to ephemeral message delivery: server holds messages only until phone acks receipt, JOY threads still persist
ec7888c

Nrighton233j commited on

Update backend files and add group friends patch
0e67224

Nrighton233j commited on

wire avatar/banner/logout + group sockets
47acbf0

Nrighton233j commited on

Add auto-update: app_version table, admin APK upload, version-compare endpoint
b90025e

Nrighton233j commited on

Add app_version tracking for in-app update checks
c150594

Nrighton233j commited on

Fix block orientation bug, add GET /friends/blocked
b037f59

Nrighton233j commited on

Swap large-file storage from Google Drive to private HF dataset repo
dab4502

Nrighton233j commited on

Add typing/stop_typing socket relay for real-time typing indicator
ab1768d

Nrighton233j commited on

Add DELETE /messages/<id> to clear direct message history
f79c9ef

Nrighton233j commited on

Include group type in /groups/list response
6aaa2c5

Nrighton233j commited on

Add announcements table + admin/active endpoints
f2e83c2

Nrighton233j commited on

Reapply "Add dynamic tasks table and points functions to database.py"
be69b50

Nrighton233j commited on

Revert "Add dynamic tasks table and points functions to database.py"
3ab14c7

Nrighton233j commited on

Ignore backup files
2dc943e

Nrighton233j commited on

Add dynamic tasks table and points functions to database.py
cbde1da

Nrighton233j commited on

Fix broken flask import split from CORS patch
63f1599

Nrighton233j commited on

Enable CORS for web client
b354d72

Nrighton233j commited on

Add /search, /friends/block, /friends/remove; verified badges in chat list, search, and group messages
dccfada

Nrighton233j commited on

Add status/story backend endpoints
c8086f7

Nrighton233j commited on

fix: consolidate duplicate call handlers, fix database->db bug, add call_id tracking
13e41af

Nrighton233j commited on

Fix list_all_users missing verified/account_type columns
8408e00

Nrighton233j commited on

Fix indentation errors in database.py
f54ea40

Nrighton233j commited on

Fix indentation error in database.py
2efaeba

Nrighton233j commited on

Add reports table, report/user endpoint, admin reports view, report counts in admin/users
63dc2ab

Nrighton233j commited on

Add /chats aggregation endpoint (friends + JOY + groups, sorted by recency)
3190691

Nrighton233j commited on

Fix socketio.run() placement β€” was nested inside call_history() by mistake
4e132cc

Nrighton233j commited on

Add missing psutil dependency
c589ce6

Nrighton233j commited on

Fix calls table init and get_conn() usage in call functions
fed533d

Nrighton233j commited on

Add call signaling (offer/answer/ICE/reject/end) + call history
1858e6b

Nrighton233j commited on

Fix missing time import causing stickers/packs 500 error
a0e7c0e

Nrighton233j commited on

Fix race condition on concurrent duplicate signups
3ea73af

Nrighton233j commited on

Replace Tenor with self-hosted stickers via HF dataset repo
4bbb39e

Nrighton233j commited on

Add WebRTC voice call signaling (offer/answer/ICE/end/reject)
b3d4483

Nrighton233j commited on

Add channel type (admin-only posting) and group type support
902e2ee

Nrighton233j commited on

Add message request gating with business-verified bypass
4291f23

Nrighton233j commited on

Add account type and verified-tick admin endpoints, fix decline/block distinction
fa61f11

Nrighton233j commited on

Fix media column migration (was silently missing), add account_type/verified/declined status
8cea4d7

Nrighton233j commited on

Add large file transfer via Google Drive (lazy pull, auto-delete)
d626f98

Nrighton233j commited on

Add media upload (HF dataset storage), voice transcription, media-aware messaging
fd8cbb1

Nrighton233j commited on

Disable Qwen3 thinking mode for vision, raise token limit, safer output stripping
62c0cf2

Nrighton233j commited on

Strip Qwen3 reasoning trace from vision responses
34a464c

Nrighton233j commited on

Swap deprecated Groq model, add JOY vision endpoint for confident image descriptions
cc42df7

Nrighton233j commited on

Add stateless JOY endpoint for search summaries β€” https://huggingface.co/spaces/Brighton233j/Messenger_back_database
f71fc0d

Nrighton233j commited on

Add admin monitoring endpoints β€” https://huggingface.co/spaces/Brighton233j/Messenger_back_database
dc82cd2

Nrighton233j commited on