Leonardo Crauss Daronco
3fc84c775b
Refactor routes/index as a class MainRouter
...
Also removed some methods/routes that were not being used and will have to
be refactored anyway if they are needed in the future. They are: get_join,
to join the session getting the username and password from the url, and
post_upload, to upload presentations from the html5 client (this was a
specially big method).
2013-10-30 10:07:30 -02:00
Leonardo Crauss Daronco
15df4de206
HTML5: Move methods from redis/index to a class RedisAction
...
Not working 100% yet and a lot more can be improved in this class.
The rest of the code should also be moved into classes like this one.
2013-10-30 10:06:58 -02:00
Leonardo Crauss Daronco
75769a27f0
HTML5: fix requires and global variables in the server
...
Now there's a 'config' module to store global configurations.
The requires have to be made locally for the modules needed, can't just
require everything on app.js as it was before.
2013-10-30 10:06:58 -02:00
Leonardo Crauss Daronco
ea13a399dc
HTML5: basic conversion of the server to coffeescript
...
Simply converted from js to coffee, a lot is still not working and a lot
more has still to be improved.
2013-10-30 10:06:58 -02:00
Richard Alam
853044eae7
Merge pull request #284 from mohamed-ahmed/html5-bridge
...
Html5 bridge
2013-10-29 12:17:02 -07:00
mohamed-ahmed
3069d915ce
merged html5-bridge with master
2013-10-29 19:06:38 +00:00
mohamed-ahmed
1c012aec32
merged html5-bridge with master
2013-10-29 18:33:25 +00:00
Richard Alam
e838eff936
Merge pull request #283 from SenecaCDOT-BigBlueButton/fix-annotation-scaling
...
fixed the annotation drawing so that the line thickness scales when you ...
2013-10-29 10:30:29 -07:00
Chad Pilkey
f77d795084
fixed the annotation drawing so that the line thickness scales when you zoom a presentation
2013-10-29 08:24:55 -07:00
Richard Alam
c23ca787a4
Merge pull request #282 from mohamed-ahmed/html5-bridge
...
fixed it so that shapes won't be erased when changing slides
2013-10-29 07:56:52 -07:00
mohamed-ahmed
129ab9f5ca
fixed it so that shapes won't be erased when changing slides
2013-10-29 14:47:26 +00:00
Richard Alam
8e04927ea2
Merge pull request #281 from mohamed-ahmed/html5-bridge
...
Html5 bridge
2013-10-28 09:57:57 -07:00
mohamed-ahmed
a470e27614
fixed merge conflicts
2013-10-28 15:01:15 +00:00
Richard Alam
e220f120cc
Merge pull request #280 from kepstin/firefox-audio-seek
...
Switch the order of the audio formats on firefox playback
2013-10-23 13:59:49 -07:00
Calvin Walton
4a45b3610b
Switch the order of the audio formats on firefox playback
...
Firefox has a bug where it can't seek in the audio-only webm files with
no cues, and it seems like they have no intention of fixing this...
Serve up the ogg files first for them.
Adding cues to audio-only webm files is *hard*, there are no standard
tools that support doing this cleanly.
2013-10-23 16:35:21 -04:00
Richard Alam
a141928824
- Fix issue https://code.google.com/p/bigbluebutton/issues/detail?id=1671
...
Remove the beginning . (dot) from uploaded presentation.
2013-10-23 16:21:49 +00:00
Richard Alam
f17d0d1b8b
Merge pull request #279 from kepstin/recording-syntax-fix
...
Fix a logger method call in presentation script
2013-10-23 07:05:40 -07:00
Calvin Walton
e6fe43f9b6
Fix a logger method call in presentation script
...
This shouldn't normally be hit... but if it ever is, the processing will
fail with an error, since the Logger class doesn't have a method named
'warning'.
2013-10-23 10:01:02 -04:00
Richard Alam
49bf86d5aa
Merge pull request #276 from SenecaCDOT-BigBlueButton/fix-switch-racecondition
...
fixed bug 1661, the tool now switches to pan/zoom when a new presentation is loaded
2013-10-22 14:31:37 -07:00
Richard Alam
dc8a603e41
Merge pull request #278 from speakserve/fix-deskshare-kickedout
...
Fixed issue when current user is kicked out and he is sharing his screen...
2013-10-22 14:28:50 -07:00
Richard Alam
e56a868c0e
- update client with deskshare applet with latest fixes
2013-10-22 21:11:11 +00:00
Richard Alam
43588ab8a4
- when region is resized, take the capture region to init the shared region
2013-10-22 21:10:00 +00:00
Chad Pilkey
ccc828c76b
the whiteboard toolbar is now disabled as soon as the client is notified of a new presentation. it better work for real this time
2013-10-22 14:03:06 -07:00
Richard Alam
2f0af49f40
- update blocks by row instead of by block to speed up updates in eyes of user
2013-10-22 20:11:46 +00:00
Richard Alam
2e9aa55756
- fix bug where requesting to send a key frame fails to get the correct stream name
2013-10-22 19:55:39 +00:00
Chad Pilkey
cf12fe382b
Merge remote branch 'upstream/master' into fix-switch-racecondition
2013-10-22 11:43:52 -07:00
Richard Alam
336a6b3c6e
- apply smoothing on deskstop sharing video
2013-10-22 16:22:49 +00:00
Ghazi Triki
658afcb45b
Fixed issue when current user is kicked out and he is sharing his screen.
2013-10-22 17:15:07 +01:00
Richard Alam
c09636ea4a
- handle parameter scale = 1 to do pixel for pixel display when sharing fullscreen
2013-10-22 15:08:11 +00:00
Fred Dixon
d041ebfcde
Merge pull request #277 from SenecaCDOT-BigBlueButton/fix-javacheck-highlight
...
remove the blue background from the Java Test linkbutton
2013-10-21 17:06:10 -07:00
Chad Pilkey
6ffb35428c
remove the blue background from the Java Test linkbutton
2013-10-21 16:22:07 -07:00
Richard Alam
c4855876c3
- change test java link
2013-10-21 21:50:38 +00:00
Richard Alam
cbdf8a3440
- add target to build a single locale
2013-10-21 19:37:11 +00:00
Richard Alam
80ba0d6ead
- change link so that user is redirected to appropriate localized page
2013-10-21 18:55:41 +00:00
Richard Alam
de553549d1
- change instruction to much shorter one so it's easy to localize
2013-10-21 18:47:31 +00:00
Richard Alam
b07dde529c
- add java version required notice in when starting desktop sharing
2013-10-21 18:09:00 +00:00
Richard Alam
feef7fc7c7
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2013-10-20 20:21:22 +00:00
Richard Alam
fc02874176
- clean up presentation list to remove scrollbar and display 3 presentations properly
2013-10-20 20:19:55 +00:00
Richard Alam
b250f9a162
- change java version dialog title to explicitly tell the user that it is an error
2013-10-20 20:19:07 +00:00
Richard Alam
c30a8c495f
- change java version dialog title
2013-10-20 20:18:32 +00:00
Fred Dixon
ca56259457
Updating label to RC4
2013-10-20 15:47:12 -04:00
Fred Dixon
8cc76d5c61
Updating label to RC4
2013-10-20 15:46:12 -04:00
Richard Alam
a08790fa52
- center the java version error message dialog
2013-10-20 18:22:13 +00:00
Richard Alam
87c5c41432
- change applet display version to 0.81
2013-10-20 17:53:12 +00:00
Richard Alam
d1864bc6c7
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2013-10-20 17:11:53 +00:00
Richard Alam
95ed553f86
- add version check on applet. Don't allow sharing of screen when java version
...
is lower than 1.7.0_45
2013-10-20 17:09:06 +00:00
Chad Pilkey
c5a5a5d77c
fixed bug 1661, the tool now switches to pan/zoom when a new presentation is loaded
2013-10-18 18:36:34 -07:00
Gustavo Salazar
38f8ed5741
Support processing of images with extension .jpeg
2013-10-18 17:46:07 -05:00
Richard Alam
183148b5eb
Revert " - add alert warning when user has old java version when starting desktop sharing."
...
This reverts commit 570ea3c6f8
.
2013-10-18 22:12:59 +00:00
Richard Alam
570ea3c6f8
- add alert warning when user has old java version when starting desktop sharing.
2013-10-18 20:54:38 +00:00