Carlos Santos
|
049ff37c58
|
backend: Enhance MutexService with lock registry management and retrieval methods
|
2025-03-24 13:02:04 +01:00 |
|
Carlos Santos
|
318fecf962
|
backend: Remove meet/livekit/webhook route for cleaner API structure
|
2025-03-24 13:02:04 +01:00 |
|
Carlos Santos
|
702552915f
|
backend: Change log level to verbose for S3 delete operation and remove console log
|
2025-03-24 13:02:04 +01:00 |
|
Carlos Santos
|
da5d513d01
|
backend: Rename handleRoomFinished to handleMeetingFinished and improve recording lock management
|
2025-03-24 13:02:04 +01:00 |
|
Carlos Santos
|
f089ad6e67
|
backend: Rename livekitRouter to livekitWebhookRouter for clarity and consistency
|
2025-03-24 13:02:04 +01:00 |
|
Carlos Santos
|
ddbc80b0e3
|
backend: Refactor bulk delete recordings to accept recording IDs from query parameters and improve validation handling
|
2025-03-24 13:02:04 +01:00 |
|
Carlos Santos
|
831f1dce0f
|
backend: Refactor HTTP service to use constants for API path prefixes and versions
|
2025-03-24 13:02:04 +01:00 |
|
Carlos Santos
|
7433103ca5
|
backend: Update REST API documentation URL to include base path
|
2025-03-24 13:01:27 +01:00 |
|
Carlos Santos
|
c9dfdd8852
|
backend: Introduce internal API routes for participants and recordings with updated base path
|
2025-03-24 13:01:27 +01:00 |
|
Carlos Santos
|
ca348d1a47
|
backend: Enhance recording routes and controllers with new validation middleware and improve error handling
|
2025-03-24 13:00:13 +01:00 |
|
Carlos Santos
|
e69f1dfb4b
|
backend: Add recording request validation middleware and refactor recording metadata handling
|
2025-03-24 12:53:39 +01:00 |
|
Carlos Santos
|
4e8c3ebcdf
|
backend: Update nodemon and package scripts to generate OpenAPI documentation on restart and post-build
|
2025-03-24 12:53:39 +01:00 |
|
Carlos Santos
|
cdf652acb8
|
frontend: Rename roomName to roomId in recording start process for consistency
|
2025-03-24 12:53:39 +01:00 |
|
Carlos Santos
|
2d4f005d3b
|
typings: Update recording status enums and improve webhook models for clarity and consistency
|
2025-03-24 12:53:38 +01:00 |
|
Carlos Santos
|
baec69c3db
|
backend: Remove deprecated room and signal models; enhance room service with new status signaling
|
2025-03-24 12:53:38 +01:00 |
|
Carlos Santos
|
c05d9390f9
|
backend: Enhance S3 service with retry mechanism and additional configuration options
|
2025-03-24 12:53:38 +01:00 |
|
Carlos Santos
|
60319cdafa
|
frontend: Remove unnecessary feature flags for recording and activity panel in VideoRoomComponent
|
2025-03-24 12:53:38 +01:00 |
|
Carlos Santos
|
a699bb3343
|
backend: Introduce RedisLockName enum for garbage collector lock management
|
2025-03-24 12:53:38 +01:00 |
|
Carlos Santos
|
c8703868d1
|
typings: Rename recording-related enums and interfaces for clarity
|
2025-03-24 12:53:38 +01:00 |
|
Carlos Santos
|
4f6eb1d7e3
|
frontend: Add RoomFormComponent with routing and basic structure
|
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
|
13618af109
|
frontend: Update HTTP interceptor to contemplate all possible cases when refreshing access/participant tokens
|
2025-03-21 01:44:11 +01:00 |
|
juancarmore
|
59320f517d
|
frontend: Refactor authentication guards to use user roles and improve redirection logic
|
2025-03-21 01:42:11 +01:00 |
|
juancarmore
|
280dbea6dc
|
frontend: Refactor authentication handling in components to use updated AuthService methods
|
2025-03-21 01:41:20 +01:00 |
|
juancarmore
|
411388ba53
|
frontend: Refactor AuthService to rename methods and add new ones to obtain info about current authenticated user
|
2025-03-21 01:39:46 +01:00 |
|
juancarmore
|
081722d63c
|
frontend: Refactor HttpService to call new auth endpoints
|
2025-03-21 01:37:03 +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 |
|
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 |
|