Carlos Santos
|
a699bb3343
|
backend: Introduce RedisLockName enum for garbage collector lock management
|
2025-03-24 12:53:38 +01:00 |
|
juancarmore
|
8ecc62ba46
|
backend: Improve getRoomSecretRole method to compare secret with query param "secret"
|
2025-03-21 01:58:29 +01:00 |
|
juancarmore
|
eefe90cf5a
|
backend: Add token verification in refreshParticipantToken to prevent refreshing a valid token
|
2025-03-21 01:34:36 +01:00 |
|
juancarmore
|
1dba73178d
|
backend: Refactor recording middleware to improve permission checks and error handling
|
2025-03-21 01:33:37 +01:00 |
|
juancarmore
|
e383d10fd6
|
backend: Refactor authentication middleware usage across routes to enhance security and role validation
|
2025-03-21 01:33:01 +01:00 |
|
juancarmore
|
a3e325c262
|
backend: Add request validator middleware for login requests
|
2025-03-21 00:57:27 +01:00 |
|
juancarmore
|
fbbef9eedf
|
backend: Refactor authentication controller to improve login flow and add user profile retrieval
|
2025-03-21 00:57:16 +01:00 |
|
juancarmore
|
d1af9637a6
|
backend: Remove BasicAuth and refactor authentication middlewares to be able to use multiple options
|
2025-03-21 00:56:19 +01:00 |
|
juancarmore
|
a9274005ef
|
backend: Refactor AuthService and TokenService to use User object for authentication and token generation
|
2025-03-21 00:54:16 +01:00 |
|
juancarmore
|
5e1e418c13
|
backend: Extend Express Request type to include session object with user and token properties
|
2025-03-21 00:51:40 +01:00 |
|
juancarmore
|
570c830f63
|
backend: Add UserService for user role management and update dependency injector
|
2025-03-21 00:51:27 +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 |
|
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
|
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 |
|
juancarmore
|
c2b82cdeb7
|
backend: Refactor recording middleware to include permission checks and update route handlers
|
2025-03-14 01:39:20 +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 |
|
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
|
ac2e9a59f4
|
frontend: Add numParticipants to OpenViduMeetRoom and update room creation logic
|
2025-03-13 13:48:00 +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 |
|
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
|
3ddf7f0b7b
|
types: Introduce typings for OpenVidu Meet application and update references
|
2025-03-11 17:45:36 +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 |
|
Carlos Santos
|
d08ca1fd6b
|
Remove viewer role and associated permissions from participant and room services
|
2025-03-11 17:34:51 +01:00 |
|
Carlos Santos
|
8fc19a9932
|
backend: Change default log level from verbose to info in environment configuration
|
2025-03-11 16:21:18 +01:00 |
|
Carlos Santos
|
f2a7e80d76
|
backend: Simplify LoggerService configuration by consolidating transport setup
|
2025-03-11 16:17:40 +01:00 |
|
Carlos Santos
|
89b8b699ee
|
backend: Refactor RedisService to use dependency injection for LoggerService
|
2025-03-11 16:17:10 +01:00 |
|
Carlos Santos
|
d0d4c90821
|
backend: Remove console log from S3Service constructor
|
2025-03-11 16:17:02 +01:00 |
|
Carlos Santos
|
d54e1496d4
|
backend: Update OpenAPI spec path resolution for production and development
|
2025-03-11 16:16:49 +01:00 |
|
Carlos Santos
|
18cec419d1
|
backend: Add uid package and update build scripts
|
2025-03-11 16:16:36 +01:00 |
|
Carlos Santos
|
017b430bf1
|
Added source code
|
2025-03-10 19:25:11 +01:00 |
|