Fred Dixon
|
566b245e3c
|
Merge pull request #6385 from pedrobmarin/keep-meeting-events
Created property keepEvents at bbb-web to make redis record the event…
|
2019-01-24 21:47:50 -05:00 |
|
Ghazi Triki
|
b3ce26f753
|
Use the packaged logback configuration.
|
2018-12-13 22:55:45 +01:00 |
|
Ghazi Triki
|
dde9419ca4
|
Make akka-bbb-apps runnable for developers while keeping the packaging intact.
|
2018-12-13 22:29:05 +01:00 |
|
Pedro Beschorner Marin
|
dec1fe481d
|
Not overriding record prop
|
2018-12-13 11:46:20 -02:00 |
|
Richard Alam
|
71da5e6cac
|
Merge pull request #6383 from ritzalam/try-to-fix-akka-logging
- minimize logging of redis connection
|
2018-12-11 17:08:35 -05:00 |
|
Richard Alam
|
3f9dc6655a
|
- minimize logging of redis connection
|
2018-12-11 14:06:09 -08:00 |
|
Richard Alam
|
2f383512c8
|
Merge pull request #6382 from ritzalam/try-to-fix-akka-logging
Try to fix akka logging
|
2018-12-11 16:47:16 -05:00 |
|
Richard Alam
|
9a612f7e3d
|
- see if akka-apps package will start logging.
|
2018-12-11 13:33:07 -08:00 |
|
Pedro Beschorner Marin
|
ebffcb0848
|
Created property keepEvents at bbb-web to make redis record the events for all meetings
|
2018-12-11 18:37:31 -02:00 |
|
Ghazi Triki
|
4a5a1c572c
|
Fix logback dependency fro akka-bbb-apps.
|
2018-12-11 15:36:42 +01:00 |
|
Ghazi Triki
|
9569704254
|
Exclude red5 dependencies from akka and web projects.
|
2018-12-10 20:32:08 +01:00 |
|
Ghazi Triki
|
575c77d991
|
Minor edits to build.sbt
|
2018-12-10 19:18:32 +01:00 |
|
Ghazi Triki
|
5a9f74c88d
|
Fix akka applications packaging configuration.
|
2018-12-10 19:10:46 +01:00 |
|
Richard Alam
|
cb0d282451
|
Merge pull request #6293 from riadvice/redis-refactor
Refactor redis implementation in server applications
|
2018-12-09 10:33:31 -05:00 |
|
Ghazi Triki
|
79d34c42d2
|
Fix redis storage issues.
|
2018-12-06 11:53:39 +01:00 |
|
Ghazi Triki
|
fd959f9e14
|
Remove rediscala library and replace it by a lettuce implementation.
|
2018-12-05 20:21:06 +01:00 |
|
Ghazi Triki
|
5b8a9a0ace
|
Add password to redis scala classes.
|
2018-11-23 11:38:28 -02:00 |
|
Ghazi Triki
|
2614ba2cd0
|
Update deployment configuration.
|
2018-11-22 12:54:40 -02:00 |
|
Richard Alam
|
ff3f8239c8
|
- end the meeting asap when the last user leaves by setting meetingExpireWhenLastUserLeftInMinutes=0 in
bbb-web's bigbluebutton.properties
|
2018-11-16 10:36:10 -08:00 |
|
Ghazi Triki
|
8e10280614
|
Fix configuration for akka and bbb-web projects.
|
2018-11-14 20:18:12 +01:00 |
|
Richard Alam
|
d1dad75898
|
Merge branch 'v2.0.x-release' of github.com:bigbluebutton/bigbluebutton into merge-v20-master-nov14
|
2018-11-14 08:47:21 -08:00 |
|
Richard Alam
|
ddc391b3d9
|
- fix issue where meeting doesn't end when lasr user leaves or when meetign is never joined.
- the client to server rtt message is always updating the meeting activity. This prevents the meeting
from ending due to inactivity.
|
2018-11-13 13:01:16 -08:00 |
|
Ghazi Triki
|
fc4028d6de
|
Redis refactoring : remove duplicate classes, factorisation and build configuration update.
|
2018-11-09 20:19:46 +01:00 |
|
Ghazi Triki
|
0614ccd763
|
Updated akka-bbb-apps project to use sbt 1.2.6 and scala 2.12.7
|
2018-11-08 14:53:00 +01:00 |
|
Ghazi Triki
|
653fd74440
|
Merge remote-tracking branch 'bigbluebutton/v2.0.x-release' into merge-2.x-release-into-master
# Conflicts:
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/users/UserLeaveReqMsgHdlr.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/models/Users2x.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/running/HandlerHelpers.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/running/MeetingActor.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core2/testdata/FakeTestData.scala
# bbb-common-web/src/main/java/org/bigbluebutton/api/MeetingService.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/PresentationUrlDownloadService.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/ImageToSwfSlidesGenerationService.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/Office2PdfPageConverter.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/OfficeDocumentValidator.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/Pdf2SwfPageConverter.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/PdfToSwfSlidesGenerationService.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/SvgImageCreatorImp.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/TextFileCreatorImp.java
# bbb-common-web/src/main/scala/org/bigbluebutton/api2/bus/ReceivedJsonMsgHdlrActor.scala
# bbb-common-web/src/main/scala/org/bigbluebutton/api2/meeting/OldMeetingMsgHdlrActor.scala
# bigbluebutton-client/src/org/bigbluebutton/core/UsersUtil.as
# bigbluebutton-client/src/org/bigbluebutton/main/events/BBBEvent.as
# bigbluebutton-client/src/org/bigbluebutton/main/maps/ApplicationEventMap.mxml
# bigbluebutton-client/src/org/bigbluebutton/main/model/users/JoinService.as
# bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
# bigbluebutton-client/src/org/bigbluebutton/main/model/users/UserService.as
# bigbluebutton-client/src/org/bigbluebutton/main/views/LoggedOutWindow.mxml
# bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
# bigbluebutton-client/src/org/bigbluebutton/modules/layout/managers/LayoutManager.as
# bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml
# bigbluebutton-client/src/org/bigbluebutton/modules/users/services/MessageReceiver.as
# bigbluebutton-client/src/org/red5/flash/bwcheck/app/BandwidthDetectionApp.as
# bigbluebutton-config/bigbluebutton-release
# bigbluebutton-html5/client/compatibility/kurento-extension.js
# bigbluebutton-html5/imports/api/users/server/modifiers/addUser.js
# bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy
|
2018-11-01 14:00:54 +01:00 |
|
Richard Alam
|
92a2cd0d60
|
- delay removing user from user's list in case the user is just reconnecting
|
2018-10-24 12:42:00 -07:00 |
|
Richard Alam
|
eafa3273c5
|
- flag the user first when receiving user left event in case user is just reconnecting
|
2018-10-24 07:41:39 -07:00 |
|
Richard Alam
|
cc6f88d020
|
- my IntelliJ IDE seems to format differently with Ghazi's
- fix screenshare redis connection error
- fix bbb-web create meeting exception when second user joins
|
2018-09-13 13:08:49 -07:00 |
|
Ghazi Triki
|
83025a9d5e
|
Merge remote-tracking branch 'bigbluebutton/master' into jvm-quality-improve
# Conflicts:
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/ImageToSwfSlidesGenerationService.java
|
2018-09-12 18:49:25 +01:00 |
|
Richard Alam
|
cdaf447758
|
Merge pull request #5975 from riadvice/user-typing-feature
Implementation of user typing feature to chat
|
2018-09-12 13:43:43 -04:00 |
|
Richard Alam
|
5b03e0ef6c
|
Merge pull request #5581 from riadvice/recording-timer
Add a new message RecordStatusResetSysMsg to be handled and saved in events.xml
|
2018-09-12 12:03:09 -04:00 |
|
Anton Georgiev
|
1462810b96
|
Merge branch 'v2.0.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.0
|
2018-09-06 22:06:40 +00:00 |
|
Felipe Cecagno
|
232c485762
|
revert some unneeded changes
|
2018-08-24 17:15:47 -03:00 |
|
Felipe Cecagno
|
b91c13e054
|
update instructions and implementation of a working docker-compose (no recordings yet)
|
2018-08-24 17:15:47 -03:00 |
|
Felipe Cecagno
|
16a59b7e3e
|
push unfinished work on docker
|
2018-08-24 17:15:47 -03:00 |
|
Felipe Cecagno
|
62311387b8
|
more changes to configure redis using environment variables
|
2018-08-24 17:15:47 -03:00 |
|
Felipe Cecagno
|
c2e507713a
|
add a few docker containers definitions and compiled a list of what is still missing
|
2018-08-24 17:15:47 -03:00 |
|
Chad Pilkey
|
a8938c4605
|
add config option in akka-apps for default multi-user whiteboard state
|
2018-08-24 12:50:55 -07:00 |
|
Joao Siebel
|
11a139a2b8
|
add new SyncGetVoiceUsersRespMsg message in akka
|
2018-08-14 09:41:21 -03:00 |
|
Ghazi Triki
|
7d64eb69f9
|
Added user typing feature to chat.
|
2018-08-13 17:48:48 +01:00 |
|
Ghazi Triki
|
cb152bf864
|
Improved java classes code quality.
|
2018-08-05 22:41:15 +01:00 |
|
Ghazi Triki
|
2820178b83
|
Updated JVM projects dependencies and configuration.
|
2018-08-05 22:37:11 +01:00 |
|
Richard Alam
|
a57f389f4a
|
- fix tracking of user inactivity
|
2018-07-30 10:53:29 -07:00 |
|
Richard Alam
|
804d1e2cc6
|
- change the log to be specific on what the method does.
|
2018-07-30 09:34:32 -07:00 |
|
Ghazi Triki
|
dffeeb8daf
|
Update user last activity time when he sends a message.
|
2018-07-30 11:43:19 +01:00 |
|
Ghazi Triki
|
ffb6d6e593
|
Update last user activity depending on his actions.
|
2018-07-27 19:00:15 +01:00 |
|
Ghazi Triki
|
7da3fb3c37
|
Fix inactive user check rule using time.
|
2018-07-27 17:48:39 +01:00 |
|
Ghazi Triki
|
c21f5aabad
|
Add new parameter userInactivityThresholdInMinutes to bigbluebutton.properties and improve inactive user warning and eject from server.
|
2018-07-27 15:02:04 +01:00 |
|
Ghazi Triki
|
5472456e90
|
Refactor user inactivity messages naming to have two distinct names: UserInactivityInspectMsg and UserActivitySignResponseMsg .
|
2018-07-25 21:14:38 +01:00 |
|
Ghazi Triki
|
5b34f93daa
|
Move user inactivity configuration parameters to bigbluebutton-web application and rename them to userInactivityLogoutTimerInMinutes and userInactivityResponseDelayInMinutes.
|
2018-07-25 10:56:55 +01:00 |
|