Anton Georgiev
|
5bf05161af
|
Merge branch 'html5client-mod-verto-addition' of github.com:perroned/bigbluebutton into webrtc-desktop-temp-4
Conflicts:
akka-bbb-apps/src/main/scala/org/bigbluebutton/Boot.scala
akka-bbb-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonActor.scala
akka-bbb-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonInGW.scala
|
2015-12-11 17:23:27 +00:00 |
|
Richard Alam
|
c024cd570c
|
- fix where 2 events are recorded in redis for each voice event.
|
2015-12-02 21:37:18 +00:00 |
|
Anton Georgiev
|
8e407df405
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into webrtc-desktop-temp-1
Conflicts:
akka-bbb-apps/build.sbt
akka-bbb-fsesl/build.sbt
bbb-common-message/build.sbt
bigbluebutton-apps/build.gradle
|
2015-10-22 20:46:30 +00:00 |
|
Anton Georgiev
|
f08cd5262e
|
temp changes
|
2015-10-13 19:00:50 +00:00 |
|
Richard Alam
|
93dd5186b4
|
- user internal user id for user in the voice conf
|
2015-09-30 18:55:17 +00:00 |
|
Richard Alam
|
43c8f9b5ec
|
- add more info on logs
|
2015-09-24 20:05:48 +00:00 |
|
Richard Alam
|
8ede5983ea
|
- do not re-inject message into the actor but instead process the message inline to prevent
race condition where a message gets processed before the injected message
|
2015-09-21 14:42:07 +00:00 |
|
Richard Alam
|
1b8cb41152
|
- initialize voice user properly when disconnected from global audio
|
2015-09-17 20:26:00 -04:00 |
|
Richard Alam
|
2278ee01ec
|
- upgrade bbb-commons-message version
|
2015-09-14 21:45:55 +00:00 |
|
Richard Alam
|
bbfbdf20e9
|
- cleanup
|
2015-09-14 21:25:27 +00:00 |
|
Richard Alam
|
44763bf283
|
- try to fix lock settings
|
2015-09-14 20:18:27 +00:00 |
|
Chad Pilkey
|
51650fb998
|
made the init audio and permissions message payloads actually contain something and corrected chatpermission message names
|
2015-09-11 15:02:28 -07:00 |
|
Anton Georgiev
|
8b58671948
|
cleaning up
|
2015-09-10 15:24:08 +00:00 |
|
Richard Alam
|
f78dc3653c
|
- fix issue where other users get disconnected when a user refreshes browser after a reconnect
|
2015-09-08 20:27:10 +00:00 |
|
Richard Alam
|
dbbb4139d2
|
Merge pull request #2766 from capilkey/misc-client-changes-100
Misc client changes 100
|
2015-09-04 19:14:24 -04:00 |
|
Richard Alam
|
4b9e96cea2
|
- inject user join as message to prevent race condition of messages
|
2015-09-04 19:20:25 +00:00 |
|
Chad Pilkey
|
4df8c88b94
|
Swapped Yes/No and True/False in poll answers
|
2015-09-03 15:34:47 -04:00 |
|
Anton Georgiev
|
eb57aa7da1
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into webrtc-desktop-share-merging
|
2015-08-24 14:31:00 +00:00 |
|
Richard Alam
|
796f71f642
|
- fix issue where users does not get refreshed after reconnect
|
2015-08-23 23:03:15 -04:00 |
|
Richard Alam
|
bda62afa4d
|
- try to maintain userid when a user reconnects to be able to match the user
|
2015-08-23 18:22:48 -04:00 |
|
Richard Alam
|
52d2ed1666
|
- try to fix auto-reconnect for listen only users
|
2015-09-03 14:04:48 +00:00 |
|
Richard Alam
|
a63a211143
|
- change poll config for jedis
- attempt to reconnect redis pubsub subscriber if disconnected
|
2015-08-23 07:09:00 -04:00 |
|
Ghazi Triki
|
3a11d30115
|
Fixed emojiStatus is correctly saved in UsersModel.
|
2015-08-27 21:25:54 +01:00 |
|
Ghazi Triki
|
2fb8296ff0
|
- Fixed emojiStatus not set correctly in server.
- Upgraded bbb-common-message version.
|
2015-08-26 18:51:05 +01:00 |
|
Ghazi Triki
|
988d8cf56c
|
Removed lower hand methods in server applications and replace raise hand by emoji status.
|
2015-08-25 09:46:00 +01:00 |
|
Anton Georgiev
|
fb9c63dd50
|
move deskshare publisher to MessageSenderActor
|
2015-08-21 22:03:37 +00: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 |
|
Richard Alam
|
39baecef24
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into redis-pubsub-keepalive
|
2015-08-21 13:46:42 +00:00 |
|
Richard Alam
|
46ba98f737
|
- add ping/pong message between different components to verfiy that we have working path
|
2015-08-20 20:44:40 +00:00 |
|
Anton Georgiev
|
bcfbb7c33a
|
Revert "attempt to accommodate late joiners for ds on flash"
This reverts commit 8cf051a262 .
|
2015-08-20 18:06:53 +00:00 |
|
Anton Georgiev
|
8cf051a262
|
attempt to accommodate late joiners for ds on flash
|
2015-08-20 16:13:11 +00:00 |
|
Richard Alam
|
282fecf351
|
- ping/pong message between red5 and bbb-apps
|
2015-08-19 18:32:07 +00:00 |
|
Fred Dixon
|
c875be4c1d
|
Merge pull request #2727 from capilkey/variable-wb-poll-size
Variable wb poll size
|
2015-08-19 14:15:02 -04:00 |
|
Richard Alam
|
a3318e5f90
|
- send keep alive message
|
2015-08-19 14:33:46 +00:00 |
|
Richard Alam
|
8be746b4ac
|
- start implementing round-trip pubsub monitoring
|
2015-08-18 21:51:48 +00:00 |
|
Chad Pilkey
|
7846add9e9
|
The Poll WB mark height increases with number of answers
|
2015-08-18 11:52:12 -04:00 |
|
Richard Alam
|
5472548118
|
- allow custom polling through chat message
|
2015-08-17 22:40:31 +00:00 |
|
Richard Alam
|
9302532be5
|
- start implementing custom poll
|
2015-08-13 22:33:51 +00:00 |
|
Anton Georgiev
|
4db2ebb86e
|
flag for ds started; cleaning up logs
|
2015-08-11 20:30:07 +00:00 |
|
Richard Alam
|
4e4270912b
|
- fix issue where deleting presentation doesn't remove the presentation from file upload window
|
2015-08-11 17:21:09 +00:00 |
|
Richard Alam
|
987397250c
|
- stop poll when presenter change happens while poll is running
|
2015-08-10 15:21:38 +00:00 |
|
Richard Alam
|
15a368f444
|
- remove some printlns to lessen noise
|
2015-08-07 21:37:16 +00:00 |
|
Richard Alam
|
bc7aadcd22
|
- create new bbb-commons jar
|
2015-08-07 19:46:52 +00:00 |
|
Richard Alam
|
839e7ebf58
|
Merge branch 'svg-conversion' of https://github.com/gthacoder/bigbluebutton into gthacoder-svg-conversion
|
2015-08-07 18:28:16 +00:00 |
|
Richard Alam
|
839473395a
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into merge-leonardo-api-changes
Conflicts:
akka-bbb-apps/src/main/scala/org/bigbluebutton/core/CollectorActor.scala
bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/MeetingMessageHandler.java
|
2015-08-07 15:06:40 +00:00 |
|
Anton Georgiev
|
b0b193e021
|
restrict rmpt notifications to only once and when applicable
|
2015-08-07 14:58:25 +00:00 |
|
Maxim Khlobystov
|
5c0cb9c3d8
|
Merge branch 'meteor-client-pdf-conversion' of https://github.com/gthacoder/bigbluebutton into development
Conflicts:
akka-bbb-apps/src/main/scala/org/bigbluebutton/core/pubsub/senders/PesentationMessageToJsonConverter.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonInGW.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/presentation/PresentationModel.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/presentation/red5/PresentationClientMessageSender.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/presentation/redis/PresentationEventRedisRecorder.scala
|
2015-08-06 16:21:31 -04:00 |
|
Richard Alam
|
8a09f6aaf7
|
Merge pull request #731 from bigbluebutton/pedrobmarin-development-auto-reconnect
merge auto reconnect feature
|
2015-07-28 17:13:21 -04:00 |
|
Richard Alam
|
335b87b8bf
|
- mic icon not showing up beside user's name when reconnect occurs if user is joined using webrtc
|
2015-07-28 21:04:18 +00:00 |
|
Richard Alam
|
6297a60b7a
|
- assign a presenter when there is none
|
2015-07-28 19:53:46 +00:00 |
|