Carlos Santos
|
451a3b74e8
|
backend: Add tests for bulk room deletion
|
2025-04-14 17:58:50 +02:00 |
|
Carlos Santos
|
b08e0e34c4
|
backend: Refactor bulk deletion responses to clarify operation results and update descriptions
|
2025-04-14 17:57:43 +02:00 |
|
Carlos Santos
|
c3fa764534
|
backend: Refactor bulkDeleteRooms to improve response handling and update sanitization logic
|
2025-04-14 17:57:18 +02:00 |
|
Carlos Santos
|
33a970d1ef
|
backend: Enhance deleteRoom functionality and add delete room integration tests
|
2025-04-14 13:40:53 +02:00 |
|
juancarmore
|
7bcb3be1dd
|
backend: Include room existence check in endMeeting function
|
2025-04-14 12:47:08 +02:00 |
|
juancarmore
|
e3ee41c827
|
frontend: Implement endMeeting method in HttpService and update WebComponentManagerService to use it
|
2025-04-14 11:43:09 +02:00 |
|
juancarmore
|
446310f935
|
frontend: Simplify API path construction by removing version from individual endpoints
|
2025-04-14 11:41:31 +02:00 |
|
juancarmore
|
0e580e6257
|
backend: Add error handling for invalid room secrets and update related service logic
|
2025-04-14 11:32:35 +02:00 |
|
juancarmore
|
ba3c01eaae
|
backend: Add room existence check in getRoomRolesAndPermissions function
|
2025-04-14 11:32:16 +02:00 |
|
juancarmore
|
8b87b9ca21
|
backend: Add internal API endpoints for managing meetings and getting roles and permissions associated to rooms in OpenAPI specs
|
2025-04-14 11:31:45 +02:00 |
|
juancarmore
|
8cc81a9ff6
|
backend: Refactor OpenAPI specs for consistency and clarity, and fix some minor errors
|
2025-04-14 09:32:43 +02:00 |
|
juancarmore
|
52bb15d347
|
tests: Add meeting API security tests
|
2025-04-12 14:20:28 +02:00 |
|
juancarmore
|
ffbe5a5d09
|
tests: Remove delete participant tests from participant security tests
|
2025-04-12 14:17:56 +02:00 |
|
juancarmore
|
439f832dd9
|
tests: Add room roles and permissions tests
|
2025-04-12 14:17:42 +02:00 |
|
juancarmore
|
5e841a307b
|
tests: Update test suite descriptions for clarity
|
2025-04-12 14:16:59 +02:00 |
|
juancarmore
|
9fd9dd2404
|
backend: Correct route parameter syntax for meeting routes
|
2025-04-12 14:15:51 +02:00 |
|
juancarmore
|
5570b30686
|
frontend: Update participant role retrieval to use room role and permissions endpoint
|
2025-04-12 13:46:25 +02:00 |
|
juancarmore
|
743d3d514d
|
backend: Implement room roles and permissions endpoints
|
2025-04-12 13:46:00 +02:00 |
|
juancarmore
|
cc2dc83401
|
backend: Rename getRoomSecretRole to getRoomRoleBySecret and update related calls
|
2025-04-12 13:45:34 +02:00 |
|
juancarmore
|
81db83129b
|
typings: Add MeetRoomRoleAndPermissions interface
|
2025-04-12 13:42:24 +02:00 |
|
juancarmore
|
2ae88d28b6
|
backend: Add meeting controller with endMeeting functionality
|
2025-04-12 12:59:59 +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
|
ef67924fbc
|
tests: Update API path constants to use internal-config module
|
2025-04-12 12:34:31 +02:00 |
|
Carlos Santos
|
58dcd83229
|
backend: Centralize configuration values in internal-config module
|
2025-04-11 17:13:05 +02:00 |
|
Carlos Santos
|
299497120d
|
tests: Add integration tests for Get Room API functionality
|
2025-04-11 14:10:30 +02:00 |
|
Carlos Santos
|
ac7c951fd4
|
backend: Enhance nonEmptySanitizedString to remove leading hyphen after sanitization
|
2025-04-11 14:10:09 +02:00 |
|
Carlos Santos
|
30fad6995a
|
tests: Refactor getRooms tests to use response object and update assertion helper
|
2025-04-11 12:50:39 +02:00 |
|
Carlos Santos
|
eaa6ef9b44
|
fix: Normalize API key header to lowercase
|
2025-04-11 12:37:21 +02:00 |
|
Carlos Santos
|
e0fdbd56e4
|
tests: Update API key header usage in getRooms integration tests
|
2025-04-11 12:30:42 +02:00 |
|
Carlos Santos
|
4c8db66d58
|
backend: Add API key header constant and update middleware to use it
|
2025-04-11 12:29:45 +02:00 |
|
Carlos Santos
|
955fb90194
|
Revert "tests: Update createRoom calls to use empty object for consistent parameter handling"
This reverts commit 57489189ecc39119852b7434dabf9f52d7c965a6.
|
2025-04-11 12:17:20 +02:00 |
|
Carlos Santos
|
fbe0868579
|
backend: Set default value for options parameter in createRoom function
|
2025-04-11 12:17:04 +02:00 |
|
juancarmore
|
57489189ec
|
tests: Update createRoom calls to use empty object for consistent parameter handling
|
2025-04-11 11:58:38 +02:00 |
|
Carlos Santos
|
0f9e3bcf0a
|
backend: Refactor getRooms and assertEmptyRooms functions to remove app parameter
|
2025-04-11 11:46:51 +02:00 |
|
Carlos Santos
|
f0092b9d04
|
backend: Add integration tests for getRooms API with validation and pagination
|
2025-04-11 11:36:09 +02:00 |
|
Carlos Santos
|
cb19aaf77f
|
backend: Validate maxItems to ensure it is a positive number and capped at 100
|
2025-04-11 11:29:07 +02:00 |
|
Carlos Santos
|
427e84de07
|
backend: Update getRooms response to include pagination details
|
2025-04-11 11:29:07 +02:00 |
|
Carlos Santos
|
53a1ecf964
|
backend: Add maxItems field to success-get-rooms response for pagination control
|
2025-04-11 11:29:07 +02:00 |
|
Carlos Santos
|
4671b579a2
|
backend: Enhance roomIdPrefix transformation to remove leading hyphens
|
2025-04-11 11:29:07 +02:00 |
|
Carlos Santos
|
ba40ab2747
|
backend: Update roomIdPrefix in create-room test to include special characters
|
2025-04-11 11:29:07 +02:00 |
|
juancarmore
|
df0a425eb7
|
tests: Refactor room creation tests to use ROOMS_PATH constant for API calls and update user login method
|
2025-04-11 11:20:27 +02:00 |
|
juancarmore
|
0e531948de
|
tests: Refactor participant security tests to use helper functions and constants
|
2025-04-11 11:20:04 +02:00 |
|
juancarmore
|
e0d155b8c2
|
tests: Refactor recording security tests to use helper functions
|
2025-04-11 11:19:54 +02:00 |
|
juancarmore
|
b31a53e6d9
|
tests: Refactor room security tests to use INTERNAL_ROOMS_PATH constant for API calls
|
2025-04-11 11:19:03 +02:00 |
|
juancarmore
|
ba726fe90f
|
tests: Fix createRoom function by using roomIdPrefix instead of roomPrefix and add default value
|
2025-04-11 11:18:47 +02:00 |
|
juancarmore
|
b78af0eff2
|
tests: Update authentication tests to use consistent AUTH_PATH and loginUserAsRole helper
|
2025-04-10 18:59:24 +02:00 |
|
juancarmore
|
7fff9ceda0
|
backend: Remove apiKeyValidator from getRecordingMedia route
|
2025-04-10 18:52:36 +02:00 |
|
juancarmore
|
8f7624eecd
|
tests: Refactor room security tests to use updated helper functions and improve API integration
|
2025-04-10 18:51:39 +02:00 |
|