Skip to content
Snippets Groups Projects
  1. Mar 23, 2021
  2. Mar 16, 2021
    • Pedro Beschorner Marin's avatar
      Isolated whiteboard access · 381c5cb1
      Pedro Beschorner Marin authored
      Modified the previous implementation of the whiteboard individual access to remove
      multiple Collections dependency on this feature. Multi-user whiteboard is now an
      array instead of a boolean value and most of the access control can be synchronized
      and handled by akka-apps.
      381c5cb1
  3. Mar 11, 2021
  4. Mar 10, 2021
  5. Mar 09, 2021
  6. Mar 04, 2021
  7. Mar 02, 2021
  8. Feb 26, 2021
  9. Feb 25, 2021
  10. Feb 17, 2021
  11. Feb 16, 2021
  12. Feb 11, 2021
  13. Feb 10, 2021
    • prlanzarin's avatar
      akka-apps, screenshare: add broadcast and subscribe permission check messages · 93aa556a
      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
      93aa556a
    • prlanzarin's avatar
      akka-apps: add global audio permission check messages · c226d954
      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
      c226d954
    • Pedro Beschorner Marin's avatar
      Add extra pad validation · 09b39a8d
      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;
      09b39a8d
  14. Jan 24, 2021
  15. Jan 09, 2021
  16. Dec 11, 2020
  17. Dec 08, 2020
  18. Oct 08, 2020
  19. Sep 25, 2020
  20. Sep 21, 2020
  21. Sep 15, 2020
    • Pedro Beschorner Marin's avatar
      Support for avatar images · e2adf245
      Pedro Beschorner Marin authored
      Use the former Flash client avatarURL join param to replace the name
      initials avatar from the user list, chat, waiting guests and connection
      status list.
      
      It is possible to define a defaultAvatarURL at bbb-web and enable/disable it
      e2adf245
  22. Aug 28, 2020
    • root's avatar
      Committer: Antonio Guirado <amguirado73@gmail.com> · 851c2645
      root authored
       Changes to be committed:
      	new file:   akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/externalvideo/ExternalVideoApp2x.scala
      	new file:   akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/externalvideo/StartExternalVideoPubMsgHdlr.scala
      	new file:   akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/externalvideo/StopExternalVideoPubMsgHdlr.scala
      	new file:   akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/externalvideo/UpdateExternalVideoPubMsgHdlr.scala
      	modified:   akka-bbb-apps/src/main/scala/org/bigbluebutton/core/pubsub/senders/ReceivedJsonMsgHandlerActor.scala
      	modified:   akka-bbb-apps/src/main/scala/org/bigbluebutton/core/running/MeetingActor.scala
      	modified:   akka-bbb-apps/src/main/scala/org/bigbluebutton/core2/FromAkkaAppsMsgSenderActor.scala
      	new file:   bbb-common-message/src/main/scala/org/bigbluebutton/common2/msgs/ExternalVideoMsgs.scala
      	new file:   bigbluebutton-html5/imports/api/external-videos/server/eventHandlers.js
      	new file:   bigbluebutton-html5/imports/api/external-videos/server/handlers/startExternalVideo.js
      	new file:   bigbluebutton-html5/imports/api/external-videos/server/handlers/stopExternalVideo.js
      	new file:   bigbluebutton-html5/imports/api/external-videos/server/handlers/updateExternalVideo.js
      	modified:   bigbluebutton-html5/imports/api/external-videos/server/index.js
      	modified:   bigbluebutton-html5/imports/api/external-videos/server/methods.js
      	modified:   bigbluebutton-html5/imports/api/external-videos/server/methods/emitExternalVideoEvent.js
      	modified:   bigbluebutton-html5/imports/api/external-videos/server/methods/startWatchingExternalVideo.js
      	modified:   bigbluebutton-html5/imports/api/external-videos/server/methods/stopWatchingExternalVideo.js
      	new file:   bigbluebutton-html5/imports/api/external-videos/server/streamer.js
      	modified:   bigbluebutton-html5/imports/api/meetings/server/handlers/meetingDestruction.js
      	modified:   bigbluebutton-html5/imports/api/meetings/server/modifiers/addMeeting.js
      	modified:   bigbluebutton-html5/imports/api/meetings/server/modifiers/meetingHasEnded.js
      	modified:   bigbluebutton-html5/imports/api/users/server/handlers/validateAuthToken.js
      	modified:   bigbluebutton-html5/imports/api/users/server/store/bannedUsers.js
      	modified:   bigbluebutton-html5/imports/startup/server/index.js
      	modified:   bigbluebutton-html5/imports/startup/server/redis.js
      	modified:   bigbluebutton-html5/imports/ui/components/external-video-player/service.js
      	modified:   bigbluebutton-html5/private/config/settings.yml
      851c2645
  23. May 22, 2020
  24. Mar 25, 2020
  25. Mar 14, 2020
  26. Feb 28, 2020
  27. Feb 24, 2020
  28. Feb 19, 2020
  29. Feb 18, 2020
  30. Feb 05, 2020
    • Richard Alam's avatar
      Track call session state · 5af63742
      Richard Alam authored
       Currently, we user DTMF to inform the client when the call session is in echo test and when entering the voice conference.
       Unfortunately, sometimes when FS sends the DTMF, FS crashes.
      
       Monitor the progress of the call session using ESL events and propagate to the client.
      
       The client would be informed of these call states: CALL_STARTED, IN_ECHO_TEST, IN_CONFERENCE, CALL_ENDED.
      5af63742
  31. Jan 15, 2020
  32. Dec 11, 2019
  33. Dec 03, 2019
Loading