juancarmore
bf8cb4ba5f
Update all package-lock.json files
2025-07-24 00:58:21 +02:00
juancarmore
703afd6219
ci: remove redundant environment variables from E2E test workflow
2025-07-24 00:34:39 +02:00
juancarmore
076a38c9cf
testapp: update environment variables and enhance config service for better clarity
2025-07-24 00:33:58 +02:00
Carlos Santos
6ddb002561
backend: add debug logging for webhook event object in lkWebhookHandler
2025-07-23 16:06:14 +02:00
Carlos Santos
4a599bef6c
frontend: correct typo in subtitle text on developers page
2025-07-23 11:04:58 +02:00
Carlos Santos
4b896ff4d5
fix: ensure paths are specified for push and pull_request events in backend integration tests
2025-07-23 11:01:22 +02:00
Carlos Santos
1cd83c6c1e
ci: updated webcomponent E2E test workflow for starting openvidu meet locally
2025-07-23 10:59:07 +02:00
Carlos Santos
6d11f6c6e4
frontend: update openvidu-components-angular to version 3.4.0-dev7
2025-07-23 10:40:15 +02:00
Carlos Santos
9bc308a8bd
frontend: fixed action button IDs in recording lists
2025-07-22 17:38:12 +02:00
Carlos Santos
f4c2ab42f8
Cleans up .gitignore and typings
...
Removes redundant entries from .gitignore to streamline the ignored files list.
Deletes an obsolete properties model file, simplifying the codebase and removing unnecessary files.
2025-07-22 17:21:06 +02:00
Carlos Santos
0debf5b35b
frontend: add unique IDs to action buttons in recording lists for improved accessibility
2025-07-22 17:10:56 +02:00
Carlos Santos
b218874a92
frontend: update refresh button style in recordings component and remove unused SCSS
2025-07-22 15:59:00 +02:00
Carlos Santos
3530e557c4
frontend: add webcomponent documentation generation and update command model annotations
2025-07-22 15:50:45 +02:00
juancarmore
b92aec9d30
backend: reduce login attempt window to 5 minutes and skip successful requests
2025-07-22 12:39:03 +02:00
Carlos Santos
894864d1e5
frontend: add IDs to buttons in OverviewComponent for better accessibility
2025-07-22 10:56:47 +02:00
juancarmore
48897f6769
frontend: enhance recording view functionality and update URL handling in VideoRoomComponent
2025-07-21 18:47:19 +02:00
juancarmore
4ca7f82d15
Refactor OpenAPI documentation for clarity and consistency
2025-07-21 18:34:50 +02:00
juancarmore
83b468b8cb
frontend: limit the number of rooms and recordings fetched to 100 in OverviewComponent
2025-07-21 18:34:11 +02:00
Carlos Santos
0dae7ff81d
frontend: remove unused token request handler and integrate recording service
2025-07-21 17:14:56 +02:00
Carlos Santos
7431c90238
frontend: update openvidu-components-angular to version 3.4.0-dev5 and enhance video room component with new recording features
2025-07-21 17:10:25 +02:00
juancarmore
b052eab59b
frontend: update back button text in DisconnectedComponent and ErrorComponent to 'Accept'
2025-07-21 12:00:42 +02:00
juancarmore
b69277ee04
frontend: update version display format in ConsoleNavComponent
2025-07-21 12:00:33 +02:00
juancarmore
e2f5725fa5
frontend: add theme toggle functionality
2025-07-21 11:40:34 +02:00
juancarmore
a0e23cd4a7
Remove MEETING_ENDED event and always send LEFT event with proper reason
2025-07-19 20:00:07 +02:00
juancarmore
200225a948
frontend: refactor DisconnectedComponent to enhance disconnect reason handling and update back button logic
2025-07-19 00:25:55 +02:00
juancarmore
621064b251
frontend: refactor ErrorComponent to improve error handling and back navigation logic
2025-07-19 00:25:32 +02:00
juancarmore
bf0ccf9c39
frontend: add goBackToRoom method in RoomRecordingsComponent
2025-07-19 00:25:00 +02:00
juancarmore
3e046ce46b
frontend: refactor VideoRoomComponent to update back button logic and improve participant leave handling
2025-07-19 00:24:04 +02:00
juancarmore
b57f2d2eec
frontend: refactor WebComponentManagerService to improve initialization and closing logic
2025-07-19 00:22:23 +02:00
juancarmore
fe29e0dba6
frontend: enhance navigation service to manage leave redirect URL with session storage
2025-07-19 00:22:07 +02:00
juancarmore
aba5269b54
frontend: remove unnecessary response variable in room deletion methods and update force delete description
2025-07-19 00:21:09 +02:00
juancarmore
ebfb07607f
frontend: change isAdmin method to be asynchronous and await user roles
2025-07-19 00:20:38 +02:00
juancarmore
1a5c1c37ab
frontend: update version format in ConsoleNavComponent and standardize edition enum values
2025-07-19 00:19:56 +02:00
juancarmore
8e95f1e372
frontend: remove application mode guard and update app data service to handle application mode initialization
2025-07-19 00:19:29 +02:00
juancarmore
82756ef151
test: rename JOIN event to JOINED in moderator and publisher tests
2025-07-19 00:16:50 +02:00
juancarmore
30af786b62
testapp: rename JOIN event to JOINED and add CLOSED event listener
2025-07-19 00:16:28 +02:00
juancarmore
7668f6c820
typings: rename JOIN event to JOINED, update LEFT event payload to use LeftEventReason, update MEETING_ENDED event payload to inclue endedByMe property, and add CLOSED event
2025-07-19 00:15:48 +02:00
juancarmore
05f24ace2b
test(e2e): add leaveRoom call after iframe check in room functionality tests
2025-07-18 19:24:50 +02:00
Carlos Santos
2268b0a593
frontend: conditionally show 'Go back' button based on recording URL
2025-07-18 18:04:02 +02:00
cruizba
c0ae9c38b6
backend: conditionally configure S3 credentials to support IAM Role usage
2025-07-18 16:48:09 +02:00
juancarmore
51df863310
backend: enhance error handling for egress listing
2025-07-17 19:22:44 +02:00
Juan Carlos Moreno García
7464ef3c6f
Fix tests ( #6 )
...
* Adds TODO for API key rejection
Adds a TODO comment in the recording routes to reject requests that include an API key.
Adds FIXME comments to recording security tests, indicating that the tests do not need to start a recording to check the fail case.
* backend: remove TODO comments for API key rejection in recording routes
* test: enhace recording security tests by only creating necessary recordings
---------
Co-authored-by: Carlos Santos <4a.santos@gmail.com>
2025-07-17 16:28:14 +02:00
juancarmore
4d13eb94a8
fix(token): update verifyToken method to include a timeout parameter
2025-07-17 11:04:22 +02:00
cruizba
c588ed7b02
docker: ensure MODULES_FILE is defined
2025-07-16 15:45:29 +02:00
Carlos Santos
bc67fee2ef
typings: synchronized livekit-permissions.ts
2025-07-16 12:45:00 +02:00
Carlos Santos
462a61842e
backend: update dependencies and devDependencies in package.json
...
- Bump @aws-sdk/client-s3 from 3.673.0 to 3.846.0
- Update cron from ^4.1.0 to 4.3.2
- Update dotenv from 16.4.7 to 16.6.1
- Bump express-openapi-validator from ^5.4.2 to 5.5.7
- Update express-rate-limit from ^7.5.0 to 7.5.1
- Bump inversify from ^6.2.1 to 6.2.2
- Update ioredis from ^5.4.2 to 5.6.1
- Bump livekit-server-sdk from 2.6.2 to 2.13.1
- Update winston from 3.14.2 to 3.17.0
- Update yamljs from ^0.3.0 to 0.3.0
- Bump zod from ^3.24.2 to 3.25.76
- Update @openapitools/openapi-generator-cli from ^2.16.3 to 2.21.2
- Update @types/cookie-parser from 1.4.7 to 1.4.9
- Update @types/cors from 2.8.17 to 2.8.19
- Update @types/express from 4.17.21 to 4.17.23
- Update @types/node from ^20.12.14 to 22.16.4
- Update @types/supertest from ^6.0.2 to 6.0.3
- Update @types/swagger-ui-express from ^4.1.6 to 4.1.8
- Update @types/validator from ^13.12.2 to 13.15.2
- Update @typescript-eslint/eslint-plugin from 6.7.5 to 6.21.0
- Update @typescript-eslint/parser from 6.7.5 to 6.21.0
- Update eslint from 8.50.0 to 8.57.1
- Update eslint-config-prettier from 9.0.0 to 9.1.0
- Update nodemon from 3.1.9 to 3.1.10
- Update openapi-generate-html from ^0.4.2 to 0.4.4
- Update prettier from 3.3.3 to 3.6.2
- Update supertest from ^7.0.0 to 7.1.3
- Update ts-jest from ^29.2.5 to 29.4.0
- Update ts-node from 10.9.2 to tsx ^4.20.3
- Update typescript from 5.4.5 to 5.8.3
- Update unzipper from 0.12.3
2025-07-16 12:33:22 +02:00
Carlos Santos
4da04fb460
frontend: update error component to provide admin navigation to console
2025-07-16 12:14:54 +02:00
Carlos Santos
5ab0319302
frontend: refactor button styles to use primary-button class and update button types
2025-07-16 12:06:02 +02:00
Carlos Santos
2082e5ab74
frontend: update overview component to display playable recordings count
2025-07-16 11:44:05 +02:00
Carlos Santos
796c20dfb5
frontend: add admin quick actions to disconnected page with navigation to console
2025-07-16 11:41:47 +02:00