Richard Alam
e0f65acffd
- make viewer init the polling module properly
2014-06-01 09:22:07 -07:00
Chad Pilkey
02e6a98f1c
removed some unused managers from the phone module
2014-05-30 15:20:00 -07:00
Chad Pilkey
19ce05b31b
created an audio selection window to choose your stream type
2014-05-30 15:19:25 -07:00
Chad Pilkey
91d2e1d288
removed the background from the listen only indicator image
2014-05-30 15:15:38 -07:00
Richard Alam
93c3ef7d05
- try to figure out how layout changes on window resize
2014-05-30 14:23:40 -07:00
Richard Alam
c806b4364f
- continue modifyng the layout module to sync with others when windows are resized
2014-05-30 13:54:40 -07:00
Richard Alam
39fa4f2db1
- modify how we send lock and broadcast layout from client
2014-05-30 11:08:47 -07:00
Richard Alam
04c271996d
Merge branch 'broadcast-layout' of github.com:mconf/bigbluebutton into broadcast-layout
...
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/layout/LayoutApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/layout/LayoutService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/core/api/IBigBlueButtonInGW.java
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonInGW.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/InMessages.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/layout/LayoutApp.scala
bigbluebutton-client/src/org/bigbluebutton/modules/layout/events/LayoutEvent.as
bigbluebutton-client/src/org/bigbluebutton/modules/layout/services/LayoutService.as
bigbluebutton-client/src/org/bigbluebutton/modules/layout/services/MessageReceiver.as
2014-05-29 11:21:01 -07:00
Felipe Cecagno
5821c32372
implemented the new button broadcast layout, which will send to all viewers the moderator's current layout; the lock button and broadcast button only affect viewers, not moderators
2014-05-29 12:19:40 -03:00
Richard Alam
224bea1f5f
- sync layout with viewers
2014-05-29 07:06:44 -07:00
Richard Alam
e254787276
- add layout to lock settings
2014-05-28 12:25:28 -07:00
Richard Alam
f87933cf76
- try to inject layout change when layout option is changed in lock settings
2014-05-27 19:00:38 -07:00
Richard Alam
79136feeba
- presenter should not be affected by lock settings
2014-05-27 07:16:04 -07:00
Richard Alam
f8974e5922
- apply lock icon to viewers only
2014-05-27 06:57:22 -07:00
Richard Alam
ff8c210104
- still the lock icon is not updating properly
2014-05-26 14:24:29 -07:00
Richard Alam
320ee09231
- try to apply lock settings to moderator only
2014-05-26 14:13:07 -07:00
Richard Alam
068df39570
- add [Disabled] text beside feature name
2014-05-26 11:32:21 -07:00
Richard Alam
e7c5a343a9
- show lock icon when a settings are locked
2014-05-26 10:48:30 -07:00
Richard Alam
b550ba966f
- disable/enable users list in chat window when private chat is enabled/disabled
2014-05-26 10:30:57 -07:00
Richard Alam
fb2fd12f3c
- disable/enable chat for viewer when settings are changed
2014-05-23 19:33:27 -07:00
Richard Alam
8549159aad
- try creating a chat conversation model
2014-05-23 14:43:01 -07:00
Richard Alam
71cff3bfe6
- extract some user code from flex module. Module should only be for the UI.
2014-05-23 13:24:01 -07:00
Richard Alam
6eee34b86c
- remove some of the menu items for the gear icon
2014-05-23 10:29:09 -07:00
Richard Alam
87b776ad58
- fix sending of lock settings to server
2014-05-23 08:47:13 -07:00
Richard Alam
5c844ffeee
- send lock settings to server
2014-05-22 11:41:59 -07:00
Richard Alam
1ab0b0a2c4
- send new lock settings to server
2014-05-22 11:13:00 -07:00
Richard Alam
1b8fa657ce
- send lock settings from server to client
2014-05-22 08:30:46 -07:00
Chad Pilkey
b4b5e7793c
Merge remote-tracking branch 'upstream/merge-polling-with-master' into fix-webrtc-dialogs
2014-05-21 12:33:34 -07:00
Chad Pilkey
679b899b74
first take at new audio dialogs
2014-05-21 12:14:08 -07:00
Richard Alam
f266067e1a
- display message to user when auth token is invalid
2014-05-21 18:42:49 +00:00
Richard Alam
391dc9be5a
- fix listen-only in get users reply
2014-05-16 17:26:51 +00:00
Richard Alam
5686b6871c
- finish global audio...display speaker icon beside user's name when joined in listen-only mode
2014-05-16 15:24:22 +00:00
Richard Alam
42fcfe1055
Merge branch 'merging-global-audio' of github.com:mconf/bigbluebutton into merge-global-audio
...
Conflicts:
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/CollectorActor.scala
2014-05-12 10:39:25 -07:00
Felipe Cecagno
eb0a56bb13
refactoring part of the global audio server-side implementation
2014-05-11 22:31:35 -03:00
Richard Alam
eef2c87cd4
- cleanup
2014-05-05 18:45:18 +00:00
adam-sharpe
f428f046de
Fixed presentation control for viewers
2014-04-24 15:51:00 -07:00
Felipe Cecagno
19e3a4b3f0
client side implementation is done, but having issues because the server calls three times disconnectedFromJoinVoiceConferenceCallback when the user leaves the listen only stream (need a server-side refactoring)
2014-04-24 19:41:22 -03:00
Tiago Daniel Jacobs
97ad5e28f4
Changes to support RTMPS connections
2014-04-24 17:16:03 -03:00
Felipe Cecagno
92eac1e988
Merge branch 'global-audio' into merge-global-audio
...
Most of the client implementation is going to be rewritten on next commits.
2014-04-23 16:13:40 -03:00
Felipe Cecagno
4d49b6f0f4
trying to deal with the webrtc connection failed
2014-04-22 18:13:18 -03:00
Richard Alam
bee1320463
Merge branch 'merge-polling-with-master' into connect-bbb-apps-html5
...
Conflicts:
bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml
2014-04-08 19:07:37 +00:00
Anton Georgiev
2d89a73c0c
Merge branch 'addMsgLib' of /home/ubuntu/dev/antonHtml5/bigbluebutton into connect-bbb-apps-html5
...
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/Room.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/RoomsManager.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/chat/ChatApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/chat/ChatService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/MessagingConstants.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/MessagingService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/RedisMessagingService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsHandler.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/ConversionUpdatesProcessor.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/PresentationApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/PresentationService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardService.java
bigbluebutton-apps/src/main/webapp/WEB-INF/bbb-apps.xml
bigbluebutton-web/grails-app/conf/UrlMappings.groovy
bigbluebutton-web/grails-app/conf/bigbluebutton.properties
bigbluebutton-web/grails-app/conf/spring/doc-conversion.xml
bigbluebutton-web/ivy.xml
bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java
bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/MessagingService.java
bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/RedisMessagingService.java
bigbluebutton-web/src/java/org/bigbluebutton/presentation/imp/SwfSlidesGenerationProgressNotifier.java
2014-04-08 15:55:04 +00:00
Gustavo Salazar
1d647470b7
Skip flash error 2038
2014-04-04 12:15:13 -07:00
Richard Alam
3742ebc1c2
- prevent the user from rejoining meeting when meeting has ended
2014-04-02 19:45:58 +00:00
Richard Alam
214957e52c
- localize text
2014-03-28 16:02:33 +00:00
Richard Alam
0e1945118f
- fix toolbar icon display when user leaves voice conf using webrtc
2014-03-28 15:05:38 +00:00
Richard Alam
d007fecd9f
- leave voice conference when logging out even if the browser hasn't fully redirected away from the client yet
2014-03-27 19:36:02 +00:00
Richard Alam
bddd6f747d
i - fix issue where user cannot leave voice conference when clicking on headset icon
2014-03-27 15:23:28 +00:00
Richard Alam
7e528c6890
- don't connect using flash when we want webrtc
2014-03-26 20:40:37 +00:00
Richard Alam
cc624dfa5e
- fix race condition where we hangup the chotest and join the conference at the same time.
...
We should stop echo test then join voice conference.
2014-03-26 19:00:39 +00:00
Richard Alam
963468d729
Merge branch 'merge-polling-with-master' into implement-join-voice-with-flash
2014-03-26 16:58:13 +00:00
Richard Alam
5fb8dee4cd
- hide mic settings when user has joined the voice conference
2014-03-26 16:56:38 +00:00
Richard Alam
9a001ed324
- close mic settings when user has joined voice conference
2014-03-25 21:33:58 +00:00
Richard Alam
4a495e0f6a
- start stop echo test
2014-03-25 21:22:24 +00:00
Richard Alam
e065b4a63b
connect to echo test app
2014-03-25 20:05:33 +00:00
Richard Alam
cd552664bc
- continue implementing joining voice conf using flash
2014-03-25 17:16:42 +00:00
Gustavo Salazar
9a2b05a7ee
allow username with spaces
2014-03-24 17:18:39 -05:00
Richard Alam
e27c8000f8
Merge branch 'merge-polling-with-master' into implement-join-voice-with-flash
2014-03-23 16:05:28 +00:00
Richard Alam
35daebbf86
- don't go through echo test again when user has already done it
2014-03-23 16:02:40 +00:00
Richard Alam
3f66908f4d
- reinit mic
2014-03-21 22:08:50 +00:00
Richard Alam
bd0a54e9f1
- continue implementing Flash Mic Settings dialog
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/PhoneManager.as
2014-03-21 21:43:19 +00:00
Richard Alam
ce3432fb1b
- disable flash calling for webrtc testing
2014-03-21 14:37:09 +00:00
Richard Alam
0bc45659fc
- show elcome message in chat window
2014-03-21 14:20:27 +00:00
Richard Alam
98d851c582
- add new commands
2014-03-20 20:46:46 +00:00
Richard Alam
5bb2a2cb2b
- continue implementing join voice using flash
2014-03-20 19:10:09 +00:00
Richard Alam
148e3be430
- start implementing joining voice using flash
2014-03-19 21:34:09 +00:00
Richard Alam
a08be6298f
- implement flow for user to join vonce conf uwing webrtc
2014-03-18 19:14:27 +00:00
Richard Alam
bb5db33eac
- implement user joining voice using webrtc
2014-03-17 19:47:45 +00:00
firstuser
915f9aa3d7
- continue implementing mic settings for webrtc
2014-03-15 18:15:28 -07:00
Richard Alam
61d90933f4
- display different mic setting for ff and chrome
2014-03-14 22:44:53 +00:00
Richard Alam
04a77ddaca
- figure out how to display mic permissions for FF and Chrome
2014-03-14 21:06:31 +00:00
Richard Alam
3b4b818841
i - do echo test and then join voice conference using webrtc
2014-03-14 19:21:21 +00:00
Richard Alam
4cc16f1b00
- add bin-debug dir to ignore
2014-03-14 16:03:23 +00:00
Richard Alam
d869dab51e
- start implementing echo test and join conference using webrtc
2014-03-14 16:02:54 +00:00
Richard Alam
680fa7709a
- minot cleanup
2014-03-12 18:36:33 +00:00
Richard Alam
dd0ed0df37
- fix query presentations from JS API
2014-03-12 14:18:14 +00:00
Richard Alam
31926bd26d
- implement end and destroy meeting
2014-03-10 21:38:03 +00:00
Richard Alam
62f89ebe2d
- start deskshare properly
2014-03-09 20:23:39 -04:00
Richard Alam
1a5251621d
- display poll button if presenter when user joins
2014-03-02 18:16:52 -05:00
Richard Alam
a418190169
- sync presentation position for latecomer
2014-03-02 16:43:04 -05:00
Richard Alam
a535412629
- fix switching presentation
2014-03-02 15:15:42 -05:00
Richard Alam
46bb7633ca
- fix undo and clear whiteboard
2014-03-06 20:35:00 +00:00
Richard Alam
bb11712a19
- display whiteboard shapes
2014-03-06 19:23:18 +00:00
Richard Alam
e27274bf8c
- use wb id instead of pres/pagenumber for whiteboard
...
- the whiteboard id matches presId/page id for the current page
2014-03-06 16:37:03 +00:00
Richard Alam
6b855aa351
- start refactoring whiteboard
2014-03-05 21:43:35 +00:00
Richard Alam
2f9650d1d3
- fix uploading of presentation
2014-03-05 19:54:32 +00:00
Richard Alam
a43c942314
- fix upload
2014-03-04 22:51:35 +00:00
Richard Alam
371e2da0b0
- allow changing of page usng thumbnail
2014-03-04 20:52:23 +00:00
Richard Alam
09c9bfa9e5
- display page properly
2014-03-04 20:18:31 +00:00
Richard Alam
4f799f09b4
- sync page
2014-03-04 16:54:49 +00:00
Richard Alam
0b9f90348c
- handle page moves
2014-03-04 15:34:07 +00:00
Richard Alam
a5c9932498
- fix go to next/previous page
2014-03-04 14:59:19 +00:00
Richard Alam
bc5f60923c
- figure out why we can't get to the next page
2014-03-03 21:41:18 +00:00
Richard Alam
89e2f6363a
- display presentation page
2014-03-03 18:39:04 +00:00
Richard Alam
fe30c034d8
- continue refactoring presentation on client
2014-02-28 22:48:24 +00:00
Richard Alam
10b4b6ee3a
- fix compile issues
2014-02-28 19:26:58 +00:00
Richard Alam
c946687872
- continue refactoring presentation
2014-02-28 16:48:21 +00:00
Richard Alam
d15e8c3a5b
- continue cleaning up presentation
2014-02-27 21:41:25 +00:00
Richard Alam
feb49951a5
- add presentation ids to presentation conversion
2014-02-27 17:23:44 +00:00
Richard Alam
32431f62c7
- missed one file
2014-02-25 02:45:37 +00:00
Richard Alam
d8933b322c
- disable join button when doing an echo test
2014-02-24 23:56:09 +00:00
Richard Alam
5c3859aa23
- add echo test for voice
2014-02-24 21:45:00 +00:00
Richard Alam
dcfe856f46
- fix issue where users show up as joined voice when a client loads
2014-02-24 19:24:23 +00:00
Richard Alam
b78a0fa776
- remove auto switching to presenter from client if joining as the first moderator
...
as this is now driven on the server side
2014-02-21 22:50:02 +00:00
Richard Alam
944b04e3a7
- fix async errors when users join/leave voice
2014-02-21 22:26:12 +00:00
Richard Alam
ab7d328ba1
- fix issue where connection drops due to async error when joining voice conference
2014-02-21 21:41:56 +00:00
Richard Alam
8a2990284e
- cleanup and formatting
2014-02-21 20:02:54 +00:00
Richard Alam
4fc48da1b2
- change user joining sequence
2014-02-20 21:39:29 +00:00
Richard Alam
02e3e8cbc3
- set up flow for validating auth token when user joins
2014-02-20 18:01:55 +00:00
Richard Alam
6159029711
- cleanup
2014-02-19 21:54:15 +00:00
Richard Alam
ac111de364
Merge remote branch 'bbb/v0.81-javau51-update' into merge-java-7u51-branch
2014-02-19 20:09:56 +00:00
Richard Alam
e05d310908
- removing dependency on FS userid to manage voice for each user
2014-02-19 19:23:17 +00:00
Richard Alam
b6e5bf8091
- fix some compile issues
2014-02-19 15:33:51 +00:00
Richard Alam
ae36cb7997
- try to fix why we can't handle user leaving voice
2014-02-18 19:07:07 -05:00
Richard Alam
3a5f4ad079
- handle user messages from the server
2014-02-18 16:57:35 -05:00
Richard Alam
7d484dc0ba
- create individual messages
2014-02-14 17:05:50 -05:00
Richard Alam
67b591001a
- move users model
2014-02-14 15:42:20 -05:00
Richard Alam
d922531288
- organize data model
2014-02-14 14:50:00 -05:00
Richard Alam
2f9364cdc1
- start implementing the models
2014-02-14 12:13:38 -05:00
Richard Alam
a60299d036
- start/stop recording button works now
...
- need to work on record processing
2014-02-13 16:02:43 +00:00
Richard Alam
0bd25997a9
- implement start/stop recording.
...
- TODO: alert doesn't popup when clicking on the record button
2014-02-12 18:25:28 -05:00
Richard Alam
948e1b323e
Merge branch 'master' into merge-polling-with-master
2014-02-12 15:59:23 -05:00
Richard Alam
0e935d4927
- fix swithc presenter
2014-02-12 15:56:19 -05:00
Richard Alam
aa341b5b6f
- fix issue where other users gets logged out when a user leaves the meeting
2014-02-12 15:33:30 -05:00
Richard Alam
6cef7ecdac
- fix share webcam
2014-02-12 15:27:10 -05:00
Chad Pilkey
e3b617225e
Merge pull request #305 from syeshchenko/presentationWindowFix
...
FileUploader window fixes
2014-02-12 13:04:00 -05:00
Richard Alam
d967f86750
- fix get users reply message
2014-02-12 12:33:28 -05:00
Richard Alam
0f59af0aad
- fix voice users commands and events
...
- TODO: figure out why we are not receiving mute/talk events from FS ESL
2014-02-11 22:45:24 -05:00
syeshchenko
ed15780273
Centred the FileUploadWindow, restricted the width of file name to be shown in the list
2014-02-11 14:48:44 -08:00
Richard Alam
f071e65235
- finally! got presentation to work...needs some cleanup
2014-02-11 14:52:13 -05:00
Gustavo Salazar
901d7a1097
use mic permission image not only for chrome
2014-02-11 11:41:02 -08:00
Gustavo Salazar
8709d7fae8
Update browser versions for webrtc
2014-02-11 11:15:01 -08:00
Richard Alam
e30ef32867
- now sending correct messages to client
2014-02-11 13:33:14 -05:00
syeshchenko
df001f9c9a
Centred the Close button
2014-02-11 08:32:58 -08:00
Gustavo Salazar
339608c813
update message for not webrtc capable browser
2014-02-10 14:16:05 -08:00
Richard Alam
c77ddd76d3
Merge branch 'master' into merge-polling-with-master
2014-02-10 21:49:36 +00:00
Gustavo Salazar
fd4a34bc57
Fit webrtc buttons in audio settings window.
2014-02-10 13:49:18 -08:00
Richard Alam
858f1fef88
- try to figure out why whiteboard history isn't working
2014-02-10 21:48:24 +00:00
Richard Alam
5552583bbe
- fix typo as it's driving CHad nuts :)
2014-02-10 21:21:15 +00:00
Richard Alam
79d3146ce1
- synch presentation
...
- however, whiteboard doesn't sync for latecomers
2014-02-10 20:27:58 +00:00
Richard Alam
1f080c78e0
- now late comers can display current presentation page
2014-02-10 19:39:05 +00:00
Gustavo Salazar
edf9518a31
Merge master branch to add style in mic settings.
2014-02-10 11:03:15 -08:00
Richard Alam
20f3e41038
- alittle bit of formatting
2014-02-09 20:20:01 -05:00
Richard Alam
03d4b05217
- continue fixing presentation. Looks like it synchs. Need to fix why
...
current page of presentation doesn't display for late comer.
2014-02-09 15:51:05 -05:00
Richard Alam
d4b02df765
- fix go to slide message
2014-02-08 19:51:46 -05:00
Richard Alam
f12ec75377
- slowly making presentation work again
2014-02-08 17:56:13 -05:00
Richard Alam
aa8f68076f
- try to figure out logging
...
- send presentation messages as JSON
2014-02-08 15:29:12 -05:00
Richard Alam
ff333b9232
- handle get presentation info message
2014-02-08 14:20:05 -05:00
Gustavo Salazar
ea0c763712
Merged with https://github.com/mconf/bigbluebutton/tree/webrtc_support
2014-02-07 16:56:23 -08:00
Richard Alam
cf321098ac
- try to get presentation working again
2014-02-07 14:14:28 -05:00
Richard Alam
1430eff18d
- update locales to show java7u51
2014-02-06 16:53:26 -05:00
syeshchenko
850558ac15
Disable file list when file upload process running
2014-02-05 11:06:57 -08:00
syeshchenko
06bf0fe049
Add file format hint message
2014-02-05 11:01:23 -08:00
Chad Pilkey
d8bbfbfa36
moved the Mic Warning strings to the locale file and fixed up a bug with the chrome warning popup
2014-02-04 15:42:46 -08:00
Chad Pilkey
9594efcadb
Merge remote branch 'upstream/master' into pretty-micsettings
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/main/views/MicSettings.mxml
2014-02-04 15:27:06 -08:00
Chad Pilkey
ecac0b7a1d
fixed up the ui of the audio settings a little bit
2014-02-04 14:43:20 -08:00
Gustavo Salazar
921405f3b6
change style in audio warning
2014-02-04 14:12:18 -08:00
Gustavo Salazar
fe21539a6c
hide 'chrome allow' image when user joins anyway
2014-02-04 12:51:05 -08:00
syeshchenko
4a0a702165
enabled colorpicker
2014-01-30 14:27:54 -08:00
Chad Pilkey
8b86dc82eb
fixed bug 1716 - fixed an index out of bounds exception in repeatChatMessage
2014-01-29 12:40:23 -08:00
Richard Alam
d6335d0874
Merge branch 'master' into audiosettings
2014-01-28 18:26:43 +00:00
Chad Pilkey
bdc12d7f4e
Merge pull request #296 from mconf/presentation-arrow-keys
...
Re-enabling the common shortcut keys to change the slides
2014-01-20 10:21:35 -08:00
Gustavo Salazar
6c51099e26
Merge branch 'audiosettings' of github.com:gugat/bigbluebutton
2014-01-20 09:25:06 -08:00
Tiago Daniel Jacobs
a62d19dc06
Merge remote-tracking branch 'remotes/origin/master'
2014-01-20 01:21:02 -02:00
Tiago Daniel Jacobs
ac265adb1e
Fixed lockSettings config loading with dynamic config.xml;
2014-01-20 01:20:04 -02:00
Richard Alam
d3d259527e
- update to java 7u51
2014-01-16 20:58:39 -05:00
Richard Alam
a6a58e6ecb
- update java string to u51
2014-01-16 17:57:31 -05:00
Richard Alam
b209dad293
Merge branch 'merge-master-with-new-polling-feature-branch' into merge-polling-with-master
...
Conflicts:
bigbluebutton-apps/build.gradle
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/BigBlueButtonApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/lock/LockService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/MessagingConstants.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsService.java
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonActor.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonGateway.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonInGW.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/User.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/ValueObjects.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala
bigbluebutton-client/src/org/bigbluebutton/main/model/users/UsersSOService.as
bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/SlideView.mxml
2014-01-31 20:07:55 +00:00
Richard Alam
c9f7996128
Merge branch 'master' into merge-master-with-new-polling-feature-branch
...
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/BigBlueButtonApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/ParticipantUpdatingRoomListener.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/Room.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/RoomsManager.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/MessagingConstants.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsEventSender.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsService.java
bigbluebutton-apps/src/main/webapp/WEB-INF/bbb-apps.xml
bigbluebutton-client/src/org/bigbluebutton/main/model/users/UserService.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/UsersSOService.as
bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/SlideView.mxml
2014-01-30 16:50:09 +00:00
Richard Alam
29e94500c4
Merge branch 'refactor-voice-users' into merge-polling-with-master
...
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/voice/VoiceHandler.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/voice/VoiceService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/webconference/red5/voice/ClientManager.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/webconference/voice/ConferenceService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/webconference/voice/events/VoiceUserJoinedEvent.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/webconference/voice/internal/RoomImp.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/webconference/voice/internal/RoomManager.java
bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/SlideView.mxml
2014-01-28 21:12:01 +00:00
Richard Alam
66fe84d2ca
Merge branch 'audiosettings' into merge-polling-with-master
2014-01-28 18:41:09 +00:00
Richard Alam
5559a2b8cc
Merge branch 'master' into merge-polling-with-master
...
- there are compile issues we need to fix
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/BigBlueButtonApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/ParticipantUpdatingRoomListener.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/Room.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/RoomsManager.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/MessagingConstants.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsEventSender.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsService.java
bigbluebutton-apps/src/main/webapp/WEB-INF/bbb-apps.xml
bigbluebutton-client/src/org/bigbluebutton/main/model/users/UserService.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/UsersSOService.as
bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/SlideView.mxml
2014-01-23 20:49:04 +00:00
Richard Alam
2fe0d3a30e
Merge branch 'new-polling-feature' of github.com:bigbluebutton/bigbluebutton into new-polling-feature
2014-01-23 19:31:25 +00:00
Richard Alam
9e67758f80
Merge pull request #297 from SenecaCDOT-BigBlueButton/fix-whiteboard-toolbar-visibility
...
fixed an issue with keepToolbarVisible and an issue with the toolbar dissapearing when clicking the presentation window
2014-01-16 09:22:01 -08:00
Felipe Cecagno
ca97a5eec5
implemented the new set of icons for the record button
2014-01-16 11:38:12 -02:00
Felipe Cecagno
d12c7f3091
reverting back the previous icons for webcam, headset and deskshare
2014-01-16 11:37:43 -02:00
Felipe Cecagno
3070127a8e
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into record-button
...
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/Room.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsEventSender.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/recorder/participants/ParticipantsEventRecorder.java
bigbluebutton-client/branding/default/style/css/BBBDefault.css
bigbluebutton-client/src/org/bigbluebutton/main/model/users/UserService.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/UsersSOService.as
2014-01-15 17:53:10 -02:00
Tiago Daniel Jacobs
0679568656
Fixed copyright string in pt_BR
2014-01-14 23:51:44 -02:00
Felipe Cecagno
3440ed0fe3
Merge branch 'v0.81' into record-button
...
Conflicts:
bigbluebutton-client/branding/default/style/css/BBBDefault.css
bigbluebutton-client/src/org/bigbluebutton/main/views/MainToolbar.mxml
2014-01-14 14:05:41 -02:00
Richard Alam
2f36afc6cf
Merge pull request #300 from BBBManager/bbb-issue-1656
...
Fix for issue #1656
2014-01-13 11:45:22 -08:00
Tiago Daniel Jacobs
5c054becdc
Fix for issue #1656
2014-01-09 17:04:46 -02:00
Tiago Daniel Jacobs
8c912df459
Implemented lock settings in bbb-client and bbb-apps.
2014-01-09 03:52:03 -02:00
Richard Alam
4b07e6d3ab
Merge branch 'master' into html5-bridge-new-events
2014-01-06 13:20:35 -08:00
Chad Pilkey
74cb3bba80
fixed an issue with keepToolbarVisible and an issue with the toolbar dissapearing when clicking the presentation window
2013-12-19 15:23:55 -08:00
Gustavo Salazar
e1571aead4
Indicate the user has to click ALLOW in Chrome.
2013-12-13 11:31:08 -08:00
Gustavo Salazar
3f0d193644
Use microphone selected in join audio dialog during the session.
2013-12-12 09:29:27 -08:00
Gustavo Salazar
6bb7f7690d
Slider for microphone record volume.
2013-11-28 13:27:56 -08:00
Gustavo Salazar
00b11c333f
Warn user if microphone has no activity.
2013-11-27 12:22:43 -08:00
Felipe Cecagno
b6317a7c2b
make the presentation also compatible with wireless presenter hardware
2013-11-26 12:48:37 -02:00
Felipe Cecagno
4888b4f63a
added new listeners for Keyboard.LEFT and Keyboard.RIGHT to change to next or previous slide
2013-11-25 14:31:13 -02:00
Gustavo Salazar
2ed71a5fb0
Add references.
2013-11-22 16:02:35 -08:00
Gustavo Salazar
5e1b4b3b10
Use Nellymoser codec to test activity.
2013-11-22 16:01:29 -08:00
Gustavo Salazar
5c0c9d613b
Test microphones without test button
2013-11-22 15:23:49 -08:00
Gustavo Salazar
f8d6f0881e
Activity level without loopback true
2013-11-22 13:55:09 -08:00
Gustavo Salazar
58e78ef3c6
Show audio activity
2013-11-20 10:07:26 -08:00
Gustavo Salazar
3463fd62db
Select microphone and test it with loopback in mic settings.
2013-11-19 15:34:58 -08:00
Richard Alam
329d2b9af1
Merge pull request #291 from SenecaCDOT-BigBlueButton/add-another-string
...
created a new locale string for the chat module
2013-10-31 17:44:00 -07:00
Chad Pilkey
336c8f72f3
created a new locale string for the chat module
2013-10-31 16:27:14 -07:00
Gustavo
9e61cc334a
update locales
2013-10-30 20:53:29 +00:00
Richard Alam
a961161605
- sign with new certificate that expires in 2014
2013-10-30 12:40:08 -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
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
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
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
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
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
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
bf81aa4e56
- add time remaining display on result window
2013-10-21 13:36:14 -07: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
fc02874176
- clean up presentation list to remove scrollbar and display 3 presentations properly
2013-10-20 20:19:55 +00:00
Richard Alam
c30a8c495f
- change java version dialog title
2013-10-20 20:18:32 +00: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
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
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
Richard Alam
6e5fa16f96
- fix problem where java security dialog pops up due to java 7 update 45
...
https://code.google.com/p/bigbluebutton/issues/detail?id=1658
2013-10-18 19:16:52 +00:00
Richard Alam
355f13dab4
Merge branch 'new-polling-feature' of github.com:bigbluebutton/bigbluebutton into new-polling-feature
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as
2013-10-17 21:26:36 +00:00
Richard Alam
87870cca2c
Merge branch 'new-polling-feature' of github.com:bigbluebutton/bigbluebutton into refactor-voice-users
2013-10-17 21:10:12 +00:00
Richard Alam
0541c40d28
Merge branch 'master' into refactor-voice-users
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/SlideView.mxml
2013-10-17 21:08:57 +00:00
Richard Alam
d62af354d4
- align logout confirm alert with logout button. Currently it relies on the lang selector to
...
figure out the window's x coordinate. However, when the shortcut and help button is hidden, the
lang selector moves to the right so the logout alert window overflows the browser to the right.
2013-10-17 13:37:59 -07:00
Richard Alam
f63c4f3367
- fix brodcast module where users won't be able to play video when presenter has started
...
broadcasting before the late users joined
2013-10-17 12:26:22 -07:00
Richard Alam
9f8163d9b2
- localize poll toolbar button
2013-10-17 12:24:26 -07:00
Richard Alam
4ecced0723
Fixed broadcast module not showing for clients, multiple windows opening for presenter and stream not playing if joining once the stream was started
2013-10-17 11:49:40 -07:00
Richard Alam
a6759a8171
- Fix issue https://code.google.com/p/bigbluebutton/issues/detail?id=1653
2013-10-15 14:51:02 +00:00
Richard Alam
bd05827fc4
- Fix issue https://code.google.com/p/bigbluebutton/issues/detail?id=1646
2013-10-15 14:50:30 +00:00
Richard Alam
a5e12b8315
- fix Issue https://code.google.com/p/bigbluebutton/issues/detail?id=1652
2013-10-15 14:49:22 +00:00
Richard Alam
12a4df7dcf
Merge branch 'master' into refactor-voice-users
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as
2013-10-11 20:58:35 +00:00
Felipe Cecagno
bafa7531d7
updating the icon set (webcam, deskshare, microphone and record control) - same base icons, new "check" and "x" layers
2013-10-11 13:53:36 -03:00
Richard Alam
83b1c209b4
Merge branch 'master' into speakserve-remove-spacers
2013-10-11 16:11:12 +00:00
Richard Alam
7811de5f8a
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2013-10-11 16:10:58 +00:00
Richard Alam
c7565f3ac1
Merge branch 'remove-spacers' of github.com:speakserve/bigbluebutton into speakserve-remove-spacers
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatMessageRenderer.mxml
2013-10-11 16:10:32 +00:00
Richard Alam
9677f8032a
Merge pull request #271 from sokie/master
...
Fixed broadcast module issue #1639
2013-10-11 09:03:30 -07:00
Richard Alam
c68adeba87
Merge pull request #253 from speakserve/fix-users-settings-menu
...
User settings menu repositioned
2013-10-11 09:02:36 -07:00
Richard Alam
df8e49f4af
- when width of client is less than 800, hide the meeting name, shourtcut, and locale buttons.
2013-10-11 15:53:51 +00:00
Felipe Cecagno
d4a7bea99b
handled the scrollbars that appear if you have a small screen and a (not so) long copyright message
2013-10-11 11:32:30 -03:00
Felipe Cecagno
c350b6ceac
fix issue http://code.google.com/p/bigbluebutton/issues/detail?id=1609
...
related to exceptions when you try to log out of the session
2013-10-11 11:16:00 -03:00
Gustavo
0f041c248c
show Welsh in the client interface
2013-10-09 20:29:50 +00:00