bigbluebutton-Github/record-and-playback/core/Gemfile.lock
Calvin Walton 1e76256ea5 Recording: Fix handling of links in chat messages
At some point, BigBlueButton switched from using `"` to `'` in the link tags in
chat messages, which caused the regular expression that was supposed to remove
the `event:` prefix to not match.

I've replaced the error-prone regular expression with an actual HTML parser,
using the "Loofah" HTML transformation/sanitization library based on Nokogiri.

I've removed the code that detected unlinked URLs, since it was broken - and
not needed: current BigBlueButton versions do the link detection in the client.
If someone reprocesses a really old BBB recording with these scripts, URLs in
chat might not be linked in the result. But they wouldn't have been linked in the
client in the original meeting either, so I figure that's ok.

Fixes #6475
2019-02-20 12:03:24 -05:00

39 lines
581 B
Plaintext

GEM
remote: http://rubygems.org/
specs:
absolute_time (1.0.0)
builder (3.2.3)
crass (1.0.4)
fastimage (2.1.5)
java_properties (0.0.4)
jwt (2.1.0)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mini_portile2 (2.4.0)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
open4 (1.3.4)
redis (4.1.0)
rubyzip (1.2.2)
trollop (2.1.3)
PLATFORMS
ruby
DEPENDENCIES
absolute_time
builder
fastimage
java_properties
jwt
loofah
nokogiri
open4
redis
rubyzip
trollop (= 2.1.3)
BUNDLED WITH
1.16.1