Richard Alam
b4fc00e7ae
Merge branch 'master' into follow-download-url-redirect
2014-10-22 02:44:27 -07:00
Fred Dixon
917b7cafe5
Merge pull request #409 from SenecaCDOT-BigBlueButton/bigbluebutton-client-system-check-app
...
initial commit for client check app
2014-10-22 16:31:37 -04:00
Richard Alam
4c277607d9
- modify lib path
2014-10-22 02:44:15 -07:00
Richard Alam
9effb009d0
- follow redirects when downloading presentation
2014-10-22 02:43:03 -07:00
Richard Alam
4ba6b5ef0d
- allow start/stop recording when doing autostarting recording
2014-10-21 21:11:46 -07:00
Richard Alam
9552b8a905
- fix https://code.google.com/p/bigbluebutton/issues/detail?id=1776
2014-10-20 23:06:07 -07:00
Richard Alam
5af452c39f
- start implementing auto start recording
2014-10-20 03:39:44 -07:00
Richard Alam
9c0280c129
- fix txt uri for accessibility
2014-10-20 01:18:13 -07:00
Richard Alam
ce723718a1
- cleanup
2014-10-19 23:00:10 -07:00
Fred Dixon
fb1535360b
Merge pull request #407 from SenecaCDOT-BigBlueButton/more-webrtc-fixes
...
WebRTC fixes
2014-10-15 19:24:52 -04:00
Chad Pilkey
a8b53f9acc
changed webrtc error messages to errorcodes, fixed a bug with webrtc call failing at echo test
2014-10-15 16:17:58 -07:00
Richard Alam
da59fb35e4
- updating locales
2014-10-12 07:12:50 -07:00
Richard Alam
0fb0e603ef
- increase log file size and number of backups kept
2014-10-12 05:43:18 -07:00
Fred Dixon
576e8badbd
Merge pull request #406 from SenecaCDOT-BigBlueButton/update-audioselection-logout
...
Minor client upgrades
2014-10-10 20:49:12 -04:00
Chad Pilkey
e8d8a8b33d
moved the AudioPathSelectionWindow resize function to initialize from creationComplete
2014-10-10 16:30:55 -07:00
Chad Pilkey
fdb763571d
made AudioPathSelection less squished, added automatic redirect on logout
2014-10-10 16:11:03 -07:00
Richard Alam
8f38fa1f30
- find audio wav files even if they are located in sub dirs
2014-10-08 13:50:41 -07:00
Richard Alam
745dcc7688
Merge pull request #405 from kepstin/recording-updates
...
Fix publish step failing when multiple recordings processed in one run
2014-10-08 11:26:02 -04:00
Calvin Walton
49b66d6eb6
Fix publish step failing when multiple recordings processed in one run
...
The logic for deleting the process done files was wrong, resulting in
the script (attempting and failing) deleting all of the done files for
all of the processed recordings after the publish completes for one of
them.
Fix the logic to only delete the process done file for the recording that
just completed publishing.
2014-10-08 11:08:22 -04:00
Richard Alam
a3f594172f
- update locales from transifex
2014-10-07 09:29:31 -07:00
Richard Alam
f7ff1bee42
Merge pull request #404 from SenecaCDOT-BigBlueButton/webrtc-connection-upgrades
...
Fixed some issues where people got stuck at connecting with webrtc
2014-10-06 18:22:59 -04:00
Chad Pilkey
7d9b26912e
Merge remote-tracking branch 'upstream/master' into fix-no-presentation-problems
...
Conflicts:
bigbluebutton-client/resources/prod/BigBlueButton.html
2014-10-06 15:09:36 -07:00
Chad Pilkey
4ec65bc300
enhannced LoggedOutWindow to allow for easy reconnect
2014-10-06 15:07:22 -07:00
Calvin Walton
1078aef49d
Add a note to the nginx config to tell 0.9.0 beta users of a possible upgrade path
2014-10-06 17:30:32 -04:00
Calvin Walton
630ef4c72c
Move 0.81 files to a subdir, add nginx redirect for them.
...
Now the 0.81 presentation playback files are in an appropriate versioned
directory. If desired, the recording metadata can be updated to reference
the versioned files directly, but an nginx redirect has been added so
that unmodified recordings will also work.
2014-10-06 17:17:20 -04:00
Chad Pilkey
de7dbd0b44
Multiple fixes to our webrtc implementation. Hopefully there's less holes now
2014-10-06 14:14:34 -07:00
Calvin Walton
8673d353bb
Use the directory presentation/0.9.0 instead of presentation2
...
This makes it a bit more obvious how the versioning can work going
forwards, and makes it so that we do not need to update the nginx
config each time we have a new version of the playback files.
The 0.81 files remain at the top level of the presentation directory
for compatibility reasons.
2014-10-06 16:46:55 -04:00
Calvin Walton
852ea7b822
Revert 'presentation' dir to 0.81 code, add 'presentation2' for 0.9
...
This fixes an issue where recordings copied from a 0.81 server might
not play back correctly on a 0.9 server.
This changes the 0.9 recording scripts to use playback support files
from a different subdirectory, 'presentation2', while existing 0.81
recordings continue to use the 'presentation' directory.
If the raw files from an old recording are reprocessed, it will
switch to using the newer playback support files.
2014-10-06 16:15:25 -04:00
Richard Alam
55532d326d
Merge pull request #401 from SenecaCDOT-BigBlueButton/localization
...
resized and positioned some of the components to fit with Russian and Ge...
2014-10-01 15:36:59 -04:00
syeshchenko
14b401851d
resized and positioned some of the components to fit with Russian and German locales, changed and added some Russian translation
2014-10-01 15:18:31 -04:00
Jesus Federico
5a152c0cb7
bbb-lti: ssl_enabled is now validated only once
2014-09-29 14:48:21 -04:00
Jesus Federico
9c394bba4a
bbb-lti: Fixed issue with ssl ping when tiemeout is too long
2014-09-29 14:01:06 -04:00
Jesus Federico
ac02f6f8e8
Merge pull request #400 from jfederico/master
...
bbb-lti: Updated css
2014-09-29 13:14:16 -04:00
Jesus Federico
4f1b907daf
bbb-lti: Updated css
2014-09-29 13:11:57 -04:00
Fred Dixon
9e87ffa02a
Added libraries to make audio work with demo11.jsp (javascript API demo)
2014-09-21 19:01:58 -04:00
Fred Dixon
c89b9c63d8
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2014-09-18 08:53:08 -04:00
Fred Dixon
b4d49a0f2b
Added build numbers into loading JS libraries to ensure they don't get cached
2014-09-17 17:38:19 -04:00
Fred Dixon
6d26b076d3
Added detection for OpenVZ IP address in bbb-conf
2014-09-17 17:37:43 -04:00
Richard Alam
27b38d89b2
Merge pull request #399 from SenecaCDOT-BigBlueButton/fix-no-presentation-problems
...
Multiple fixes to the presentation module
2014-09-17 17:26:37 -04:00
Chad Pilkey
00ef1d50a1
fixed a crash related to deleting presentations, two ui problems with presentations, and cleaned up an event listener that wasn't used anymore
2014-09-17 11:47:25 -07:00
Richard Alam
3581eb9354
Merge pull request #398 from SenecaCDOT-BigBlueButton/deskshare-resize-enhancements
...
added default background color to the move icon
2014-09-17 14:31:54 -04:00
syeshchenko
3dcce2a7d6
added default background color to the move icon
2014-09-17 14:28:21 -04:00
Richard Alam
90bf3ade5d
- new jars with better controls for deskshare applet dragging and resizing
2014-09-17 10:33:17 -07:00
Richard Alam
400f62102c
Merge pull request #397 from SenecaCDOT-BigBlueButton/deskshare-resize-enhancements
...
added resize and move cursors to make moving and resizing more accessibl...
2014-09-17 13:12:58 -04:00
syeshchenko
d49ca935d6
added resize and move cursors to make moving and resizing more accessible for users
2014-09-17 13:08:14 -04:00
Richard Alam
51cdd5ab42
Merge branch 'SenecaCDOT-BigBlueButton-chrome-camera-settings'
2014-09-15 13:56:52 -07:00
Richard Alam
58302721c0
Merge branch 'chrome-camera-settings' of https://github.com/SenecaCDOT-BigBlueButton/bigbluebutton into SenecaCDOT-BigBlueButton-chrome-camera-settings
2014-09-15 13:36:24 -07:00
syeshchenko
4a1c793390
fixed Chrome permission hint arrow
2014-09-15 13:28:26 -07:00
Richard Alam
a0a6172a4f
- fix lock settings for muteme and webcam buttons for mods and presenter
2014-09-15 09:38:05 -07:00
Richard Alam
50352c0204
- make sure to cancel the thread after presentation conversion
2014-09-15 09:05:03 -07:00