- Aug 13, 2020
-
-
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"???
-
- Jul 17, 2020
-
-
Jesus Federico authored
* added post_events example and analytics callback * updated dependency
-
- Jul 01, 2020
-
-
Pedro Beschorner Marin authored
-
- Jun 26, 2020
-
-
dependabot[bot] authored
Bumps [rack](https://github.com/rack/rack) from 2.1.1 to 2.2.3. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.1.1...2.2.3 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jun 24, 2020
-
-
Calvin Walton authored
-
Calvin Walton authored
-
Calvin Walton authored
-
- Jun 17, 2020
-
-
mw781 authored
-
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
-
- May 23, 2020
-
-
Felipe Cecagno authored
-
- May 16, 2020
-
-
Dixon Fred authored
-
- Apr 29, 2020
-
-
Pedro Beschorner Marin authored
-
- Apr 27, 2020
-
-
Pedro Beschorner Marin authored
-
- Apr 06, 2020
-
-
Calvin Walton authored
There's nothing reasonable we can do here if the font size is missing.
-
- Apr 01, 2020
-
-
Calvin Walton authored
-
- Mar 27, 2020
-
-
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.
-
- Mar 03, 2020
-
-
dependabot[bot] authored
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.7...v1.10.8 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- Feb 29, 2020
-
-
Dixon Fred authored
-
- Feb 06, 2020
-
-
Leonardo Crauss Daronco authored
Was pointing to the wrong directory when loading the ruby scripts. Also made the directory easier to configure, it's all in a single place now.
-
- Jan 28, 2020
-
-
Calvin Walton authored
I moved the location of the worker classes around, but forgot to update the Rakefile to include them from the new location.
-
- Jan 21, 2020
-
-
Calvin Walton authored
The done filenames all have to contain the break_timestamp to identify the segment
-
Calvin Walton authored
I've moved the workers code into the `lib` subdirectory with other library-ish code; this puts it into the ruby load path used by most scripts so referencing files is easier. I've applied various style cleanups based on the rubocop config present. The `events` processing step has been integrated as a new worker `EventsWorker`, there is no longer a separate `events/events.rb` script. I've reworked the `rap-starter.rb` script to check for the done files in both the events and recorded status directories.
-
Calvin Walton authored
-
Calvin Walton authored
-
- Jan 19, 2020
-
-
Dixon Fred authored
-
- Jan 14, 2020
-
-
Calvin Walton authored
If the poll size happened to be not an integer, the poll generation would fail. Round it to an integer for the generation tool.
-
- Jan 13, 2020
-
-
Calvin Walton authored
Write a tool that generates the poll svg images directly from the BBB poll description. This avoids the issues with special characters in the gnuplot labels, and gives us a lot more flexibility in how the polls are formatted and styled.
-
- Dec 19, 2019
-
-
Calvin Walton authored
-
Calvin Walton authored
-
- Dec 10, 2019
-
-
Leonardo Crauss Daronco authored
-
- Dec 06, 2019
-
-
Leonardo Crauss Daronco authored
Changed only in the main class so journald is the default and in the scripts related to the processes in resque. Internal scripts might still be logging to files.
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
Resque captures the exceptions and marks the jobs as failed.
-
Leonardo Crauss Daronco authored
They are optional but it's better to have them than not. If they are passed and the script doesn't expect it they break.
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
Instead of just running when a .done file is added, it now also goes through the files already there when the process starts.
-
- Dec 05, 2019
-
-
Leonardo Crauss Daronco authored
Instead of being executed every 30s by systemd, it's now a service that's running all the time and will wait for .done files to start the processing of recordings.
-
- Dec 04, 2019
-
-
Leonardo Crauss Daronco authored
Moved the code that was after the sanity step to its own worker.
-
Leonardo Crauss Daronco authored
It will only process recordings which ID matches the pattern. By default the pattern is nil and it will process all recordings.
-
- Nov 20, 2019
-
-
Calvin Walton authored
Fixes #8252
-