312 Commits

Author SHA1 Message Date
Carlos Santos
39f755d207 backend: Improve logging and response handling in bulkDeleteRooms function 2025-04-15 12:15:02 +02:00
Carlos Santos
bc01ef1caf backend: Update response examples in success-get-room and success-get-rooms YAML files for clarity and consistency 2025-04-15 12:07:47 +02:00
Carlos Santos
a65018072a backend: Update createRoom to return 201 status on successful room creation 2025-04-15 12:02:02 +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
0eab569b91 backend: Refactor room creation tests to use createRoom helper and ms library for autoDeletionDate 2025-04-15 11:23:10 +02:00
Carlos Santos
9bdacf7d0f backend: Add integration tests for room garbage collector functionality 2025-04-15 11:19:12 +02:00
Carlos Santos
dbef4f6e21 backend: Add CRON_JOB_MIN_LOCK_TTL to internal config and use it in task scheduler 2025-04-15 11:15:06 +02:00
Carlos Santos
cdc55d25ba backend: Add logging for room deletion process and mark rooms for deletion 2025-04-15 11:14:39 +02:00
Carlos Santos
4da56a1b51 backend: Replace hardcoded autoDeletionDate calculation with ms library 2025-04-15 11:13:30 +02:00
Carlos Santos
a449e2a41a backend: Add update room integration tests 2025-04-14 18:23:33 +02:00
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