182 Commits

Author SHA1 Message Date
Carlos Santos
53a1ecf964 backend: Add maxItems field to success-get-rooms response for pagination control 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
Carlos Santos
ba40ab2747 backend: Update roomIdPrefix in create-room test to include special characters 2025-04-11 11:29:07 +02:00
juancarmore
df0a425eb7 tests: Refactor room creation tests to use ROOMS_PATH constant for API calls and update user login method 2025-04-11 11:20:27 +02:00
juancarmore
0e531948de tests: Refactor participant security tests to use helper functions and constants 2025-04-11 11:20:04 +02:00
juancarmore
e0d155b8c2 tests: Refactor recording security tests to use helper functions 2025-04-11 11:19:54 +02:00
juancarmore
b31a53e6d9 tests: Refactor room security tests to use INTERNAL_ROOMS_PATH constant for API calls 2025-04-11 11:19:03 +02:00
juancarmore
ba726fe90f tests: Fix createRoom function by using roomIdPrefix instead of roomPrefix and add default value 2025-04-11 11:18:47 +02:00
juancarmore
b78af0eff2 tests: Update authentication tests to use consistent AUTH_PATH and loginUserAsRole helper 2025-04-10 18:59:24 +02:00
juancarmore
7fff9ceda0 backend: Remove apiKeyValidator from getRecordingMedia route 2025-04-10 18:52:36 +02:00
juancarmore
8f7624eecd tests: Refactor room security tests to use updated helper functions and improve API integration 2025-04-10 18:51:39 +02:00
juancarmore
7182870625 tests: Add createRoom and generateParticipantToken helper functions 2025-04-10 18:50:54 +02:00
juancarmore
7590e2bb15 tests: Update deleteAllRooms function to type room mapping and remove expect 200 status code 2025-04-10 18:00:16 +02:00
juancarmore
38e4047914 Refactor helpers.ts to improve API integration 2025-04-10 17:51:07 +02:00
Carlos Santos
70545d81b9 Refactor deleteAllRooms function to use query parameters for requests 2025-04-10 17:39:32 +02:00
Carlos Santos
c583023a69 backend: Update deleteAllRooms function to initialize nextPageToken as undefined 2025-04-10 17:37:26 +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
77a3712a27 backend: Improve deleteAllRooms function to handle empty roomIds gracefully 2025-04-10 17:18:07 +02:00
Carlos Santos
bd564cad2f backend: Add integration tests for OpenVidu Meet Room API creation and validation 2025-04-10 16:50:23 +02:00
Carlos Santos
96236f6a9e backend: Refactor test server setup by moving to helpers module 2025-04-10 16:47:47 +02:00
Carlos Santos
2a1448330c backend: Clean up unnecessary test files 2025-04-10 16:46:03 +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
juancarmore
11dad40a0b backend: Rename recording content endpoint and stop endpoint in OpenAPI specs 2025-04-10 10:19:28 +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
14d5637151 backend: Add response schema for bulk room deletion and update endpoint responses 2025-04-09 12:02:02 +02:00
Carlos Santos
6774e56a27 backend: Rename recording content endpoint to media 2025-04-08 19:03:56 +02:00
Carlos Santos
7b53d81813 backend: Update room deletion description to specify that the deletion date must be at least one hour in the future 2025-04-08 18:54:06 +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
ef514f752c backend: Update tests to replace expirationDate with autoDeletionDate for consistency 2025-04-08 18:39:45 +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
eb06643364 backend: Rename expirationDate to autoDeletionDate in OpenAPI specs and update descriptions 2025-04-08 18:35:18 +02:00
Carlos Santos
cf21cc7233 backend: Added recording webhooks in openapi spec 2025-04-08 18:15:34 +02:00
Carlos Santos
8d92ad3533 backend: Add X-Signature and X-Timestamp parameters for webhook verification 2025-04-08 18:15:00 +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
87de44099f backend: Remove cron-parser dependency from package.json and package-lock.json 2025-04-08 09:54:42 +02:00