- Jul 28, 2021
-
-
Marcel Hellkamp authored
ExternalProcessExecutor spawned sub-processes with stderr and stdout buffers, but did not read from those buffers. Sub-processes producing output sometimes would fill up these buffers and then hang until the timeout occurs and the process is killed. This fixes #12839 (PDF conversion hangs for 10 seconds per page) by properly discarding command output. The patch also deprecates an outdated and dangerous API and offers a safer alternative. Splitting command arguments based on whitespace may result in unwanted behavior if an argument (e.g. a filename) contains whitespace.
-
- Jun 14, 2021
-
-
Max Franke authored
Quick fix to prevent the moderator who joins the breakout room from being unable to unmute himself
-
- Jun 03, 2021
-
-
Anton Georgiev authored
-
- May 17, 2021
-
-
Gustavo Trott authored
-
- Apr 28, 2021
-
-
Gustavo Trott authored
-
- Apr 23, 2021
-
-
Gustavo Trott authored
Implements forceRasterizeSlides (force convert presentation to png before svg) and pngWidthRasterizedSlides (force png width (px))
-
- Apr 19, 2021
-
-
Gustavo Trott authored
-
- Apr 08, 2021
-
-
Gustavo Trott authored
-
Gustavo Trott authored
Send pubSub FileTooLarge Error Msg from bbb-web when file is too large, (and makes Akka send meetingId with presentation token msg)
-
- Mar 31, 2021
-
-
Gustavo Trott authored
-
Gustavo Trott authored
-
Gustavo Trott authored
-
- Mar 30, 2021
-
-
Gustavo Trott authored
-
Gustavo Trott authored
-
- Mar 29, 2021
-
-
Gustavo Trott authored
-
Tiago D J authored
-
- Mar 25, 2021
-
-
Tiago D J authored
This PR reduces the impact of #8618 by increasing hardcoded timeout from 7s to 60s A subsequent PR is going to be sent by @gustavotrott to: -> Make this timeout configurable; -> Add a log telling that timeout happened
-
- Mar 24, 2021
-
-
Gustavo Trott authored
-
- Mar 23, 2021
-
-
Gustavo Trott authored
-
Gustavo Trott authored
-
- Mar 22, 2021
-
-
Gustavo Trott authored
-
Gustavo Trott authored
-
Anton Georgiev authored
-
Anton Georgiev authored
Follow up to #11681
-
- Mar 18, 2021
-
-
Anton Georgiev authored
-
- Mar 09, 2021
-
-
Pedro Beschorner Marin authored
Moderators are able to send a message to the meeting's guest lobby. This new event reaches bbb-web and is sent to the guest user with her/his status response while polling. All guest users that are waiting for acceptance will be able to read this message. enableGuestLobbyMessage is disabled by default.
-
- Mar 04, 2021
-
-
Aron Engineer authored
-
- Mar 03, 2021
-
-
Pedro Beschorner Marin authored
Pad exporter uses this same location to serve pad's downloaded content but the the match was failing because padId is not the last element of the URL on that scenario. Pattern follows /pad/p/<padID>[/export/(format)]?<query>.
-
- Feb 16, 2021
-
-
Anton Georgiev authored
-
- Feb 10, 2021
-
-
Pedro Beschorner Marin authored
Associate pads with meetings so session validation is restricted to the meeting's valid session tokens. Meteor will dispatch new redis events on shared notes and closed captions pads creation. This event will go through apps and reach web to populate a new meeting's pad collection that contains all valid pad id's for that session. Nginx will use this collection to check if the user's session token belongs to the pad's authorized users. Besides these modifications, an extra change will be needed at notes.nginx. Location /pad/p/ needs to change it's auth_request: from /bigbluebutton/connection/checkAuthorization; to /bigbluebutton/connection/validatePad;
-
- Jan 24, 2021
-
-
Pedro Beschorner Marin authored
While cherry-picking some of this work I noticed those extras.
-
Pedro Beschorner Marin authored
-
- Jan 08, 2021
-
-
Pedro Beschorner Marin authored
-
- Dec 16, 2020
-
-
Anton Georgiev authored
-
- Dec 15, 2020
-
-
Anton Georgiev authored
-
- Dec 11, 2020
-
-
Anton Georgiev authored
-
- Dec 09, 2020
-
-
Anton Georgiev authored
-
basisbit authored
Cherry-picked https://github.com/bigbluebutton/bigbluebutton/pull/9855 Co-Authored-By:
Pedro Beschorner Marin <pedrobmarin@gmail.com>
-
basisbit authored
Cherry-picked the commits from https://github.com/bigbluebutton/bigbluebutton/pull/9251 The added code checks if a meetingID is unique and makes sure no two meetings use the same VoiceBridge. Also see Issue # 9024
-
- Nov 18, 2020
-
-
Mario Jr authored
The message/event UserLeftVoiceConfToClientEvtMsg is used when user leaves mic and listenonly, but it only sets to false the 'voiceJoined' (which represents the <hasVoiceVoiceJoined> property in BBB's XML API. We now also set to false the 'listeningOnly' (which represents the <isListeningOnly> property in BBB's XML API). Setting both to false is not a problem, once 'MIC' and 'ListenOnly' states are mutually exclusives Fixes #10852
-