225 Commits

Author SHA1 Message Date
Carlos Santos
db84194670 backend: Improve logging for expired room deletion to only log messages when actions are performed 2025-04-09 12:27:58 +02:00
Carlos Santos
913aa44278 backend: Refactored room GC using bulk delete rooom method for gracefully delete the expired rooms 2025-04-09 12:22:27 +02:00
Carlos Santos
7ca385968d typings: Add optional markedForDeletion property to MeetRoom interface 2025-04-09 12:06:31 +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
14d5637151 backend: Add response schema for bulk room deletion and update endpoint responses 2025-04-09 12:02:02 +02:00
Carlos Santos
6774e56a27 backend: Rename recording content endpoint to media 2025-04-08 19:03:56 +02:00
Carlos Santos
597b412027 typings: Make autoDeletionDate optional in room typings 2025-04-08 18:54:25 +02:00
Carlos Santos
7b53d81813 backend: Update room deletion description to specify that the deletion date must be at least one hour in the future 2025-04-08 18:54:06 +02:00
Carlos Santos
0330dcc067 backend: Update room request validation to require autoDeletionDate to be at least 1 hour in the future 2025-04-08 18:50:20 +02:00
Carlos Santos
ef514f752c backend: Update tests to replace expirationDate with autoDeletionDate for consistency 2025-04-08 18:39:45 +02:00
Carlos Santos
d2b0dd6f08 typings: Rename expirationDate to autoDeletionDate in room typings 2025-04-08 18:36:53 +02:00
Carlos Santos
b300425a2e frontend: Rename expirationDate to autoDeletionDate in room-related components and services for consistency 2025-04-08 18:36:37 +02:00
Carlos Santos
84d68ba31b backend: Rename expirationDate to autoDeletionDate in room-related files for consistency 2025-04-08 18:35:41 +02:00
Carlos Santos
eb06643364 backend: Rename expirationDate to autoDeletionDate in OpenAPI specs and update descriptions 2025-04-08 18:35:18 +02:00
Carlos Santos
cf21cc7233 backend: Added recording webhooks in openapi spec 2025-04-08 18:15:34 +02:00
Carlos Santos
8d92ad3533 backend: Add X-Signature and X-Timestamp parameters for webhook verification 2025-04-08 18:15:00 +02:00
Carlos Santos
8bf3c51125 backend: Add error handling for Redis connection in TaskSchedulerService and SystemEventService 2025-04-08 11:18:57 +02:00
Carlos Santos
67322f31d7 backend: Optimize recording routes by reordering middleware for improved validation 2025-04-08 10:48:16 +02:00
juancarmore
ba844e4d77 frontend: Update API paths in HttpService 2025-04-08 10:21:33 +02:00
Carlos Santos
87de44099f backend: Remove cron-parser dependency from package.json and package-lock.json 2025-04-08 09:54:42 +02:00
Carlos Santos
1747c138b4 backend: Simplify lock duration calculation in TaskSchedulerService and remove unused cron interval method 2025-04-08 09:54:33 +02:00
Carlos Santos
f64f200e88 backend: Remove room garbage collector and related cleanup timers from TaskSchedulerService 2025-04-08 09:54:15 +02:00
Carlos Santos
404d21b8d5 backend: Refactor room deletion methods to handle multiple rooms and improve logging 2025-04-07 20:41:39 +02:00
Carlos Santos
814f75c4a1 backend: Remove room preferences controller and related methods from storage service 2025-04-07 20:41:39 +02:00
Carlos Santos
a17bcd5771 backend: Add error handling for starting recordings when no participants are present 2025-04-07 20:41:39 +02:00
Carlos Santos
30ee4dfbca backend: Refactor MeetStorageService to initialize global preferences with locking mechanism 2025-04-07 20:41:39 +02:00
Carlos Santos
355d773dd1 backend: Add internal API endpoints for starting and stopping recordings 2025-04-07 20:41:39 +02:00
Carlos Santos
89f70dc928 backend: Moved start and stop recording to internal api 2025-04-07 20:41:39 +02:00
Carlos Santos
713f99acf7 backend: Add new endpoint to retrieve recording content and remove streaming endpoint 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
990f23f7b2 backend: Update room API responses and add new room properties for enhanced functionality 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
caefdf704b backend: Update logging level and change export to const for recording validation schema 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
c598530918 typings: Update recording filters and add new room filters for improved querying 2025-04-07 20:41:39 +02:00
Carlos Santos
92ef26f58c backend: Rename S3 storage references and update method names for consistency 2025-04-07 20:41:39 +02:00
Carlos Santos
2c65ec1da8 backend: Refactor storage service operations with global preferences 2025-04-07 20:41:39 +02:00
Carlos Santos
12ef04964c backend: Refactor storage services and remove global preferences service references 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
juancarmore
7e62417ed7 backend: Add integration tests for testing security in recordings API 2025-04-04 10:27:11 +02:00
juancarmore
03846749af backend: Add integration tests for testing security in participants API 2025-04-03 18:54:21 +02:00
juancarmore
985e882c7e backend: Refactor tests to use a constant when having same routes for better maintainalibity 2025-04-03 18:50:56 +02:00
Carlos Santos
c675fffd07 backend: Add room fields parameter and enhance success responses in OpenAPI documentation 2025-04-03 17:13:54 +02:00
Carlos Santos
2c992619dc backend: refactor openapi doc for better maintainability 2025-04-03 15:19:39 +02:00
juancarmore
1d7ab03caf backend: Fix beforeEach import in room-security.test.ts file 2025-04-03 14:42:19 +02:00
juancarmore
55a7868e8a backend: Add integration tests for testing security in room API 2025-04-03 14:34:49 +02:00
Carlos Santos
dbf0743850 backend: Upgrade OpenAPI version to 3.1.0 and enhance API documentation for clarity and consistency 2025-04-03 10:45:32 +02:00
Carlos Santos
1a4ecf873d backend: API paths and parameters from 'roomName' to 'roomId' for consistency 2025-04-03 10:45:32 +02:00
juancarmore
c94f262240 backend: Add integration tests for authentication API 2025-04-02 16:26:43 +02:00