Skip to content
Snippets Groups Projects
  1. Apr 28, 2021
  2. Apr 24, 2021
  3. Apr 23, 2021
  4. 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
      Unverified
      4db28a28
  5. 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
  6. Apr 08, 2021
  7. Apr 05, 2021
    • Marcel Waldvogel's avatar
      Services run as starting PID · 9140613a
      Marcel Waldvogel authored
      The starting scripts now `exec` the main service instead of starting
      it as a subprocess. Also in line with docker-entrypoint recommendations.
      9140613a
  8. Mar 29, 2021
  9. Mar 24, 2021
  10. Mar 23, 2021
    • Aron Engineer's avatar
    • Pedro Beschorner Marin's avatar
      Handle pad's events and Meteor's instances · 0c4cf013
      Pedro Beschorner Marin authored
      Since Meteor was split in multiple process and events started to be
      filtered by instances, all Etherpad's Redis events were being discarded.
      
      Etherpad has a Redis' publisher plugin that is unaware of BigBlueButton's
      existence. All the communication between them is kept simple with minimal
      of internal data exchange. The concept of distincts subscribers at Meteor's
      side broke part of this simplicity and, now, Etherpad has to know which
      instance must receive it's messages. To provide such information I decided
      to include Meteor's instance as part of the pad's id. Should look like:
      
       - [instanceId]padId for the shared notes
       - [instanceId]padId_cc_(locale) for the closed captions
      
      With those changes the pad id generation made at the recording scripts had to
      be re-done because there is no instance id available. Pad id is now recorded at
      akka-apps and queried while archiving the shared notes.
      0c4cf013
  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 15, 2021
  13. Mar 11, 2021
  14. Mar 10, 2021
  15. Mar 09, 2021
  16. Mar 05, 2021
  17. Mar 04, 2021
  18. Mar 02, 2021
  19. Feb 26, 2021
  20. Feb 25, 2021
  21. Feb 24, 2021
  22. Feb 19, 2021
    • Daniel Schreiber's avatar
      let bbb-apps-akka read an override config file from /etc/bigbluebutton · 5d620e7a
      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
      5d620e7a
  23. Feb 17, 2021
  24. Feb 16, 2021
Loading