Skip to content
Snippets Groups Projects
  1. Jun 11, 2021
  2. May 27, 2021
  3. May 17, 2021
  4. May 11, 2021
    • germanocaumo's avatar
      fix(record): add missing info to polling events · ca2ad30e
      germanocaumo authored
      Add PollPublishedRecordEvent with all infos (also fix duplicated handlePollStoppedEvtMsg)
      Add answer text to UserRespondedToPollRecordEvent (useful for custom answers)
      Add type in PollStartedRecordEvent
      ca2ad30e
  5. Apr 23, 2021
  6. Apr 15, 2021
    • hiroshisuga's avatar
      Fancy random viewer selection (#11297) · 4db28a28
      hiroshisuga authored
      * Revert "Delete bbb-icons-ori.woff"
      
      This reverts commit 84937a0d.
      
      * Revert "Add files via upload"
      
      This reverts commit 39143444.
      
      * Revert "Delete bbb-icons.woff"
      
      This reverts commit 7c245c66.
      
      * Revert "Add files via upload"
      
      This reverts commit 6f8c764c.
      
      * Revert "Delete tmp.woff"
      
      This reverts commit 5141e653.
      
      * Revert "Add files via upload"
      
      This reverts commit c8f7b17b.
      
      * Revert "Create tmp.woff"
      
      This reverts commit 73c45065.
      
      * Revert "Delete bbb-icons.woff"
      
      This reverts commit 9d01d585.
      
      * Revert "Revert "Delete bbb-icons.woff""
      
      This reverts commit d221d290cd5ad33b3c455b09f9da36d5788ee152.
      
      * Revert "Revert "Revert "Delete bbb-icons.woff"""
      
      This reverts commit c415ff02d1bd710e6f8804667c69d3c7d2e4caf1.
      
      * Revert "Revert "Delete bbb-icons.woff""
      
      This reverts commit d221d290cd5ad33b3c455b09f9da36d5788ee152.
      
      * Revert "Revert "Create tmp.woff""
      
      This reverts commit 267dc412d561c3d2eac49959e4b0ada77b8364bd.
      
      * Revert "Delete bbb-icons-ori.woff"
      
      This reverts commit 84937a0d.
      
      * Revert "Delete bbb-icons.woff"
      
      This reverts commit 7c245c66.
      
      * Revert "Add files via upload"
      
      This reverts commit 6f8c764c.
      
      * Revert "Add files via upload"
      
      This reverts commit c8f7b17b.
      
      * Revert "Create tmp.woff"
      
      This reverts commit 73c45065.
      
      * Revert "Delete bbb-icons.woff"
      
      This reverts commit 9d01d585.
      
      * Revert "Revert "Delete bbb-icons.woff""
      
      This reverts commit 64a48f2bd6d76ca7fe31bc606682700ec1078592.
      
      * Revert "Revert "Revert "Delete bbb-icons.woff"""
      
      This reverts commit 9d1b4a068ae4de2ca3ad2e842884c910e16af0b9.
      
      * Revert "Revert "Revert "Revert "Delete bbb-icons.woff""""
      
      This reverts commit b60491d933c2c984a5a64fa162026430d5f51485.
      
      * Revert "Revert "Revert "Revert "Revert "Delete bbb-icons.woff"""""
      
      This reverts commit 16e357091d558afe07bf17c7fedaa13ac8905f27.
      
      * Revert "Revert "Revert "Revert "Revert "Revert "Delete bbb-icons.woff""""""
      
      This reverts commit e0b70f20554884f7c9e64104a3f942d3d09bfe24.
      
      * Revert "Revert "Revert "Revert "Revert "Revert "Revert "Delete bbb-icons.woff"""""""
      
      This reverts commit 7b1bde97edbed7985beb63646d39c3ddc82138e6.
      
      * Update UsersMgs.scala
      
      * Update selectRandomViewer.js
      
      * Update clearRandomlySelectedUser.js
      
      * Update addMeeting.js
      
      * Update updateRandomViewer.js
      
      * Update component.jsx
      
      * Update container.jsx
      
      * Update component.jsx
      
      * Update container.jsx
      
      * Update styles.scss
      
      * Update en.json
      
      * Update SelectRandomViewerReqMsgHdlr.scala
      
      * code simplification
      
      * in case only one person to be selected
      
      * Update en.json
      
      * Create en.json
      
      * Update en.json
      
      * Update component.jsx
      
      * Update styles.scss
      
      * Update en.json
      
      * Update updateRandomViewer.js
      
      Fix a typo
      
      * Update component.jsx
      
      When the presenter is moved to a viewer, in the modal of ex-presenter "somebody is selected" should be displayed. Before this modification, "somebody is the only viewer" was displayed.
      
      * add a comment
      
      explaining why a condition is needed.
      
      * Update en.json
      
      * Update en.json
      
      * revert (due to the rename UserMgs -> UserMsgs)
      
      * Update UsersMsgs.scala
      4db28a28
  7. Apr 12, 2021
    • prlanzarin's avatar
      Rework of the floor event · 172e31b7
      prlanzarin authored
      Now it`s called AudioFloorChanged* to properly reflect its role
      
      Add fields to carry the floor state (boolean) along with the uID and vID to be able to send events for a floor takeover and a floor surrender
      172e31b7
  8. Apr 08, 2021
  9. Mar 24, 2021
  10. Mar 23, 2021
  11. 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
  12. Mar 11, 2021
  13. Mar 10, 2021
  14. Mar 09, 2021
  15. Mar 04, 2021
  16. Mar 02, 2021
  17. Feb 26, 2021
  18. Feb 25, 2021
  19. Feb 17, 2021
  20. Feb 16, 2021
  21. Feb 11, 2021
  22. 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
  23. Jan 24, 2021
  24. Jan 09, 2021
  25. Dec 11, 2020
  26. Dec 08, 2020
  27. Oct 08, 2020
  28. Sep 25, 2020
  29. Sep 21, 2020
  30. 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
  31. 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
  32. May 22, 2020
Loading