Commit Graph

13304 Commits

Author SHA1 Message Date
Gabriel Carvalho de Campes
ab7f31e8b6 Changes to dropdown component 2016-09-12 17:11:03 -03:00
Gabriel Carvalho de Campes
2b0cdfe6f9 Changes actions to use new dropdown WIP 2016-09-07 17:25:46 -03:00
Gabriel Carvalho de Campes
af4167c480 merge conflicts 2016-09-07 14:14:49 -03:00
Anton Georgiev
d5652a8121 Merge pull request #3358 from oswaldoacauan/fix-trigger
[HTML5] Fix SPACE/ENTER behavior
2016-09-07 10:47:37 -04:00
Oswaldo Acauan
0d06f98266 Fix SPACE/ENTER behavior 2016-09-07 14:43:54 +00:00
Gabriel Carvalho de Campes
c5ca8188a0 Change user-list-item css 2016-09-07 14:41:31 +00:00
Anton Georgiev
c03f068d16 Merge pull request #3356 from oswaldoacauan/dropdown-modal-refactor
[HTML5] Refactor of Modal and Dropdown components
2016-09-07 09:59:12 -04:00
Oswaldo Acauan
c92de43d73 Fix wrong behavior with ENTER/SPACE 2016-09-07 12:04:10 +00:00
Oswaldo Acauan
9b12853a67 Fix wrong behavior with TAB 2016-09-07 11:55:50 +00:00
Fred Dixon
58c96ea040 Merge pull request #3357 from kepstin/recording-cleanup
Improve detection of corrupt videos via ffprobe
2016-09-06 19:02:49 -04:00
Calvin Walton
c730681183 Improve detection of corrupt videos via ffprobe 2016-09-06 18:15:31 -04:00
Oswaldo Acauan
942e16951d Remove unused constructor 2016-09-06 19:29:04 +00:00
Oswaldo Acauan
4cef1e85b4 Remove duplicated component 2016-09-06 19:27:02 +00:00
Oswaldo Acauan
86896983c9 Merge remote-tracking branch 'upstream/master' into presentation-upload
* upstream/master: (30 commits)
  User in not redirected automatically to the logoutURL.
  Fix errors in recording scripts.
  - fix issue where client cannot join using rtmpt
  Remove a few matterhorn references that were missed.
  Update the Gemfile.lock file to match gem changes
  Improve wave length guessing
  Remove a bunch of unused/old audio processing code.
  Drop streamio-ffmpeg from required gems
  Drop old/broken matterhorn script, and old video processing code.
  fix exception with cc localeCode vs. code
  - do not recycle http connection. Use a fresh one for each request to prevent exception    when reusing old connection.
  - comment out record option for breakout rooms pending further testing.
  - change jws failed to start timeout from 60s to 90s. Sometimes it takes about    30s to download the libs especially for those far from the server or those with    slow connection.
  - custom poll was sent to the wrong actor. Route it to the correct meeting actor.
  - propagate meeting metadata from parent to breakout room
  add a fourth help image for mac screenshare
  add property to closed caption transcript model for the locale code
  Added more explanation for Mac FireFox in screenshare-help.html
  - do not display the "Record" label.
  Hide breakout rooms checkbox.
  ...
2016-09-06 19:10:31 +00:00
Oswaldo Acauan
d88d566d55 Fixes and improvements on the Dropdown and Modal components 2016-09-06 19:10:18 +00:00
Fred Dixon
91343ec3f9 Merge pull request #3355 from riadvice/signout-api-redirection
User in not redirected automatically to the logoutURL
2016-09-04 09:14:38 -04:00
Ghazi Triki
1822c0a9de User in not redirected automatically to the logoutURL. 2016-09-04 12:21:54 +01:00
Richard Alam
11e198fa67 Merge pull request #3354 from kepstin/recording-cleanup
Fix errors in recording scripts.
2016-09-03 16:13:45 -04:00
Calvin Walton
f112be7638 Fix errors in recording scripts.
Logger was apparently imported by the matterhorn stuff ?! so move that
to the main library.

Fix a variable reference in sanity.
2016-09-03 16:08:32 -04:00
Richard Alam
4e56a63f51 Merge pull request #3353 from bigbluebutton/fix-rtmpt-conn
- fix issue where client cannot join using rtmpt
2016-09-03 13:40:59 -04:00
Richard Alam
87adffc7ca - fix issue where client cannot join using rtmpt 2016-09-03 10:33:09 -07:00
Fred Dixon
56d3dd24a4 Merge pull request #3351 from kepstin/recording-cleanup
Remove a few matterhorn references that were missed.
2016-09-02 17:46:51 -04:00
Calvin Walton
8ede6d06ee Remove a few matterhorn references that were missed. 2016-09-02 17:45:10 -04:00
Fred Dixon
905f675580 Merge pull request #3350 from kepstin/recording-cleanup
Recording cleanup
2016-09-02 16:48:48 -04:00
Calvin Walton
13b9022282 Update the Gemfile.lock file to match gem changes 2016-09-02 16:40:27 -04:00
Calvin Walton
2cd9565d52 Improve wave length guessing
Instead of assuming that wav files have 44 byte headers (they usually
don't - freeswitch adds some metadata tags), add a super-simple wave
file parser that just finds the offset where the audio data actually
starts.
2016-09-02 16:40:27 -04:00
Calvin Walton
f815fd0d70 Remove a bunch of unused/old audio processing code.
The sanity check script was using one of the functions; it's been
changed to use a function from the EDL audio code instead.
2016-09-02 16:40:27 -04:00
Calvin Walton
0f29a6e5f9 Drop streamio-ffmpeg from required gems
It's no longer used anywhere in the recording processing, and the one
remaining use in the sanity script can be replaced with a (less buggy!)
function from the video EDL code.
2016-09-02 16:40:27 -04:00
Calvin Walton
b4d902cd9a Drop old/broken matterhorn script, and old video processing code. 2016-09-02 16:40:27 -04:00
Fred Dixon
ec6e4fb61f Merge pull request #3349 from capilkey/fix-cc-viewer-exception
Fix exception with closed caption tab for viewers
2016-09-02 16:06:57 -04:00
Chad Pilkey
50b0f6c643 fix exception with cc localeCode vs. code 2016-09-02 16:01:23 -04:00
Gabriel Carvalho de Campes
a7c13c8378 positions the dropdown in the correct position for the user actions 2016-09-01 20:30:11 +00:00
Oswaldo Acauan
82eaf3b663 Change dropdown component 2016-09-01 20:19:37 +00:00
Richard Alam
2efa16deb7 Merge pull request #3348 from ritzalam/fix-custom-poll
- do not recycle http connection. Use a fresh one for each request t…
2016-09-01 14:44:17 -04:00
Richard Alam
eaae9d4644 - do not recycle http connection. Use a fresh one for each request to prevent exception
when reusing old connection.
2016-09-01 18:42:37 +00:00
Richard Alam
5f035ed420 Merge pull request #3347 from ritzalam/fix-custom-poll
- comment out record option for breakout rooms pending further testing.
2016-09-01 13:40:57 -04:00
Richard Alam
0f54698108 - comment out record option for breakout rooms pending further testing. 2016-09-01 17:39:55 +00:00
Oswaldo Acauan
3de6ae4fc5 Rewrite leave session modal to the new modal component 2016-09-01 16:29:51 +00:00
Richard Alam
e03373b87e Merge pull request #3346 from ritzalam/fix-custom-poll
- change jws failed to start timeout from 60s to 90s. Sometimes it t…
2016-09-01 10:31:43 -04:00
Richard Alam
23f77682bd - change jws failed to start timeout from 60s to 90s. Sometimes it takes about
30s to download the libs especially for those far from the server or those with
   slow connection.
2016-09-01 14:29:52 +00:00
Oswaldo Acauan
249dd85f92 Move old settings modal to the new component 2016-09-01 13:56:41 +00:00
Richard Alam
bbdded9706 Merge pull request #3344 from ritzalam/fix-custom-poll
- custom poll was sent to the wrong actor. Route it to the correct m…
2016-08-31 18:15:01 -04:00
Richard Alam
17e465409d - custom poll was sent to the wrong actor. Route it to the correct meeting actor. 2016-08-31 22:13:47 +00:00
Oswaldo Acauan
7a33f9ee67 Remove unused modal logs 2016-08-31 19:53:40 +00:00
Oswaldo Acauan
9a9b74665f Add new modal component 2016-08-31 19:52:17 +00:00
Richard Alam
4cd9f0337f Merge pull request #3343 from ritzalam/cleanup-client-logging
- propagate meeting metadata from parent to breakout room
2016-08-31 15:36:34 -04:00
Richard Alam
310ec81345 - propagate meeting metadata from parent to breakout room 2016-08-31 19:34:07 +00:00
Anton Georgiev
2e82f33dd7 Merge pull request #3333 from antobinary/html5-audio
html5client: removed a package depencency; adjustments for Meteor 1.4.1.1; removed an error log
2016-08-31 13:10:25 -04:00
Richard Alam
d59fdd1d97 Merge pull request #3341 from capilkey/add-cc-locale-code
Add property to closed caption transcript model for the locale code
2016-08-31 13:09:28 -04:00
Richard Alam
4e48fbe268 Merge pull request #3342 from capilkey/add-fourth-ss-pic
Add a fourth help image for mac screenshare
2016-08-31 13:08:25 -04:00