49 Commits

Author SHA1 Message Date
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
94d526df07 backend: Remove withValidRoomSecret middleware from getRoomRoleAndPermissions endpoint 2025-04-30 16:16:33 +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
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
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
juancarmore
576b1f7d98 backend: Implement recording token generation and update room preferences handling 2025-04-25 11:49:03 +02:00
juancarmore
5e11be08b4 backend: Reorganize imports 2025-04-24 14:59:46 +02:00
juancarmore
0006097d8e backend: Rename recording permission middleware for clarity and consistency 2025-04-24 11:22:30 +02:00
Carlos Santos
5c67f2a370 backend: Refactor login rate limiting to allow bypass in test environment 2025-04-15 11:48:10 +02:00
Carlos Santos
a449e2a41a backend: Add update room integration tests 2025-04-14 18:23:33 +02:00
juancarmore
9fd9dd2404 backend: Correct route parameter syntax for meeting routes 2025-04-12 14:15:51 +02:00
juancarmore
743d3d514d backend: Implement room roles and permissions endpoints 2025-04-12 13:46:00 +02:00
juancarmore
9fb281626d backend: Implement meeting routes 2025-04-12 12:59:19 +02:00
juancarmore
79afa0cd03 backend: Refactor middleware imports for consistency and clarity 2025-04-12 12:58:23 +02:00
juancarmore
9ccda10c6e backend: Rename participants.routes.ts to participant.routes.ts for consistency 2025-04-12 12:37:25 +02:00
juancarmore
7fff9ceda0 backend: Remove apiKeyValidator from getRecordingMedia route 2025-04-10 18:52:36 +02:00
Carlos Santos
a0b7d42002 backend: Enhance recording service to support field filtering in getRecording and getAllRecordings methods 2025-04-10 13:12:26 +02:00
Carlos Santos
e7f45dcbfd backend: Change stop recording endpoint from PUT to POST and update response status to 202 2025-04-09 17:12:50 +02:00
Carlos Santos
ac12841418 backend: Enhance room deletion functionality with force delete option and improved response handling 2025-04-09 12:06:19 +02:00
Carlos Santos
6774e56a27 backend: Rename recording content endpoint to media 2025-04-08 19:03:56 +02:00
Carlos Santos
67322f31d7 backend: Optimize recording routes by reordering middleware for improved validation 2025-04-08 10:48:16 +02:00
Carlos Santos
89f70dc928 backend: Moved start and stop recording to internal api 2025-04-07 20:41:39 +02:00
Carlos Santos
bb54cd6c8e backend: Rename streamRecording to getRecordingContent and update route for streaming recordings 2025-04-07 20:41:39 +02:00
Carlos Santos
546e17f1e5 backend: Update validation error messages and add room ID validation middleware 2025-04-07 20:41:39 +02:00
Carlos Santos
0cc73050a8 backend: Moved global preference api to internal 2025-04-07 20:41:39 +02:00
Carlos Santos
4ff00aad96 backend: Enhance room management logic 2025-04-07 20:41:39 +02:00
Carlos Santos
9e3644ab06 backend: Reorder middleware for recording routes to improve validation flow 2025-04-07 20:41:39 +02:00
Carlos Santos
67b3426c85 backend: Refactor room-related terminology from 'roomName' to 'roomId' across routes, middlewares, and services
Updated the Livekit room life cycle
2025-04-01 17:27:37 +02:00
juancarmore
2d82d6a96d backend: Add security and webhook preferences controllers and validation middleware 2025-03-28 18:55:39 +01:00
juancarmore
6f0e0a2bd3 backend: Clean up routes code 2025-03-28 12:55:07 +01:00
juancarmore
bc33e9c5d9 backend: Add endpoint to retrieve participant role by room secret 2025-03-28 12:12:33 +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
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
fec108d802 Update role references from Role to UserRole for consistency 2025-03-25 13:02:02 +01:00
Carlos Santos
eebc636e4d backend: use 'ms' library for login limiter window duration 2025-03-24 15:33:54 +01:00
Carlos Santos
a6fc920c7d backend: Rename withValidRecordingIdRequest to withValidRecordingId for consistency 2025-03-24 13:05:44 +01:00
Carlos Santos
f089ad6e67 backend: Rename livekitRouter to livekitWebhookRouter for clarity and consistency 2025-03-24 13:02:04 +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
juancarmore
e383d10fd6 backend: Refactor authentication middleware usage across routes to enhance security and role validation 2025-03-21 01:33:01 +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
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
00b1d8be93 backend: Add fields query parameter to get rooms and room details endpoints 2025-03-11 18:35:42 +01:00
Carlos Santos
017b430bf1 Added source code 2025-03-10 19:25:11 +01:00