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

Open
wants to merge 2,716 commits into
base: master
Choose a base branch
from
Open

[pull] master from jitsi:master #750

wants to merge 2,716 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    495b925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aff671b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a5ec9e View commit details
    Browse the repository at this point in the history
  4. fix(recording/livestreaming): labels

    Display only livestreaming label when the livestreaming and the transcribtions are on.
    hristoterezov committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ff9f767 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94f9ccf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a9f6c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    73952ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c52b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b860c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    9f8662c View commit details
    Browse the repository at this point in the history
  2. feat(tracks): disable pip in screen-share based on flag value (#14413)

    * feat(tracks): disable pip in screen-share based on flag value
    Calinteodor committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e82fc48 View commit details
    Browse the repository at this point in the history
  3. feat(recorder-transcription): Handle correctly in the UI.

    Until this commit we didn't make difference between transcriptions from the recording dialog and subtitles. Now subtitles are not considered recording anymore and only the transcriptions started from recording dialog are considered recording.
    hristoterezov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    05aa487 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6f6b3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2626a89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    701e3d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92e3a1f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    4c3512b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa0b06b View commit details
    Browse the repository at this point in the history
  3. feat: Send room_metadata updates to jicofo. (#14417)

    Include the room jid in the message.
    bgrozev committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a06c2e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. feat(rn,deps) update react-native-webrtc@118.0.1

    Adds UVC camera support to Android.
    saghul committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8ae6ba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58d8f3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be616a View commit details
    Browse the repository at this point in the history
  4. feat(android): fix screen sharing for android 14 (#14419)

    * feat(android): media projection is now done through react native webrtc
    Calinteodor committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6a3c12b View commit details
    Browse the repository at this point in the history
  5. fix: Drops inspect print.

    damencho committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    954ef6d View commit details
    Browse the repository at this point in the history
  6. Update build.gradle / jsRootDir = file("../")

    When newArchEnabled=true. Refers to a non-existent category
    qnafin authored and saghul committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    68f7448 View commit details
    Browse the repository at this point in the history
  7. fix(toolbarButtons): Store all buttons in redux.

    The previous version of getToolbarButtons function was actually adding the custom buttons on every call to the config toolbarButtons array, effectively creating dublicates of every custom button. The PR fixes this issue.
    
    Also now we will be running the getToolbarButtons calculation only when needed.
    hristoterezov committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ea075d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix(toolbarButtons): filter visitor buttons in redux.

    Filters the toolbarButtons in redux depending on the visitor state instead of filtering them every time in mapStateToProps. This will prevent unnecessary rerenders of the toolbar.
    
    Additionally:
     - Moves visitor buttons const from features/config in features/toolbox.
     - Removes dublicate functions isButtonEnabled and isToolbarButtonEnabled.
     - Adds more buttons to the visitor allowed buttons which functionality has been any way accessible trough shortcuts or somewhere else.
     - Enables customButtons to be visible for visitors.
    hristoterezov committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e2ec484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    885e1af View commit details
    Browse the repository at this point in the history
  3. feat: Rate limits update (#14429)

    * feat: Introduces new rate limit setting.
    
    No can have two different values per ip that is used to limit session creation and one that is used when that stanza rate limit is exceeded.
    
    * feat: Introduces unthrottle logic.
    
    * fix: Bumps default iq rate limits.
    
    * feat: Prints how many times a session hits the rates.
    
    * Update resources/prosody-plugins/mod_rate_limit.lua
    
    Co-authored-by: Aaron van Meerten <aaron.van.meerten@8x8.com>
    
    ---------
    
    Co-authored-by: Aaron van Meerten <aaron.van.meerten@8x8.com>
    damencho and aaronkvanmeerten committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    43e075d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    7291e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ab945c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1c9558 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58b73e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa8bb55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55b3256 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1d4332 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8cd80a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b0747a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    c81184d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68dc111 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a84660 View commit details
    Browse the repository at this point in the history
  4. fix(visitors): Fixes demoting correct participant.

    Moderators receive all demote messages so they can show notification if we need to.
    damencho committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7140a90 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. react-native-sdk(android): screen share updates (#14440)

    * react-native-sdk(android): removed related modules, services to screen-share feature and updated peerDeps
    Calinteodor committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0c45d87 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    1249aa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    467023f View commit details
    Browse the repository at this point in the history
  3. react-native-sdk(chore/overrides): update prepare_sdk script to take …

    …care of overrides (#14449)
    
    * react-native-sdk(chore/overrides): update prepare_sdk script to take care of overrides
    Calinteodor committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e1055eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c531c0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    052070a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c81b93 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix(visitors): Fixes replacing visitor domain. (#14457)

    * fix(visitors): Fixes replacing visitor domain.
    
    Constructing the visitor room jid instead of doing a risky replacement.
    
    The problem is having a room like:
    [meet-jit-si-shard]someroomname@conference.meet.jit.si and replacing with 'meet.jit.si', the dots match the -.
    damencho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    86d869a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. feat(recording) add ability to change recording defaults

    If recordings.recordAudioAndVideo is set to false don't record
    audio-video by default.
    saghul committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b7785a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix(conference) fix incorrect meeting name in CallKit

    Reset subject when setting a new room name.
    saghul authored and Calinteodor committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3d158fb View commit details
    Browse the repository at this point in the history
  2. chore(deps) react-native-webrtc@118.0.3

    Fixes spurious exceptions on Android 14.
    saghul authored and Calinteodor committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d358dd8 View commit details
    Browse the repository at this point in the history
  3. fix(buttonsWithNotify): Duplicates in config

    Fixes the issue with adding duplicate elements in buttonsWithNotifyClick and participantMenuButtonsWithNotifyClick with custom buttons.
    hristoterezov committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    26e09ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb17337 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 14, 2024

  1. Revert "fix(conference): Do not remove muted tracks at join time when…

    … ssrc-rewriting is enabled."
    
    This reverts commit bb17337.
    jallamsetty1 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a775dd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    cff1404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2734da0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    fdba996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec5f2ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7e80b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07a15f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b43379a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fb66c9 View commit details
    Browse the repository at this point in the history
  7. fix(kick): JS error when participant pane is open.

    There are cases when if you are kicked and the participant pane is
    open, the getBreakoutRooms() call will return undefined and since
    isBreakoutRoomRenameAllowed is used in useSelector and fails, all
    execution will stop leaving us in a broken state.
    hristoterezov committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    371b9a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. feat(premeeting/conference/prejoin): fix hiding meeting subject helper (

    #14500)
    
    * feat(premeeting/conference/prejoin): fix hiding meeting subject helper
    Calinteodor committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ffc6ae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b79907f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    5d84a4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6649c15 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix(feedback) avoid sending dialog with enter press in textarea

    Co-authored-by: Chizhang, Wang <chizhang.wang@dataport.de>
    chizhangWang and Chizhang, Wang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6db0f89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ab10c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix: Updates lobby password.

    damencho committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c0f9024 View commit details
    Browse the repository at this point in the history
  2. fix: Fixes showing left participants in the pane under certain condit…

    …ions.
    
    Fixes #14491.
    When a screensharing participant leaves and is unmuted or sharing the tab audio, there is a dominant speaker changed event which stores wrong values in filmstrip state. And because we skip reordering when there is no filmstrip scroll and no screensharers to avoid reordering on every dominant speaker event for small meetings, we fail to evaluate that the screensharere is actually gone and we still show it.
    This will not happen if the one sharing is not dominant speaker (muted) or if there are more participants in the meeting (there is a scroll).
    damencho committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ffbaee0 View commit details
    Browse the repository at this point in the history
  3. fix(video-quality): Correctly pin camera tile.

    When screensharing source is the first source to be added with ssrc-rewriting enabled, constraints for the camera tile don't get updated when its pinned. Fixes #14501
    jallamsetty1 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f525fb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. lang: Translated main-hi.json (#14532)

    * solve issue of 817  added toast notification on copy sharing link
    
    * updated main.json
    
    * Update main.json
    
    added space with colon
    
    * Update InviteByEmailSection.tsx
    
    * fixed linter errors
    
    * updated main.json
    
    * Feat: Translated main-hi.json
    AnshuPathak-88825 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c7d5de2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. fix(participants-pane): multi words search

    ilaydadastan authored and saghul committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2f6d9d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fad58ae View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. fix(lang): added new tr translations

    ilaydadastan authored and damencho committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    33db2be View commit details
    Browse the repository at this point in the history
  2. feat(visitors): Updates docs for promotion. (#14538)

    * feat(visitors): Updates docs for promotion.
    
    * squash: Update config.js comment
    damencho committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    643fc7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9727951 View commit details
    Browse the repository at this point in the history
  4. feat(base/conference): get subject and localSubject from config (#14520)

    * feat(base/conference): fixed getting localSubject, subject and parsing url params.
    Calinteodor committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9b798b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb49c92 View commit details
    Browse the repository at this point in the history
  6. fix(flags): Don't assume ssrc-rewriting enabled by default. (#14545)

    * fix(flags): Don't assume ssrc-rewriting enabled by default.
    
    * chore(deps): update latest@lib-jitsi-meet.
    jitsi/lib-jitsi-meet@v1796.0.0+d1333434...v1802.0.0+49ff6eb4
    jallamsetty1 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    56eecab View commit details
    Browse the repository at this point in the history
  7. feat: Reduces into state region and shard changes from the lib. (#14546)

    * feat: Reduces into state region and shard changes from the lib.
    
    * squash: Fixes few comments.
    
    * chore(deps) lib-jitsi-meet@latest
    
    jitsi/lib-jitsi-meet@v1802.0.0+49ff6eb4...v1803.0.0+5237dbfe
    damencho committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2c6f4e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. chore(deps-dev): bump express from 4.17.3 to 4.19.2

    Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.17.3...4.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and saghul committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ffa704e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec42301 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79d216d View commit details
    Browse the repository at this point in the history
  4. fix: Fixes parsing hash params to be passed to tokenAuthUrl.

    The URL.hash returns the # sign, and so we always ignore the first parameter.
    damencho committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4759822 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. feat(ios/android/sdk): delegate transcription chunk received event (#…

    …14516)
    
    * feat(subtitles): created separate helpers for delegating transcription chunks events 
    on web and mobile
    Calinteodor committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5247fbd View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    d1590db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82fa1eb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. feat(whiteboard/native): ui fixes (#14585)

    * feat(mobile/navigation): moved Whiteboard to Conference navigation and fixed screen options
    Calinteodor committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3b546ea View commit details
    Browse the repository at this point in the history
  2. fix(android) fix server URL parsing

    Some devices throw NullPointerException instead of
    MalformedURLException.
    saghul committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    11c445f View commit details
    Browse the repository at this point in the history
  3. fix(whiteboard) backend safe room hash

    mihhu authored and damencho committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5282274 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. fix(chat): fixed error message colors (#14574)

    * fix(chat): fixed error message colors
    
    * fix(chat): changed error message background color
    ilaydadastan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7989141 View commit details
    Browse the repository at this point in the history
  2. fix(LargeVideo): use correct track for streaming status.

    In the case where we switch from jvb to p2p when we need to switch the p2p and jvb track, they will be with the same source name. In order to add the streaming status listener we need to check if the isP2P flag is different. Without this check we won't have the correct stream status listener for the track. Normally the Thumbnail and ConnectionIndicator components will update the streaming status the same way and this may mask the problem. But if for some reason the update from the Thumbnail and ConnectionIndicator components don't happen this may lead to showing the avatar instead of the video because of the old track inactive streaming status.
    hristoterezov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4e50546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38be09f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    7a1ad18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03b3cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    263bb7b View commit details
    Browse the repository at this point in the history
  4. fix: Clear up knocking state on error.

    Fixes a case where participant is not entering lobby when trying the second time after being rejected.
    damencho committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    721bb4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3312b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    37024b4 View commit details
    Browse the repository at this point in the history
  2. feat: Adds module to attach data to be available in jibri metadata.

    Attaches the meeting id and the creator of the meeting into the iq sent to jibri. The data will be available in the metadata.json.
    damencho committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9fc89ba View commit details
    Browse the repository at this point in the history
  3. feat: Move to use cjson everywhere.

    We were using prosody,util.json and cjson at the same time, but the latter is more performant.
    Adds some error handling which were missing with the prosody util json one.
    damencho committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a76f9d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    9b16296 View commit details
    Browse the repository at this point in the history
  2. feat: prosody plugin for sending system chat messages (#14603)

    * feat: prosody plugin for sending system chat messages
    
    * code review changes
    
    * code review changes
    
    * update module name
    
    * update comment
    quitrk committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    097d51c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b54cec8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. feat(toolbox/native): custom overflow menu buttons (#14594)

    * feat(toolbox/native): custom buttons for the OverflowMenu
    Calinteodor committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    36671d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    1c25a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68f030b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed4b47 View commit details
    Browse the repository at this point in the history
  4. chore(rn,deps) react-native-webrtc@118.0.6

    Fixes duplicated audio on iOS.
    saghul committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a4e3716 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    b3e1865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3ee997 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b470c20 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    da01ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55e9136 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0602ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    347cc32 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    2f3cf9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16597a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    158e1a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc03949 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    ce840cc View commit details
    Browse the repository at this point in the history
  2. fix descriptions

    fix descriptions
    keremoge authored and Calinteodor committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    582bbf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b90e187 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

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

Commits on Apr 22, 2024

  1. ref(modules/UI): remove events system.

    Many of the events are not used at all or used only on one place. For the rest of them the listeners were added 2 times on promoted visitors and not cleaned at all.
    hristoterezov committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9bb27b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3ab6c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88b6cdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9ef9dc View commit details
    Browse the repository at this point in the history
  5. fix: Updates jvb user account check.

    In certain cases (lib-unbound not found message from lua) we can detect that jvb account is not existing, and we will re-create causing jvb to not able to connect, as password is changed only in prosody.
    damencho committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    28a9850 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    6b2d586 View commit details
    Browse the repository at this point in the history
  2. feat(android): list post notifications permission (#14657)

    * feat(android): list post notifications permission
    Calinteodor committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    219e6ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa04692 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    0382923 View commit details
    Browse the repository at this point in the history
  2. fix: Parse/decode the URL params before constructing the url.

    Fixes #14672.
    
    When passing url param config.subject="Example%20Title" we will send config.subject%22%3A%22%2522Example%2520Title%2522%22 which is double quotes.
    damencho committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6452c99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    393c78a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    b540452 View commit details
    Browse the repository at this point in the history
  2. fix(ios) Xcode 15.2 updates

    - Update project files
    - Make sure CI uses Xcode 15.2
    - Fix custom Xcode build scripts to depend on the Info.plist file
      generation
    - Combine 2 scripts related to Firebase into a single one
    saghul committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ce727d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2b4043 View commit details
    Browse the repository at this point in the history
  4. fix: Disallow visitor joining directly to main room.

    When a vpaas visitor tries to join a room that has not been created and there are no main participants, we deny access.
    damencho committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    980153e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43c1032 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bb1d6d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    c699626 View commit details
    Browse the repository at this point in the history
  2. feat(fastlane) metadata i18n ru

    Signed-off-by: Yurt Page <yurtpage@gmail.com>
    yurtpage committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6976b45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25f2eb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    fee4151 View commit details
    Browse the repository at this point in the history
  2. fix(notifications): Adds a 60 secs timeout for bridge channel message. (

    #14690)
    
    * fix(notifications): Adds a 60 secs timeout for bridge channel message.
    Also indicates that audio might get disrupted in addition to video when ssrc-rewriting is enabled.
    
    * squash: decrease the timeout to 15 secs if the data channel doesn't establish at all.
    jallamsetty1 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6682b52 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    62d0d25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    375314c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Update main-ru.json fix lang

    RakhimovRamis authored and damencho committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3f7c8c2 View commit details
    Browse the repository at this point in the history
  2. * feat(visitors): Shows notification when not-allowed error is detected.

    * feat(visitors): Adds extensions to errors to distinguish them.
    
    * feat: Shows notification when not-allowed error is detected.
    
    * chore(deps) lib-jitsi-meet@latest
    
    jitsi/lib-jitsi-meet@v1822.0.0+58a91446...v1823.0.0+ec98b020
    
    * squash: Update texts.
    damencho committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f279e63 View commit details
    Browse the repository at this point in the history
  3. fix: Fixes visitors component.

    In f279e63 there is some commented code that sneaked in by mistake.
    damencho committed May 3, 2024
    Configuration menu
    Copy the full SHA
    aa9bd8c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. lang: update German translation (#14711)

    Signed-off-by: Christoph Settgast <csett86_git@quicksands.de>
    csett86 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    2a5fc8c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    72d05bb View commit details
    Browse the repository at this point in the history
  2. feat(ci) run CI also on macOS on arm64

    The macOS-13 image runners are x64, but macOS-14 are arm64.
    saghul committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1d8a9c1 View commit details
    Browse the repository at this point in the history
  3. chore(deps) run npm audit fix

    saghul committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e5b7362 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ede8f7e View commit details
    Browse the repository at this point in the history
  5. fix(lang): Update Latvian language translation (#14720)

    * fix(lang): Update Latvian language translation
    
    * fix(lang): Use better wording in Latvian translation
    NullIsNot0 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    843cdf0 View commit details
    Browse the repository at this point in the history
  6. fix(lang): Make existing phrasing in Latvian language more clear (#14721

    )
    
    * fix(lang): More updates on existing phrasing in Latvian language
    
    * fix(lang): Update Latvian language translation
    NullIsNot0 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    57bd074 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    24ce8c5 View commit details
    Browse the repository at this point in the history
  2. feat: allow client JWT in Authorization header (#14724)

    * feat: allow client JWT in Authorization header
    
    * cleaner check for initial header
    
    * better comment for the reason for sub(8
    
    * allow query value to override authorization header
    aaronkvanmeerten committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e90b270 View commit details
    Browse the repository at this point in the history
  3. fix(visitors): Use single GUM for enabling media on promotion.

    Before we were using setAudioMuted and setVideoMuted which was effectively using separate GUM calls for audio and video. This was problematic in the case where GUM permissions prompt was displayed because two separate prompts were displayed.
    hristoterezov committed May 7, 2024
    Configuration menu
    Copy the full SHA
    53299a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cdf772 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    daa8405 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    50d4b62 View commit details
    Browse the repository at this point in the history
  2. feat: Checking for visitors in available hosts.

    Supports different domains for visitors, including one for jigasi and jigasis to be visitors.
    damencho committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6691f56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    383b534 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    353c3cd View commit details
    Browse the repository at this point in the history
  2. feat(react-native-sdk): Update rnsdk script dependencies (#14739)

    * feat(rnsdk): moved metro-config dep to devDeps
    Calinteodor committed May 13, 2024
    Configuration menu
    Copy the full SHA
    854503a View commit details
    Browse the repository at this point in the history
  3. fix(lang) update screen reader related french translation

    - settings string contained a string saying "show / hide settings", but
    we should match the english string saying only "show settings" as the
    button is only used to show the settings (its a dialog you can't go out of, so
    there is no way to go back to the settings button to close, the "hide" case
    doesn't exist)
    
    - use "Activer" instead of "Rétablir" and "Démarrer" for toggle on states,
    as this wording is used accross lots of other buttons, it makes more sense
    to use the same wording
    
    - change the unmute/mute audio/video strings to tell the user its *their*
    device they toggle. There are a few spots in this app where we label stuff
    as "mute microphone", sometimes its for you, sometimes its for other people.
    The idea here is to say "Mute your microphone" instead of "Mute microphone"
    so that screen reader users fully understand what they do.
    manuhabitela authored and damencho committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f3e4a7a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. fix: Fixes swagger syntax.

    damencho committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6758d13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a95adcd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. chore(deps, react-native): update to 0.72.14 (#14741)

    * chore(deps, react-native): changes regarding react native update to 0.72.14
    Calinteodor committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1bb9b26 View commit details
    Browse the repository at this point in the history
  2. chore(node): Increment node ver to 20 (#13445)

    * chore(node) Update to node 20.x
    
    * fix
    
    * remove accidental file
    horymury committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7c22bcf View commit details
    Browse the repository at this point in the history
  3. feat: move jwt to URL hash from search parameters (#14749)

    * feat: move jwt to URL hash from search parameters
    
    * fix lint
    
    * comments for future work
    
    * comment format
    
    * fix to use ts-ignore like previous parseURLParams case
    aaronkvanmeerten committed May 16, 2024
    Configuration menu
    Copy the full SHA
    43ae591 View commit details
    Browse the repository at this point in the history
  4. fix: Drop nodejs build dependency.

    Out build process does not actually require nodejs. We assume node/npm is installed on the machine. Dropping it so we can use just nvm to control the versions via .npmrc.
    damencho committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cfca0ae View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    861b323 View commit details
    Browse the repository at this point in the history
  2. feat(ci) use a more future-proof way of installing Node in CI

    Install the version based on .nvmrc rather than speficying it in the
    action.
    saghul committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3f943fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eb4064 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ed0418 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    76e3608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef387c9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. feat(polls): rework (#14645)

    * feat(polls/web/native): rework polls to manage editing and saving before sending to other participants
    Calinteodor committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3ecc16d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    9af0003 View commit details
    Browse the repository at this point in the history
  2. feat(MainToolbar): implement custom order.

    As part of the PR, it also fixes:
     - Removes button aliases
     - Unifies the keys in the object returned by getAllToolboxButtons and the button keys
     - Makes sure that the number of buttons displayed are always the same as the number of buttons specified in the thresholds and removes the exception for not filling up the main toolbar with buttons from overflow menu when reactions button is disabled.
     - Introduces a priority for buttons that will be used to fill empty spaces in the main toolbar.
    hristoterezov committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0913554 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. feat(lang) add upper sorbian to transcription languages

    * fix showing transcripts for country codes longer than 2 characters
    zobadaniel committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d49a419 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. feat(polls/web/native): refactoring (#14778)

    * feat(polls/web/native): refactoring
    Calinteodor committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c31ef2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdcb4cd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. feat(polls/web/native): fixed identical answers verification (#14782)

    * feat(polls/web/native): fixed identical answers verification
    Calinteodor committed May 28, 2024
    Configuration menu
    Copy the full SHA
    75e7f64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc69a35 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on May 30, 2024

  1. feat(notifications/native): ui fixes (#14786)

    * feat(notifications/native): ui fixes
    Calinteodor committed May 30, 2024
    Configuration menu
    Copy the full SHA
    be06547 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    46ea1f5 View commit details
    Browse the repository at this point in the history
  2. fix(Toolbox): Stop rerendering on every action

    getJwtDisabledButtons which is used as a selector will create a new array every time it is called. This will lead to unneccessary rerenders on every action where there is no difference in the result of getJwtDisabledButtons because the reference of the array will be different.
    hristoterezov committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d5dd5e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b4554f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. feat(sdk/android): custom overflow menu buttons fix (#14795)

    * feat(android/sdk): create setConfigOverride for array list of objects
    Calinteodor committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    11b48a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf55e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    667b9fb View commit details
    Browse the repository at this point in the history
  4. chore(deps) npm audit fix

    saghul committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e9bf1ad View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

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

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    7696dbc View commit details
    Browse the repository at this point in the history
  2. feat(rn) remove 360p resolution limitation

    Layer suspension now works on mobile, let's give this a try once again.
    saghul committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    acccd76 View commit details
    Browse the repository at this point in the history
  3. feat(rn,config) use WebSockets for XMPP by default on mobile

    This aligns mobile and web. WS has been the default on meet.jit.si and
    beta.meet.jit.si for quite a while now.
    saghul committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0368b4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    befffa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efd2db7 View commit details
    Browse the repository at this point in the history
  6. fix(breakout-rooms): Closes menu after clicking on it.

    The menu with Rename and Close for the breakout rooms.
    damencho committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d0130f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fix(iOS-responsive-ui) Attempt fix iOS responsive ui issue (#14819)

    - on iOS safari and chrome, in case we show eg a spinner until we get the videoConferenceJoined event, all `clientResize` are done with size 0 for width/height
    - on iOS we never get a `clientResize` call with correct values, except if we force a call by eg opening/closing the chat window
    horymury committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bebcfa3 View commit details
    Browse the repository at this point in the history
  2. fix(remote-control) Fix caps lock key name (#14821)

    - this was causing a crash on the controlled meeting instance
    horymury committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8ee6d17 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. feat(base/native): Fixes around UI (#14820)

    feat(base/native): Fixes around 
    notifications, polls, local participant video menu, breakout room and participants UI
    Calinteodor committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b2ae722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7022243 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump braces from 3.0.2 to 3.0.3

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and saghul committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c8d6cdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    205f88e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. chore(deps) update react-native-webrtc

    iOS rendering improvements.
    saghul authored and Calinteodor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3139111 View commit details
    Browse the repository at this point in the history
  2. fix(tracks): Update the codec for local tracks in redux.

    Also add helper functions for torture tests.
    jallamsetty1 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    07e46b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61d96a5 View commit details
    Browse the repository at this point in the history
  4. fix(config) add missing apostrophe

    mihhu authored and damencho committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    da634c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. fix(MainToolbar): replace hidden buttons.

    Currently if a button in the main toolbar is not visible, the button is
    not replaced by another button from the overflow menu.
    hristoterezov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6d9bbe0 View commit details
    Browse the repository at this point in the history
  2. lang: add indonesian translation (#14836)

    * add indonesian translation
    
    * add id to languages.json
    kiraware committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b5deb65 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    f0126a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4cae63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    270cdd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 24, 2024

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

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

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

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    d8079a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9076fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ddab74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a11a281 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f96592b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix(breakout-rooms): rename on native

    nbeckindy authored and damencho committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e5189a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ebe2c4 View commit details
    Browse the repository at this point in the history
  3. feat(doc): add waiting queue documentation (#14775)

    * feat-13184 - document waiting queue
    
    * feat-13184 - document waiting queue
    
    * fix doc - 15 min --> 15 sec
    
    * fix doc flow
    
    * fix typo
    
    * fix typo
    
    * cleanup token
    
    * move resources to waiting-queue folder
    
    * apply review
    ltorje-8x8 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d618175 View commit details
    Browse the repository at this point in the history
  4. feat(visitors): Handles live conference and queue service. (#14869)

    * feat(visitors): Handling of live conference and queue service.
    
    * squash: Small refactor mobile code.
    
    * squash: Drop debug log.
    
    * chore(deps) lib-jitsi-meet@latest
    
    jitsi/lib-jitsi-meet@v1836.0.0+d05325f3...v1839.0.0+ea523fc6
    
    * squash: Adds a count function.
    
    * squash: Drop debug print.
    
    * squash: Skip if queueService is not enabled.
    
    * squash: Avoids double subscribing for visitorsWaiting.
    
    * squash: Fixes lint error.
    
    * squash: Fixes showing dialog.
    damencho committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f0fc63f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b969fba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9f5cf8 View commit details
    Browse the repository at this point in the history