- Mar 15, 2022
-
- Mar 14, 2022
-
-
Avram Tudor authored
-
Horatiu Muresan authored
- option to hide the context menu - option to hide private chat button
-
Дамян Минков authored
-
Дамян Минков authored
-
Robert Pintilii authored
Calculate shared video width with the filmstrip width Make resizable filmstrip mouseup event work with shared video iframe
-
Avram Tudor authored
-
Avram Tudor authored
-
José Luís Andrade authored
-
- Mar 12, 2022
-
-
Randolf Richardson authored
Fixed the broken link to the handbook for the self-hosting installation guide.
-
- Mar 11, 2022
-
-
Robert Pintilii authored
Show GIF menu in reactions menu Search GIFs using the GIPHY API Show GIFs as images in chat Show GIFs on the thumbnail of the participant that sent it Move GIF focus using up/ down arrows and send with Enter Added analytics
-
Ali Alhaidary authored
-
Oliver Schneider authored
This introduces a variable which holds the path to the detected `certbot` binary and reuses that to fix the inconsistency which arose from looking for `certbot` but then later using the hardcoded path `/usr/bin/certbot` in invocations. This broke snap installations of certbot. Fixes: https://github.com/jitsi/jitsi-meet/issues/11072 Co-authored-by:
Oliver Schneider <oliver@assarbad.net>
-
Horatiu Muresan authored
-
Robert Pintilii authored
Fix width when the filmstrip is resized
-
- Mar 10, 2022
-
-
Дамян Минков authored
* fix: Updates token verification hooks priority. Set it as the highest priorities, if denying access, better do it earlier. * squash: Updates values.
-
Avram Tudor authored
-
- Mar 08, 2022
-
-
Calinteodor authored
-
Horatiu Muresan authored
- jwt from API overwrites any jwt sent as queryparam - `defaultLanguage` from configOverwrite converts to `lang` query param
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Calin Chitu authored
-
Mihaela Dumitru authored
-
- Mar 07, 2022
-
-
Jaya Allamsetty authored
Make the behavior consistent with enabling camera when the user is audio-only mode. Also fixes an issue where the screenshare preview doesn't appear if it is enabled while the user is in audio-only mode.
-
- Mar 05, 2022
-
-
Christoph Settgast authored
Signed-off-by:
Christoph Settgast <csett86@web.de>
-
Hristo Terezov authored
-
Tudor-Ovidiu Avram authored
Config options: faceCoordinatesSharing.enabled faceCoordinatesSharig.threshold faceCoordinatesSharing.captureInterval
-
- Mar 04, 2022
-
-
Robert Pintilii authored
Move label to LargeVideo so that's it's centred in the view instead of the whole screen Move vertical filmstrip max width calculation to a function and use it to set the large video width
-
Saúl Ibarra Corretgé authored
1) Fix not being able to show multiple dialogs at once in iOS 2) Fix cancelling the login dialog when XMPP auth is enabled without guest support
-
- Mar 03, 2022
-
-
Doganbros authored
* feat(lobby): lobby chat lobby chat support knocking participants list updates knocking participants conditonal checks to show message button handle lobby chat message events lobby messages from or to moderators only Co-authored-by:
Fecri Kaan Ulubey <f.kaan93@gmail.com> * squash: Drop typos. Co-authored-by:
Kusi Musah Hussein <kusimusah@gmail.com> Co-authored-by:
Fecri Kaan Ulubey <f.kaan93@gmail.com> Co-authored-by:
Дамян Минков <damencho@jitsi.org>
-
humanamburu authored
Use 720 (HD) width as breakpoint to change screen layout Reduce join panel size to be able to see video camera pic
-
Gabriel Borlea authored
-
- Mar 02, 2022
-
-
Дамян Минков authored
[features/base/app] <APP.componentDidCatch>: TypeError: Failed to set an indexed property on 'CSSStyleDeclaration': Indexed property setter is not supported.
-
Pawel Domas authored
...when new participant joins. Repro steps: 1. With p2p disabled and source name signaling enabled. 2. Start a call with 2 tabs. 3. Reload the 2nd tab. 4. The receiver constraints should be updated when the 2nd user rejoins. They were not updated, because getTrackSourceNameByMediaTypeAndParticipant doesn't have the track yet at the time when visibleRemoteParticipants are updated. This is fixed by also checking on the remote tracks state.
-
Дамян Минков authored
-
Saúl Ibarra Corretgé authored
Don't print the room name, which could be long and nondescriptive.
-
Дамян Минков authored
Adds missing url prop to DialInSummary and safeguard the URL creation.
-
Robert Pintilii authored
Re-calculate tile sizes after config loaded Make local tile always respect the ratio in interface_config Merge calculate size for vertical view functions into one function
-