juancarmore
|
bc6472924a
|
typings: Add User interface and Role enum
|
2025-03-21 00:48:51 +01:00 |
|
juancarmore
|
592356bec3
|
frontend: Extract login logic from RoomGeneratorComponent to LoginComponent and refactor code
|
2025-03-17 19:32:42 +01:00 |
|
Carlos Santos
|
a7c4b84a03
|
backend: Enhance OpenAPI spec for recordings API with pagination support
|
2025-03-17 17:22:18 +01:00 |
|
Carlos Santos
|
fee592cadf
|
backend: Update OpenAPI spec to include 422 response and recording status parameter
|
2025-03-17 16:53:45 +01:00 |
|
juancarmore
|
b5b39ac560
|
frontend: Add version, logo and background image to ContextService and refactor code
|
2025-03-17 15:18:29 +01:00 |
|
juancarmore
|
d1d3a1d96d
|
frontend: Rename HomeComponent to RoomCreatorComponent
|
2025-03-17 13:50:43 +01:00 |
|
juancarmore
|
2af1fdcbc8
|
frontend: Remove unused models and refactor code to include HomeComponent in shared-meet-components library
|
2025-03-17 13:43:27 +01:00 |
|
Carlos Santos
|
bcf9f286f9
|
backend: Updated openAPI spec with recordings API
|
2025-03-17 12:36:27 +01:00 |
|
Carlos Santos
|
cec07a2577
|
backend: Refactor recording model imports and add new recording typings
|
2025-03-17 11:46:19 +01:00 |
|
Carlos Santos
|
b1e5e80059
|
backend: Remove OpenViduWebhookEvent model and update references to use new typings
|
2025-03-17 11:45:13 +01:00 |
|
Carlos Santos
|
e5cfdc592a
|
Update README to clarify backend environment variable configuration for development
|
2025-03-17 10:55:38 +01:00 |
|
Carlos Santos
|
3326bf8f43
|
backend: Enable webhook functionality in development environment
|
2025-03-17 10:45:45 +01:00 |
|
Carlos Santos
|
ff176ff126
|
backend: Refactor saveOpenViduRoom to handle errors with rollback for S3 and Redis operations
|
2025-03-17 10:45:45 +01:00 |
|
Carlos Santos
|
ca56521604
|
backend: Refactor Livekit webhook handling to remove OpenVidu dependency and add room finished event handling
|
2025-03-17 10:45:45 +01:00 |
|
Carlos Santos
|
9f0877780e
|
backend: Enhance Livekit webhook handling with OpenVidu integration for recording events
|
2025-03-17 10:45:45 +01:00 |
|
Carlos Santos
|
e644e1b434
|
frontend: Update openvidu-components-angular to version 3.2.0-dev10 and add recordingStreamBaseUrl to video-room component
|
2025-03-17 10:45:45 +01:00 |
|
juancarmore
|
c2b82cdeb7
|
backend: Refactor recording middleware to include permission checks and update route handlers
|
2025-03-14 01:39:20 +01:00 |
|
juancarmore
|
fe01ddb17e
|
frontend: Enhance token refresh logic in HTTP interceptor for admin and participant routes
|
2025-03-14 01:38:45 +01:00 |
|
juancarmore
|
314b9fae21
|
frontend: Add secret handling to context service and guards for improved room access validation
|
2025-03-14 01:38:03 +01:00 |
|
juancarmore
|
c72315d90a
|
backend: Add refresh participant token endpoint and refactor token generation logic
|
2025-03-14 01:36:51 +01:00 |
|
Carlos Santos
|
cf1c4c5438
|
Remove numParticipants from OpenViduMeetRoom and simplify accessRoomUrl handling in HomeComponent
|
2025-03-13 20:06:16 +01:00 |
|
Carlos Santos
|
6f86890209
|
frontend: Configure custom Webpack for Karma testing and update component imports in tests
|
2025-03-13 16:43:58 +01:00 |
|
juancarmore
|
13e9540b60
|
frontend: Fix expiration date calculation for room options
|
2025-03-13 15:09:00 +01:00 |
|
juancarmore
|
a692f8e37f
|
backend: Implement participant token handling with cookie management and validation middleware
|
2025-03-13 15:04:59 +01:00 |
|
juancarmore
|
e9882c19dc
|
backend: Refactor code to centralize cookie options handling in new utility function
|
2025-03-13 15:03:02 +01:00 |
|
Carlos Santos
|
b7453f3271
|
Updated room URLs to include 'room/' prefix for access links
|
2025-03-13 14:45:50 +01:00 |
|
Carlos Santos
|
5974f2417e
|
backend: Sanitize room name prefix in room options generation
|
2025-03-13 14:42:18 +01:00 |
|
Carlos Santos
|
e3798295d4
|
frontend: Update expiration date comment for room creation options
|
2025-03-13 13:53:49 +01:00 |
|
Carlos Santos
|
0a8a0bb2fb
|
frontend: Update routing to redirect to home component at root path
|
2025-03-13 13:53:42 +01:00 |
|
Carlos Santos
|
ac2e9a59f4
|
frontend: Add numParticipants to OpenViduMeetRoom and update room creation logic
|
2025-03-13 13:48:00 +01:00 |
|
Carlos Santos
|
e86a6e8ed6
|
frontend: Refactor room navigation logic to use publisherRoomUrl and simplify query parameter handling
|
2025-03-13 13:12:13 +01:00 |
|
Carlos Santos
|
fbb6e78653
|
frontend: remove unused StorageAppService and related credential handling in HomeComponent
|
2025-03-13 12:39:05 +01:00 |
|
Carlos Santos
|
b4ac4933bf
|
frontend: Add session storage service and integrate moderator secret handling in room access validation
|
2025-03-13 12:38:08 +01:00 |
|
Carlos Santos
|
61f1efd021
|
frontend: Add prejoinDisplayParticipantName binding to video room component
|
2025-03-13 12:16:49 +01:00 |
|
Carlos Santos
|
8b1f6c1351
|
frontend: Update unauthorized error message for participant access
|
2025-03-13 12:15:55 +01:00 |
|
Carlos Santos
|
d4abcd26b6
|
frontend: Update openvidu-components-angular to version 3.2.0-dev9
|
2025-03-13 12:15:40 +01:00 |
|
Carlos Santos
|
99839da05e
|
backend: Add unauthorized participant error handling in room service
|
2025-03-13 12:13:35 +01:00 |
|
Carlos Santos
|
b3329958d8
|
backend: Correct moderatorRoomUrl format by removing trailing slash
|
2025-03-13 12:13:16 +01:00 |
|
juancarmore
|
09b203a014
|
Correct directory name from 'types' to 'typings' in README and prepare script
|
2025-03-12 13:13:22 +01:00 |
|
Carlos Santos
|
48f71a41c3
|
docs: Update README to reflect new typings directory structure
|
2025-03-12 11:30:31 +01:00 |
|
Carlos Santos
|
2645455b50
|
Add testing application for OpenVidu Meet with room management and webhook handling
|
2025-03-12 11:29:16 +01:00 |
|
Carlos Santos
|
28f8a54b80
|
Updated workspace config
|
2025-03-12 11:27:28 +01:00 |
|
Carlos Santos
|
0351535d9e
|
frontend: Update title to OpenVidu Meet
|
2025-03-12 09:06:20 +01:00 |
|
Carlos Santos
|
00b1d8be93
|
backend: Add fields query parameter to get rooms and room details endpoints
|
2025-03-11 18:35:42 +01:00 |
|
Carlos Santos
|
f7542c14e2
|
ci: Comment out integration test steps in workflow configuration
|
2025-03-11 17:52:08 +01:00 |
|
Carlos Santos
|
920673e7cd
|
Updated Readme
|
2025-03-11 17:51:31 +01:00 |
|
Carlos Santos
|
7fbeed09fd
|
types: Remove viewer role from ParticipantRole enum
|
2025-03-11 17:46:05 +01:00 |
|
Carlos Santos
|
3ddf7f0b7b
|
types: Introduce typings for OpenVidu Meet application and update references
|
2025-03-11 17:45:36 +01:00 |
|
Carlos Santos
|
2fac36c740
|
Update README to clarify types synchronization between frontend and backend
|
2025-03-11 17:40:33 +01:00 |
|
Carlos Santos
|
4b14a7fb30
|
backend: Update nodemon configuration to include additional watch paths and restart events
|
2025-03-11 17:35:28 +01:00 |
|