Skip to content
Snippets Groups Projects
  1. May 05, 2021
  2. May 03, 2021
  3. Apr 01, 2021
  4. Mar 29, 2021
  5. Mar 23, 2021
    • 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
  6. 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
  7. Feb 09, 2021
    • Pedro Beschorner Marin's avatar
      Replace FNV32a pad's id generator with salted SHA1 · c0a7f9cd
      Pedro Beschorner Marin authored
      When managing Etherpad's pads, Meteor makes API calls to initiate the closed captions
      and shared notes modules. The pad id was being mapped to a shorter id than the meeting
      id because of a Etherpad lenght limitation.
      
      Changed to something less guessable.
      c0a7f9cd
  8. Nov 26, 2020
  9. Nov 25, 2020
  10. Nov 24, 2020
  11. Nov 23, 2020
  12. Sep 01, 2020
  13. Feb 06, 2020
  14. Jun 21, 2019
  15. Jun 14, 2019
  16. May 31, 2019
  17. May 29, 2019
  18. May 22, 2019
  19. May 08, 2019
Loading