Carlos Santos
|
74254be37b
|
docs: Update README with recording compose process and identifier format; remove obsolete diagram
|
2025-03-28 10:30:21 +01:00 |
|
juancarmore
|
cf4b2ef340
|
frontend: Update routes to use runGuardsSerially when having multiple guards and add checkParticipantRoleAndAuthGuard to enforce authentication based on participant role and auth mode
|
2025-03-27 19:31:08 +01:00 |
|
juancarmore
|
23cdea5ca1
|
frontend: Refactor guards to return UrlTree or RedirectCommand when needing to redirect to another route
|
2025-03-27 19:28:29 +01:00 |
|
juancarmore
|
72b8a9d12f
|
frontend: Add run-serially.guard to execute multiple guards in sequence
|
2025-03-27 19:22:53 +01:00 |
|
juancarmore
|
24b39fd02f
|
frontend: Refactor AuthService and components that use it
|
2025-03-27 19:21:56 +01:00 |
|
juancarmore
|
ab0775a706
|
frontend: Set default username if authenticated in ParticipantNameComponent and clean up form initialization
|
2025-03-26 13:58:40 +01:00 |
|
juancarmore
|
2b776ac181
|
frontend: Refactor login component to use queryParams subscription for redirect handling
|
2025-03-26 13:57:50 +01:00 |
|
juancarmore
|
473c7be726
|
frontend: Update login component to handle redirect parameters after login
|
2025-03-26 13:39:07 +01:00 |
|
juancarmore
|
558fba500a
|
frontend: Update base routes to include room creator guard and disabled component
|
2025-03-26 13:38:54 +01:00 |
|
juancarmore
|
ecf70639f7
|
frontend: Add room creator guard to manage room creation access
|
2025-03-26 13:38:42 +01:00 |
|
juancarmore
|
355b31b25a
|
frontend: Add RoomCreatorDisabled component to handle room creation disabled state
|
2025-03-26 13:37:45 +01:00 |
|
juancarmore
|
39a6b15d6a
|
frontend: Enhance ContextService to include global preferences and authentication policies
|
2025-03-26 13:37:04 +01:00 |
|
juancarmore
|
930541c725
|
backend: Enhance authentication middleware to always include user that is performing the action in a resource
|
2025-03-26 12:43:24 +01:00 |
|
juancarmore
|
8a403006fd
|
typings: Add APP role to UserRole enum
|
2025-03-26 12:41:36 +01:00 |
|
juancarmore
|
6bd19d1708
|
backend: Refactor authentication logic to retrieve user credentials from UserService
|
2025-03-26 12:41:11 +01:00 |
|
juancarmore
|
6725330a7a
|
backend: Integrate bcrypt for password hashing and verification
|
2025-03-26 12:40:30 +01:00 |
|
juancarmore
|
d10e6ea519
|
backend: Add comments in middlewares for clarity
|
2025-03-26 12:39:10 +01:00 |
|
juancarmore
|
93048f236a
|
backend: Add configureRoomAuthorization middleware for get room endpoint
|
2025-03-25 16:38:32 +01:00 |
|
juancarmore
|
147a334868
|
backend: Refactor middlewares and routes to configure authentication
|
2025-03-25 13:10:08 +01:00 |
|
juancarmore
|
042f7f2fd4
|
backend: Refactor authentication logic to use new global auth configuration
|
2025-03-25 13:06:52 +01:00 |
|
juancarmore
|
499e36786b
|
backend: Add TODO in LiveKitService for deprecated warning
|
2025-03-25 13:04:29 +01:00 |
|
juancarmore
|
d354191815
|
Remove MEET_PRIVATE_ACCESS variable and related logging
|
2025-03-25 13:03:47 +01:00 |
|
juancarmore
|
a938f35b6f
|
backend: Enhance default global preferences with webhook and security settings
|
2025-03-25 13:03:15 +01:00 |
|
juancarmore
|
695ee31fbd
|
typings: Add authentication preferences and update global preferences
|
2025-03-25 13:02:40 +01:00 |
|
juancarmore
|
fec108d802
|
Update role references from Role to UserRole for consistency
|
2025-03-25 13:02:02 +01:00 |
|
juancarmore
|
7a72e56dbd
|
Remove autogenerated header from webhook typings
|
2025-03-25 12:56:44 +01:00 |
|
Carlos Santos
|
6da1aa2cbe
|
backend: Refactor DEFAULT_TTL to use 'ms' library for improved readability
|
2025-03-25 10:41:28 +01:00 |
|
Carlos Santos
|
7d8417be53
|
backend: Add recording lock TTL configuration and refactor lock acquisition method
|
2025-03-25 10:35:43 +01:00 |
|
Carlos Santos
|
03adcf6a91
|
backend: Correct enum value for recording status to maintain consistency
|
2025-03-25 10:09:35 +01:00 |
|
Carlos Santos
|
a528cb70f8
|
backend: Add documentation for recording feature and storage structure
|
2025-03-24 17:03:54 +01:00 |
|
Carlos Santos
|
0a067bdfb5
|
backend: Improve logging for S3 bulk delete operation
|
2025-03-24 15:49:10 +01:00 |
|
Carlos Santos
|
eebc636e4d
|
backend: use 'ms' library for login limiter window duration
|
2025-03-24 15:33:54 +01:00 |
|
Carlos Santos
|
9c815eba48
|
backend: Refactor MutexService to remove in-memory lock storage to prevent inconsistencies
|
2025-03-24 13:30:23 +01:00 |
|
Carlos Santos
|
cf447c0892
|
frontend: Refactor API path constants in HttpService
|
2025-03-24 13:10:08 +01:00 |
|
Carlos Santos
|
d7b84df956
|
backend: Remove unnecessary openapi.middleware
|
2025-03-24 13:07:41 +01:00 |
|
Carlos Santos
|
a6fc920c7d
|
backend: Rename withValidRecordingIdRequest to withValidRecordingId for consistency
|
2025-03-24 13:05:44 +01:00 |
|
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 |
|