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

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

[pull] master from jitsi:master #231

wants to merge 46 commits into from

Commits on Aug 27, 2024

  1. fix(RN/shared-video): sharedVideoAllowedURLDomains prop from branding.

    On mobile (React-Native) the sharedVideoAllowedURLDomains property from dynamic branding was filtered and therefore the allow list from the branding was not reaching redux and was ignored.
    hristoterezov committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c62f2f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697ede2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    32f9f8b View commit details
    Browse the repository at this point in the history
  2. feat(shared-video): Closes confirm dialog if shown on stop. (#15065)

    * feat(shared-video): Closes confirm dialog if shown on stop.
    
    * squash: Show notification about the stopped video.
    damencho committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2364344 View commit details
    Browse the repository at this point in the history
  3. fix(subtitles): Styles.

     - Move the styles from css to tss-react ones
     - Dynamic fontSize based on the visible area of the page
     - Remove the gaps in the background when a line is wrapped.
     - Change the text color to white.
     - Remove transparency.
    hristoterezov committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2d56dbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b747fd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Aug 30, 2024

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    d755b9d View commit details
    Browse the repository at this point in the history
  2. fix(jicofo): conference request nginx config add expose headers for c…

    …ors (#15084)
    
    * fix(jicofo): conference request nginx config add expose headers for content type
    aaronkvanmeerten committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    79322f6 View commit details
    Browse the repository at this point in the history
  3. feat(participants-pane): Fixes actions menu when sharing video.

    We have actions menu for the video just for the local participant who shared the video.
    damencho committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d2ff136 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aa42f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    9802016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7169143 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2afd5e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    0fa02ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b989307 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. lang: update German translation

    Signed-off-by: Christoph Settgast <csett86_git@quicksands.de>
    csett86 authored and damencho committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ac72003 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. fix: correct inconsistencies between disableLocalVideoFlip flag and UI (

    #15101)
    
    Some parts of the ui still showed the setting for flipping the video, even if the flag indicated otherwise
    Also fixes the case where setting a virtual background ignores the stored localFlipX setting
    quitrk committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    15ddf04 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

  1. feat(ios) bump minimum required iOS version to 15.1

    RN 0.76 will be doing this change, so let's get ahead.
    
    THis puts the iPhione 6S as the baseline model, which was released in
    September 2015.
    saghul authored and Calinteodor committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ab57a29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ea2093 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c9234f View commit details
    Browse the repository at this point in the history
  4. fix(rn,overlay) skip showing reload dialog while leaving the conferen…

    …ce (#15045)
    
    * fix(rn,overlay) skip showing reload dialog while leaving the conference
    saghul committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    756c4af View commit details
    Browse the repository at this point in the history
  5. fix(breakout-rooms): Fixes reporting virtual jid of main room.

    When reporting the real jid, nothing matches in jicofo internals and we miss to match the room.
    damencho committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    262cb04 View commit details
    Browse the repository at this point in the history
  6. fix(transcriptions,recording): Allows non moderators with features to…

    … dial, record or transcribe. (#15074)
    
    * fix(transcriptions): Uses dial command to invite transcriber.
    
    * fix(transcriptions,recording): Allows non moderators with features to dial, record or transcribe.
    
    * sqaush: Make sure filtering works when only is a moderator.
    
    It works now and without a token and no features, but being moderator.
    
    * squash: Rename constant.
    
    * squash: Checks features first before defaulting to moderator when filtering metadata service.
    
    * squash: Checks features first before defaulting to moderator in UI.
    
    * squash: Fixes lint and one other check.
    
    * squash: Moves more logic to is_feature_allowed.
    
    * squash: Drops unnecessary check.
    
    * squash: Uses constant coming from ljm.
    
    * squash: Toggles back captions button on error.
    
    * squash: Fix comment.
    
    * squash: Reverting back isLiveStreamingButtonVisible.
    
    * squash: Fix imports.
    damencho committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b3742a3 View commit details
    Browse the repository at this point in the history
  7. feat(visitors): Transcriptions for visitors. (#15119)

    * feat(visitors): Transcriptions for visitors.
    
    * squash: Fixes filter iq.
    
    * feat: Rewrites room name requests in rayo iq for visitors.
    
    * squash: Handles visitors count that request transcriptions and the languages requested.
    
    * fix(subtitles): Make sure we show captions button when no features but is transcribing.
    damencho committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ede2695 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. fix(deb): Restart jicofo on new install.

    Testing clean install on Ubuntu 24.04 seems to end up with jicofo not connected due to the certificate not being validated.
    damencho committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    936fa55 View commit details
    Browse the repository at this point in the history
  2. feat(follow-me): Adds option to limit it for recorder only. (#15120)

    * feat(follow-me): Adds option to limit it for recorder only.
    
    * squash: Fix comments.
    
    * squash: Fix comments.
    damencho committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    085e6dd View commit details
    Browse the repository at this point in the history
  3. fix: Fixes installing let's encrypt on clean system.

    When testing on 24.04 fails to create let's encrypt successfully because the webserver is not installed completely.
    damencho committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b620328 View commit details
    Browse the repository at this point in the history
  4. fix(follow-me): Small UI fixes.

    Does not allow toggling both follow me and follow me recorder. And make when locally enabled show correct status when follow me recorder is selected.
    damencho committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9f73eb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    574c61d View commit details
    Browse the repository at this point in the history
  2. Accessibility: keyboard navigation on the toolbar (Context menu) (#15060

    )
    
    Accessibility: keyboard navigation on the toolbar (Context menu)
    ahmadkadri committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8d82c20 View commit details
    Browse the repository at this point in the history
  3. feat(follow-me): Adds iframeAPI to activate recorder follow me. (#15134)

    * feat(follow-me): Adds iframeAPI to activate recorder follow me.
    
    * squash: suggestion.
    
    Co-authored-by: Hristo Terezov <hristo@jitsi.org>
    
    ---------
    
    Co-authored-by: Hristo Terezov <hristo@jitsi.org>
    damencho and hristoterezov committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    bc21a46 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Sep 20, 2024

  1. fix: flip mode can be unsynced between tileview and large video (#15141)

    - large video does not adhere to the same restriction when it comes to the flip mode, it simply respects the last cached state or the doNotFlipLocalVideo flag if it was provided
    quitrk committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    acc46c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb2f1e View commit details
    Browse the repository at this point in the history
  3. feat(external-api): Set blurred background from external api. (#15131)

    Add setBlurredBackground command to external api.
    
    Co-authored-by: Axel Prola <axel.prola@equasens.com>
    Razor1700 and Axel Prola committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    97930bf View commit details
    Browse the repository at this point in the history
  4. fix(av-moderation): Fix wrong json format for empty array.

    The exception we see in jicofo: IllegalArgumentException: Value is not a list
    We were encoding empty array for media types as {} where it should be [].
    damencho committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6e13269 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3617b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62856b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f1c635 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09d5797 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    50b9093 View commit details
    Browse the repository at this point in the history