Richard Alam
a2cf908425
- convert all extarnal ids in js api into internal user ids as using external user ids breaks when
...
a user joins twice into the meeting
2015-10-06 17:57:39 +00:00
Richard Alam
85de6a9844
Merge pull request #2819 from ritzalam/update-locales-oct-5-2015
...
- update to latest locales (oct 5, 2015)
2015-10-05 12:01:09 -04:00
Richard Alam
c3aa194e00
- update to latest locales (oct 5, 2015)
2015-10-05 15:59:07 +00:00
Fred Dixon
c9c107014d
Update index.html
2015-10-05 11:44:47 -04:00
Richard Alam
f20b919ec2
Merge pull request #2818 from kepstin/ff-41-0-1-hang-workaround
...
Workaround Firefox 41.0.1 hang on Windows
2015-10-05 11:32:43 -04:00
Richard Alam
93ba04ce4c
Merge pull request #2814 from capilkey/fix-2810
...
Fix 2810
2015-10-05 11:32:34 -04:00
Calvin Walton
dbd79cebb5
Workaround Firefox 41.0.1 hang on Windows
...
On this particular browser, switch the Flash embed window mode to "opaque"
instead of "window". This causes buttons and right-click to be somewhat
unresponsive, but is still better than a complete browser hang.
The browser versions that the workaround is applied to is extremely limited,
because of the sideeffects.
2015-10-05 11:26:31 -04:00
Richard Alam
0681da3fd3
Merge pull request #2815 from maxdoumit/master
...
fix demo12.jsp when camera is disabled
2015-10-05 11:19:34 -04:00
Fred Dixon
74173226cb
Merge pull request #2817 from bigbluebutton/Update-index-html
...
Update index.html
2015-10-05 10:55:56 -04:00
Fred Dixon
d8cd5f7edd
Update index.html
...
Changed footer to show 1.0-beta
2015-10-05 10:55:49 -04:00
maxdoumit
d9c3f50f47
fix demo12.jsp when camera is disabled
...
The following code was returning a null pointer
Element videodockModule = getElementWithAttribute(firstChild, "name", "VideodockModule");
Removing the lines solves the issue and does not load the videodockModule. This issue could have been introduced with a change to the xml client file.
This closes #2713
2015-10-05 00:52:42 -04:00
Chad Pilkey
81ced7193b
Only show annotations for the current whiteboard
2015-10-02 15:03:40 -07:00
Chad Pilkey
04ce742fd7
Make sure whiteboard text is published to the correct whiteboardID
2015-10-02 15:02:13 -07:00
Richard Alam
0744466ce0
Merge pull request #2811 from ritzalam/user-internal-userid-in-voice
...
User internal userid in voice
2015-09-30 16:26:03 -04:00
Richard Alam
5dd139f2f4
- do not user external user id to find user
2015-09-30 20:07:05 +00:00
Richard Alam
93dd5186b4
- user internal user id for user in the voice conf
2015-09-30 18:55:17 +00:00
Calvin Walton
5c6788d771
Merge pull request #2809 from kepstin/long-wav-file
...
Long wav file
2015-09-28 14:47:22 -04:00
Calvin Walton
a6d6001040
Convert audio_size to a number before subtracting header size
2015-09-25 14:11:25 -04:00
Calvin Walton
d44b458b49
Need to convert bit_rate to an integer
2015-09-25 14:08:17 -04:00
Calvin Walton
530799776d
Fix some reference errors in wav detection
2015-09-25 14:01:30 -04:00
Richard Alam
1179e85b1c
Merge pull request #2807 from capilkey/add-messageLength-default
...
Add a default message length to avoid issues of missing property
2015-09-25 10:21:27 -04:00
Chad Pilkey
0627afa2e5
Add a default message length to avoid issues of missing property
2015-09-24 14:17:07 -07:00
Chad Pilkey
4c4d35a760
Merge pull request #2787 from riadvice/chat-message-limit
...
The use is able to write a multi-line chat message.
2015-09-24 17:15:43 -04:00
Richard Alam
a8ceb4648c
Merge pull request #2806 from ritzalam/add-more-info-on-logs
...
- add more info on logs
2015-09-24 16:07:27 -04:00
Richard Alam
43c8f9b5ec
- add more info on logs
2015-09-24 20:05:48 +00:00
Calvin Walton
1dcd49e180
record-and-playback: Handle FreeSWITCH wav files >4GB
...
FreeSWITCH writes wav files >4GB long with incorrect values in the length
field in the header. Recalculate the length based on file size, and ensure
that ffmpeg reads the complete audio file rather than stopping.
2015-09-24 15:54:20 -04:00
Chad Pilkey
ad03486971
Merge pull request #2804 from OZhurbenko/whiteboard-modifications
...
Polling shape correction
2015-09-24 13:37:34 -04:00
Richard Alam
31a99c6b96
Merge pull request #2805 from antobinary/master
...
Simplify html5 redirect #2801
2015-09-24 13:29:37 -04:00
Anton Georgiev
4253faa426
remove extra condiction
2015-09-24 16:05:41 +00:00
Anton Georgiev
2bd601cc08
simplify html5 redirect #2801
2015-09-24 15:58:17 +00:00
Richard Alam
49014d4b12
Merge pull request #2803 from ritzalam/expire-redis-key
...
- expire redis keys for events that are stored even if meeting is no…
2015-09-23 18:33:08 -04:00
Richard Alam
4d27b460ae
- expire redis keys for events that are stored even if meeting is not recorded
2015-09-23 22:31:15 +00:00
Fred Dixon
fa361deff5
Merge pull request #2802 from ffdixon/bump-version
...
bump from 1.0.0-dev to 1.0.0-beta
2015-09-23 18:01:27 -04:00
Richard Alam
54e1452b14
Merge pull request #2801 from antobinary/master
...
Only show "OR launch the html5 client" when bbb-html5 is running(or ./start.sh)
2015-09-23 18:00:18 -04:00
Fred Dixon
536cf68bd6
bump from 1.0.0-dev to 1.0.0-beta
2015-09-23 18:00:16 -04:00
Anton Georgiev
07dfd89dd7
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton
2015-09-23 21:24:34 +00:00
Anton Georgiev
6cfc16cde5
offer redirect to HTML5 only if available
2015-09-23 21:24:19 +00:00
Richard Alam
281270ec6b
Merge pull request #2799 from ritzalam/clean-up-logging
...
Clean up logging
2015-09-23 17:13:28 -04:00
Richard Alam
2f4eae512f
- cleanup more logs
2015-09-23 21:01:53 +00:00
Fred Dixon
150e6560b1
Merge pull request #2800 from ffdixon/update-index
...
Added Chat, Emoji, and Polling to index page
2015-09-23 17:01:51 -04:00
Fred Dixon
2051913359
Added Chat, Emoji, and Polling to index page
2015-09-23 17:00:26 -04:00
Richard Alam
a1a82f96d0
- remove printlns to cleanup logs
2015-09-23 20:11:06 +00:00
Richard Alam
ee7ef24397
- change fielname to be the same as on server
2015-09-23 20:04:39 +00:00
Richard Alam
57c8f21eb4
- clean up logging
...
- add remote address into log
2015-09-23 20:04:09 +00:00
Fred Dixon
0f99dfe603
Merge pull request #2798 from bigbluebutton/ffdixon-patch-3
...
Update bbb-conf
2015-09-22 14:51:34 -04:00
Fred Dixon
ddc473105d
Update bbb-conf
...
Remove reference to rtmps
2015-09-22 14:51:23 -04:00
Fred Dixon
3c7236b909
Merge pull request #2797 from capilkey/investigate-locking-more
...
Force MediaItemRenderer to update
2015-09-21 17:51:10 -04:00
Chad Pilkey
77c9c660d2
Merge pull request #2796 from ritzalam/fix-lock-settings
...
- make lock settings behave like in 0.9
2015-09-21 17:25:46 -04:00
Chad Pilkey
e9c0eb23cd
rename bbb-client in .project file for better importing
2015-09-21 14:13:32 -07:00
Chad Pilkey
15a2ade0aa
Merge remote-tracking branch 'ritzalam/fix-lock-settings' into investigate-locking-more
2015-09-21 13:50:44 -07:00