255 Commits

Author SHA1 Message Date
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
Carlos Santos
7b443ca8d3 backend: Remove deleteObject method from S3Service and update S3StorageProvider to use deleteObjects 2025-04-10 12:30:33 +02:00
Carlos Santos
d0926ae76e backend: Remove unused S3 service methods and clean up code 2025-04-10 12:29:36 +02:00
Carlos Santos
894e6a8f94 backend: Improve participant check in recording service before starting recording 2025-04-10 12:27:33 +02:00
Carlos Santos
85e65d76b3 backend: Exclude secrets.json from metadata retrieval in recording service 2025-04-10 12:27:09 +02:00
Carlos Santos
4c5f53261c backend: Refactor webhook service to streamline recording started logic and rename saveRoomSecrets method 2025-04-10 12:26:30 +02:00
Carlos Santos
dbce119f5a backend: Enhance recording cleanup by adding secrets.json file deletion logic 2025-04-10 11:34:24 +02:00
Carlos Santos
5345963628 backend: Saved room secrets under recording directory when they do not exist 2025-04-10 11:33:38 +02:00
Carlos Santos
e7f45dcbfd backend: Change stop recording endpoint from PUT to POST and update response status to 202 2025-04-09 17:12:50 +02:00
Carlos Santos
ba29d93eab backend: Adjust departureTimeout to seconds and comment out emptyTimeout for LiveKit bug fix 2025-04-09 14:34:32 +02:00
Carlos Santos
db84194670 backend: Improve logging for expired room deletion to only log messages when actions are performed 2025-04-09 12:27:58 +02:00
Carlos Santos
913aa44278 backend: Refactored room GC using bulk delete rooom method for gracefully delete the expired rooms 2025-04-09 12:22:27 +02:00
Carlos Santos
ac12841418 backend: Enhance room deletion functionality with force delete option and improved response handling 2025-04-09 12:06:19 +02:00
Carlos Santos
6774e56a27 backend: Rename recording content endpoint to media 2025-04-08 19:03:56 +02:00
Carlos Santos
0330dcc067 backend: Update room request validation to require autoDeletionDate to be at least 1 hour in the future 2025-04-08 18:50:20 +02:00
Carlos Santos
84d68ba31b backend: Rename expirationDate to autoDeletionDate in room-related files for consistency 2025-04-08 18:35:41 +02:00
Carlos Santos
8bf3c51125 backend: Add error handling for Redis connection in TaskSchedulerService and SystemEventService 2025-04-08 11:18:57 +02:00
Carlos Santos
67322f31d7 backend: Optimize recording routes by reordering middleware for improved validation 2025-04-08 10:48:16 +02:00
Carlos Santos
1747c138b4 backend: Simplify lock duration calculation in TaskSchedulerService and remove unused cron interval method 2025-04-08 09:54:33 +02:00