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 #36

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

[pull] master from jitsi:master #36

wants to merge 13 commits into from

Commits on Sep 13, 2024

  1. feat(transcription): Drops TranscriberManager and expects dialIQ. (#1163

    )
    
    * feat(transcription): Drops TranscriberManager and expects dialIQ.
    
    * feat(transcription,recording): Adds option to disable moderator checks.
    
    Default behavior is not changed.
    
    * ref: Remove unused transcription code.
    
    * feat(transcription): Returns an error if transcriber is already in room.
    
    * squash: Fixes comments.
    
    ---------
    
    Co-authored-by: Boris Grozev <boris@jitsi.org>
    damencho and bgrozev authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5cba140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68b050a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. feat(jigasi): Verify the rayo JvbRoomName header if it exists. (#1166)

    * feat: Verify the rayo JvbRoomName header if it exists.
    
    * squash: Use the correct room JID.
    bgrozev authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    79aeb9f View commit details
    Browse the repository at this point in the history
  2. ref: Do not use ParticipantStatusListener

    Generate left/kicked events internally. In the future we want different
    handling based on content of the presence which we can't do with
    ParticipantStatusListener. Plus, we've had problems with them executing
    in inconsistent order.
    bgrozev authored and damencho committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1effdfd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix(breakout-rooms): Fixes the case where a single participant switch…

    …es to breakout room. (#1169)
    
    * fix(breakout-rooms): Fixes the case where a single participant switches to breakout room.
    
    We keep around conferences when there is a breakout room. When a single participant is switching we first get participant left then breakout room is created, so we need to distinguish that the participant left is for joining breakout room.
    
    * squash: Fixes tests.
    
    * squash: Doc update
    damencho authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    57134d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix(visitors): Make sure we disconnect vnodes before leaving rooms. (#…

    …1170)
    
    * fix(visitors): Make sure we disconnect vnodes before leaving rooms.
    
    Use case is a single main participant and a visitor node. If jicofo leaves visitor room before disconnecting, the client will reload seeing jicofo leaving. If we disconnect first, we destroy the room with an appropriate message shown to visitors.
    
    * squash: synchronize, refactor.
    
    ---------
    
    Co-authored-by: Boris Grozev <boris@jitsi.org>
    damencho and bgrozev authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    52ba365 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Oct 15, 2024

  1. feat: Update jicofo start script to check for config. (#1176)

    * feat: Update jicofo start script to check for config.
    
    * squash: Adds a default value.
    
    * squash: Drops not needed postinst logic.
    damencho authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a2b1f83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c88a392 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Replace jetty with ktor. (#1178)

    * chore: Update jicoco to 1.1-142-gfed0320.
    * feat: Add a ktor server, move /metrics to it.
    * feat: Move /about/version to ktor.
    * ref: Move health to ktor.
    * wip: Port ConferenceRequest to ktor.
    * wip: Organize ktor exceptions.
    * ref: Move MoveEndpoints to ktor.
    * ref: Move RtcStats to ktor.
    * ref: Move RestConfig to the ktor package.
    * ref: Move Debug to ktor.
    * ref: Move Pin to ktor.
    * ref: Move stats to ktor.
    * ref: Remove jetty, move ktor to 8888.
    * chore: Remove jetty dependencies.
    * chore: Bump jicoco to 1.1-143.
    bgrozev authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7431511 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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

Commits on Oct 30, 2024

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