Commit Graph

4830 Commits

Author SHA1 Message Date
Richard Alam
258175545b - add more structure 2012-10-24 21:27:44 +00:00
Richard Alam
210aa51e9a - add more events 2012-10-24 21:09:56 +00:00
Richard Alam
d05c7090fa - add underscore JS lib 2012-10-24 21:09:21 +00:00
Richard Alam
97cb44293a Merge branch 'send-receive-chat-from-js-api' of github.com:bigbluebutton/bigbluebutton into send-receive-chat-from-js-api 2012-10-24 19:58:55 +00:00
Richard Alam
3cce928ebc - add backbone.js lib 2012-10-24 19:58:33 +00:00
Richard Alam
3879cc446c - register for event listeners on load 2012-10-24 19:28:24 +00:00
Richard Alam
1639c624ca - don't need userid when sending chat thru JS as we can determine the userid from within flash 2012-10-24 19:07:33 +00:00
Richard Alam
09926ef823 - cleanup 2012-10-24 18:09:12 +00:00
Richard Alam
959e6ba7da - remove auto-reconnect experimentation. Listeners, presentation, and users doesn't get updated
properly. Will do refactoring properly for reconnects.
2012-10-24 14:24:15 +00:00
Richard Alam
8d7a21f773 - TESTING! Add button to force closing of connection. 2012-10-23 21:56:32 +00:00
Richard Alam
fdd0284756 - TESTING! Show alert when attempting to reconnect. 2012-10-23 21:11:33 +00:00
Richard Alam
589c515d1f - don't need to display hint when client is not Tunnelling 2012-10-23 20:54:32 +00:00
Richard Alam
c25f57c8a5 - TESTING! Let's see how the client behaves when we reconnect when Flash closes the connection on RTMPT 2012-10-23 20:52:31 +00:00
Richard Alam
68afe15ad0 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2012-10-23 19:44:44 +00:00
Richard Alam
08231a7212 - display if user is tunnelling or not 2012-10-23 19:44:24 +00:00
Gustavo Salazar
ac32c59029 Extract pdf page in a temp dir 2012-10-23 13:53:43 -05:00
Richard Alam
999e6f6d0f - add [Tunnelling] text on footer when tunnelling so it's easy to see if client is using RTMPT 2012-10-23 18:19:25 +00:00
Richard Alam
f298f2f687 - send presentation cursor update very 100ms instead of every 1sec 2012-10-23 17:44:44 +00:00
Fred Dixon
cbfb9027a1 Modified bbb-record --watch to use a combination of files in /var/bigbluebutton and /var/bigbluebutton/recording/raw as /var/bigbluebutton will have old files remove by /etc/cron.daily/bigbluebutton 2012-10-22 17:13:16 -04:00
Fred Dixon
3bfacee73f Re-enabled /etc/cron.daily/bigbluebutton to remove old presentation and media files 2012-10-22 17:11:56 -04:00
Gustavo Salazar
033e76f5c4 Detect and draw circles in playback 2012-10-22 13:55:44 -05:00
Richard Alam
0aad70a5cd Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2012-10-22 17:29:12 +00:00
Richard Alam
50ea67c877 - use hand cursor when hand tool is selected 2012-10-22 17:28:24 +00:00
Richard Alam
d0e7909471 - cleanup 2012-10-22 17:28:12 +00:00
Fred Dixon
66b4526280 Merge pull request #73 from capilkey/fix-fullscreen-playback
fixed the firefox fullscreen bug from Issue 1345
2012-10-22 10:12:25 -07:00
Richard Alam
969b8a3ab3 - make toolbar and footer visibilty configurable. The toolbar and footer can be hidden by
setting showToolbar="true" showFooter="true" to "false"
2012-10-22 17:10:20 +00:00
Chad Pilkey
ba26a3697a fixed the firefox fullscreen bug from Issue 1345 2012-10-22 17:01:07 +00:00
Richard Alam
a9e6a2a55e Merge branch 'master' into add-more-controls-to-webcam-window 2012-10-22 15:53:23 +00:00
Richard Alam
e859c78795 - don't display the + chat tab when private chat is disabled 2012-10-22 15:52:01 +00:00
Richard Alam
cf30a3cf2c - add more buttons to webcam 2012-10-22 14:54:57 +00:00
Fred Dixon
af96609e86 Set use h.264 video to true. We may revert this to false in the future 2012-10-22 10:42:23 -04:00
Richard Alam
89b8a3d890 Merge branch 'master' into modify-chat-to-use-consolidated-users 2012-10-21 18:28:07 +00:00
Richard Alam
b70d29a7d0 - change advancing to next chat message for accessibility from Key 32 (space) to Shift-Alt-32. The
reason is that we need to listen for keystroke and trap the ENTER key when we allowed input of
   text in several line by converting to TextArea from TextField.
2012-10-21 18:25:54 +00:00
Gustavo Salazar
41b9467c77 Align and wrap text 2012-10-20 15:28:20 -05:00
Gustavo Salazar
1a8d263da4 Set color in played text 2012-10-19 15:06:52 -05:00
Gustavo Salazar
d18a677bef Fix playback of straight line 2012-10-19 13:10:37 -05:00
Gustavo Salazar
46b0f56fe8 Wrap text in playback. 2012-10-19 13:09:16 -05:00
Gustavo Salazar
bc1382cf79 Merge pull request #68 from capilkey/add-seperate-playback-controls
Add seperate playback controls
2012-10-18 14:48:00 -07:00
Richard Alam
46a42c4a63 Merge branch 'master' into modify-chat-to-use-consolidated-users 2012-10-18 21:19:46 +00:00
Richard Alam
b40a05b904 - add echo private message to test sending of private message from JS api 2012-10-18 20:32:20 +00:00
Richard Alam
87fe30e30b - add hook to send public chat message from JS 2012-10-18 20:17:51 +00:00
Chad Pilkey
ecd09f1f2b in firefox the media can actually load before the jquery is called to add listeners. I fixed it 2012-10-18 18:42:11 +00:00
Richard Alam
2c60f8dab7 - try scrolling to the last message 2012-10-18 18:32:59 +00:00
Richard Alam
8274c491d4 - fix problem where chat box message area not showing up when switching layouts
- listen for user leave event and disable chat area
2012-10-18 17:32:41 +00:00
Richard Alam
ec05cf0129 - add switch layout button 2012-10-18 17:32:01 +00:00
Richard Alam
65ce77f911 - add JS API to switch layout 2012-10-18 14:17:12 +00:00
Richard Alam
d2ad9c68d1 - add a way to override default layout using config.xml 2012-10-17 21:44:15 +00:00
Richard Alam
ffb19fe329 - use timer to trigger querying of chat history as the text box input disappears if we don't 2012-10-17 20:40:53 +00:00
Richard Alam
8673a31d75 - try to display welcome message 2012-10-17 20:05:52 +00:00
Fred Dixon
c43c0c6bd6 Merge pull request #71 from jfederico/master
Few fixes for the bbb-lti module
2012-10-17 11:07:07 -07:00