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
|
c774a437f9
|
backend: Simplify room authorization middleware by removing redundant authentication checks for moderators
|
2025-05-11 15:33:44 +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
|
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
|
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
|
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
|
8e0481c337
|
backend: Fixed typo
|
2025-05-06 17:23:06 +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
|
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
|
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
|
67ff3e2494
|
openapi: Update error responses and schemas for consistency
|
2025-04-30 17:16:17 +02:00 |
|
juancarmore
|
94d526df07
|
backend: Remove withValidRoomSecret middleware from getRoomRoleAndPermissions endpoint
|
2025-04-30 16:16:33 +02:00 |
|
juancarmore
|
8357a54597
|
backend: Improve error handling and logging, and refactor code
|
2025-04-30 14:00:38 +02:00 |
|
Carlos Santos
|
7376f1dc04
|
backend: Refactor recording lock acquisition logic to prevent unnecessary cleanup on active recordings
|
2025-04-29 17:49:37 +02:00 |
|
Carlos Santos
|
1a13d3d98b
|
backend: Rename garbage collection methods for clarity and add tests for orphaned recording locks
|
2025-04-29 17:19:59 +02:00 |
|
Carlos Santos
|
f841f55c71
|
backend: Improve error logging for missing security and webhook preferences
|
2025-04-29 13:49:27 +02:00 |
|
Carlos Santos
|
473531792e
|
backend: Add API key validation to recording middleware and update routes for media retrieval
|
2025-04-29 13:21:27 +02:00 |
|
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 |
|