Commit Graph

  • 82c0241227 ci: update integration test workflow to use main branch and streamline job steps Carlos Santos 2025-04-23 14:02:10 +02:00
  • e0a74b4446 test: streamline test server initialization by removing unnecessary await and stopTestServer calls Carlos Santos 2025-04-23 13:52:25 +02:00
  • db44b43022 backend: Update error path for roomId in withValidRoomId middleware to improve error reporting Carlos Santos 2025-04-23 13:48:19 +02:00
  • 9a4237c59d backend: Enhance expectValidRoom to conditionally validate autoDeletionDate based on markedForDeletion Carlos Santos 2025-04-23 12:45:12 +02:00
  • 80237c2d76 backend: Refactor bulk delete recording tests to utilize expectValidationError for improved clarity and consistency Carlos Santos 2025-04-23 12:23:42 +02:00
  • ba88183f26 backend: Refactor room API test descriptions for consistency and enhance assertion helpers Carlos Santos 2025-04-23 12:12:57 +02:00
  • 0c21d621f8 backend: Fix bulk delete recordings schema to ensure non-empty recording IDs Carlos Santos 2025-04-23 11:02:21 +02:00
  • 35edc4d0c0 backend: Enhance recording IDs description for clarity and formatting Carlos Santos 2025-04-23 11:02:02 +02:00
  • f8a176b4fa backend: Add bulk delete recordings tests and enhance test utilities Carlos Santos 2025-04-23 11:01:46 +02:00
  • 32c0c9d242 backend: Implement room metadata archiving and retrieval in storage service Carlos Santos 2025-04-22 13:42:32 +02:00
  • c33ee7218b backend: Saved recording preferences into the room_metadata json file Carlos Santos 2025-04-22 12:56:22 +02:00
  • 47350f1b10 backend: Refactor recording timeout handling by extracting timeout registration into a separate method Carlos Santos 2025-04-22 11:13:30 +02:00
  • 74d1b542b6 backend: Refactor recording timeout handling to properly register and unregister event listeners Carlos Santos 2025-04-21 17:32:31 +02:00
  • 28fb0a594e backend: Update room test cases to use await for participant joining Carlos Santos 2025-04-21 16:27:58 +02:00
  • dae12bcbe4 backend: Add integration tests for recording API and enhance assertion helpers Carlos Santos 2025-04-21 16:22:29 +02:00
  • 9d42242ba0 backend: Updated recording status when a starting timeout occurs Carlos Santos 2025-04-21 16:18:28 +02:00
  • b7b9f9b1c0 backend: Enhance logging format to include metadata for improved context Carlos Santos 2025-04-21 14:38:15 +02:00
  • d596e78a46 backend: Refactor recording deletion logic to use Sets for improved performance Carlos Santos 2025-04-21 14:04:33 +02:00
  • 1ebc45a54f backend: Enhance bulk deletion logic for recordings and improve secrets file handling Carlos Santos 2025-04-21 13:47:49 +02:00
  • 0e9d050bcb backend: Update recording path extraction to include S3 prefix and fix typo Carlos Santos 2025-04-21 11:49:25 +02:00
  • 524460e06a backend: Rename setPrivateConfig to setInternalConfig for clarity; add errorRecordingStartTimeout for handling timeout scenarios Carlos Santos 2025-04-16 11:09:55 +02:00
  • f6532fa281 backend: Add error responses for recording conflicts and service unavailability; update success response status Carlos Santos 2025-04-16 11:09:18 +02:00
  • 50afeef235 backend: Update room ID validation in participant token request schema to use sanitized format Carlos Santos 2025-04-15 16:50:05 +02:00
  • 51d57558d4 backend: Fixed recording ID format in security tests Carlos Santos 2025-04-15 14:43:09 +02:00
  • 37f5cfdab0 backend: Refactor recording middleware to streamline room ID extraction and improve error handling Carlos Santos 2025-04-15 14:42:30 +02:00
  • 0e7c47c6d2 backend: Refactor recording ID validation to improve sanitization and format checks Carlos Santos 2025-04-15 14:41:40 +02:00
  • 20ef57b14c backend: Update meet-room-options schema and validation to enforce roomIdPrefix length limit Carlos Santos 2025-04-15 13:22:50 +02:00
  • 817135433a backend: Update bulk delete recordings response to handle mixed results and add appropriate status codes Carlos Santos 2025-04-15 12:55:43 +02:00
  • 2207b7651f backend: Update startRecording response to include Location header and change status code to 201 Carlos Santos 2025-04-15 12:41:04 +02:00
  • 0402f284e7 backend: Update success-room-marked-for-deletion response example and enhance bulk delete response description Carlos Santos 2025-04-15 12:21:38 +02:00
  • be6115a343 backend: Remove markedForDeletion property from success-room-marked-for-deletion response Carlos Santos 2025-04-15 12:18:14 +02:00
  • d6b69f5d19 backend: Update bulk delete room tests Carlos Santos 2025-04-15 12:18:08 +02:00
  • 39f755d207 backend: Improve logging and response handling in bulkDeleteRooms function Carlos Santos 2025-04-15 12:15:02 +02:00
  • bc01ef1caf backend: Update response examples in success-get-room and success-get-rooms YAML files for clarity and consistency Carlos Santos 2025-04-15 12:07:47 +02:00
  • a65018072a backend: Update createRoom to return 201 status on successful room creation Carlos Santos 2025-04-15 12:01:34 +02:00
  • 5c67f2a370 backend: Refactor login rate limiting to allow bypass in test environment Carlos Santos 2025-04-15 11:48:10 +02:00
  • 0eab569b91 backend: Refactor room creation tests to use createRoom helper and ms library for autoDeletionDate Carlos Santos 2025-04-15 11:23:10 +02:00
  • 9bdacf7d0f backend: Add integration tests for room garbage collector functionality Carlos Santos 2025-04-15 11:18:54 +02:00
  • dbef4f6e21 backend: Add CRON_JOB_MIN_LOCK_TTL to internal config and use it in task scheduler Carlos Santos 2025-04-15 11:15:06 +02:00
  • cdc55d25ba backend: Add logging for room deletion process and mark rooms for deletion Carlos Santos 2025-04-15 11:14:39 +02:00
  • 4da56a1b51 backend: Replace hardcoded autoDeletionDate calculation with ms library Carlos Santos 2025-04-15 11:13:30 +02:00
  • a449e2a41a backend: Add update room integration tests Carlos Santos 2025-04-14 18:22:59 +02:00
  • 451a3b74e8 backend: Add tests for bulk room deletion Carlos Santos 2025-04-14 17:58:50 +02:00
  • b08e0e34c4 backend: Refactor bulk deletion responses to clarify operation results and update descriptions Carlos Santos 2025-04-14 17:57:43 +02:00
  • c3fa764534 backend: Refactor bulkDeleteRooms to improve response handling and update sanitization logic Carlos Santos 2025-04-14 17:57:18 +02:00
  • 33a970d1ef backend: Enhance deleteRoom functionality and add delete room integration tests Carlos Santos 2025-04-14 13:40:53 +02:00
  • 7bcb3be1dd backend: Include room existence check in endMeeting function juancarmore 2025-04-14 12:47:08 +02:00
  • e3ee41c827 frontend: Implement endMeeting method in HttpService and update WebComponentManagerService to use it juancarmore 2025-04-14 11:43:09 +02:00
  • 446310f935 frontend: Simplify API path construction by removing version from individual endpoints juancarmore 2025-04-14 11:41:31 +02:00
  • 0e580e6257 backend: Add error handling for invalid room secrets and update related service logic juancarmore 2025-04-14 11:32:35 +02:00
  • ba3c01eaae backend: Add room existence check in getRoomRolesAndPermissions function juancarmore 2025-04-14 11:32:16 +02:00
  • 8b87b9ca21 backend: Add internal API endpoints for managing meetings and getting roles and permissions associated to rooms in OpenAPI specs juancarmore 2025-04-14 11:31:45 +02:00
  • 8cc81a9ff6 backend: Refactor OpenAPI specs for consistency and clarity, and fix some minor errors juancarmore 2025-04-14 09:32:43 +02:00
  • 52bb15d347 tests: Add meeting API security tests juancarmore 2025-04-12 14:20:28 +02:00
  • ffbe5a5d09 tests: Remove delete participant tests from participant security tests juancarmore 2025-04-12 14:17:56 +02:00
  • 439f832dd9 tests: Add room roles and permissions tests juancarmore 2025-04-12 14:17:42 +02:00
  • 5e841a307b tests: Update test suite descriptions for clarity juancarmore 2025-04-12 14:16:59 +02:00
  • 9fd9dd2404 backend: Correct route parameter syntax for meeting routes juancarmore 2025-04-12 14:15:51 +02:00
  • 5570b30686 frontend: Update participant role retrieval to use room role and permissions endpoint juancarmore 2025-04-12 13:46:25 +02:00
  • 743d3d514d backend: Implement room roles and permissions endpoints juancarmore 2025-04-12 13:46:00 +02:00
  • cc2dc83401 backend: Rename getRoomSecretRole to getRoomRoleBySecret and update related calls juancarmore 2025-04-12 13:45:34 +02:00
  • 81db83129b typings: Add MeetRoomRoleAndPermissions interface juancarmore 2025-04-12 13:42:24 +02:00
  • 2ae88d28b6 backend: Add meeting controller with endMeeting functionality juancarmore 2025-04-12 12:59:59 +02:00
  • 9fb281626d backend: Implement meeting routes juancarmore 2025-04-12 12:59:19 +02:00
  • 79afa0cd03 backend: Refactor middleware imports for consistency and clarity juancarmore 2025-04-12 12:58:23 +02:00
  • 9ccda10c6e backend: Rename participants.routes.ts to participant.routes.ts for consistency juancarmore 2025-04-12 12:37:25 +02:00
  • ef67924fbc tests: Update API path constants to use internal-config module juancarmore 2025-04-12 12:34:31 +02:00
  • 58dcd83229 backend: Centralize configuration values in internal-config module Carlos Santos 2025-04-11 17:08:03 +02:00
  • 299497120d tests: Add integration tests for Get Room API functionality Carlos Santos 2025-04-11 14:10:22 +02:00
  • ac7c951fd4 backend: Enhance nonEmptySanitizedString to remove leading hyphen after sanitization Carlos Santos 2025-04-11 14:10:09 +02:00
  • 30fad6995a tests: Refactor getRooms tests to use response object and update assertion helper Carlos Santos 2025-04-11 12:50:39 +02:00
  • eaa6ef9b44 fix: Normalize API key header to lowercase Carlos Santos 2025-04-11 12:37:21 +02:00
  • e0fdbd56e4 tests: Update API key header usage in getRooms integration tests Carlos Santos 2025-04-11 12:30:42 +02:00
  • 4c8db66d58 backend: Add API key header constant and update middleware to use it Carlos Santos 2025-04-11 12:29:45 +02:00
  • 955fb90194 Revert "tests: Update createRoom calls to use empty object for consistent parameter handling" Carlos Santos 2025-04-11 12:17:20 +02:00
  • fbe0868579 backend: Set default value for options parameter in createRoom function Carlos Santos 2025-04-11 12:16:58 +02:00
  • 57489189ec tests: Update createRoom calls to use empty object for consistent parameter handling juancarmore 2025-04-11 11:58:38 +02:00
  • 0f9e3bcf0a backend: Refactor getRooms and assertEmptyRooms functions to remove app parameter Carlos Santos 2025-04-11 11:46:51 +02:00
  • f0092b9d04 backend: Add integration tests for getRooms API with validation and pagination Carlos Santos 2025-04-11 11:25:38 +02:00
  • cb19aaf77f backend: Validate maxItems to ensure it is a positive number and capped at 100 Carlos Santos 2025-04-11 11:25:04 +02:00
  • 427e84de07 backend: Update getRooms response to include pagination details Carlos Santos 2025-04-11 11:24:16 +02:00
  • 53a1ecf964 backend: Add maxItems field to success-get-rooms response for pagination control Carlos Santos 2025-04-11 11:23:52 +02:00
  • 4671b579a2 backend: Enhance roomIdPrefix transformation to remove leading hyphens Carlos Santos 2025-04-11 09:38:52 +02:00
  • ba40ab2747 backend: Update roomIdPrefix in create-room test to include special characters Carlos Santos 2025-04-11 09:38:23 +02:00
  • df0a425eb7 tests: Refactor room creation tests to use ROOMS_PATH constant for API calls and update user login method juancarmore 2025-04-11 11:20:27 +02:00
  • 0e531948de tests: Refactor participant security tests to use helper functions and constants juancarmore 2025-04-11 11:20:04 +02:00
  • e0d155b8c2 tests: Refactor recording security tests to use helper functions juancarmore 2025-04-11 11:19:54 +02:00
  • b31a53e6d9 tests: Refactor room security tests to use INTERNAL_ROOMS_PATH constant for API calls juancarmore 2025-04-11 11:19:03 +02:00
  • ba726fe90f tests: Fix createRoom function by using roomIdPrefix instead of roomPrefix and add default value juancarmore 2025-04-11 11:18:47 +02:00
  • b78af0eff2 tests: Update authentication tests to use consistent AUTH_PATH and loginUserAsRole helper juancarmore 2025-04-10 18:59:24 +02:00
  • 7fff9ceda0 backend: Remove apiKeyValidator from getRecordingMedia route juancarmore 2025-04-10 18:52:36 +02:00
  • 8f7624eecd tests: Refactor room security tests to use updated helper functions and improve API integration juancarmore 2025-04-10 18:51:39 +02:00
  • 7182870625 tests: Add createRoom and generateParticipantToken helper functions juancarmore 2025-04-10 18:50:54 +02:00
  • 7590e2bb15 tests: Update deleteAllRooms function to type room mapping and remove expect 200 status code juancarmore 2025-04-10 18:00:16 +02:00
  • 38e4047914 Refactor helpers.ts to improve API integration juancarmore 2025-04-10 17:51:07 +02:00
  • 70545d81b9 Refactor deleteAllRooms function to use query parameters for requests Carlos Santos 2025-04-10 17:39:32 +02:00
  • c583023a69 backend: Update deleteAllRooms function to initialize nextPageToken as undefined Carlos Santos 2025-04-10 17:37:26 +02:00
  • 44ce0ce2af backend: Fix ContinuationToken handling in S3Service to avoid passing 'undefined' as a string Carlos Santos 2025-04-10 17:37:10 +02:00
  • 77a3712a27 backend: Improve deleteAllRooms function to handle empty roomIds gracefully Carlos Santos 2025-04-10 17:18:07 +02:00
  • bd564cad2f backend: Add integration tests for OpenVidu Meet Room API creation and validation Carlos Santos 2025-04-10 16:50:23 +02:00