197 Commits

Author SHA1 Message Date
Carlos Santos
bdddeb34c5 backend: Enhance recording media streaming with range support and error handling 2025-04-29 13:14:44 +02:00
Carlos Santos
2a7d23be7d backend: Added rooms endpoint validation and update openapi spec 2025-04-29 13:14:06 +02:00
juancarmore
bc326ba707 backend: Update getRecordings to filter by roomId when recording token is present 2025-04-28 12:23:10 +02:00
juancarmore
f1c59526e0 backend: Enhance recording middleware and routes with new permission checks and authentication for media access 2025-04-28 12:22:40 +02:00
juancarmore
fd878cd3ea backend: Implement recordingTokenValidator as a new validator for withAuth middleware 2025-04-28 12:22:08 +02:00
juancarmore
66f2a10406 backend: Implement configureRecordingTokenAuth middleware and update room route 2025-04-28 12:20:38 +02:00
juancarmore
8bbbee731b backend: Rename configureTokenAuth middleware to configureParticipantTokenAuth and improve error handling 2025-04-28 12:19:07 +02:00
Carlos Santos
0991962554 backend: Remove unnecessary cleanup timer cancellation in stopRecording method 2025-04-25 15:10:06 +02:00
Carlos Santos
1a128dd36c test: Add integration tests for recordings API with validation and pagination checks 2025-04-25 14:15:43 +02:00
juancarmore
efad0facf8 Revert "backend: Export missing injectable and inject from inversify in dependency injector config" 2025-04-25 11:55:08 +02:00
juancarmore
576b1f7d98 backend: Implement recording token generation and update room preferences handling 2025-04-25 11:49:03 +02:00
Carlos Santos
ef3289d5ef backend: Export missing injectable and inject from inversify in dependency injector config 2025-04-25 10:43:10 +02:00
Carlos Santos
51ed2faa12 backend: Enhance recording deletion logic and update associated room metadata location directory 2025-04-25 10:36:56 +02:00
Carlos Santos
754dd3bd35 backend: Add recording fields parameter and enhance pagination in getRecordings response 2025-04-25 10:36:55 +02:00
juancarmore
5e11be08b4 backend: Reorganize imports 2025-04-24 14:59:46 +02:00
juancarmore
7135270b8a Refactor code to use ParticipantOptions instead of TokenOptions 2025-04-24 12:26:07 +02:00
juancarmore
2a02d1befd backend: Refactor dependency injection and service exports for improved organization 2025-04-24 12:22:27 +02:00
Carlos Santos
9897436df2 backend: update recording start method for improving its clarity and avoding race conditions receiving events 2025-04-24 11:48:38 +02:00
Carlos Santos
8c6011b5c3 backend: reduce recording start timeout from 30s to 20s 2025-04-24 11:43:05 +02:00
Carlos Santos
7a8f3fbe69 backend: refactor recording start process and add room validation checks 2025-04-24 11:43:05 +02:00
Carlos Santos
b87e548cdf backend: update eventType in SystemEventPayload to use SystemEventType enum 2025-04-24 11:43:05 +02:00
juancarmore
41a375c6bb backend: Enhance participant token validation to include authenticated user retrieval 2025-04-24 11:23:07 +02:00
juancarmore
0006097d8e backend: Rename recording permission middleware for clarity and consistency 2025-04-24 11:22:30 +02:00
juancarmore
9059780382 backend: Move participant token generation logic from LiveKitService to TokenService and refactor code 2025-04-24 11:21:31 +02:00
Carlos Santos
ca59577fa5 backend: add .env.test configuration file for environment settings 2025-04-23 14:43:49 +02:00
Carlos Santos
db44b43022 backend: Update error path for roomId in withValidRoomId middleware to improve error reporting 2025-04-23 13:48:19 +02:00
Carlos Santos
0c21d621f8 backend: Fix bulk delete recordings schema to ensure non-empty recording IDs 2025-04-23 11:02:21 +02:00
Carlos Santos
32c0c9d242 backend: Implement room metadata archiving and retrieval in storage service 2025-04-22 13:42:32 +02:00
Carlos Santos
c33ee7218b backend: Saved recording preferences into the room_metadata json file 2025-04-22 13:03:03 +02:00
Carlos Santos
47350f1b10 backend: Refactor recording timeout handling by extracting timeout registration into a separate method 2025-04-22 11:13:30 +02:00
Carlos Santos
74d1b542b6 backend: Refactor recording timeout handling to properly register and unregister event listeners 2025-04-21 17:32:31 +02:00
Carlos Santos
9d42242ba0 backend: Updated recording status when a starting timeout occurs 2025-04-21 16:18:28 +02:00
Carlos Santos
b7b9f9b1c0 backend: Enhance logging format to include metadata for improved context 2025-04-21 14:38:15 +02:00
Carlos Santos
d596e78a46 backend: Refactor recording deletion logic to use Sets for improved performance 2025-04-21 14:04:33 +02:00
Carlos Santos
1ebc45a54f backend: Enhance bulk deletion logic for recordings and improve secrets file handling 2025-04-21 13:47:49 +02:00
Carlos Santos
0e9d050bcb backend: Update recording path extraction to include S3 prefix and fix typo 2025-04-21 11:49:25 +02:00
Carlos Santos
524460e06a backend: Rename setPrivateConfig to setInternalConfig for clarity; add errorRecordingStartTimeout for handling timeout scenarios 2025-04-16 11:09:55 +02:00
Carlos Santos
50afeef235 backend: Update room ID validation in participant token request schema to use sanitized format 2025-04-15 16:50:05 +02:00
Carlos Santos
37f5cfdab0 backend: Refactor recording middleware to streamline room ID extraction and improve error handling 2025-04-15 14:42:30 +02:00
Carlos Santos
0e7c47c6d2 backend: Refactor recording ID validation to improve sanitization and format checks 2025-04-15 14:41:40 +02:00
Carlos Santos
20ef57b14c backend: Update meet-room-options schema and validation to enforce roomIdPrefix length limit 2025-04-15 13:22:50 +02:00
Carlos Santos
817135433a backend: Update bulk delete recordings response to handle mixed results and add appropriate status codes 2025-04-15 12:55:43 +02:00
Carlos Santos
2207b7651f backend: Update startRecording response to include Location header and change status code to 201 2025-04-15 12:41:04 +02:00
Carlos Santos
39f755d207 backend: Improve logging and response handling in bulkDeleteRooms function 2025-04-15 12:15:02 +02:00
Carlos Santos
a65018072a backend: Update createRoom to return 201 status on successful room creation 2025-04-15 12:02:02 +02:00
Carlos Santos
5c67f2a370 backend: Refactor login rate limiting to allow bypass in test environment 2025-04-15 11:48:10 +02:00
Carlos Santos
dbef4f6e21 backend: Add CRON_JOB_MIN_LOCK_TTL to internal config and use it in task scheduler 2025-04-15 11:15:06 +02:00
Carlos Santos
cdc55d25ba backend: Add logging for room deletion process and mark rooms for deletion 2025-04-15 11:14:39 +02:00
Carlos Santos
a449e2a41a backend: Add update room integration tests 2025-04-14 18:23:33 +02:00
Carlos Santos
c3fa764534 backend: Refactor bulkDeleteRooms to improve response handling and update sanitization logic 2025-04-14 17:57:18 +02:00