373 Commits

Author SHA1 Message Date
Carlos Santos
e9f9dbeb04 backend: set NODE_ENV for production and development start scripts 2025-05-14 13:01:48 +02:00
Carlos Santos
89ec61249a backend: enhance path utilities with environment checks and logging 2025-05-14 13:01:37 +02:00
Carlos Santos
12bbd7b4e8 backend: update path resolution for public files to use project root 2025-05-14 12:24:41 +02:00
juancarmore
34312e16d3 ci: add integration tests for participants API and update workflow 2025-05-13 14:41:36 +02:00
juancarmore
7e0585595b test: add integration tests for refreshing participant tokens with various scenarios 2025-05-13 14:30:13 +02:00
juancarmore
26103ab52a test: add integration tests for generating participant tokens and validate responses 2025-05-13 14:23:00 +02:00
juancarmore
886fd5109b test: add integration tests for generating recording tokens and update related assertions 2025-05-13 12:52:31 +02:00
juancarmore
e45420ac0f test: add integration tests for retrieving room roles and permissions 2025-05-13 12:09:57 +02:00
juancarmore
6c9e1d9b50 tests: Add recording token functionality to recordings API tests 2025-05-11 21:00:48 +02:00
juancarmore
676b1c1fc6 tests: Add security preferences API tests 2025-05-11 20:12:12 +02:00
juancarmore
25b4ef6c1d tests: Add global preferences API security tests 2025-05-11 19:23:24 +02:00
juancarmore
cf04b4e32d tests: Update room security tests to enhance authentication scenarios and add recording token generation tests 2025-05-11 15:35:01 +02:00
juancarmore
4e16598cbe tests: Add more security tests for meeting API 2025-05-11 15:34:44 +02:00
juancarmore
c774a437f9 backend: Simplify room authorization middleware by removing redundant authentication checks for moderators 2025-05-11 15:33:44 +02:00
juancarmore
a08da5dc75 tests: Enhance recording API security tests by including cases with recording token cookie 2025-05-11 14:07:21 +02:00
juancarmore
4d176600e1 tests: Refactor request helpers for improved preference management and cleanup 2025-05-11 14:06:03 +02:00
juancarmore
3942dfa0af backend: Update archived room metadata if exists when updating room preferences 2025-05-11 14:04:58 +02:00
juancarmore
d62added6e backend: Implement updateArchivedRoomMetadata method 2025-05-11 14:03:55 +02:00
juancarmore
8b2d0dd34c backend: Correct permissions reference in recording middleware for retrieval and deletion. Reorder recording routes definition for clarity 2025-05-11 14:02:25 +02:00
juancarmore
0b00153349 backend: Enhance error handling in authentication middleware to control validator flow 2025-05-10 18:18:08 +02:00
Carlos Santos
23da76806d backend: Add unit test command and update token service to use VideoGrant type 2025-05-08 12:10:59 +02:00
Carlos Santos
41f8822567 test: Add type checks for LiveKitPermissions and VideoGrant interfaces 2025-05-08 12:06:15 +02:00
Carlos Santos
e75b21fa49 backend: Refactor room finished and recording webhook handling for improved clarity and error logging 2025-05-07 14:25:39 +02:00
Carlos Santos
e2b9fcd532 backend: Enhance webhook events creator checking 2025-05-07 14:25:22 +02:00
Carlos Santos
185d6e9def tests: Enhance race conditions tests for recording API with additional consistency checks 2025-05-07 13:00:48 +02:00
Carlos Santos
d85bda282e tests: Add API tests for webhook preferences 2025-05-07 12:36:45 +02:00
Carlos Santos
4cb9452ac1 backend: Update webhook preferences handling and validation logic 2025-05-07 12:36:09 +02:00
Carlos Santos
39b53f537d backend: Refactor S3 service to use internal configuration for retry settings 2025-05-07 11:57:50 +02:00
Carlos Santos
a5024fccf2 tests: Enhance room deletion tests with custom MEETING_DEPARTURE_TIMEOUT and LiveKit room creation 2025-05-07 11:39:32 +02:00
Carlos Santos
ecb50ec0e9 backend: Update room service to utilize MEETING_EMPTY_TIMEOUT and MEETING_DEPARTURE_TIMEOUT for LiveKit room options 2025-05-07 11:26:50 +02:00
Carlos Santos
3c4b373861 backend: Add appearance preferences API tests and helper functions 2025-05-07 10:43:44 +02:00
Carlos Santos
8e0481c337 backend: Fixed typo 2025-05-06 17:23:06 +02:00
Carlos Santos
9d4452dddf backend: Add webhook integration tests and update CI workflow for webhooks 2025-05-06 17:20:58 +02:00
Carlos Santos
09ba892d95 backend: Remove createdBy field from rom metadata and related code 2025-05-06 17:17:22 +02:00
Carlos Santos
bcb8c82e59 backend: Add webhook integration tests; implement webhook server setup and preferences management 2025-05-06 17:14:09 +02:00
Carlos Santos
7167cb4445 backend: Update webhook preferences handling and validation; ensure URL is optional and required when enabled 2025-05-06 17:13:00 +02:00
Carlos Santos
4344ed8c0c backend: Change logging level from verbose to info for received webhook events 2025-05-06 13:02:02 +02:00
Carlos Santos
f1a0a5c0bb backend: Enhance logging for webhook configuration in logEnvVars function 2025-05-06 13:01:45 +02:00
Carlos Santos
bebe0fc3f2 backend: Simplify room existence check in webhookEventBelongsToOpenViduMeet method 2025-05-06 13:01:33 +02:00
Carlos Santos
b613bcb53d backend: Standardize webhook parameter names and descriptions; implement schemas for webhook events 2025-05-05 18:24:29 +02:00
Carlos Santos
bbbb7fc0c1 backend: Add handling for room started event and refactor room finished webhook logic 2025-05-05 17:43:52 +02:00
Carlos Santos
4983729c1d backend: Change private methods to protected in OpenViduWebhookService for better accessibility 2025-05-05 17:18:57 +02:00
juancarmore
5671d58f1f tests: Add setupSingleRoomWithRecording function and refactor recording security tests 2025-05-05 16:39:17 +02:00
juancarmore
46bd1bcca8 tests: Refactor security tests to use setupSingleRoom for room data management 2025-05-05 14:38:56 +02:00
juancarmore
e6173e1748 tests: Refactor validation error checks in authentication tests to use expectValidationError helper 2025-05-05 14:38:21 +02:00
juancarmore
d42b9b0329 tests: Remove unnecessary parameter from setupMultiRecordingsTestContext calls in recording tests 2025-05-05 14:38:06 +02:00
juancarmore
e90fac28b5 tests: Add setupSingleRoom function in test-scenarios.ts and refactor code 2025-05-05 14:37:11 +02:00
juancarmore
78f6d7d8cc tests: Refactor expectValidationError to use consistent parameter naming 2025-05-05 14:35:58 +02:00
juancarmore
edab6bba31 tests: Simplify changeSecurityPreferences and update token generation functions to remove adminCookie parameter 2025-05-05 14:35:41 +02:00
juancarmore
ad928006d2 tests: Add generateRecordingToken function in request-helpers.ts 2025-05-05 10:47:58 +02:00