keepme-backend / src /controllers /_conversation_controller.py

Commit History

refactor conversation handling to remove user_id dependency and update schemas for name and email
b8bc03f

ramanjitsingh1368 commited on

refactor user model and schemas to consolidate name fields and remove signup schema
fcfe4b3

ramanjitsingh1368 commited on

Add WebSocket routing for conversation handling and refactor controllers
269b3c2

ramanjitsingh1368 commited on

Refactor Dockerfile and clean up unused schemas; update Redis client initialization and environment configuration
a3aa6c1

ramanjitsingh1368 commited on

Add Redis integration for session management and update WebSocket handling
00662bb

ramanjitsingh1368 commited on

add token in query params instead of onopen event
07aae89

narinder1231 commited on

Implement JWT validation in ConversationController to ensure secure WebSocket connections
272c2c0

narinder1231 commited on

Handle WebSocketDisconnect in ConversationController to ensure proper disconnection and logging
6fb66ca

ramanjitsingh1368 commited on

Refactor conversation handling to remove request dependency and update user retrieval method; adjust schemas to remove ephemeral_key from CreateWebrtcConnectionSchema while retaining it in response.
1c4497b

narinder1231 commited on

Enhance WebSocket handling for text conversations
d4f6849

ramanjitsingh1368 commited on

Improve conversation handling to remove ephemeral_key from frontend and enforce modality validation
4267717

ramanjitsingh1368 commited on

Improve conversation and file controllers to use schema validation and improve WebSocket handling
af7af6c

ramanjitsingh1368 commited on

Improve Conversation and File API routers to enforce authentication dependencies
14bfd4c

ramanjitsingh1368 commited on

Refactor user ID handling in conversation and file controllers; update models to use user links instead of IDs
562d1b9

ramanjitsingh1368 commited on