Skip to content
Snippets Groups Projects
  1. Jun 08, 2021
  2. May 20, 2021
  3. May 17, 2021
  4. Apr 28, 2021
  5. Apr 27, 2021
  6. Apr 23, 2021
  7. Apr 19, 2021
  8. Apr 13, 2021
  9. Apr 09, 2021
  10. Apr 08, 2021
  11. 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
  12. Mar 31, 2021
  13. Mar 30, 2021
  14. Mar 25, 2021
  15. Mar 24, 2021
  16. Mar 22, 2021
  17. Mar 18, 2021
  18. Mar 09, 2021
    • Pedro Beschorner Marin's avatar
      Add guest lobby messages · 0365018e
      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.
      0365018e
  19. Feb 25, 2021
    • Daniel Schreiber's avatar
      add overlay config for bbb-web · e6f83df3
      Daniel Schreiber authored
      operators can define their own config for bbb-web which will not be
      overwritten by packages.
      
      bbb-conf is changed accordingly to write configuration values to
      ``/etc/bigbluebutton/bbb-web.properties`
      e6f83df3
  20. Feb 23, 2021
    • Daniel Schreiber's avatar
      add overlay config for bbb-web · 3ab455de
      Daniel Schreiber authored
      operators can define their own config for bbb-web which will not be
      overwritten by packages.
      
      bbb-conf is changed accordingly to write configuration values to
      ``/etc/bigbluebutton/bbb-web.properties`
      3ab455de
  21. Feb 16, 2021
  22. Feb 10, 2021
    • 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. Feb 09, 2021
  24. Feb 01, 2021
  25. Jan 24, 2021
  26. Jan 05, 2021
  27. Dec 16, 2020
  28. Dec 15, 2020
  29. Dec 11, 2020
  30. Dec 09, 2020
  31. Nov 18, 2020
  32. Nov 13, 2020
Loading