keepme-backend / src /controllers

Commit History

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

ramanjitsingh1368 commited on

refactor authentication flow by removing unused middleware and simplifying user sign-in response
d697ce3

narinder1231 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

Add MeetingController and MeetingService for scheduling and managing meetings; implement availability checks and booking functionality
ec47532

ramanjitsingh1368 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

Add MeetingController and related schemas and services for meeting management
5e720ea

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

Improve file and conversation services to use repository pattern
1e0a76d

ramanjitsingh1368 commited on

Fix dependency handling for authentication routes in API router
78dc67e

narinder1231 commited on

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

ramanjitsingh1368 commited on

Enhance signin functionality to log client IP address and update user session creation with device IP address
e1e6967

narinder1231 commited on

Add authentication middleware and update auth controller for API key validation
302d8c7

narinder1231 commited on

Add AuthController for user authentication endpoints
6a39039

narinder1231 commited on

Implement a feature to communicate with openai realtime api using text modality
17f9ecb

ramanjitsingh1368 commited on

Add logic to upsert the file content in vector store
d27bf13

ramanjitsingh1368 commited on

Add Pinecone integration with API routes
dfee664

ramanjitsingh1368 commited on

Implement AI voice controller and OpenAI client integration with API and WebSocket routes
b2fc939

ramanjitsingh1368 commited on

Add initial project structure with configuration and logging setup
76ea68f

ramanjitsingh1368 commited on