Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from jitsi:master #34

Merged
merged 27 commits into from
Aug 21, 2024
Merged

[pull] master from jitsi:master #34

merged 27 commits into from
Aug 21, 2024

Commits on Jan 29, 2024

  1. Remove backward compat for source names and multi-stream (#1130)

    * ref: Remove backward compatibility with endpoints with no source name support.
    
    * Remove multi stream backward compat code.
    bgrozev authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    716af90 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    e20abda View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. feat: Enable transcription based on MUC config form (#1135)

    Read room_metadata from the MUC config form, and enable transcription if
    it is requested.
    bgrozev authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7ae1013 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Enable ssrc rewriting by default.

    bgrozev authored and damencho committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9ed14e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Move the metrics update logic to jicoco. (#1134)

    * Move the metrics update logic to jicoco.
    
    * Use Metrics updater.
    
    * Update jicoco.
    bgrozev authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    be8a115 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    49cc46e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. feat: Handle room metadata updates from the room_metadata component (#…

    …1139)
    
    * ref: Remove unused class.
    
    * feat: Handle updates from the room_metadata component.
    
    As opposed to reloading the MUC config form.
    bgrozev authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    877b475 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    e4714fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89c347c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Update Java Debian dependencies

    Allows for running with Java 17 without any additional install.
    saghul committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8b0e03d View commit details
    Browse the repository at this point in the history
  2. feat: Updates java dependencies to include java17.

    Reverts 8b0e03d and adds java17.
    damencho committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fb29dc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    ac6cb05 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update Jetty (including through jicoco dependency). (#1146)

    Also remove some no-longer-used dependencies.
    JonathanLennox authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5de3401 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. feat: Enable AV1 by default (#1150)

    * feat: Enable AV1 by default
    
    * fix the failing unit test.
    jallamsetty1 authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b382fc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    fde481c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Use JitsiXmppStringprep, update smack (#1151)

    * ref: Use org.jitsi.xmpp.Smack.
    
    * ref: Remove JidTest (moved to xmpp-extensions).
    
    * chore: Update smack to 4.4.8
    
    https://github.com/igniterealtime/Smack/blob/4.4.8/CHANGELOG.md
    
    * chore: Update jitsi-xmpp-extensions (JitsiXmppStringprep).
    
    * Add a config flag to allow disabling JitsiXmppStringprep.
    bgrozev authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    62b126f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    16a8ff7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. chore(deps): bump org.xmlunit:xmlunit-core from 2.8.3 to 2.10.0 (#1152)

    Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.8.3 to 2.10.0.
    - [Release notes](https://github.com/xmlunit/xmlunit/releases)
    - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
    - [Commits](xmlunit/xmlunit@v2.8.3...v2.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.xmlunit:xmlunit-core
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    a30b541 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    cbed240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaaf613 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix: Fix scheduling jvb health checks. (#1156)

    * fix: Fix scheduling jvb health checks.
    
    Scheduling at a fixed rate leads to IO threads building up when a bridge
    becomes unresponsive and the duration of health checks becomes longer
    than the health check interval.
    bgrozev authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8fc38a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. feat(visitors): Read visitors.live from metadata, redirect visitors u…

    …nless live=true.
    bgrozev authored and damencho committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7265172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68a667b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. feat(visitors): Adds flag to enable live room feature.

    By default is disabled.
    damencho committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6b5c8c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    1ccfaeb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    213f776 View commit details
    Browse the repository at this point in the history
  2. feat: Add an API to move endpoints. (#1161)

    * feat: Add an API to move endpoints.
    bgrozev authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b9d0612 View commit details
    Browse the repository at this point in the history