Commit Graph

8113 Commits

Author SHA1 Message Date
Richard Alam
e313379355 - changed the wrong field to be zero based. Should be the slide field instead of num. 2014-09-15 08:29:15 -07:00
Fred Dixon
1f930c90d4 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2014-09-14 19:42:10 -04:00
Fred Dixon
9e3c96683d Now updates sip.nginx for enabling nginx to proxy web services calls for SIP connections from client 2014-09-14 19:42:02 -04:00
Fred Dixon
35cad7b4f8 Merge pull request #395 from SenecaCDOT-BigBlueButton/use-nginx-for-audio
change the webrtc websocket connection to use an nginx proxy
2014-09-14 18:32:20 -04:00
Chad Pilkey
e15de759e3 change the webrtc websocket connection to use an nginx proxy 2014-09-14 13:49:12 -07:00
Fred Dixon
f305a9b3cb Slightly lower memory check for 4G for servers to avoid warnings on servers with close to 4G 2014-09-14 14:09:15 -04:00
Fred Dixon
51dbe652ff Minor change to URL for bigbluebutton.org on index.html 2014-09-14 13:56:39 -04:00
Richard Alam
1e2a787af3 - cache default config xml 2014-09-14 09:33:13 -07:00
Richard Alam
38f77259f1 - return false when filter is applied 2014-09-14 09:06:11 -07:00
Richard Alam
e1234fcee4 - make sure the threads are not daemon...need to rework this 2014-09-12 15:10:13 -07:00
Richard Alam
a44362ccbf - change timer to ScheduledExecutorService to use thread from the pool 2014-09-12 14:28:49 -07:00
Richard Alam
d03f532b08 - ignore transifex dir when building locales 2014-09-12 13:13:34 -07:00
Richard Alam
6ca675fd83 - update locales 2014-09-11 12:16:08 -07:00
Richard Alam
4b2c0883bf Merge pull request #393 from SenecaCDOT-BigBlueButton/fix-hieroglyphics-audio
replace deprecated escape() with encodeURIComponent()
2014-09-09 17:29:12 -04:00
Richard Alam
dacbad24ed Merge pull request #392 from kepstin/recording-updates
Actually fix slide indexes.
2014-09-09 17:28:34 -04:00
Chad Pilkey
2c6b060ba5 replace deprecated escape() with encodeURIComponent() 2014-09-09 14:27:03 -07:00
Calvin Walton
72fc36caef Actually fix slide indexes.
While the page numbers from BigBlueButton are zero-based, the slide images
are generated as 1-based.
2014-09-09 17:15:57 -04:00
Richard Alam
8f208ca28b Merge pull request #391 from SenecaCDOT-BigBlueButton/fix-listenonly-talking
fixed the glowing listen only indicator
2014-09-09 13:04:36 -04:00
Chad Pilkey
681aedbdde fixed the glowing listen only indicator 2014-09-09 09:24:55 -07:00
Richard Alam
025ac35c3a Merge pull request #390 from SenecaCDOT-BigBlueButton/slide-zoom-change-presenter-sync
fixed 'zoom slider won't update value after presenter have changed'
2014-09-08 14:54:43 -04:00
Richard Alam
4c312d5c2e Merge pull request #388 from speakserve/copy-chat-selection
Copy chat selection as text
2014-09-08 14:54:29 -04:00
Richard Alam
83d15332d6 Merge pull request #387 from SenecaCDOT-BigBlueButton/chrome-webcam-permission-prompt
Chrome webcam permission prompt
2014-09-08 14:54:09 -04:00
syeshchenko
fb3966921e fixed 'zoom slider won't update value after presenter have changed' 2014-09-04 13:22:33 -07:00
Chad Pilkey
59dbdc55aa Merge remote-tracking branch 'upstream/master' into sort-raisehand-better 2014-09-03 14:34:13 -07:00
Chad Pilkey
b65da7ec25 hide switch presenter for phone users, hide presentation thumbnails when you click the presentation 2014-09-03 14:32:34 -07:00
Richard Alam
2c53427a0d - meeting with duration=0 should be destroyed after a certain period when last user leaves 2014-09-02 15:25:54 -07:00
Chad Pilkey
8825f0a899 Merge remote-tracking branch 'upstream/master' into sort-raisehand-better 2014-09-02 13:42:00 -07:00
Chad Pilkey
ecfe3831b2 stop webrtc hangup from happening twice 2014-09-02 13:41:48 -07:00
Chad Pilkey
5fa76a872f adjust the positioning of the webrtc chrome title window 2014-09-02 13:41:22 -07:00
Richard Alam
c300eb81e6 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2014-09-02 13:18:13 -07:00
Richard Alam
4bf941b108 - although the page number is not used in whiteboard recording processing, just match the page number with the goto slide event in events.xml 2014-09-02 13:17:28 -07:00
Ghazi Triki
c01d91ddaf Setting ChatMessageRenderer Text event listener to keyDown 2014-09-02 21:15:54 +01:00
Calvin Walton
c7967810b2 Revert the presentation publish page index altering
This was added because BigBlueButton 0.9 started using 1-based page
numbers in the events.xml file. That change has been reverted, so as
to avoid behaviour changes from 0.81 in places where it's unnecessary.
2014-09-02 15:46:52 -04:00
Richard Alam
d5d541a2c5 - subtract 1 from GotoSlideEvent and ResizeAndMoveSlideEvent to events.xml so that the recording is backwards compatible with 0.81 and earlier 2014-09-02 12:44:52 -07:00
syeshchenko
8b9c949818 minor bug fixes and optimization 2014-09-02 12:38:08 -07:00
Ghazi Triki
2d283e85b0 Copying chat text selection from mx_internal text field. 2014-09-02 20:11:57 +01:00
Richard Alam
0d3e23db21 - update locales 2014-09-02 12:01:20 -07:00
Richard Alam
a1ded8fdb5 - add current time on header of JSON messages so we can display the correct time instead of calculating from the timestamp 2014-09-02 11:43:05 -07:00
Ghazi Triki
9597c0cca7 Copy chat message selection. 2014-09-02 19:29:24 +01:00
Richard Alam
372b571b7b - add pretty create date, duration, and user has joined info on getMeeting api response 2014-09-02 10:22:24 -07:00
Richard Alam
98c96c3613 - a meeting that has duration zero (runs infinitely) should be cleaned-up if no one has ever joined on it 2014-09-02 10:21:06 -07:00
Fred Dixon
34bb061312 Change 0.9.0-dev to 0.9.0-beta on index.html 2014-09-01 20:36:20 -04:00
Fred Dixon
b00be616da More tweaks on the language in index.html 2014-09-01 20:14:02 -04:00
Fred Dixon
7301d35941 Updates to text and tutorial videos on home page 2014-09-01 20:00:01 -04:00
Fred Dixon
93f6dcafab Upping version from 0.9.0-dev to 0.9.0-beta 2014-09-01 17:05:33 -04:00
Fred Dixon
e02476071d Make clear this is a private echo test 2014-09-01 16:48:00 -04:00
syeshchenko
1d148ef624 Merge branch 'master' into chrome-webcam-permission-prompt 2014-09-01 13:18:32 -07:00
syeshchenko
ae6a4d5fa1 on Chrome show webcam permission prompt before webcam preview opened 2014-09-01 13:10:50 -07:00
Richard Alam
8bdf8e28e9 kick off recording processing when meeting is ended 2014-09-01 15:21:01 -04:00
Richard Alam
44236df171 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2014-08-29 13:29:25 -07:00