Skip to content
Snippets Groups Projects
  1. Aug 13, 2020
    • hiroshisuga's avatar
      events_archiver.rb: Handle an empty meeting_metadata hash from redis · dc0fc459
      hiroshisuga authored
      On my server 2.3 alpha, the method metadata_for(meeting_id) gives back {}
      (empty Hash). Thus "return if meeting_metadata.nil?" does not occur.
      
      Does @redis.hgetall give {} instead of nil, even though there is a comment in
      node_modules/redis/lib/utils.js "hgetall converts its replies to an Object. If
      the reply is empty, null is returned"???
      dc0fc459
  2. Jul 17, 2020
  3. Jul 01, 2020
  4. Jun 26, 2020
  5. Jun 24, 2020
  6. Jun 17, 2020
    • mw781's avatar
      Ensure that files are handled safely 2 · f60059c9
      mw781 authored
      f60059c9
    • mw781's avatar
      Ensure that files are handled safely · fea0ff32
      mw781 authored
      This commit fixes an issue with reading and writing files.
      File.open is used which means that a file will remain open
      unless explicilty closed or the program exit. This doesn't work
      for an NFS mount as the scripts try to "rm -rf" when the file
      is still open. This commit fixes that by replacing all .opens
      with .reads
      fea0ff32
  7. May 23, 2020
  8. May 16, 2020
  9. Apr 29, 2020
  10. Apr 27, 2020
  11. Apr 06, 2020
  12. Apr 01, 2020
  13. Mar 27, 2020
    • Calvin Walton's avatar
      Have the recording archive delete originals of archived media · a5a46b2c
      Calvin Walton authored
      After the last segment of a recording has been archived, it is safe to
      delete the original files that were recorded by the various media
      handling components. This patch deletes the freeswitch audio files and
      kurento webcam/screenshare files after they have been archived.
      
      It needs to be used in combination with some changes to users/groups and
      directory permissions to allow the `bigbluebutton` user to delete files
      that it could previously only read.
      a5a46b2c
  14. Mar 03, 2020
  15. Feb 29, 2020
  16. Feb 06, 2020
  17. Jan 28, 2020
  18. Jan 21, 2020
  19. Jan 19, 2020
  20. Jan 14, 2020
  21. Jan 13, 2020
  22. Dec 19, 2019
  23. Dec 10, 2019
  24. Dec 06, 2019
  25. Dec 05, 2019
  26. Dec 04, 2019
  27. Nov 20, 2019
Loading