- Mar 10, 2021
-
-
Aron Engineer authored
-
- Mar 09, 2021
-
-
Aron Engineer authored
-
- Mar 05, 2021
-
-
Aron Engineer authored
-
Aron Engineer authored
-
- Mar 04, 2021
-
-
Aron Engineer authored
-
- Mar 02, 2021
-
-
Aron Engineer authored
-
- Feb 26, 2021
-
-
Pedro Beschorner Marin authored
-
- Feb 25, 2021
-
-
Anton Georgiev authored
-
Gustavo Trott authored
Adds lastAuthTokenValidatedOn to users in Akka, send it in ValidateAuthTokenRespMsg pubSub msg, makes Meteor store it as authTokenValidatedTime
-
- Feb 24, 2021
-
-
Aron Engineer authored
-
Anton Georgiev authored
-
- Feb 19, 2021
-
-
Daniel Schreiber authored
This change introduces a config file `/etc/bigbluebutton/bbb-apps-akka.conf` which reads the default config from packages and allows operators to keep their own config file changes across package upgrades. This removes the workaround of copying the config file to /tmp in preinst and then extracvting API URI and secret and then in postinst inject it back to the config file in /usr/share If the config file in /usr does not have the "changeme" secret, then API URI and secret are extracted and injected to the generated file /etc, so packages would upgrade in a clean way. The postrm script removes the config file in /etc if the package is purged but not if it is just uninstalled. bbb-install and bbb-conf must reflect this change and replace the API secret and URL in /etc, not /usr/share
-
- Feb 17, 2021
-
-
Gustavo Trott authored
-
Gustavo Trott authored
-
prlanzarin authored
-
- Feb 16, 2021
-
-
Gustavo Trott authored
-
Gustavo Trott authored
Removes loginTime creation from Meteor and use the registeredOn date created on Akka. Makes Akka send the registeredOn date throught PubSub messages: UserRegisteredRespMsg, GuestsWaitingForApprovalEvtMsg and ValidateAuthTokenRespMsg.
-
Anton Georgiev authored
-
- Feb 12, 2021
-
-
prlanzarin authored
-
prlanzarin authored
To be used with the ejectRogueVoiceUsers config option
-
Pedro Beschorner Marin authored
Reconnects may introduce ghost voice users in a meeting when the client fails to rejoin but the audio connection remains active. While fetching for the voice conference user's status, apps can now check if a voice user has a matching user record. If it doesn't, eject the voice user.
-
Aron Engineer authored
-
- Feb 11, 2021
-
-
prlanzarin authored
-
Aron Engineer authored
fix for issue: https://github.com/bigbluebutton/bigbluebutton/issues/11182
-
Daniel Schreiber authored
Currently there is a mechanism in bbb-config which adds overlay units. This is not neccesary because sbt allows you to specify your own unit files.
-
prlanzarin authored
Used by bbb-webrtc-sfu to enrich its validation on whether a user is allowed to broadcast or subscribe to a camera stream
-
- Feb 10, 2021
-
-
prlanzarin authored
Used by bbb-webrtc-sfu to enrich its validation on whether a user is allowed to broadcast a screen or subscribe to one
-
prlanzarin authored
Used by bbb-webrtc-sfu to enrich its validation on whether a user is allowed to subscribe to the global audio bridge via listen only or not
-
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;
-
- Feb 09, 2021
-
-
Maxim Khlobystov authored
-
- Feb 05, 2021
-
-
Anton Georgiev authored
-
hiroshisuga authored
Akka-apps filter presenter and moderators from random viewer selection list
-
- Jan 24, 2021
-
-
werk21 authored
-
Pedro Beschorner Marin authored
While cherry-picking some of this work I noticed those extras.
-
werk21 authored
-
Pedro Beschorner Marin authored
-
Pedro Beschorner Marin authored
-
- Jan 15, 2021
-
-
Brent Baccala authored
Trying to get to the point where upgrades can occur without having to re-run bbb-conf
-
- Dec 17, 2020
-
-
hiroshisuga authored
-
- Dec 15, 2020
-
-
Anton Georgiev authored
-