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

Merge stable-9111.ems-1 into openshift branch #33

Merged
merged 32 commits into from
Nov 27, 2023

Commits on Sep 22, 2023

  1. misc: working on unstable

    saghul committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    63380fa View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

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

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    7bfc5c1 View commit details
    Browse the repository at this point in the history
  2. prosody: visitor mode support (jitsi#1611)

    support for visitor mode in prosody, with some fixes for jicofo as well
    aaronkvanmeerten authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6bfa830 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bebd748 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Oct 10, 2023

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

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    7fb1026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    261caa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb91893 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af50dde View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    cd1c9fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8555fe1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

Commits on Nov 2, 2023

  1. sample: escape/encapsulate string

    Currently if you use the default `source` command in linux and the default `.env` file as declared in the `env.example`, it will fail because of the space in the string.
    
    Using double-quotes around the string will solve this issue.
    HannesOberreiter authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9f0658d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    54d422b View commit details
    Browse the repository at this point in the history
  2. release: build images before comitting the changelog

    This makes it easy to re-attempt a botched build.
    saghul committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3b9afe4 View commit details
    Browse the repository at this point in the history
  3. release: stable-9078

    * 3b9afe4 release: build images before comitting the changelog
    * 54d422b jvb: autoscaler sidecar support
    * 9f0658d sample: escape/encapsulate string
    * 5d05ba2 jicofo: support jicofo log file for tailing (jitsi#1632)
    * 8555fe1 web: param to control config.hosts.authDomain (jitsi#1627)
    * cd1c9fb prosody: remove muc limit messages from visitors (jitsi#1626)
    * af50dde prosody: s2s whitelist duplicate param fix (jitsi#1625)
    * eb91893 prosody: add ping module to auth domain (jitsi#1624)
    * 261caa3 prosody: guest ping module, var for auth type (jitsi#1623)
    * 7fb1026 prosody: params for limits (jitsi#1622)
    * cf894ce prosody: variables for lobby and breakout modules
    * a827437 prosody: param to link room metadata to main vhost (jitsi#1616)
    * 5120595 prosody: var for config in main vhost (jitsi#1615)
    * bebd748 web: flag to control sctp bridge channel choice (jitsi#1613)
    * 6bfa830 prosody: visitor mode support (jitsi#1611)
    * 7bfc5c1 prosody: update version of prosody-plugings package
    * 3a77aac jicofo: support visitors in jicofo configuration (jitsi#1610)
    * f860c5d jvb: don’t send Jetty server version
    * 63380fa misc: working on unstable
    saghul committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ea61fb7 View commit details
    Browse the repository at this point in the history
  4. misc: working on unstable

    saghul committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d67938c View commit details
    Browse the repository at this point in the history
  5. Re-add mistakenly removed call-status-checks settings

    Signed-off-by: Rhea Danzey <[email protected]>
    Arkaniad committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ca7635a View commit details
    Browse the repository at this point in the history
  6. Merge tag 'stable-9078' into stable-9078-ems.1

    release
    
    * 3b9afe4 release: build images before comitting the changelog
    * 54d422b jvb: autoscaler sidecar support
    * 9f0658d sample: escape/encapsulate string
    * 5d05ba2 jicofo: support jicofo log file for tailing (jitsi#1632)
    * 8555fe1 web: param to control config.hosts.authDomain (jitsi#1627)
    * cd1c9fb prosody: remove muc limit messages from visitors (jitsi#1626)
    * af50dde prosody: s2s whitelist duplicate param fix (jitsi#1625)
    * eb91893 prosody: add ping module to auth domain (jitsi#1624)
    * 261caa3 prosody: guest ping module, var for auth type (jitsi#1623)
    * 7fb1026 prosody: params for limits (jitsi#1622)
    * cf894ce prosody: variables for lobby and breakout modules
    * a827437 prosody: param to link room metadata to main vhost (jitsi#1616)
    * 5120595 prosody: var for config in main vhost (jitsi#1615)
    * bebd748 web: flag to control sctp bridge channel choice (jitsi#1613)
    * 6bfa830 prosody: visitor mode support (jitsi#1611)
    * 7bfc5c1 prosody: update version of prosody-plugings package
    * 3a77aac jicofo: support visitors in jicofo configuration (jitsi#1610)
    * f860c5d jvb: don’t send Jetty server version
    * 63380fa misc: working on unstable
    Arkaniad committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    bb8ae2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0827186 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. jicofo: add AV1 options

    DanielMcAssey authored and saghul committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    54d3aca View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 21, 2023

  1. release: stable-9111

    * 825730d web: nginx ws-colibri proxy regex updates (jitsi#1645)
    * 54d3aca jicofo: add AV1 options
    * 0827186 prosody: stun in external services (jitsi#1644)
    * d67938c misc: working on unstable
    saghul committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c56ed00 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Merge pull request #31 from matrix-org/stable-9078-ems.1

    Merge Stable-9078
    Arkaniad authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4131d93 View commit details
    Browse the repository at this point in the history
  2. Merge tag 'stable-9111' into stable-9111-ems.1

    release
    
    * 825730d web: nginx ws-colibri proxy regex updates (jitsi#1645)
    * 54d3aca jicofo: add AV1 options
    * 0827186 prosody: stun in external services (jitsi#1644)
    * d67938c misc: working on unstable
    Arkaniad committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0f4c26f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32 from matrix-org/stable-9111-ems.1

    Merge stable-9111
    Arkaniad authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    82ffbff View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into rdanzey/openshift-9111-ems.1

    Signed-off-by: Rhea Danzey <[email protected]>
    Arkaniad committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e63d85f View commit details
    Browse the repository at this point in the history
  5. Patch JVB autoscaler sidecar config to not use s6-overlay

    Signed-off-by: Rhea Danzey <[email protected]>
    Arkaniad committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    80d5b12 View commit details
    Browse the repository at this point in the history