Commit Graph

26262 Commits

Author SHA1 Message Date
Tainan Felipe
9fbd0a2be2 Show right breakout room in free join mode 2020-01-30 15:14:27 -03:00
Anton Georgiev
60e3e7986c
Merge pull request #8499 from pedrobmarin/waiting-guests-clean
Removes waiting guests that stop polling for their status
2020-01-29 17:40:19 -05:00
Anton Georgiev
138f22f97f
Merge pull request #8529 from Tainan404/dont-show-invitation
Add a rule to don't show breakout invitation modal to moderators
2020-01-29 17:28:40 -05:00
Anton Georgiev
04ad738a7d
Merge pull request #8564 from MaximKhlobystov/puppeteer-tests-fixes
Fixes for Puppeteer tests
2020-01-28 14:41:40 -05:00
Maxim Khlobystov
7518b4cd99 Make the Puppeteer tests work with master branch 2020-01-28 14:25:27 -05:00
Fred Dixon
4cd6271edd
Merge pull request #8563 from kepstin/recording-updates
rap: Fix require paths in Rakefile
2020-01-28 13:44:08 -05:00
Calvin Walton
9f9e2a0c47 rap: Fix require paths in Rakefile
I moved the location of the worker classes around, but forgot to update
the Rakefile to include them from the new location.
2020-01-28 12:43:28 -05:00
Anton Georgiev
201a302826
Merge pull request #8552 from KDSBrowne/actions-pres-toggle
Add ability to switch presentations via actions menu (Presenter)
2020-01-28 12:17:12 -05:00
KDSBrowne
717057fc3a add comment for css class 2020-01-28 16:23:38 +00:00
Fred Dixon
48a8aca2a5
Merge pull request #8557 from ffdixon/update-bbb-conf-systemd
Added start/stop for bbb-rap-caption-inbox.service
2020-01-27 19:37:41 -05:00
Fred Dixon
98a1b9115e Added start/stop for bbb-rap-caption-inbox.service 2020-01-27 18:37:04 -06:00
Fred Dixon
1b9e7b0aca
Merge pull request #8520 from kepstin/recording-updates
RaP: Updates and Cleanups for resque queueing system
2020-01-27 18:50:11 -05:00
Anton Georgiev
00df15720a
Merge pull request #8536 from vitormateusalmeida/issue-8531
Fixes resizing bar appearing while there are no webcams shared
2020-01-27 15:09:36 -05:00
Anton Georgiev
8a26a2657f
Merge pull request #8528 from Tainan404/issue-8495
Show user who joined the breakout room in the invitation mode
2020-01-27 12:15:06 -05:00
KDSBrowne
4fd0ae54d0 only show presentation toggle options to presenter 2020-01-27 15:48:35 +00:00
Fred Dixon
18789c9898
Merge pull request #8546 from ffdixon/fix-apply-lib
Remove Flash related code
2020-01-25 13:54:51 -05:00
Fred Dixon
16f910253b Remove Flash related code 2020-01-25 12:54:12 -06:00
KDSBrowne
7010d9497c fix presentation not completly minimizing 2020-01-25 01:11:20 +00:00
KDSBrowne
41e8e882e0 allow presentation toggle from actions btn 2020-01-25 01:02:36 +00:00
Anton Georgiev
b5bcedf927
Merge pull request #8537 from Tainan404/issue-8439
Workaround to CTM request in svg out of the screen
2020-01-24 14:46:16 -05:00
Tainan Felipe
4503e70051 Remove consoles 2020-01-24 16:44:47 -03:00
Anton Georgiev
671aa9362b
Merge pull request #8541 from Tainan404/issue-8101
Add Yandex browser to the list of supported browsers
2020-01-24 14:38:43 -05:00
Tainan Felipe
a652538b50 Add Yandex browser to the list of supported browser 2020-01-24 14:22:45 -03:00
Vitor Mateus
35a5b45b1c Fixes resizing bar appearing while there are no webcams shared #8531 2020-01-23 15:09:39 -03:00
Tainan Felipe
d73b28eb06 Workaround to CTM request in svg of the screen 2020-01-23 14:52:16 -03:00
Anton Georgiev
bc99a999d8
Merge pull request #8519 from vitormateusalmeida/issue-8518
Fixes maximum width and height when no webcams
2020-01-22 16:02:59 -05:00
Tainan Felipe
b0034308a3 Add a rule to don't show breakout invitation for moderators 2020-01-22 17:13:53 -03:00
Anton Georgiev
ecacd176aa
Merge pull request #8522 from capilkey/virtualized-chat
Virtualized chat
2020-01-22 11:28:52 -05:00
Anton Georgiev
1f87e66265
Merge pull request #8527 from vitormateusalmeida/issue-8526
Fixes render loop
2020-01-22 10:51:34 -05:00
Tainan Felipe
11a8fb377b Show user who joined on breakout room in the invitation modal 2020-01-22 12:31:53 -03:00
Vitor Mateus
010dbb727f Fixes render loop #8526 2020-01-22 12:18:32 -03:00
Calvin Walton
1a88830a27 RaP: Fix done filenames for segmented recordings
The done filenames all have to contain the break_timestamp to identify
the segment
2020-01-21 17:21:50 -05:00
Calvin Walton
c52a67186e RaP: Clean up resque worker code, add worker for keep_events feature
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.
2020-01-21 17:14:39 -05:00
Calvin Walton
bc1b53f037 Update gems for record-and-playback 2020-01-21 17:13:16 -05:00
Chad Pilkey
66cfdc96da virtualized chat tweaks for rendering and performance 2020-01-21 21:08:48 +00:00
Vitor Mateus
e1309bf4f3 Revert "Add package.json and package-lock.json"
This reverts commit e72ea132f7.
2020-01-21 17:18:38 -03:00
Vitor Mateus
e72ea132f7 Add package.json and package-lock.json 2020-01-21 17:08:37 -03:00
Calvin Walton
6e7f133f1f rap: add missing install sections to systemd service files 2020-01-21 12:23:47 -05:00
Anton Georgiev
e847c4eab8
Merge pull request #8426 from KDSBrowne/issue-8341
Fix exception when publishing poll while presentation swapped (chrome)
2020-01-21 09:47:09 -05:00
Vitor Mateus
7828725686 Fixes maximum width and height when no webcams #8518 2020-01-21 10:57:32 -03:00
Fred Dixon
571a655d7d
Merge pull request #8516 from ffdixon/update-bbb-conf-rap
Update bbb-conf for resque services for record and playback processing
2020-01-20 15:00:41 -05:00
Fred Dixon
c1d2855b32 Update bbb-conf for resque services for record and playback processing 2020-01-20 13:59:54 -06:00
Fred Dixon
3a1d8f6454
Merge pull request #8513 from ffdixon/bump-rack
Bump version of Rack
2020-01-19 09:21:02 -05:00
Fred Dixon
aa1eb7b258 Bump version of Rack 2020-01-19 08:20:23 -06:00
Calvin Walton
aee7baa76b Merge branch 'v2.0-rap-on-resque' of github.com:daronco/bigbluebutton 2020-01-17 17:40:08 -05:00
Anton Georgiev
bae01f2be0
Merge pull request #8508 from antobinary/test-all
Add missing package-lock info for react-device-detect
2020-01-17 12:43:27 -05:00
Anton Georgiev
f3c89f84fd bump up node-sass version via npm audit fix 2020-01-17 17:40:02 +00:00
Anton Georgiev
14b1f40408 add react-device-detect to package-lock 2020-01-17 17:07:28 +00:00
Anton Georgiev
8371649df3 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into test-all 2020-01-17 17:06:43 +00:00
Anton Georgiev
706b7edc4a
Merge pull request #8506 from vitormateusalmeida/issue-8504
Detect aspect ratio to autochange webcams placement
2020-01-17 10:44:07 -05:00