Anton Georgiev
2bd601cc08
simplify html5 redirect #2801
2015-09-24 15:58:17 +00:00
Anton Georgiev
07dfd89dd7
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton
2015-09-23 21:24:34 +00:00
Anton Georgiev
6cfc16cde5
offer redirect to HTML5 only if available
2015-09-23 21:24:19 +00:00
Ghazi Triki
920fc97532
Merge branch 'master' into client-logging-to-server
2015-09-16 21:11:33 +01:00
Richard Alam
c13e17a7d4
Merge pull request #2770 from riadvice/chat-message-limit
...
Add a maximum allowed length to chat message
2015-09-16 15:04:26 -04:00
Ghazi Triki
07d7f389c1
Logging format can be configured in flex client application.
2015-09-16 18:55:09 +01:00
Richard Alam
899b98f81b
Merge pull request #2780 from riadvice/puffin-browser
...
Enable video and audio sharing for Puffin browser 4.6 and above.
2015-09-15 16:12:25 -04:00
Felipe Cecagno
3e75ddbcee
update the websocket server address if the page is loaded using https (so the socket server must be secure as well)
2015-09-12 14:13:18 -03:00
Calvin Walton
56fb7c8b06
Use protocol-relative links to load the 'get flash' button image
...
This fixes a mixed content warning when loading the client over https
2015-09-12 12:35:59 -03:00
Ghazi Triki
65f1b72294
Enable video and audio sharing for Puffin browser 4.6 and above.
2015-09-12 12:35:12 +01:00
Richard Alam
cfa6e30b23
Merge branch 'master' into client-to-server-logging
2015-09-10 17:52:58 +00:00
Calvin Walton
e7008957c9
Use protocol-relative links to load the 'get flash' button image
...
This fixes a mixed content warning when loading the client over https
2015-09-10 11:53:36 -04:00
Ghazi Triki
19dbba500b
Chat message longer than "maxMessageLength" cannot be sent.
2015-09-07 16:10:49 +01:00
Chad Pilkey
b2693753c6
added a widescreen video profile
2015-09-04 17:49:22 -04:00
Richard Alam
82e9f4ea49
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into client-to-server-logging
2015-09-04 19:56:38 +00:00
Felipe Cecagno
c99e3fbfb4
Merge branch 'feature-1745' into mconf-live0.7.3
2015-09-03 14:24:33 -03:00
Felipe Cecagno
c8188670da
Merge branch 'mconf-live0.6.4-auto-reconnect' into mconf-live0.7.2-auto-reconnect
...
Conflicts:
bigbluebutton-client/resources/prod/bbb-deskshare-applet-0.9.0.jar
bigbluebutton-client/resources/prod/bbb-deskshare-applet-unsigned-0.9.0.jar
2015-08-31 16:50:47 -03:00
Ghazi Triki
7ec8c6e3b7
Merge branch 'master' into emoji-status
...
Conflicts:
bigbluebutton-client/branding/default/style/css/BBBDefault.css
2015-08-28 19:06:48 +01:00
Pedro Beschorner Marin
2b1a0274eb
Merge branch 'auto-reconnect' into mconf-live0.6.4-auto-reconnect
2015-08-28 16:34:21 +00:00
Ghazi Triki
35e8d03949
- Added new EmojiGrid component.
...
- Replaced raise hand feature by emoji status in client (WIP)
2015-08-27 21:31:46 +01:00
Chad Pilkey
760b7b306a
add in an ICE connection timeout set to 60s
2015-08-26 16:56:52 -04:00
RafaFP
6545dd89c5
Implemented the feature which changes the name of the locations to Portuguese (Brazilian) when the user changes the locale to Portuguese (Brazilian).
...
#ref1745
2015-08-24 21:26:24 +00:00
Ghazi Triki
c4d240950f
Configuration property enableRaiseHand renamed to enableEmojiStatus.
2015-08-23 16:35:10 +01:00
Ghazi Triki
96a27c103c
Log level can be configured in flex client application.
2015-08-22 17:15:12 +01:00
Ghazi Triki
4de187d833
Created new logging target ServerLogTarget to store flex logs to server.
2015-08-22 13:02:51 +01:00
Anton Georgiev
1939dac06c
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into webrtc-desktop-share
...
Conflicts:
akka-bbb-apps/build.sbt
akka-bbb-apps/src/main/java/org/bigbluebutton/core/pubsub/receivers/RedisMessageReceiver.java
akka-bbb-apps/src/main/scala/org/bigbluebutton/Boot.scala
akka-bbb-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonInGW.scala
akka-bbb-apps/src/main/scala/org/bigbluebutton/core/MeetingActor.scala
akka-bbb-apps/src/main/scala/org/bigbluebutton/core/MeetingMessageHandler.scala
akka-bbb-apps/src/main/scala/org/bigbluebutton/core/MeetingModel.scala
akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/WhiteboardApp.scala
akka-bbb-apps/src/main/scala/org/bigbluebutton/core/recorders/WhiteboardEventRedisRecorder.scala
akka-bbb-fsesl/build.sbt
bbb-common-message/build.sbt
bbb-common-message/src/main/java/org/bigbluebutton/common/messages/WhiteboardKeyUtil.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/red5/pubsub/redis/RedisPubSubMessageHandler.java
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/managers/DeskshareManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/managers/PublishWindowManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/managers/ViewerWindowManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/services/DeskshareService.as
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopViewWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/ToolbarButton.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/users/services/MessageReceiver.as
2015-08-21 20:15:37 +00:00
Ghazi Triki
f0ed185c71
determineBrowser function in bbb_blinker.js detects Puffin mobile browser.
2015-08-18 22:57:34 +01:00
Anton Georgiev
6855e6b6d4
strip html UI for DeskShare
2015-08-13 20:14:50 +00:00
Anton Georgiev
d360e90aef
make better use of available viewing space
2015-08-05 16:25:00 +00:00
Anton Georgiev
57687b11db
update verto_extension[_share]
2015-08-05 14:48:47 +00:00
Ghazi Triki
83666a7caa
Merge branch 'development' into as3-logging
...
Conflicts:
bigbluebutton-client/src/BigBlueButtonMainContainer.mxml
bigbluebutton-client/src/org/bigbluebutton/core/services/UsersService.as
bigbluebutton-client/src/org/bigbluebutton/main/maps/ApplicationEventMap.mxml
bigbluebutton-client/src/org/bigbluebutton/main/model/users/Conference.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
bigbluebutton-client/src/org/bigbluebutton/main/views/MainCanvas.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/WebRTCEchoTest.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/services/MessageReceiver.as
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/managers/PublishWindowManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/services/red5/Connection.as
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopPublishWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopViewWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/ConnectionManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/FlashCallManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/WebRTCCallManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/polling/service/PollDataProcessor.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/business/VideoProxy.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/UserGraphicHolder.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/PollResultObject.as
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/models/WhiteboardModel.as
2015-07-29 19:44:29 +01:00
Anton Georgiev
9f1f43b850
add logs
2015-07-28 19:59:43 +00:00
Felipe Cecagno
210cd92e50
Merge remote-tracking branch 'bigbluebutton/v0.9.0-release' into mconf-live0.7.1
...
Conflicts:
bigbluebutton-client/resources/prod/bbb-deskshare-applet-0.9.0.jar
bigbluebutton-client/resources/prod/bbb-deskshare-applet-unsigned-0.9.0.jar
bigbluebutton-config/web/index.html
2015-07-27 16:58:55 -03:00
Felipe Cecagno
e3f2df289b
new deskshare applet signed by RNP, with Mconf logo
2015-07-27 16:26:13 -03:00
Richard Alam
27c8b521fb
- fix https://code.google.com/p/bigbluebutton/issues/detail?id=1953
2015-07-24 16:00:30 +00:00
Ghazi Triki
632df068ad
Added logging entry to application configuration.
2015-07-22 11:59:15 +01:00
Ghazi Triki
eafaac15f6
- Added JSNLogTarget for jsnlog library. ( still experimental because too slow ).
...
- Removed JSLog and JSLogger classes to unifiy JavaScript logging output.
2015-07-21 05:39:36 +01:00
Anton Georgiev
a1e90f6462
revert rewriting of verto_extension_share
2015-07-15 15:36:23 +00:00
Anton Georgiev
8b4c06c47c
debugging; could connect to FS and share my webcam
2015-07-15 15:24:45 +00:00
Anton Georgiev
bbaaff51d0
add the rest of the req'd libs
2015-07-15 15:23:27 +00:00
Pedro Beschorner Marin
5dfa655003
Removed unused resource
2015-07-13 17:42:51 +00:00
Anton Georgiev
01c25bd8c5
add verto.js
2015-07-13 14:57:10 +00:00
Anton Georgiev
81c57c2b1a
presenter trigger ds - first phase
2015-07-10 17:25:07 +00:00
perroned
56698418fe
Adding mod_verto-bridge screenshare extension
2015-07-10 16:12:18 +00:00
perroned
093f292d19
Adding mod_verto-bridge extension
2015-07-10 16:12:05 +00:00
Pedro Beschorner Marin
324ed1b9ab
Merge branch 'auto-reconnect' into mconf-live0.6.4
...
Conflicts:
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala
bigbluebutton-client/branding/default/style/css/BBBDefault.css
bigbluebutton-client/branding/default/style/css/assets/images/icons-license.txt
bigbluebutton-client/src/org/bigbluebutton/main/maps/ApplicationEventMap.mxml
bigbluebutton-client/src/org/bigbluebutton/main/model/users/AutoReconnect.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/Conference.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
bigbluebutton-client/src/org/bigbluebutton/modules/users/services/MessageReceiver.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/business/VideoProxy.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMap.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as
2015-07-03 14:35:08 +00:00
Chad Pilkey
fa808ec594
Uncommenting the PollingModule in config.xml.template
2015-07-02 14:08:29 -04:00
Felipe Cecagno
c79be37591
Merge branch 'mconf-live0.6.4' into base-for-0.6.4
...
Conflicts:
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala
bigbluebutton-client/src/org/bigbluebutton/main/views/CameraDisplaySettings.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMap.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/UserGraphicHolder.mxml
2015-06-22 17:18:26 -03:00
Felipe Cecagno
a2a7e9af24
Merge remote-tracking branch 'bigbluebutton/v0.9.0-release' into mconf-live0.6.4
...
Conflicts:
bigbluebutton-client/resources/prod/bbb-deskshare-applet-0.9.0.jar
bigbluebutton-client/resources/prod/bbb-deskshare-applet-unsigned-0.9.0.jar
2015-06-19 15:11:13 -03:00
Felipe Cecagno
e657cddc8d
new deskshare applet signed by RNP, with Mconf logo
2015-06-19 14:50:30 -03:00
Richard Alam
2a93dbf4a7
- fix https://code.google.com/p/bigbluebutton/issues/detail?id=1953
2015-06-17 15:59:27 +00:00
Felipe Cecagno
a819933ebf
Merge branch 'webrtc-reconnect' into mconf-live0.6.3
...
Conflicts:
bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/WebRTCCallManager.as
2015-06-01 22:48:23 -03:00
Felipe Cecagno
ddfbd0b138
Merge branch 'webrtc-reconnect' into v0.9.0-release
...
Conflicts:
bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/WebRTCCallManager.as
2015-06-01 22:43:10 -03:00
Felipe Cecagno
cad68ba530
make client check compatible with v0.9.0-release
2015-05-26 17:03:33 -03:00
Felipe Cecagno
034cccda1e
Merge branch 'fix-layout-module' into mconf-live0.6.3
2015-05-24 20:07:52 -03:00
Felipe Cecagno
6e13383689
updated default layouts definition
2015-05-24 20:07:18 -03:00
Felipe Cecagno
c072bbd410
Merge branch 'webrtc-timeout' into mconf-live0.6.3
2015-05-21 12:54:58 -03:00
Felipe Cecagno
aca0db14e3
reduced the ice gathering timeout to 3 seconds instead of 5
2015-05-21 12:54:50 -03:00
Felipe Cecagno
707674958c
Merge branch 'webrtc-timeout' into mconf-live0.6.3
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/main/views/WebRTCEchoTest.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/FlashCallManager.as
bigbluebutton-config/web/index.html
2015-05-17 23:32:36 -03:00
Felipe Cecagno
b555c579a8
Merge branch 'webrtc-timeout' into v0.9.0-release
...
Conflicts:
bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js
bigbluebutton-client/src/org/bigbluebutton/main/views/WebRTCEchoTest.mxml
2015-05-17 23:29:48 -03:00
Felipe Cecagno
2a5f4ebedb
cleanup; reverted the implementation which avoid the user to join twice using the same internal user id because the enter call was modified to change the internal user id everytime it's called; reverted a few files with different line endings than the original; merged properly the html5 client code
2015-05-17 23:08:41 -03:00
Felipe Cecagno
7cb12f8b49
Merge branch 'mconf-live0.6.3' into bigbluebutton/bigbluebutton@v0.9.0-release
...
Conflicts:
bbb-api-demo/src/main/webapp/demo10_helper.jsp
bbb-video/build.gradle
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/BigBlueButtonApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/BigBlueButtonSession.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/meeting/messaging/red5/ConnectionInvokerService.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/ParticipantsListener.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/core/api/IBigBlueButtonInGW.java
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/ValueObjects.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala
bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml
bigbluebutton-client/locale/bg_BG/bbbResources.properties
bigbluebutton-client/locale/cs_CZ/bbbResources.properties
bigbluebutton-client/locale/cy_GB/bbbResources.properties
bigbluebutton-client/locale/de_DE/bbbResources.properties
bigbluebutton-client/locale/en_US/bbbResources.properties
bigbluebutton-client/locale/es_419/bbbResources.properties
bigbluebutton-client/locale/es_ES/bbbResources.properties
bigbluebutton-client/locale/et_EE/bbbResources.properties
bigbluebutton-client/locale/fa_IR/bbbResources.properties
bigbluebutton-client/locale/fr_CA/bbbResources.properties
bigbluebutton-client/locale/fr_FR/bbbResources.properties
bigbluebutton-client/locale/hu_HU/bbbResources.properties
bigbluebutton-client/locale/hy_AM/bbbResources.properties
bigbluebutton-client/locale/it_IT/bbbResources.properties
bigbluebutton-client/locale/ms_MY/bbbResources.properties
bigbluebutton-client/locale/no_NO/bbbResources.properties
bigbluebutton-client/locale/pl_PL/bbbResources.properties
bigbluebutton-client/locale/pt_BR/bbbResources.properties
bigbluebutton-client/locale/ru_RU/bbbResources.properties
bigbluebutton-client/locale/sk_SK/bbbResources.properties
bigbluebutton-client/locale/tr_TR/bbbResources.properties
bigbluebutton-client/locale/uk_UA/bbbResources.properties
bigbluebutton-client/locale/zh_CN/bbbResources.properties
bigbluebutton-client/resources/config.xml.template
bigbluebutton-client/resources/prod/MconfLive.html
bigbluebutton-client/resources/prod/bbb-deskshare-applet-0.9.0.jar
bigbluebutton-client/resources/prod/bbb-deskshare-applet-unsigned-0.9.0.jar
bigbluebutton-client/resources/prod/lib/bbb_api_bridge.js
bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js
bigbluebutton-client/resources/prod/lib/deployJava.js
bigbluebutton-client/src/org/bigbluebutton/main/api/ExternalApiCallbacks.as
bigbluebutton-client/src/org/bigbluebutton/main/model/modules/ModulesDispatcher.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
bigbluebutton-client/src/org/bigbluebutton/main/views/AudioSelectionWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/CameraDisplaySettings.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/VideoHolder.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/WebRTCEchoTest.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/model/ChatConversation.as
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatBox.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopPublishWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/phone/PhoneOptions.as
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/FlashCallManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/WebRTCCallManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/phone/views/components/ToolbarButton.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/FileUploadWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/users/services/MessageReceiver.as
bigbluebutton-client/src/org/bigbluebutton/modules/users/views/MediaItemRenderer.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/users/views/UsersWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/business/VideoWindowItf.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/ToolbarButton.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videodock/views/VideoDock.mxml
bigbluebutton-config/web/index.html
bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy
bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java
2015-05-17 19:25:26 -03:00
Felipe Cecagno
19e54bfe66
refactored the autoreconnect capability
...
- multiple disconnections are reestablished in order, first the main bigbluebutton connection, then the other connections
- if the user was sharing video, and the video connection drops, the video views close and it reconnect in a consistent state
- if the user is connected to webrtc and the main connection drops, the webrtc connection will still be active, then the server will send a UserLeft message to everyone and will reconnect the user as a phone user, so the UI continues consistent; when the user reconnects, it will reuse the voice information
IMPORTANT: modify external.xml in order to disable media timeout
/opt/freeswitch/conf/sip_profiles/external.xml: <param name="rtp-timeout-sec" value="0"/>
2015-05-08 12:43:25 -03:00
Richard Alam
537786044c
Merge pull request #637 from maxdoumit/Deskshare-TLS
...
Deskshare tls
2015-05-08 10:07:03 -04:00
maxdoumit
cd90de09f8
Changed names and removed unused function
2015-05-07 09:47:15 -07:00
maxdoumit
07aa31e936
Added missing config in the config.xml.template
2015-05-07 08:53:31 -07:00
maxdoumit
d9e88b7620
Added TLS option for the screenshare applet
2015-05-06 12:18:28 -07:00
Mateus Dalepiane
0662a242aa
Merge branch 'bigbluebutton/master' into 090-new-videodock
...
Conflicts:
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala
bigbluebutton-client/src/org/bigbluebutton/main/views/CameraDisplaySettings.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/VideoHolder.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/business/VideoWindowItf.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/ToolbarButton.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videodock/views/VideoDock.mxml
2015-04-29 12:10:41 -03:00
Pedro Beschorner Marin
ecf21c8664
Added a timer to control ICE gathering process
2015-04-24 14:11:17 -03:00
Felipe Cecagno
af98c4a62c
Merge branch 'webrtc-timeout' into mconf-live0.6.2
2015-04-17 12:24:39 -03:00
Felipe Cecagno
25ddb7958d
removed the endTime since it's always null
2015-04-17 12:24:12 -03:00
Pedro Beschorner Marin
5fa32ca80e
Some cleanup
2015-04-17 11:17:54 -03:00
Pedro Beschorner Marin
51cfa5f5fa
Surrounded bye so error can be caught and trigger cancel
2015-04-16 17:01:23 +00:00
perroned
f0f28f2f76
Update method we check call status
2015-04-16 08:56:56 -07:00
perroned
59b02e3b2f
Merge remote-tracking branch 'bbb/master' into hangup-webrtc-call
2015-04-15 05:49:32 -07:00
perroned
19816f060e
avoid conflict
2015-04-13 04:08:03 -07:00
Anton Georgiev
61d64ad9cc
Merge branch 'listen-only-prototype' of github.com:perroned/bigbluebutton into listen-only-prototype
...
Conflicts:
bigbluebutton-html5/app/client/globals.coffee
2015-04-10 19:21:40 +00:00
Anton Georgiev
c4edf0cbf3
prepend the callerIdName so it is recognized as a global audio user
2015-04-10 18:51:46 +00:00
Chad Pilkey
475cbb4756
removed some unused layout options
2015-04-06 12:05:46 -07:00
Felipe Cecagno
b7eca98c92
force the browser to update the branding file using ?v=VERSION
2015-04-06 14:23:22 -03:00
perroned
8467f40148
Documentation for listen only
2015-04-06 07:29:25 -07:00
Chad Pilkey
3f51358618
reworked the applet mouse listeners to simplify and improve the functionality
2015-04-02 11:45:30 -07:00
perroned
2580c24f6a
cleaned up
2015-04-02 08:37:51 -07:00
Felipe Cecagno
77bd320887
Merge branch 'audio-hints-flag' into mconf-live0.6.2
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
2015-04-01 09:48:00 -03:00
perroned
4e1ad3b42a
Added extra field allowing for listen only
2015-03-31 12:35:09 -07:00
Chad Pilkey
3b5ab7cbbe
improved the chat url regex
2015-03-27 14:32:27 -07:00
Pedro Beschorner Marin
a2d7f43130
Added a config option to enable/disable WebRTC audio connection browser's hints
2015-03-26 12:38:43 -03:00
Richard Alam
c63c371e7b
- fix issue https://code.google.com/p/bigbluebutton/issues/detail?id=1909
2015-03-25 21:58:09 -03:00
Richard Alam
2a0786d19c
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into fix-issue-1909
2015-03-25 21:15:20 +00:00
Richard Alam
315ac0688c
- fix issue https://code.google.com/p/bigbluebutton/issues/detail?id=1909
2015-03-25 21:14:48 +00:00
Chad Pilkey
f7a99342b5
increase webrtc transfer timeout
2015-03-25 14:05:26 -07:00
Mateus Dalepiane
7a0e75ace3
Merge branch 'mdalepiane/reconnect-webrtc' into mconf-live0.6.2
2015-03-25 12:10:04 -03:00
Mateus Dalepiane
2d14eaf531
Fix WebRTC user agent callbacks
...
This applies to connect and disconnect websocket events.
2015-03-24 12:51:31 -03:00
Chad Pilkey
6bd3c4d1f4
Merge pull request #570 from BBBManager/bbb-lock-settings
...
Bbb lock settings
2015-03-20 13:09:17 -04:00
Fred Dixon
c4d50d59dc
Merge pull request #574 from capilkey/add-ready-notification
...
Added a 'ready' notification when the client starts up for screen readers
2015-03-18 19:53:09 -04:00
Fred Dixon
b214de3d2c
Merge pull request #575 from capilkey/fix-webrtc-null-errors
...
check for null before calling UA.stop()
2015-03-18 19:52:57 -04:00
Chad Pilkey
afb5787941
check for null before calling UA.stop()
2015-03-18 15:36:29 -07:00
Chad Pilkey
c5e0436204
added a 'ready' notification when the client starts up for screen readers
2015-03-18 14:21:01 -07:00
Richard Alam
acc58d250f
- lower log level when not able to load html5 client
2015-03-18 18:19:55 +00:00
Tiago Daniel Jacobs
44e387b2dd
Merge remote-tracking branch 'bbboficial/master' into bbb-lock-settings
2015-03-16 20:04:32 +00:00
Tiago Daniel Jacobs
3c5ba8c5b9
Changing template to include the muteOnStart option
2015-03-16 18:06:41 +00:00
Fred Dixon
2bf6d05ca1
Merge pull request #565 from antobinary/meteor-endpoint
...
meteor endpoint /html5client/check. update BigBlueButton.html
2015-03-13 17:31:06 -04:00
Anton Georgiev
238f1e56ff
meteor endpoint /html5client/check. update BigBlueButton.html
2015-03-13 20:43:32 +00:00
Tiago Daniel Jacobs
0f130e9f69
Removed unused property
2015-03-12 21:40:16 +00:00
Tiago Daniel Jacobs
f6139c5b4a
Updating the config.xml with the lockOnJoin* properties
2015-03-12 21:23:36 +00:00
Anton Georgiev
efc126f410
styled the wrong div
2015-03-10 16:11:56 +00:00
Anton Georgiev
edb667a419
minor styling changes
2015-03-10 15:28:39 +00:00
Anton Georgiev
ee69c62309
first check if the html5 client is running and then attempt to redirect the user
2015-03-06 22:44:13 +00:00
Anton Georgiev
deec36b411
style the redirect page a bit
2015-03-06 22:43:51 +00:00
Anton Georgiev
e77b295517
Merge branch 'master' into flash-redirect
2015-03-05 22:56:34 +00:00
Anton Georgiev
f62fd4ce31
due to this the html5 client was not able to join a voice conf without a flash user already joined
2015-03-05 21:10:27 +00:00
Anton Georgiev
0a79f0dc29
the redirection page offers installing Flash or redirection
2015-03-05 17:30:09 +00:00
Anton Georgiev
44429a6bd6
redirect user to HTML5 client if Flash not installed/enabled. Must be attendee (for now)
2015-03-04 23:51:33 +00:00
Chad Pilkey
8de57dfc36
Fixed the WhiteboardModule definition in config.xml
2015-03-04 10:43:54 -05:00
Felipe Cecagno
bb330cf0a2
Merge branch '090-deskshare-window' into mconf-live0.6.2
...
Conflicts:
bigbluebutton-client/resources/prod/layout.xml
bigbluebutton-client/resources/prod/lib/deployJava.js
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
2015-03-02 00:25:02 -03:00
Chad Pilkey
815be28d0b
Revert "Revert "Added Java check to the configuration notifications""
...
This reverts commit 82545a03f3
.
2015-03-02 00:53:10 +00:00
Mateus Dalepiane
f3ba92c087
Partially working
2015-03-01 12:27:20 -03:00
Chad Pilkey
eb17e4a056
added extra logging information to TURN debugging
2015-02-24 12:15:01 -08:00
Chad Pilkey
4be1b5c2e3
remove disclaimer from bbblogger.js
2015-02-24 11:36:41 -08:00
Chad Pilkey
4336612830
fixed a null error and race condition with the TURN support
2015-02-24 11:36:14 -08:00
Richard Alam
65c35e1137
Merge pull request #520 from bigbluebutton/add-more-info-js-log
...
- add more info into JS log
2015-02-17 19:26:22 -05:00
Chad Pilkey
e6d3cd551d
fixed a race condition in the webrtc javascript code, and added cause for error 1004
2015-02-17 16:11:42 -08:00
Richard Alam
931d1624d7
- add more info into JS log
2015-02-18 00:09:10 +00:00
Calvin Walton
1af70d8e4e
Use configured stun/turn servers when making webrtc call
2015-02-17 12:00:04 -05:00
Fred Dixon
0c5e427093
Merge pull request #514 from capilkey/pixel-align-fix
...
move the pixel alignment check to a callback
2015-02-12 18:57:29 -05:00
Chad Pilkey
537f5b6e9a
move the pixel alignment check to a callback
2015-02-12 15:52:03 -08:00
Fred Dixon
aa518d6ef0
Merge pull request #513 from capilkey/cut-call-time
...
Cut WebRTC call time
2015-02-12 18:13:09 -05:00
Chad Pilkey
10874f986d
move <script> tag to the correct place in BigBlueButton.html
2015-02-12 14:26:19 -08:00
Chad Pilkey
d6ef5168c0
add support for webrtc call transferring, cuts join time in half
2015-02-12 14:25:41 -08:00
Richard Alam
aa0e92137b
- remove querying of stun from flash. We will be doing this outside in JS instead.
2015-02-12 18:29:39 +00:00
Felipe Cecagno
fe69560cb1
Merge branch '090-java-detection' into mconf-live0.6.2
2015-02-12 15:51:54 -02:00
Richard Alam
24b9c5c525
- store stun and turn servers in client
2015-02-06 21:05:12 +00:00
Mateus Dalepiane
899a98d3c5
Reverting our Java detection changes
...
Since BBB team also improved Java detection, we decided to revert our changes
and use theirs.
2015-02-05 16:25:40 -02:00
Felipe Cecagno
4b683e9bd1
Merge branch '090-java-detection' into mconf-live0.6.2
2015-02-03 17:08:59 -02:00
Felipe Cecagno
0bd0a8b30b
reverted deployJava to the original, and changed a bit bbb_deskshare so the java detection works on Windows as well
2015-02-03 17:08:44 -02:00
Felipe Cecagno
6e11cbf602
Merge branch '090-new-videodock' into mconf-live0.6.2
2015-01-28 22:54:04 -02:00
Felipe Cecagno
d728b730ab
simplified the default profiles
2015-01-28 22:53:56 -02:00
Felipe Cecagno
9a7bae79a8
Merge branch '090-new-videodock' into HEAD
...
Conflicts:
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala
bigbluebutton-client/src/org/bigbluebutton/main/views/CameraDisplaySettings.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMap.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/PublishWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/ToolbarButton.mxml
record-and-playback/deploy.sh
2015-01-28 20:33:28 -02:00
Chad Pilkey
9580a9c350
removed forceListenOnly option from the PhoneModule, use presenterShareOnly instead
2015-01-27 15:27:41 -08:00
Chad Pilkey
19fb9b9671
Revert "Revert "Added Java check to the configuration notifications""
...
This reverts commit 82545a03f3
.
2015-01-27 14:19:02 -08:00
Fred Dixon
82545a03f3
Revert "Added Java check to the configuration notifications"
2015-01-27 17:11:54 -05:00
Chad Pilkey
84d6c5e132
added deskshare help information for Chrome users
2015-01-27 13:54:24 -08:00
Felipe Cecagno
005de12e96
Merge branch '090-branding-logo' into mconf-live0.6.2
2015-01-26 12:11:55 -02:00
Felipe Cecagno
5cb5b189e0
removed the default background image, and changed the copyright message
2015-01-26 12:11:42 -02:00
Felipe Cecagno
03ba8b2866
Merge branch 'edit-layouts' into mconf-live0.6.2
...
Conflicts:
bigbluebutton-client/branding/default/style/css/BBBDefault.css
bigbluebutton-client/branding/default/style/css/assets/images/ic_file_download_16px.png
bigbluebutton-client/branding/default/style/css/assets/images/ic_file_upload_16px.png
bigbluebutton-client/src/org/bigbluebutton/common/Images.as
bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/BroadcastButton.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml
2015-01-26 11:49:22 -02:00
Felipe Cecagno
eb4e5aa360
redo the edition of layouts feature; now moderators receive the broadcasted layout as well as presenter and viewers
2015-01-26 11:21:04 -02:00
Felipe Cecagno
3a89cab752
Merge branch '090-java-detection' into mconf-live0.6.2
2015-01-25 18:20:48 -02:00
Felipe Cecagno
b7130a379f
Merge branch '090-java-detection' into HEAD
...
Conflicts:
bigbluebutton-client/locale/pt_BR/bbbResources.properties
bigbluebutton-client/resources/prod/BigBlueButton.html
bigbluebutton-client/resources/prod/lib/bbb_deskshare.js
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopPublishWindow.mxml
2015-01-25 18:19:13 -02:00
Felipe Cecagno
e44e65dc70
Merge branch '090-branding-logo' into HEAD
2015-01-23 15:42:06 -02:00
Felipe Cecagno
2761c31e52
Merge branch '090-encrypted-recording' into mconf-live0.6.2
...
Conflicts:
bbb-video/build.gradle
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/meeting/messaging/redis/MeetingMessageHandler.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsListener.java
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/CollectorActor.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/MeetingActor.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/InMessages.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/MessageNames.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/OutMessages.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/branding/default/style/css/BBBDefault.css
bigbluebutton-client/locale/de_DE/bbbResources.properties
bigbluebutton-client/locale/en_US/bbbResources.properties
bigbluebutton-client/locale/pt_BR/bbbResources.properties
bigbluebutton-client/src/org/bigbluebutton/main/views/LoadingBar.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatBox.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatView.mxml
bigbluebutton-config/web/index.html
bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy
bigbluebutton-web/grails-app/services/org/bigbluebutton/web/services/PresentationService.groovy
2015-01-21 18:11:56 -02:00
Chad Pilkey
80e58d1ee3
added java check to the configuration notifications
2015-01-21 11:40:55 -08:00
Chad Pilkey
9be9cca051
added a configuration warning system to the flash client
2015-01-15 16:14:49 -08:00
Chad Pilkey
985f08895a
removed the unused jssip library
2015-01-15 15:15:30 -08:00
Chad Pilkey
94377d5da9
removed old js files from html experiment
2015-01-15 15:13:44 -08:00
Chad Pilkey
644ad523c5
removed the old Settings module
2015-01-15 15:12:24 -08:00
Richard Alam
3bb8c97f74
- change default chat font size to 12
2015-01-05 20:06:21 +00:00
Lucas Zawacki
2bf4b30b10
Use hostname instead of host on javascript webrtc bridge client code
...
This prevents it from appending the port number when a request is made from
the HTML5 client
2014-12-17 22:58:06 +00:00
Chad Pilkey
8b7d0ddb24
font size in config, and two bugs with private chat squashed
2014-12-11 13:16:38 -08:00
Felipe Cecagno
92158362e0
do not enforce listen only by default
2014-12-09 17:53:39 -02:00
Felipe Cecagno
12f7aacf4b
Merge remote-tracking branch 'bigbluebutton/master' into mconf-live0.6.1
...
Conflicts:
bigbluebutton-client/locale/fr_CA/bbbResources.properties
bigbluebutton-client/resources/config.xml.template
bigbluebutton-client/src/org/bigbluebutton/main/views/RecordButton.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/maps/ChatEventMap.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/model/ChatConversation.as
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatBox.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatView.mxml
2014-12-09 16:52:43 -02:00
Felipe Cecagno
a45bbfb29a
Merge branch '090-multinotes' into mconf-live0.6.1
...
Conflicts:
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/MeetingActor.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/InMessages.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/OutMessages.scala
bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml
bigbluebutton-client/resources/prod/layout.xml
bigbluebutton-client/src/org/bigbluebutton/modules/layout/model/LayoutDefinition.as
2014-12-02 20:04:23 -02:00
Richard Alam
0b1678cfd1
- fix issue https://code.google.com/p/bigbluebutton/issues/detail?id=1830
2014-12-02 10:54:21 -08:00
Chad Pilkey
acde1ef3ed
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into remove-chat-translation
2014-11-26 09:14:18 -08:00
Chad Pilkey
5cbb059aa6
removed all of the old google translate code in apps and client
2014-11-25 15:17:06 -08:00
Felipe Cecagno
93352a7ea4
make the recording notification alert configurable by the config.xml
...
the notification shows up to remind the moderator to click the record button and start the recording
2014-11-25 17:50:11 -02:00
Felipe Cecagno
a3acb00893
Merge remote-tracking branch 'bigbluebutton/master' into mconf-live0.6.1
...
Conflicts:
bbb-video/build.gradle
bbb-video/src/main/java/org/bigbluebutton/app/video/VideoApplication.java
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/business/VideoProxy.as
bigbluebutton-config/web/default.pdf
2014-11-22 20:28:39 -02:00
Felipe Cecagno
08e521ed9f
improved the client check so now it uses sip.js and bbb_webrtc_bridge_sip.js from the bigbluebutton-client, so it's going to be easier to maintain; included some new callbacks on bigbluebutton-client related to the websockets; just after the webrtc test, the connection is closed
2014-11-16 19:53:37 -02:00
Chad Pilkey
f78b234d0a
Updated defaultLayout to match the localized key
2014-11-12 15:17:16 -05:00
Chad Pilkey
e2f71bec3a
changed two of the layout names
2014-11-11 11:29:34 -08:00
Chad Pilkey
a23cd2a7c9
added translation of the default layout definitions
2014-11-11 10:26:10 -08:00
Chad Pilkey
ffae6e2f20
added a SDP hack for Firefox to replace the 0.0.0.0 in the c line
2014-11-11 03:52:11 -08:00
Chad Pilkey
6f82dd9378
added a check to make sure that ICE negotiation has finished before showing that the call has been accepted in the UI
2014-11-06 10:35:03 -08:00
Felipe Cecagno
5a5a3aecc2
Merge branch 'multinotes' into 090-multinotes
...
Conflicts:
bigbluebutton-apps/src/main/webapp/WEB-INF/bbb-apps.xml
bigbluebutton-client/locale/en_US/bbbResources.properties
bigbluebutton-client/locale/pt_BR/bbbResources.properties
bigbluebutton-client/resources/prod/BigBlueButton.html
bigbluebutton-client/src/org/bigbluebutton/main/views/MainToolbar.mxml
2014-10-31 15:01:29 -02:00
Chad Pilkey
b84992c5a0
Stop the webrtc timeout timer when 'connecting' is received
2014-10-30 13:54:35 -07:00
Chad Pilkey
f84ae56e9a
added an additional fail case for the WebRTC audio
2014-10-29 09:30:03 -07:00
Felipe Cecagno
0af623e9e7
Merge branch '090-listen-only-by-default' into mconf-live0.6.1
2014-10-24 23:38:09 -02:00
Felipe Cecagno
9701cd0fa0
Merge remote-tracking branch 'bigbluebutton/master' into 090-listen-only-by-default
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/WebRTCCallManager.as
2014-10-24 23:18:10 -02:00
Richard Alam
0c42c1371c
- new signed applet valid until oct 30, 2015
2014-10-23 19:55:43 +00:00
Richard Alam
9552b8a905
- fix https://code.google.com/p/bigbluebutton/issues/detail?id=1776
2014-10-20 23:06:07 -07: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
Felipe Cecagno
0037acd648
Merge branch '090-white-startup' into mconf-live0.6.1
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
2014-10-15 14:52:55 -03:00
Felipe Cecagno
ce94002999
Merge branch 'white-startup' of github.com:mconftec/bigbluebutton into 090-white-startup
...
Conflicts:
bigbluebutton-client/src/BigBlueButton.mxml
2014-10-15 14:52:18 -03:00
Felipe Cecagno
3db4ead6e4
Merge branch '090-listen-only-by-default' into mconf-live0.6.1
...
Conflicts:
bigbluebutton-client/locale/ru_RU/bbbResources.properties
bigbluebutton-client/src/org/bigbluebutton/main/views/AudioSelectionWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
2014-10-15 00:22:27 -03:00
Felipe Cecagno
9584f4c8bb
changed a little bit the way the skipCheck was implemented for audio
2014-10-14 23:58:57 -03:00
Pedro Beschorner Marin
58ba804379
Meged with Mconf listen only
2014-10-13 14:51:22 -03: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
de7dbd0b44
Multiple fixes to our webrtc implementation. Hopefully there's less holes now
2014-10-06 14:14:34 -07:00
Felipe Cecagno
ebcd689b97
Merge branch '090-listen-only-by-default' into mconf-live0.6.1
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/main/views/AudioSelectionWindow.mxml
2014-10-06 00:03:12 -03:00
Felipe Cecagno
59debc5d1e
Merge branch '090-mconf-branding' into mconf-live0.6.1
2014-10-05 23:32:43 -03:00
Felipe Cecagno
f40f9bf767
Merge branch '090-fullscreen' into 090-branding-logo
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
2014-10-05 23:31:39 -03:00
Felipe Cecagno
b9a149e94d
Merge branch '090-fullscreen' into mconf-live0.6.1
...
Conflicts:
bigbluebutton-client/locale/pt_BR/bbbResources.properties
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
2014-10-05 23:08:09 -03:00
Felipe Cecagno
ed34c99313
Merge branch '090-branding-logo' into mconf-live0.6.1
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
2014-10-05 22:03:36 -03:00
Felipe Cecagno
5f2f2662af
Merge remote-tracking branch 'bigbluebutton/master' into mconf-live0.6.1
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/main/views/CameraDisplaySettings.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMap.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/PublishWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/ToolbarButton.mxml
2014-10-05 22:00:28 -03:00
Felipe Cecagno
015d708d7c
Merge branch 'mconf-branding-0.81' into 090-mconf-branding
...
Used the following command to comment the default copyright label for all languages except en_US
find -name bbbResources.properties | xargs sed -i "s:^\(bbb.mainshell.copyrightLabel2.*\):# \1:g"
Conflicts:
bigbluebutton-client/resources/prod/MconfLive.html
bigbluebutton-client/src/BigBlueButton.mxml
record-and-playback/presentation/playback/presentation/playback.html
2014-10-05 19:36:43 -03:00
Felipe Cecagno
4d3d6305a4
enable network monitor by default and ignore the network monitor window by the layout module
2014-10-05 18:07:31 -03:00
Felipe Cecagno
951e87d34b
more cleanup, changed a little bit what happens when the user leaves the audio and joins again
2014-10-05 16:47:56 -03:00
Felipe Cecagno
26b8697b19
replaced logo and background image
2014-10-05 15:53:50 -03:00
Felipe Cecagno
a6aef4b3d4
Merge branch 'branding-logo' into 090-branding-logo
...
Conflicts:
bigbluebutton-client/resources/config.xml.template
bigbluebutton-client/src/org/bigbluebutton/core/model/Config.as
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/views/WhiteboardToolbar.mxml
2014-10-05 15:49:11 -03:00
Alan Dias
e1dfd6d440
Merge branch '081-fullscreen' into 090-fullscreen
...
Conflicts:
bigbluebutton-client/locale/en_US/bbbResources.properties
bigbluebutton-client/locale/pt_BR/bbbResources.properties
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
2014-10-01 12:36:36 -03: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
Richard Alam
90bf3ade5d
- new jars with better controls for deskshare applet dragging and resizing
2014-09-17 10:33:17 -07:00
Chad Pilkey
e15de759e3
change the webrtc websocket connection to use an nginx proxy
2014-09-14 13:49:12 -07:00
Chad Pilkey
2c6b060ba5
replace deprecated escape() with encodeURIComponent()
2014-09-09 14:27:03 -07:00
Mateus Dalepiane
6bf36d2d86
Merge branch '081-java-detection' into 090-java-detection
...
Conflicts:
bigbluebutton-client/locale/en_US/bbbResources.properties
bigbluebutton-client/locale/pt_BR/bbbResources.properties
bigbluebutton-client/resources/prod/BigBlueButton.html
bigbluebutton-client/resources/prod/lib/bbb_deskshare.js
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopPublishWindow.mxml
deskshare/applet/src/main/java/org/bigbluebutton/deskshare/client/DeskShareApplet.java
2014-09-08 15:06:50 -03:00
Mateus Dalepiane
77c6bbf500
Merge branch '090-new-videodock' into mconf-live0.6.1
2014-09-03 16:39:03 -03: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
1fb4427173
- trye to figure out why voice toolbar button gets stuck in Chrome
2014-08-27 09:16:43 -07:00
Mateus Dalepiane
cbb4a167bb
Merge remote-tracking branch 'origin/new-videodock' into 090-new-videodock
...
Conflicts:
bigbluebutton-client/branding/default/style/css/BBBDefault.css
bigbluebutton-client/src/BigBlueButton.mxml
bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
bigbluebutton-client/src/org/bigbluebutton/modules/users/views/MediaItemRenderer.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/AvatarWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/ToolbarPopupButton.mxml
2014-08-26 17:20:00 -03:00
Richard Alam
3c28f36786
- initiate closing of applet from server side
2014-08-24 13:04:08 -07:00
Richard Alam
57b7de8b36
- stop sharing from server side instead of destroing the applet from the client side
2014-08-24 12:12:29 -07:00
Felipe Cecagno
854f898279
enable open and close additional notes only for moderators; using an attribute on config.xml to enable or disable multiple notes support
2014-08-18 12:56:46 -03:00
Richard Alam
4ca73b97d5
Add stun server to get FF to work behind firewall
2014-08-16 13:36:46 -04:00
Felipe Cecagno
ac292cbeb2
implemented the ui to be able to have multiple shared notes windows opened and being shown for every user in the session
2014-08-14 16:03:20 -03:00
Richard Alam
e9b5e5552d
- update applet
...
- add logging of session id when user disconnects from Red5
2014-08-13 12:57:37 -07:00
Richard Alam
c56fde0c42
Merge pull request #348 from speakserve/unify-version-number
...
Unify version number
2014-08-13 14:17:45 -04:00
Ghazi Triki
bb09eb6d75
After checking we bumped projects version and Flex locales to 0.9.0 with some fixes
2014-08-13 12:20:10 +01:00
Ghazi Triki
9a794f854a
Bumped projects version and Flex locales to 0.9
2014-08-13 10:28:08 +01:00
Fred Dixon
b1c22ad8fd
Set autoJoin to true to display audio options on loading
2014-08-12 22:38:25 -04:00
Chad Pilkey
e2079cc358
added escape to the username in sipjs user agent
2014-08-11 10:04:02 -07:00
Chad Pilkey
4962e8e208
removed the speed indicator from mxml, styled the layout selector, changed the default layout from 'Default' to 'Default Layout'
2014-08-10 20:22:23 -07:00
Richard Alam
9244dd19d0
- allow forcing user to join listen only when autoJoin=true
2014-08-10 08:42:11 -07:00
Richard Alam
1994eece36
Merge branch 'switch-to-sipjs' of https://github.com/SenecaCDOT-BigBlueButton/bigbluebutton into switch-to-sipjs
2014-08-09 12:24:35 -07:00
Chad Pilkey
ba6628256a
changed a jssip filename to sipjs
2014-08-09 12:46:53 -07:00
Chad Pilkey
20239454bd
the sipjs call is successful, added extra states to the echo test window for more feedback
2014-08-09 12:39:37 -07:00
Chad Pilkey
02bb29ae29
sipjs connects to the echo test and stops correctly
2014-08-09 09:38:48 -07:00
Richard Alam
281d9a8efe
Merge branch 'switch-to-sipjs' of https://github.com/SenecaCDOT-BigBlueButton/bigbluebutton into switch-to-sipjs
2014-08-09 09:15:26 -07:00
Chad Pilkey
750579e342
the sipjs media request now works
2014-08-08 14:17:28 -07:00
Richard Alam
5bd7b3e793
Merge branch 'switch-to-sipjs' of https://github.com/SenecaCDOT-BigBlueButton/bigbluebutton into switch-to-sipjs
2014-08-08 13:55:03 -07:00
Richard Alam
654c93831e
Merge branch 'merge-polling-with-master' into switch-to-sipjs
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
2014-08-08 13:46:53 -07:00
Chad Pilkey
ac7a688965
swapped jssip for sipjs, cleaned up the webrtc events, changed instances of Rtc to RTC
2014-08-08 13:19:38 -07:00
Richard Alam
64fdb9e2f8
- allow configuring lock settings from config.xml
2014-07-31 09:44:42 -07:00
Ghazi Triki
ac7af7dfea
Manually bumped all application version to the correct actual version 0.9.0-dev
2014-07-31 17:42:38 +01:00
Richard Alam
dede32bd63
- turn off polling
2014-07-30 11:22:23 -07:00
Richard Alam
aa92bdf61c
- don't show phone dial option by default
2014-07-30 11:21:21 -07:00
Richard Alam
36183d55d2
- remove unused option
2014-07-30 08:38:21 -07:00
Richard Alam
3bf4991eec
- try to force FF 31 to display java applet permission bar
2014-07-30 07:48:59 -07:00
Richard Alam
a6dc4f6465
- change how to insert applet div into HTML
2014-07-29 13:16:12 -07:00
Chad Pilkey
5c79202ade
reverted jssip back to 0.3.7 and fixed chrome webrtc
2014-07-21 10:25:08 -07:00
Richard Alam
0daff8a8d4
- deskshare applet where min jre version is passed from html page
2014-07-18 08:45:59 -07:00
Richard Alam
dfbf77aab0
- externalize min jre version required
2014-07-18 08:45:10 -07:00
Richard Alam
af3e7875ee
- deskshare applet that support 1.7.0_51 and up
2014-07-18 07:54:28 -07:00
Richard Alam
cbd12a5f5c
Merge pull request #342 from SenecaCDOT-BigBlueButton/fix-audio-prompts-chrome36
...
upgraded jssip to 0.4-devel, skipped the webrtc switch mic notifications
2014-07-11 17:24:09 -04:00
Chad Pilkey
af6e2b4db3
upgraded jssip to 0.4-devel, skipped the webrtc switch mic notifications
2014-07-11 13:32:04 -07:00
Richard Alam
d2196d4adb
- sign applet that support java 8
2014-07-11 12:41:27 -07:00
Felipe Cecagno
c3c56a6355
few improvements on the camera messages; cleanup and refactoring of the new video dock implementation; extracted many hardcoded branding information to the branding file
2014-06-11 17:01:45 -03:00
Chad Pilkey
893c977ec9
forgot to add the new config property to the template
2014-06-05 14:04:19 -07:00
Markos Calderon
c1816eb857
improve java detection
2014-06-03 20:16:33 -07:00
Markos Calderon
7c0fd2079b
enable java detection
2014-06-03 14:58:17 -07:00
Richard Alam
19ac02fab2
- enable polling by default
2014-06-02 07:44:46 -07:00