796 Commits

Author SHA1 Message Date
juancarmore
2e623fe24e typings: update OpenViduMeetPermissions to remove canPublishScreen and organize comments 2025-07-10 00:28:54 +02:00
juancarmore
299e6b0e75 frontend: update video room component to conditionally display 'back to rooms' button based on embedded mode 2025-07-09 01:44:03 +02:00
juancarmore
82d81e7598 test: update event controller to use DistributedEventService and correct 2025-07-09 01:32:29 +02:00
juancarmore
64d54f7973 e2e-tests: refactor recording access tests to improve context management and streamline access checks 2025-07-09 00:01:10 +02:00
juancarmore
c023fe6521 tests: enhance e2e tests configuration and update test helpers for improved URL handling and participant management 2025-07-09 00:00:16 +02:00
juancarmore
28ac4b0d8c tests: update WebComponent tests for improved attribute handling and event management 2025-07-08 23:58:37 +02:00
juancarmore
2b7466c6e3 testapp: add kick participant functionality and fix view recordings link
- Enhanced the web component to include a kick participant feature.
- Updated the UI to allow moderators to input participant identity for kicking.
- Modified the room controller to handle the new kick participant request.
- Refactored code for better readability and maintainability across various services and controllers.
- Updated the index.mustache and room.mustache templates to reflect changes in functionality.
2025-07-08 23:57:04 +02:00
juancarmore
0a028226f3 frontend: load room data in VideoRoomComponent only when necessary to avoid permissions error 2025-07-08 23:53:07 +02:00
juancarmore
424db94781 webcomponent: add kick participant command 2025-07-07 20:28:23 +02:00
juancarmore
3904ab05b7 webcomponent-tests: initialize EventsManager correctly in events tests 2025-07-07 20:10:18 +02:00
juancarmore
256f38ee58 frontend: refactor WebComponentManagerService to integrate MeetingService and improve message handling 2025-07-07 20:03:51 +02:00
juancarmore
459a37bee8 webcomponent: enhance message handling and security in WebComponent communication 2025-07-07 20:03:37 +02:00
juancarmore
7836da8858 frontend: implement MeetingService for managing meeting actions and refactor VideoRoomComponent to use it 2025-07-07 20:01:30 +02:00
juancarmore
f58d728452 frontend: enhance VideoRoomComponent to fetch room details on initialization and notify user when copying links 2025-07-07 17:52:14 +02:00
juancarmore
709ebdef03 frontend: remove disabled state and tooltip for view recordings button in rooms list 2025-07-07 17:44:51 +02:00
juancarmore
2202f8c3dc backend: add room existence check before sending data in LiveKit service 2025-07-07 17:23:34 +02:00
juancarmore
707d3487d3 frontend: remove unused isInRoomForm method and streamline routing for room creation and editing 2025-07-07 17:06:20 +02:00
juancarmore
0c7b1ae1c1 frontend: refactor wizard state service to use signals for state management and enhance all related components by removing unnecessary params and methods. Configured app to show error messages in the stepper for better user feedback. 2025-07-07 16:15:23 +02:00
Carlos Santos
ca22bd8a01 Updates openvidu components version
Updates the openvidu-components-angular dependency from version 3.4.0-dev2 to 3.4.0-dev3.

This update likely includes bug fixes, new features, or performance improvements within the OpenVidu Angular components library.
2025-07-04 18:13:41 +02:00
Carlos Santos
e1f60ab3c1 backend: update ov-components room status signal handling to use recording egress data 2025-07-04 17:53:07 +02:00
cruizba
1ab0764ac4 docker: remove debugging commands from Dockerfile 2025-07-04 17:08:45 +02:00
Carlos Santos
4ebc5a2e16 frontend: add onRoomCreated event handler to manage room preferences updates 2025-07-04 15:43:29 +02:00
Carlos Santos
7361b71a7a backend: introduce FrontendEventService for frontend communication and update dependencies 2025-07-04 15:43:29 +02:00
Carlos Santos
273ad8c577 backend: replace SystemEventService with DistributedEventService and introduce distributed event model 2025-07-04 15:43:28 +02:00
cruizba
2aa10918f8 docker: update builder stage to use full node image instead of alpine 2025-07-04 15:16:19 +02:00
juancarmore
ad37d415db frontend: fix permissions error when requesting recordings by generating a recording token first 2025-07-04 14:07:10 +02:00
juancarmore
8761108dcc frontend: correct room URL path for token expiration checks 2025-07-04 14:03:13 +02:00
juancarmore
62f5a64708 openapi: update autoDeletionDate examples to use future date and correct API server URLs 2025-07-04 14:02:19 +02:00
cruizba
37ad7e318a docker: temporary add debugging commands to list frontend files and package.json contents 2025-07-04 14:00:19 +02:00
Carlos Santos
5e7003e512 frontend: update openvidu-components-angular to version 3.4.0-dev2 and add showDisconnectionDialog property to video room component 2025-07-04 12:57:00 +02:00
Carlos Santos
3c629c8511 frontend: refactor room recordings page layout and enhance loading state styling 2025-07-04 12:16:26 +02:00
Carlos Santos
6ae98e452a frontend: comment out profile button in console navigation 2025-07-03 13:39:09 +02:00
Carlos Santos
b968a9cdd5 frontend: add copy links functionality for moderator and publisher in video room 2025-07-03 13:18:12 +02:00
Carlos Santos
5a6d17d61a frontend: enhance leave button styling and fix CSS syntax for force disconnect button 2025-07-03 13:04:01 +02:00
Carlos Santos
a700fff911 frontend: add force disconnect functionality for participants in video room 2025-07-03 12:44:22 +02:00
Carlos Santos
9cdba7259f frontend: add admin check to display quick actions in video room 2025-07-03 11:53:15 +02:00
Carlos Santos
af0882bb1d frontend: update border-radius of error message button for improved styling 2025-07-03 10:38:00 +02:00
Carlos Santos
62e4b1958a fix: adjust minimum height of disconnected container to improve layout 2025-07-03 10:38:00 +02:00
Carlos Santos
0cf5eba604 frontend: Revamp video room access UI with new design and navigation features 2025-07-03 10:38:00 +02:00
juancarmore
a3560ee845 frontend: add loading state handling in DevelopersComponent 2025-07-02 20:33:09 +02:00
juancarmore
e1bf07532c testapp: rename API_KEY to MEET_API_KEY for consistency in environment configuration 2025-07-02 20:31:24 +02:00
juancarmore
9dc2796d24 frontend: update users permissions component for improved admin credential handling and access settings 2025-07-02 19:04:27 +02:00
juancarmore
66140468be webcomponent: add tslib dependency to package-lock.json 2025-07-02 19:04:07 +02:00
Carlos Santos
4691888309 frontend: Enhance Disconnected Component with user-friendly messages and animations
- Updated HTML structure for improved layout and branding.
- Added disconnect reason handling in TypeScript for better user feedback.
- Enhanced SCSS styles for a more visually appealing disconnected state.
- Introduced scaleIn animation for a smoother user experience.
2025-07-02 17:05:46 +02:00
Carlos Santos
fbcb70dbc2
Add OpenVidu Meet Console implementation (#4)
* frontend: update icons for Rooms and Recordings in console navigation

* frontend: enhance overview component with user stats and improved layout

* frontend: implement theme service and design tokens for light/dark mode support

- Added ThemeService to manage theme preferences and system theme detection.
- Introduced design tokens for consistent styling across light and dark themes.
- Updated components to utilize the new navigation service for routing.
- Replaced SecurityPreferencesComponent with PreferencesComponent for settings.
- Enhanced UI with new styles and improved navigation structure.
- Added tests for ThemeService to ensure functionality.

* frontend: enhance overview component with title styling and icon integration

* frontend: remove unused Router import from overview component

* frontend: implement developers settings with API key and webhook configuration

* frontend: update styles and structure for console navigation and overview components

* frontend: simplify API key checks and integrate notification service for user feedback

* frontend: update openvidu-components-angular to version 3.3.0-dev2 and simplify Material Symbols stylesheet link

* frontend: adjust padding and gap for stat card and actions in overview component

* frontend: update import paths to use relative paths for better module resolution

* frontend: enhance sync-types.sh script with advanced options and detailed usage instructions

* typings: update TypeScript declaration files and improve sync-types.sh script for better clarity and functionality

* webcomponent: webcomponent typings are now moved to typings directory

* Revert "typings: update TypeScript declaration files and improve sync-types.sh script for better clarity and functionality"

This reverts commit 7da952bc44be20c3f74ffb82bf941b96b78ad019.

* typings: improve sync-types.sh script for clarity and consistency

* test: update error message for empty downloaded file check

* frontend: update outbound event message types in video room and web component manager services

* frontend: enhance styling for console component and adjust nav item border radius

* style: update comments in disabled class for clarity and consistency; refactor import paths in room-form component

* typings: update import paths in message.type.ts to include file extensions

* frontend: enhance rooms management interface with improved loading states, search functionality, and table features

* frontend: enhance loading state with improved UI and animations for room loading process

* frontend: enhance rooms table with auto-deletion feature and improve status display

* frontend: update import paths for services and add containsRoute method to NavigationService

* frontend: remove unused components and associated files from shared-meet-components

* frontend: add logo selector component and enhance preferences settings with access controls

* frontend: add SessionStorageService import to extract query params guard

* frontend: add margin-bottom utility class to overview container

* frontend: update description for creating a room in the overview component

* frontend: Added recording list component

* frontend: update padding in mat-sidenav entry to use spacing variable

* frontend: update text for delete room button to use lowercase

* frontend: enhance console navigation with tooltips and active item styling

* frontend: refactor styles in console navigation for consistency and improved theming

* frontend: add border to card header for improved visual separation

* frontend: created room list reusable component

* frontend: adjust vertical alignment of table cells in recording lists

* frontend: enhance room status and auto-deletion indicators with tooltips and improved styling

* frontend: enhance HTTP service methods to include status codes in responses

* frontend: fix duration formatting to use integer seconds instead of fixed-point

* frontend: refactor icon styles in status badge for consistency

* Add modular SCSS structure for design tokens, mixins, animations, and utility classes

- Introduced _animations.scss for keyframes and animation utility classes.
- Refactored _design-tokens.scss to import modular design system files for better maintainability.
- Created _mixins-components.scss for component-specific mixins like cards and buttons.
- Added _mixins-layout.scss for layout-related mixins and responsive design utilities.
- Established _mixins-responsive.scss for breakpoint mixins to facilitate responsive design.
- Introduced _tokens-core.scss for core design tokens including colors, spacing, and typography.
- Created _tokens-themes.scss for theme-specific design tokens for light and dark modes.
- Added _utilities.scss for reusable utility classes to streamline common styling patterns.

* frontend: Refactor styles for settings preferences component and enhance utility classes

- Simplified SCSS for preferences.component.scss by utilizing utility classes for layout and styling.
- Introduced new utility classes for Material components, including slide toggle and navigation list.
- Enhanced form section styling with consistent spacing and layout adjustments.
- Added responsive design patterns for toolbar and table components.
- Improved loading and empty state styles for better user experience.

* frontend: standardize page layout and loading states across components

* frontend: enhance status badge and action button styles for consistency

* ci: update unit test workflow to include typings setup

* test: update import path for WebComponentCommand to typings directory

* frontend: refactor dialog component structure and enhance styles for improved accessibility and responsiveness

* frontend: rename batchDelete methods to bulkDelete for consistency

* frontend: implement confirmation dialog for room deletion with improved error handling

* frontend: extract feature-specific API logic from HttpService into dedicated services

* frontend: extract common recording actions into RecordingManagerService

* frontend: refactor navigation handling for improved consistency

* backend: add endpoint to download multiple recordings in a zip file and refactor bulkDeleteRecordings to delete only recordings from the same room if recording token is provided

* openapi: add download endpoint for recordings and update bulk delete logic to enforce room constraints

* frontend: enhance recording media URL generation and add bulk delete and download functionalities

* frontend: rename 'batchDownload' to 'bulkDownload' for consistency and implement missing methods in RecordingsComponent

* frontend: Implement Room Creation Wizard with Step Indicator and Navigation

- Added StepIndicatorComponent for visual step tracking in the wizard.
- Created WizardNavComponent for navigation controls (Next, Previous, Cancel, Finish).
- Developed RoomWizardComponent to manage the wizard's state and steps.
- Introduced WizardStateService to handle the wizard's data and navigation logic.
- Defined WizardStep and WizardNavigationConfig models for step management.
- Implemented basic structure for individual steps: Basic Info, Recording Settings, Recording Trigger, Recording Layout, and Preferences.
- Integrated components into the room creation flow, allowing users to navigate through steps.
- Added unit tests for all new components and services to ensure functionality.

* feat(wizard): enhance wizard functionality and UI

- Added validation form groups to WizardStep interface for better form handling.
- Updated WizardNavigationConfig to include customizable button labels and states.
- Implemented step navigation with event handling in room-wizard component.
- Refactored basic info step into a standalone component with reactive form support.
- Improved styling for the basic info step and action buttons.
- Enhanced wizard state management to handle dynamic step visibility based on user input.
- Added methods for loading existing data and saving form changes automatically.
- Updated tests to reflect changes in component structure and functionality.

* feat(recording-preferences): implement recording preferences step with form and options

* feat(room-wizard): add recording trigger step with selectable options and form handling

* feat(recording-preferences): refactor option selection to use SelectableCard component and update styles

* test: add tests for download recordings endpoint and update tests for bulk delete recordings

* openapi: improve descriptions for bulk delete operations and add new response for marked rooms

* frontend: update bulk actions and add sharing functionality in RecordingsComponent, and enhace RecordingListsComponent

* frontend: implement bulkDeleteRooms method and enhace RoomsComponent and RoomListsComponent

* typings: add MeetApiKey interface

* backend: update API key handling to use MeetApiKey type

* openapi: create API key schema and update response references

* backend: add webhook URL testing functionality and validation

* frontend: simplify HTTP request methods by removing response observation

* frontend: streamline OverviewComponent by removing unused observables and simplifying data loading

* frontend: add API key management methods to AuthService

* frontend: enhance GlobalPreferencesService by adding webhook preferences management

* frontend: refactor DevelopersSettingsComponent to improve API key handling and streamline webhook configuration

* openapi: add webhook URL testing endpoint with request and response schemas

* test: add tests for webhook URL validation

* frontend: enhance PreferencesComponent and add changePassword method in AuthService

* feat(recording-preferences): add recording access control options and enhance UI animations

* feat(recording-layout): implement recording layout selection step with form handling and visual options

* feat(room-preferences): implement room preferences step with form handling and toggle options

* feat(room-wizard): enhance form handling and default value saving across components

* feat(layouts): add new layout images for grid, single speaker, and speaker configurations

* feat(developers): adjust API key field button padding and update spacing in API key display

* feat(rooms-lists): enhance button formatting and add tooltips for room status and auto-deletion

* feat(room-wizard): update room creation logic and form field names for consistency

* feat(room-wizard): add skip button functionality and enhance navigation handling

* feat(basic-info): simplify form layout by removing action buttons and related styles

* fix(wizard-navigation): change currentStepId type from string to number for consistency

* feat(styles): enhance button padding and hover effect in batch actions for improved usability

* fix(wizard-navigation): adjust padding for improved layout consistency

* feat(basic-info): add clear button for deletion date and enhance time selection layout

* feat(rooms-list): enhance deletion date display with new styling and structure

* fix(basic-info): remove debugger statement from saveFormData method

* refactor(step-indicator): remove commented-out styles for cleaner code

* feat(step-indicator): enhance responsive layout handling and emit layout changes

* feat(overview): improve loading state handling and update stats management

* feat(step-indicator): enable navigation between steps and improve layout handling

* feat(room-wizard): refactor state management to use MeetRoomOptions and improve data handling across components

* feat(step-indicator): enhance layout handling and improve text overflow management for better responsiveness

* feat(step-indicator): update step properties to enhance navigation and state management

* feat(room-wizard): add 'Create Room' label to finish button in navigation config

* openapi: add force-deletion parameter to delete room endpoint

* frontend: split code in ContextService into domain specific services and rename it to AppDataSerivce

* frontend: enhace FeatureConfigurationService to use signal-based approach and remove unused preferences and permissions

* feat(basic-info): update deletion hint icon and improve warning color consistency

* feat(room-service): rename saveRoomPreferences to updateRoom and adjust API path for preference updates

* feat(room-wizard): implement edit mode for room configuration, allowing users to update existing room settings

* feat(pro-feature-badge): create ProFeatureBadge component and integrate into logo selector and selectable card

* fix(recording): adjust compression level for zip archive in downloadRecordingsZip

* fix(internal-config): remove FIXME comments related to LK bug for meeting timeouts

* frontend: reorganize imports and remove unused components

* refactor(console): rename 'Developers' to 'Embedded' in navigation and update related routes

* fix(console-nav): update toolbar title from 'OpenVidu Console' to 'OpenVidu Meet'

* feat(users-permissions): create UsersPermissions component and update routing

* feat(users-permissions): add pro feature badge to user authentication section

* fix(overview): update navigation and text from 'Developers' to 'Embedded'

* feat(overview): update authentication configuration card and navigation

* frontend: refactor RoomRecordingsComponent to use RecordingListsComponent

* refactor: update API paths to remove 'meet' prefix for consistency

* frontend: update navigation paths to remove 'console' prefix for consistency

* feat(video-room): add leave and end meeting functionality with toolbar buttons

* fix(overview): remove unnecessary comment on initial loading state

* feat(wizard): enable quick create functionality in wizard navigation

* feat(step-indicator): implement safe current step index handling for edit mode

* feat(wizard): update quick create visibility to show only on first step in edit mode

* feat(users-permissions): refactor admin password handling and validation

* webcomponent: update Playwright dependencies and refactor leaveRoom functionality

- Updated Playwright and Playwright Test versions in package.json to 1.53.2.
- Refactored leaveRoom function to accept a role parameter, allowing for different behavior based on user role (moderator or publisher).
- Updated E2E tests to utilize the new leaveRoom function, ensuring proper cleanup and behavior for both roles.
- Removed unnecessary afterEach cleanup in UI Feature Preferences tests.

* frontend: add IDs to leave and end meeting buttons for better accessibility

* testapp: update package-lock.json and refactor ConfigService constructor for improved environment variable handling

* frontend: update background colors for improved visual consistency

* chore: add tslib dependency and enhance target directory validation in sync-types.sh

* frontend: enhance accessibility by adding IDs to toolbar and form elements

---------

Co-authored-by: juancarmore <juancar_more2@hotmail.com>
2025-07-02 17:00:43 +02:00
Carlos Santos
dd1c27730e testapp: rename API_KEY to MEET_API_KEY and update related references 2025-06-24 18:51:42 +02:00
Carlos Santos
8221368aa0 testapp: log environment variables on server start for better visibility 2025-06-24 18:47:03 +02:00
juancarmore
b2eb0b5439 backend: add MEET_COOKIE_SECURE env var for cookie security settings 2025-06-24 18:36:17 +02:00
Juan Carlos Moreno García
98764597e2
Add Azure Blob Storage integration (#3)
* azure-features: added azure blob support for meet

* azure-feature: removed variables of .env files

* azure-features: added azure blob support for meet

* azure-feature: removed variables of .env files

* azure-features: fix to pass the boundary ranges test

* ci update Azure storage configuration in egress.yaml using yq

* ci: update yq command for modifying egress.yaml to use correct syntax

* ci: add logging for current storage provider in backend integration tests

* ci: update conditional syntax for Azure storage provider in backend integration tests

* feature-azure: modified package-lock

* ci: remove logging of current storage provider in backend integration tests

* ci: add pre-startup script execution for Azure setup in backend integration tests

* fix: streamline pre-startup command execution for Azure storage provider

* fix: update pre-startup command script for Azure storage provider

* fix: improve pre-startup command script for Azure storage provider

* fix: remove commented instruction for modifying egress.yaml in Azure setup

* fix: streamline pre-startup command execution in backend integration tests

* fix: correct command execution syntax in backend integration tests

* fix: add container name for Azure storage provider configuration

* fix: add container name and environment variables for Azure storage configuration

* ci: enhance recordings API tests to support Azure storage provider configuration

* ci: add support for Azure storage provider in webhook, security, global preferences, participants, meetings, and users API tests

* ci: add Azure container names for various API tests in backend integration workflow

* fix: update Azure storage container names for various API tests

* backend: fix - ensure all recordings are deleted after room security tests

* ci: remove MEET_WEBHOOK_ENABLED environment variable from OpenVidu Meet setup in all jobs

* backend: refactor storage services exports

* backend: update Azure Blob Storage references and error messages for consistency

* ci: add matrix strategy for Rooms API Tests to support multiple storage providers

* backend: rename ABS services for consistency

* backend: ensure maxResults is a number in listObjectsPaginated method

* ci: update storage provider from azure to abs in integration tests

---------

Co-authored-by: Piwccle <sergiosergi11@hotmail.com>
Co-authored-by: Carlos Santos <4a.santos@gmail.com>
2025-06-23 18:34:53 +02:00
juancarmore
b059acb159 test: improve test cleanup by adding disconnectFakeParticipants and consolidating room/recording deletions 2025-06-23 13:57:44 +02:00