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 |
|
Carlos Santos
|
33a970d1ef
|
backend: Enhance deleteRoom functionality and add delete room integration tests
|
2025-04-14 13:40:53 +02:00 |
|
juancarmore
|
7bcb3be1dd
|
backend: Include room existence check in endMeeting function
|
2025-04-14 12:47:08 +02:00 |
|
juancarmore
|
0e580e6257
|
backend: Add error handling for invalid room secrets and update related service logic
|
2025-04-14 11:32:35 +02:00 |
|
juancarmore
|
ba3c01eaae
|
backend: Add room existence check in getRoomRolesAndPermissions function
|
2025-04-14 11:32:16 +02:00 |
|
juancarmore
|
9fd9dd2404
|
backend: Correct route parameter syntax for meeting routes
|
2025-04-12 14:15:51 +02:00 |
|
juancarmore
|
743d3d514d
|
backend: Implement room roles and permissions endpoints
|
2025-04-12 13:46:00 +02:00 |
|
juancarmore
|
cc2dc83401
|
backend: Rename getRoomSecretRole to getRoomRoleBySecret and update related calls
|
2025-04-12 13:45:34 +02:00 |
|
juancarmore
|
2ae88d28b6
|
backend: Add meeting controller with endMeeting functionality
|
2025-04-12 12:59:59 +02:00 |
|
juancarmore
|
9fb281626d
|
backend: Implement meeting routes
|
2025-04-12 12:59:19 +02:00 |
|
juancarmore
|
79afa0cd03
|
backend: Refactor middleware imports for consistency and clarity
|
2025-04-12 12:58:23 +02:00 |
|
juancarmore
|
9ccda10c6e
|
backend: Rename participants.routes.ts to participant.routes.ts for consistency
|
2025-04-12 12:37:25 +02:00 |
|
Carlos Santos
|
58dcd83229
|
backend: Centralize configuration values in internal-config module
|
2025-04-11 17:13:05 +02:00 |
|
Carlos Santos
|
ac7c951fd4
|
backend: Enhance nonEmptySanitizedString to remove leading hyphen after sanitization
|
2025-04-11 14:10:09 +02:00 |
|
Carlos Santos
|
eaa6ef9b44
|
fix: Normalize API key header to lowercase
|
2025-04-11 12:37:21 +02:00 |
|
Carlos Santos
|
4c8db66d58
|
backend: Add API key header constant and update middleware to use it
|
2025-04-11 12:29:45 +02:00 |
|
Carlos Santos
|
cb19aaf77f
|
backend: Validate maxItems to ensure it is a positive number and capped at 100
|
2025-04-11 11:29:07 +02:00 |
|
Carlos Santos
|
427e84de07
|
backend: Update getRooms response to include pagination details
|
2025-04-11 11:29:07 +02:00 |
|
Carlos Santos
|
4671b579a2
|
backend: Enhance roomIdPrefix transformation to remove leading hyphens
|
2025-04-11 11:29:07 +02:00 |
|
juancarmore
|
7fff9ceda0
|
backend: Remove apiKeyValidator from getRecordingMedia route
|
2025-04-10 18:52:36 +02:00 |
|
Carlos Santos
|
44ce0ce2af
|
backend: Fix ContinuationToken handling in S3Service to avoid passing 'undefined' as a string
|
2025-04-10 17:37:10 +02:00 |
|
Carlos Santos
|
c090e255c2
|
backend: Add middleware to handle JSON syntax errors in request bodies
|
2025-04-10 16:44:42 +02:00 |
|
Carlos Santos
|
3731d648fc
|
backend: Update ContinuationToken handling in S3Service to use undefined when not provided
|
2025-04-10 16:43:19 +02:00 |
|
Carlos Santos
|
a0b7d42002
|
backend: Enhance recording service to support field filtering in getRecording and getAllRecordings methods
|
2025-04-10 13:12:26 +02:00 |
|
Carlos Santos
|
18e0fe6a64
|
backend: Comment out departureTimeout and add notes regarding LiveKit bug
|
2025-04-10 12:42:28 +02:00 |
|