Pedro Beschorner Marin
a0590c12ea
Merge remote-tracking branch 'origin/master' into set-lock-settings-on-meeting-create
2019-05-02 11:05:34 -03:00
Pedro Beschorner Marin
324681d5b2
Renamed unmuteUsers to allowModsToUnmuteUsers
2019-04-23 12:30:55 -03:00
Pedro Beschorner Marin
50afb24653
Changed from unmute only viewers to unmute anyone
2019-04-17 10:55:01 -03:00
Pedro Beschorner Marin
5f011f2e2e
Included unmuteViewers param on create
2019-04-10 17:55:24 -03:00
Richard Alam
b50c22f445
- propagate privateChatEnabled value from parent meeting to breakout room
2019-04-10 13:53:03 -07:00
Richard Alam
f6c0d21fda
- pass breakout and lock setting using create meeting message
2019-04-09 14:33:08 -07:00
Richard Alam
790c9f9629
- fix formatting using scalariform
2019-03-28 07:34:46 -07:00
Richard Alam
09a5a09c67
Merge branch 'master' into set-lock-settings-on-meeting-create
2019-03-28 07:10:52 -07:00
Richard Alam
fe3979e4a2
- enable scalariform for bbb-common-message
2019-03-27 13:34:56 -07:00
Richard Alam
3b4a10ebd5
- do not override settings from config.xml unless an override param is passed on create api call
2019-03-27 08:15:01 -07:00
Richard Alam
a63f7dccc3
- allow passing of breakout and lock settings params on create API
2019-03-26 10:57:50 -07:00
Richard Alam
1e26e8ce29
Merge branch 'track-user-register-join' of https://github.com/ritzalam/bigbluebutton into ritzalam-track-user-register-join
2019-03-16 09:32:55 -07:00
Ghazi Triki
5a60f62b41
Copy dial number from the parent room to all breakout rooms.
2019-03-11 22:33:34 +01:00
Richard Alam
9ecdff3d81
- track if user joins within a certain period of time. Sometimes, nodejs takes
...
most of the CPU that users takes a long time to load the client and join. This
way, we can detect if there are a number of users failing to join the meeting.
2019-02-26 20:27:52 -08:00
Ghazi Triki
78232d8b92
Remove RedisStorageService commands logging and use transactions for multiple commands.
2019-02-12 20:04:47 +01:00
Richard Alam
733923de99
Merge branch 'akka-transcode-update' of https://github.com/riadvice/bigbluebutton into riadvice-akka-transcode-update
2019-02-09 09:04:04 -08:00
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
0bad0747be
Update scala, sbt and akka version to the latest.
2018-12-16 20:18:37 +01:00
Ghazi Triki
21057708f5
Updated akka-bbb-transcode project structure and replace rediscala by lettuce.
2018-12-15 20:24:21 +01:00
Richard Alam
367a621ebf
Merge pull request #6360 from pedrobmarin/rebased-redis-recording
...
Includes publish/unpublish/delete API calls as Redis events
2018-12-13 11:25:05 -05: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
Richard Alam
5dc3d783c1
- update dependency jars
2018-12-10 11:16:03 -08:00
Pedro Beschorner Marin
948576887e
Includes publish/unpublish/delete API calls as Redis events
2018-12-10 10:14:02 -02:00
Ghazi Triki
9615f88288
Do not close redis connection RedisStorageService except when stopping the service.
2018-12-07 11:55:57 +01:00
Ghazi Triki
114cba670f
Improved redis connection logging.
2018-12-06 21:35:51 +01:00
Ghazi Triki
c9791b32ee
Use single connection for RedisStorageService instead of connection pool.
2018-12-06 17:51:28 +01: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
7e736d41f6
Re-added redis connection pooling and running subscribers and publishers inside executors.
2018-11-30 18:49:22 +01:00
Ghazi Triki
5b8a9a0ace
Add password to redis scala classes.
2018-11-23 11:38:28 -02:00
Ghazi Triki
d8588da28a
Add support for redis password.
2018-11-22 16:02:55 -02:00
Ghazi Triki
2614ba2cd0
Update deployment configuration.
2018-11-22 12:54:40 -02:00
Ghazi Triki
e768cbe3c5
Updated red5 applications configuration to accept redis parameters.
2018-11-21 19:31:01 -02:00
Ghazi Triki
dc5c98b8cf
Updated Red5 applications configuration.
2018-11-21 12:34:23 -02:00
Ghazi Triki
de0c992e51
Update redis commands implementation.
2018-11-21 12:01:10 -02:00
Ghazi Triki
fbd1d631d6
Move redis communication classes from red5 applications to bbb-apps-common project.
2018-11-21 10:55:06 -02:00
Ghazi Triki
6b4bbd6301
Updated bbb-apps-common project to use sbt 1.2.6 and scala 2.12.7
2018-11-14 12:25:52 +01:00
Ghazi Triki
5550d4464d
Updated bbb-screenshare project to use common redis classes from bbb-common-message.
2018-11-13 16:19:35 +01:00
Ghazi Triki
fc4028d6de
Redis refactoring : remove duplicate classes, factorisation and build configuration update.
2018-11-09 20:19:46 +01:00
Ghazi Triki
3c758cc9d1
Replace lettuce methods by custom commands.
2018-11-07 21:02:54 +01:00
Ghazi Triki
21cb59487c
Move RedisStorageService from bigbluebutton-web to bbb-common-message and replace jedis with lettuce-core.
2018-11-06 18:54:27 +01:00
Ghazi Triki
e812160ee9
Fix bbb-common-message unit tests.
2018-11-06 15:45:42 +01:00
Ghazi Triki
acd42835b4
Updated bbb-common-message project to use sby 1.2.6 and scala 2.12.7
2018-11-05 21:11:58 +01: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
62311387b8
more changes to configure redis using environment variables
2018-08-24 17:15:47 -03: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