Commit Graph

  • 3353cd14e5 openvidu-server: remove deprecations and warnings pabloFuente 2025-11-11 16:37:11 +0100
  • 9d75a429a6 ov-components: Updated livekit-client dependency Carlos Santos 2025-11-11 16:23:20 +0100
  • 3b35a8b264 ci-scripts: update the use of specific kurento java commit to set up local .m2 version pabloFuente 2025-11-11 13:34:41 +0100
  • 1aabf62f34 openvidu-server: update all Dockerfiles for Java 21 pabloFuente 2025-11-11 12:29:08 +0100
  • 03c8b6e57f ci-scripts: remove wrong popd pabloFuente 2025-11-11 11:49:00 +0100
  • d320dd590d ci-scripts: update Maven home settings.xml config pabloFuente 2025-11-11 11:41:48 +0100
  • 7207a1591c Upgrade kurento-media-server Docker image from 7.1.1 to 7.2.0 pabloFuente 2025-11-11 11:36:30 +0100
  • 4776336629 ci-scripts: symlink maven settings.xml pabloFuente 2025-11-11 11:05:06 +0100
  • 69b940bf0e Modernize openvidu-test-e2e Docker images. Update to Maven 3.9.x pabloFuente 2025-11-10 20:55:54 +0100
  • 4f074f7633 Updated all Maven dependencies to latest pabloFuente 2025-11-10 20:12:48 +0100
  • bb62986000 Updates participant name logic Carlos Santos 2025-11-10 17:29:58 +0100
  • 48eec08509 ov-components: Implement E2EE support for chat messages and participant names and add E2EE service Carlos Santos 2025-11-06 17:52:14 +0100
  • 605cee8bae Moved new integration tests pabloFuente 2025-11-08 21:58:01 +0100
  • 71265ffec9 Extended integration tests with security path tests pabloFuente 2025-11-08 21:37:03 +0100
  • 36d1f3bd5b New updated version of SecurityConfig pabloFuente 2025-11-08 19:17:49 +0100
  • 6425eb8244 openvidu-test-browsers: simpler track availability check pabloFuente 2025-11-08 18:20:23 +0100
  • 94c362f96f Android test wait pabloFuente 2025-11-08 02:21:38 +0100
  • 770ffaeed6 openvidu-test-e2e: fix test wait pabloFuente 2025-11-07 22:55:16 +0100
  • 7ad39d423d openvidu-test-browsers: simpler methods to check audio and video tracks pabloFuente 2025-11-07 21:30:38 +0100
  • c5ba1f770c openvidu-test-browsers: newly updated Driver users pabloFuente 2025-11-07 20:32:11 +0100
  • 79e2385358 openvidu-test-e2e: print android device status pabloFuente 2025-11-06 11:44:44 +0100
  • afdbe9e236 openvidu-test-e2e: print container logs on start exception pabloFuente 2025-11-06 11:31:34 +0100
  • 3671904a97 Update elasticsearch, kibana, metricbeat and filebeat versions pabloFuente 2025-11-05 18:40:59 +0100
  • 41bca24bfa Merge branch 'e2ee_support' Carlos Santos 2025-11-05 17:51:57 +0100
  • 9950a2ba21 ov-components: Add E2EEKey directive and integrate E2EE configuration in OpenViduService Carlos Santos 2025-11-03 11:05:54 +0100
  • ddd42414ea Update ci-scripts pabloFuente 2025-11-05 16:17:25 +0100
  • c7892b3d70 openvidu-test-e2e: revert change in endReason test pabloFuente 2025-11-05 15:56:54 +0100
  • 6315acafb3 openvidu-e2e-e2e: update PRO tests pabloFuente 2025-11-04 19:13:52 +0100
  • a9ad482c0b openvidu-server: replace deprecated @SpyBean with @MockitoSpyBean pabloFuente 2025-11-04 16:52:33 +0100
  • f120e6a70c openvidu-server: migrate PowerMockito to Mockito pabloFuente 2025-11-04 16:46:19 +0100
  • 20630c0553 openvidu-server: make some methods public for easier testing in PRO pabloFuente 2025-11-04 14:16:16 +0100
  • a002e766ca openvidu-server: fix missing recordingStatusChanged failed event pabloFuente 2025-11-03 22:45:05 +0100
  • ffd232b428 openvidu-server: accept HEAD method to public URL endpoints pabloFuente 2025-11-03 18:43:36 +0100
  • a81d3f7c26 openvidu-server: new fix for SecurityConfig paths pabloFuente 2025-11-03 15:10:31 +0100
  • 146aa315fc openvidu-test-e2e: fix broken tests pabloFuente 2025-11-03 14:12:20 +0100
  • d330a8ef72 openvidu-server: updated SecurityConfig precedence and OPTIONS method pabloFuente 2025-11-03 13:47:19 +0100
  • f8032b7b10 openvidu-test-e2e: change 405 to 403 when REST method doesn't exist pabloFuente 2025-11-03 13:32:56 +0100
  • 9a522af1bc openvidu-server: proper CORS configuration pabloFuente 2025-11-03 13:14:11 +0100
  • 67b6aa7158 openvidu-server: fix SecurityConfig path precedence pabloFuente 2025-11-03 12:59:29 +0100
  • 2eda703c3a openvidu-e2e-tests.sh: remove unnecessary basic auth from curl wait command pabloFuente 2025-11-03 12:22:05 +0100
  • 564124fd93 openvidu-test-e2e.sh: fix curl wait command pabloFuente 2025-11-03 12:00:27 +0100
  • c249a63662 Update kurento version to 7.2.1-SNAPSHOT pabloFuente 2025-11-02 19:18:32 +0100
  • 9de6f3ddeb Update openvidu-test-e2e Dockerfile to use Java 21 pabloFuente 2025-11-02 18:37:51 +0100
  • a7036993ff openvidu-ce-test.yml: update actions/upload-artifact version pabloFuente 2025-11-02 18:15:17 +0100
  • 1b4e3f29d8 openvidu-server: update SecurityConfig.java to be reused pabloFuente 2025-11-02 17:50:03 +0100
  • 0f22d6310d openvidu-server: exclude transitive dependency and update logback config pabloFuente 2025-11-02 16:12:11 +0100
  • 49f808ee61 Allow WS connections in SecurityConfig pabloFuente 2025-11-01 20:47:20 +0100
  • ffe36855bb Upgrade to Spring Boot 3.4.0 and Java 21 with comprehensive dependency updates pabloFuente 2025-11-01 20:25:42 +0100
  • 4bf413cffc Merge branch 'gcp' Carlos Santos 2025-10-29 18:28:54 +0100
  • d68cb4933e Add Terraform configuration for OpenVidu deployment on GCP gcp Piwccle 2025-08-27 17:38:50 +0200
  • 17ed624e40 ov-components: Removes redundant computed property Carlos Santos 2025-10-28 17:18:18 +0100
  • 6c9a8a1bc2 ov-components: Update imports in global-config.service.ts Carlos Santos 2025-10-21 20:19:31 +0200
  • de8639ad63 ov-components: Updated testapp dependencies Carlos Santos 2025-10-21 19:35:26 +0200
  • c576133b42 ov-components: Adds build and copy scripts Carlos Santos 2025-10-21 19:22:12 +0200
  • bb47c3696c ov-components: Configures root injection for overlay Carlos Santos 2025-10-21 19:10:27 +0200
  • 1a3edb9a61 openvidu-deployment: Update Docker images and versions in deployment scripts cruizba 2025-10-17 19:55:06 +0200
  • b7e715361e openvidu-deployment: azure - changed "defaultName" of PublicIpAddress and changed Action Group name Piwccle 2025-10-15 18:45:25 +0200
  • 1d4bcdf54f local-meet: bumpt to 3.4.1 cruizba 2025-10-13 20:41:05 +0200
  • 6ac6e1f2de Revert "Bump version to 3.4.1" GitHub Actions 2025-10-13 16:57:47 +0000
  • 6b9e9da2f1 Bump version to 3.4.1 v3.4.1 GitHub Actions 2025-10-13 16:57:44 +0000
  • 56dd99458e openvidu-deployment: add to updater missing env variables cruizba 2025-10-12 21:45:05 +0200
  • 9cd2bb9bd7 openvidu-deployment: update updater script to include additional Docker images and validate upgrade paths cruizba 2025-10-12 21:37:33 +0200
  • 95f4326f9a openvidu-deployment: elastic & ha - Add security group ingress rules for media and master node communication 7880 cruizba 2025-10-10 14:51:55 +0200
  • 1ca0e8e4e1 ov-components: update rxjs to version 7.8.2 in package.json and package-lock.json Carlos Santos 2025-10-09 16:46:51 +0200
  • 25f9d29ffd ov-components: update dependencies and improve TypeScript configuration Carlos Santos 2025-10-09 16:06:44 +0200
  • 45d2f7dd6e ov-components: Updated testapp to Angular 20 Carlos Santos 2025-10-09 14:27:33 +0200
  • a666659ca0 openvidu-test-e2e: improved backdrop wait pabloFuente 2025-10-08 11:12:46 +0200
  • 6acb28a178 openvidu-test-e2e: more backdrops wait pabloFuente 2025-10-08 10:18:03 +0200
  • ade870d843 openvidu-test-e2e: allow for egress check in container's backup folder pabloFuente 2025-10-07 23:32:57 +0200
  • 654063a33f openvidu-test-e2e: improved waitForBackdropAndClick pabloFuente 2025-10-07 22:46:44 +0200
  • 11063be327 openvidu-testapp: final Angular v20 changes pabloFuente 2025-10-07 22:28:57 +0200
  • 2ab28e3d41 openvidu-testapp: update to Angular Material v20 pabloFuente 2025-10-07 22:09:18 +0200
  • 780635dc9a openvidu-testapp: upgrade to Angular v20 pabloFuente 2025-10-07 22:00:11 +0200
  • 6a5980e3da openvidu-testapp: update package-lock.json pabloFuente 2025-10-07 21:58:12 +0200
  • b187ee9777 openvidu-test-e2e: better wait for backdrop to disappear management pabloFuente 2025-10-07 18:07:10 +0200
  • 6534a847f8 Updated LiveKit openvidu-testapp dependencies pabloFuente 2025-10-07 15:40:25 +0200
  • f98f853c76 ov-components: Reorganize package.json Carlos Santos 2025-10-06 12:26:31 +0200
  • 206bb6e8e8 ov-components: update target in tsconfig.json Carlos Santos 2025-10-06 12:23:26 +0200
  • 94a14e3ae2 ov-components: update Angular dependencies to version 19.x and ng-packagr to 19.2.2 Carlos Santos 2025-10-06 12:20:33 +0200
  • 432953323c ov-components: migrate Angular dependencies to version 18.x Carlos Santos 2025-10-06 12:17:56 +0200
  • eec1678585 ov-components: update Angular peer dependencies to include version 20 Carlos Santos 2025-10-06 12:11:45 +0200
  • f097866d38 ci: update dispatch URL to point to openvidu-tutorials repository Carlos Santos 2025-10-03 12:59:20 +0200
  • 9c119d6bd2 ov-components: clean css variables Carlos Santos 2025-10-01 18:37:49 +0200
  • 65e51decb2 ov-components: update color variables for improved consistency across components Carlos Santos 2025-10-01 18:13:00 +0200
  • 431bad226d openvidu-deployment: bump local-meet to 3.4.0 cruizba 2025-10-01 19:37:30 +0200
  • 0e7e4e4c66 Enhance tsconfig for openvidu-webcomponent by adding skipLibCheck option Carlos Santos 2025-10-01 19:22:44 +0200
  • b1d6d275a4 openvidu-browser-v2compatibility: Updated to version 3.4.0 and bump package version to 3.4.0; enhance tsconfig.lib.prod.json with skipLibCheck option Carlos Santos 2025-10-01 19:12:59 +0200
  • c9afc1af1e Bump version to 3.4.0 and update openvidu-browser-v2compatibility dependency cruizba 2025-10-01 19:05:00 +0200
  • a0e156e42c Revert "Bump version to 3.4.0" GitHub Actions 2025-10-01 16:29:16 +0000
  • 0fd048d030 Bump version to 3.4.0 v3.4.0 GitHub Actions 2025-10-01 16:29:13 +0000
  • f440b50147 openvidu-node-client-v2compatibility: Bumped version to 3.4.0 github-actions 2025-10-01 15:55:55 +0000
  • df6c5c6db2 update openvidu-livekit subproject to latest commit cruizba 2025-10-01 17:39:50 +0200
  • 4762dbc336 openvidu-components-angular: Bumped version to 3.4.0 github-actions 2025-10-01 15:30:25 +0000
  • b2b66477d4 ov-components: update color variables for consistency across components Carlos Santos 2025-10-01 12:39:34 +0200
  • 89fc82bfd7 openvidu-deployment: fix update.sh to handle Azure secret naming for OpenVidu version updates cruizba 2025-09-30 21:46:28 +0200
  • 8dc1dd329a openvidu-deployment: revert unnecessary RUNNING_SYSTEMD=false prefix from docker pull commands in installation scripts cruizba 2025-09-30 13:12:51 +0200
  • 1298e3160d ov-components: update documentation for setTheme method to clarify theme mode application Carlos Santos 2025-09-30 12:48:00 +0200
  • d54e21d726 ov-components: improve layout and styling for participant name and badges Carlos Santos 2025-09-30 12:46:44 +0200
  • e00120b046 ov-components: update CLASSIC to Classic for consistency in theme handling Carlos Santos 2025-09-30 12:08:41 +0200
  • ec4e2a2f76 openvidu-deployment: update installation scripts: cruizba 2025-09-30 12:05:45 +0200