Commit Graph

  • 96236f6a9e backend: Refactor test server setup by moving to helpers module Carlos Santos 2025-04-10 16:47:47 +02:00
  • 46d3bfa1dc backend: Add fields property to MeetRecordingFilters type for enhanced filtering options Carlos Santos 2025-04-10 16:46:37 +02:00
  • 2a1448330c backend: Clean up unnecessary test files Carlos Santos 2025-04-10 16:46:03 +02:00
  • c090e255c2 backend: Add middleware to handle JSON syntax errors in request bodies Carlos Santos 2025-04-10 16:44:42 +02:00
  • 3731d648fc backend: Update ContinuationToken handling in S3Service to use undefined when not provided Carlos Santos 2025-04-10 16:43:19 +02:00
  • a0b7d42002 backend: Enhance recording service to support field filtering in getRecording and getAllRecordings methods Carlos Santos 2025-04-10 13:12:26 +02:00
  • 18e0fe6a64 backend: Comment out departureTimeout and add notes regarding LiveKit bug Carlos Santos 2025-04-10 12:42:28 +02:00
  • 7b443ca8d3 backend: Remove deleteObject method from S3Service and update S3StorageProvider to use deleteObjects Carlos Santos 2025-04-10 12:30:33 +02:00
  • d0926ae76e backend: Remove unused S3 service methods and clean up code Carlos Santos 2025-04-10 12:29:36 +02:00
  • 894e6a8f94 backend: Improve participant check in recording service before starting recording Carlos Santos 2025-04-10 12:27:33 +02:00
  • 85e65d76b3 backend: Exclude secrets.json from metadata retrieval in recording service Carlos Santos 2025-04-10 12:27:09 +02:00
  • 4c5f53261c backend: Refactor webhook service to streamline recording started logic and rename saveRoomSecrets method Carlos Santos 2025-04-10 12:26:30 +02:00
  • dbce119f5a backend: Enhance recording cleanup by adding secrets.json file deletion logic Carlos Santos 2025-04-10 11:34:24 +02:00
  • 5345963628 backend: Saved room secrets under recording directory when they do not exist Carlos Santos 2025-04-10 11:33:38 +02:00
  • 11dad40a0b backend: Rename recording content endpoint and stop endpoint in OpenAPI specs juancarmore 2025-04-10 10:19:28 +02:00
  • e7f45dcbfd backend: Change stop recording endpoint from PUT to POST and update response status to 202 Carlos Santos 2025-04-09 17:12:50 +02:00
  • 9c0607af20 frontend: Remove moderator secret from session storage when participant leaves Carlos Santos 2025-04-09 14:50:03 +02:00
  • e80ad639d2 frontend: Update room creation to set auto deletion date to 1 day from creation Carlos Santos 2025-04-09 14:37:16 +02:00
  • ba29d93eab backend: Adjust departureTimeout to seconds and comment out emptyTimeout for LiveKit bug fix Carlos Santos 2025-04-09 14:34:32 +02:00
  • db84194670 backend: Improve logging for expired room deletion to only log messages when actions are performed Carlos Santos 2025-04-09 12:27:58 +02:00
  • 913aa44278 backend: Refactored room GC using bulk delete rooom method for gracefully delete the expired rooms Carlos Santos 2025-04-09 12:22:27 +02:00
  • 7ca385968d typings: Add optional markedForDeletion property to MeetRoom interface Carlos Santos 2025-04-09 12:06:31 +02:00
  • ac12841418 backend: Enhance room deletion functionality with force delete option and improved response handling Carlos Santos 2025-04-09 12:06:19 +02:00
  • 14d5637151 backend: Add response schema for bulk room deletion and update endpoint responses Carlos Santos 2025-04-09 12:02:02 +02:00
  • 6774e56a27 backend: Rename recording content endpoint to media Carlos Santos 2025-04-08 19:03:56 +02:00
  • 597b412027 typings: Make autoDeletionDate optional in room typings Carlos Santos 2025-04-08 18:54:25 +02:00
  • 7b53d81813 backend: Update room deletion description to specify that the deletion date must be at least one hour in the future Carlos Santos 2025-04-08 18:54:06 +02:00
  • 0330dcc067 backend: Update room request validation to require autoDeletionDate to be at least 1 hour in the future Carlos Santos 2025-04-08 18:50:20 +02:00
  • ef514f752c backend: Update tests to replace expirationDate with autoDeletionDate for consistency Carlos Santos 2025-04-08 18:39:45 +02:00
  • d2b0dd6f08 typings: Rename expirationDate to autoDeletionDate in room typings Carlos Santos 2025-04-08 18:36:53 +02:00
  • b300425a2e frontend: Rename expirationDate to autoDeletionDate in room-related components and services for consistency Carlos Santos 2025-04-08 18:36:37 +02:00
  • 84d68ba31b backend: Rename expirationDate to autoDeletionDate in room-related files for consistency Carlos Santos 2025-04-08 18:35:41 +02:00
  • eb06643364 backend: Rename expirationDate to autoDeletionDate in OpenAPI specs and update descriptions Carlos Santos 2025-04-08 18:35:18 +02:00
  • cf21cc7233 backend: Added recording webhooks in openapi spec Carlos Santos 2025-04-08 18:15:34 +02:00
  • 8d92ad3533 backend: Add X-Signature and X-Timestamp parameters for webhook verification Carlos Santos 2025-04-08 18:15:00 +02:00
  • 8bf3c51125 backend: Add error handling for Redis connection in TaskSchedulerService and SystemEventService Carlos Santos 2025-04-08 11:18:57 +02:00
  • 67322f31d7 backend: Optimize recording routes by reordering middleware for improved validation Carlos Santos 2025-04-08 10:48:08 +02:00
  • ba844e4d77 frontend: Update API paths in HttpService juancarmore 2025-04-08 10:21:33 +02:00
  • 87de44099f backend: Remove cron-parser dependency from package.json and package-lock.json Carlos Santos 2025-04-08 09:54:42 +02:00
  • 1747c138b4 backend: Simplify lock duration calculation in TaskSchedulerService and remove unused cron interval method Carlos Santos 2025-04-08 09:54:33 +02:00
  • f64f200e88 backend: Remove room garbage collector and related cleanup timers from TaskSchedulerService Carlos Santos 2025-04-08 09:54:15 +02:00
  • 404d21b8d5 backend: Refactor room deletion methods to handle multiple rooms and improve logging Carlos Santos 2025-04-07 20:40:52 +02:00
  • 814f75c4a1 backend: Remove room preferences controller and related methods from storage service Carlos Santos 2025-04-07 20:20:49 +02:00
  • a17bcd5771 backend: Add error handling for starting recordings when no participants are present Carlos Santos 2025-04-07 19:33:38 +02:00
  • 30ee4dfbca backend: Refactor MeetStorageService to initialize global preferences with locking mechanism Carlos Santos 2025-04-07 18:55:40 +02:00
  • 355d773dd1 backend: Add internal API endpoints for starting and stopping recordings Carlos Santos 2025-04-07 18:40:20 +02:00
  • 89f70dc928 backend: Moved start and stop recording to internal api Carlos Santos 2025-04-07 18:39:56 +02:00
  • 713f99acf7 backend: Add new endpoint to retrieve recording content and remove streaming endpoint Carlos Santos 2025-04-07 18:29:30 +02:00
  • bb54cd6c8e backend: Rename streamRecording to getRecordingContent and update route for streaming recordings Carlos Santos 2025-04-07 18:28:58 +02:00
  • 546e17f1e5 backend: Update validation error messages and add room ID validation middleware Carlos Santos 2025-04-07 18:11:45 +02:00
  • 990f23f7b2 backend: Update room API responses and add new room properties for enhanced functionality Carlos Santos 2025-04-07 18:11:32 +02:00
  • 0cc73050a8 backend: Moved global preference api to internal Carlos Santos 2025-04-07 17:39:58 +02:00
  • caefdf704b backend: Update logging level and change export to const for recording validation schema Carlos Santos 2025-04-07 17:15:25 +02:00
  • 4ff00aad96 backend: Enhance room management logic Carlos Santos 2025-04-07 17:14:49 +02:00
  • c598530918 typings: Update recording filters and add new room filters for improved querying Carlos Santos 2025-04-07 17:13:51 +02:00
  • 92ef26f58c backend: Rename S3 storage references and update method names for consistency Carlos Santos 2025-04-07 17:13:34 +02:00
  • 2c65ec1da8 backend: Refactor storage service operations with global preferences Carlos Santos 2025-04-04 12:59:14 +02:00
  • 12ef04964c backend: Refactor storage services and remove global preferences service references Carlos Santos 2025-04-04 11:30:51 +02:00
  • 9e3644ab06 backend: Reorder middleware for recording routes to improve validation flow Carlos Santos 2025-04-03 17:20:03 +02:00
  • 7e62417ed7 backend: Add integration tests for testing security in recordings API juancarmore 2025-04-04 10:27:11 +02:00
  • 03846749af backend: Add integration tests for testing security in participants API juancarmore 2025-04-03 18:54:21 +02:00
  • 985e882c7e backend: Refactor tests to use a constant when having same routes for better maintainalibity juancarmore 2025-04-03 18:50:56 +02:00
  • c675fffd07 backend: Add room fields parameter and enhance success responses in OpenAPI documentation Carlos Santos 2025-04-03 17:13:54 +02:00
  • 2c992619dc backend: refactor openapi doc for better maintainability Carlos Santos 2025-04-03 14:12:49 +02:00
  • 1d7ab03caf backend: Fix beforeEach import in room-security.test.ts file juancarmore 2025-04-03 14:42:19 +02:00
  • 55a7868e8a backend: Add integration tests for testing security in room API juancarmore 2025-04-03 14:34:49 +02:00
  • dbf0743850 backend: Upgrade OpenAPI version to 3.1.0 and enhance API documentation for clarity and consistency Carlos Santos 2025-04-02 16:07:29 +02:00
  • 1a4ecf873d backend: API paths and parameters from 'roomName' to 'roomId' for consistency Carlos Santos 2025-04-02 09:54:56 +02:00
  • c94f262240 backend: Add integration tests for authentication API juancarmore 2025-04-02 16:26:43 +02:00
  • 675050b7a4 testapp: Refactor room-related terminology from 'roomName' to 'roomId' in homeController and views Carlos Santos 2025-04-01 19:00:20 +02:00
  • c619760296 typings: Rename room-related interfaces and properties for consistency Carlos Santos 2025-04-01 18:59:58 +02:00
  • 5376ef0846 frontend: Refactor room-related terminology from 'roomName' to 'roomId' Carlos Santos 2025-04-01 18:59:37 +02:00
  • dece70b7e1 backend: Enhance room cleanup logic in RecordingService to improve handling of locks and in-progress recordings Carlos Santos 2025-04-01 18:57:44 +02:00
  • d7e61f5212 backend: Improve room existence check in LivekitWebhookService Carlos Santos 2025-04-01 17:30:54 +02:00
  • 67b3426c85 backend: Refactor room-related terminology from 'roomName' to 'roomId' across routes, middlewares, and services Carlos Santos 2025-04-01 17:27:05 +02:00
  • aad16bc28c backend: Include authentication and internal room routes in OpenAPI specification juancarmore 2025-03-31 21:23:25 +02:00
  • d308850705 Update authentication routes to use internal API base path juancarmore 2025-03-31 20:26:03 +02:00
  • fb0bf4b1e3 backend: Update authentication in OpenAPI specification, add documentation for refresh token endpoint and refactor code juancarmore 2025-03-31 20:13:57 +02:00
  • 194b7fb876 backend: split OpenAPI specification into public and internal files Carlos Santos 2025-03-31 18:15:08 +02:00
  • 669c5b29a4 backend: Integrate GlobalPreferencesService to manage webhook preferences in OpenViduWebhookService juancarmore 2025-03-31 16:51:14 +02:00
  • fef7e50555 Rename OpenViduMeetRoomOptions and OpenViduMeetRoom to MeetRoomOptions and MeetRoom Carlos Santos 2025-03-31 15:20:25 +02:00
  • bea36272af backend: Force initialization of RecordingService instance in dependency injector Carlos Santos 2025-03-31 13:17:47 +02:00
  • 10181c69ee backend: replace recording cleanup timer with task scheduler registration Carlos Santos 2025-03-31 13:14:30 +02:00
  • 4060d1682e backend: Comment out MeetRecordingOutputMode and its usage in MeetRecordingInfo interface Carlos Santos 2025-03-31 13:00:02 +02:00
  • 6da1b8dd13 backend: Update README to clarify recording lock behavior and garbage collection process Carlos Santos 2025-03-31 12:59:45 +02:00
  • df8c483b34 backend: Update scheduleTask method to be asynchronous and invoke callback immediately Carlos Santos 2025-03-31 12:51:26 +02:00
  • 21e959d190 backend: Improve logging for Redis subscriber connection events Carlos Santos 2025-03-31 12:44:45 +02:00
  • 58e79e2e7e backend: Add scheduled task support and recording GC Carlos Santos 2025-03-31 12:44:35 +02:00
  • de9caec62a frontend: Replace global preferences with security preferences in context model and service juancarmore 2025-03-28 18:56:05 +01:00
  • 2d82d6a96d backend: Add security and webhook preferences controllers and validation middleware juancarmore 2025-03-28 18:55:39 +01:00
  • 166389b606 typings: Add DTOs for authentication and security preferences juancarmore 2025-03-28 18:55:21 +01:00
  • 9fe3ac579b backend: Add TODO to retrieve webhook configuration from the database juancarmore 2025-03-28 18:53:01 +01:00
  • a0c4f8ac1b backend: Update helper exports to include password and Redis helpers juancarmore 2025-03-28 16:04:45 +01:00
  • 6f0e0a2bd3 backend: Clean up routes code juancarmore 2025-03-28 12:55:07 +01:00
  • 28b65db651 frontend: Implement participant role retrieval and enhance authentication guards and http interceptor juancarmore 2025-03-28 12:15:11 +01:00
  • bc33e9c5d9 backend: Add endpoint to retrieve participant role by room secret juancarmore 2025-03-28 12:12:33 +01:00
  • 8422b3c38a backend: Update recording stop response to include Location header with recording URL Carlos Santos 2025-03-28 11:58:12 +01:00
  • 578a3fec50 backend: Refactor recording schema and remove outputMode references Carlos Santos 2025-03-28 11:46:26 +01:00
  • 195b56a4b4 backend: Remove status filter from recording API and related validation Carlos Santos 2025-03-28 11:11:03 +01:00
  • 94de7d6610 backend: Disable webhook functionality in development environment Carlos Santos 2025-03-28 10:29:31 +01:00