Ramon Souza
6a2496fcb3
Merge remote-tracking branch 'upstream/develop' into improve-poll-function
2021-03-24 14:22:43 -03:00
germanocaumo
ea375d6c5e
remove trailing whitespaces
2021-03-24 14:01:17 -03:00
germanocaumo
35104fba47
number of inputs for amix command, remove old java deskshare events
2021-03-24 13:35:00 -03:00
Anton Georgiev
8c6e7b8849
Merge pull request #11724 from ramonlsouza/userlist-rtl
...
Fix userlist RTL/LTR for userlist when language is changed
2021-03-24 11:50:10 -04:00
Anton Georgiev
4568706c4f
Merge pull request #11728 from bigbluebutton/u23-updef
...
audio: change default SDP format to Unified Plan
2021-03-24 11:33:45 -04:00
Paulo Lanzarin
65c359a79c
audio: change default SDP format to Unified Plan
...
Making the default transition a bit earlier so that we can field trial it just to be sure enough it's safe.
2021-03-24 12:16:13 -03:00
Anton Georgiev
7398e005e8
Merge pull request #11725 from Tainan404/fix-chat-reconnection
...
Fix reactive issue with reconnection
2021-03-24 10:25:51 -04:00
Aron Engineer
c4b05e83e8
fix: UserMsgs.scala filename typo fixed
2021-03-24 13:33:25 +00:00
Aron Engineer
376dfcc59a
Merge branch 'develop' into logout_response_message_modified_reasoncode
2021-03-24 13:15:45 +00:00
Anton Georgiev
c00c927f63
Merge pull request #11726 from pedrobmarin/pads-with-instances
...
Handle pad's events and Meteor's instances
2021-03-23 17:43:59 -04:00
Aron Engineer
52d57645c4
fix: ValidateAuthTokenRespMsg reason code added to the message.
2021-03-23 21:13:14 +00:00
Pedro Beschorner Marin
0c4cf0135d
Handle pad's events and Meteor's instances
...
Since Meteor was split in multiple process and events started to be
filtered by instances, all Etherpad's Redis events were being discarded.
Etherpad has a Redis' publisher plugin that is unaware of BigBlueButton's
existence. All the communication between them is kept simple with minimal
of internal data exchange. The concept of distincts subscribers at Meteor's
side broke part of this simplicity and, now, Etherpad has to know which
instance must receive it's messages. To provide such information I decided
to include Meteor's instance as part of the pad's id. Should look like:
- [instanceId]padId for the shared notes
- [instanceId]padId_cc_(locale) for the closed captions
With those changes the pad id generation made at the recording scripts had to
be re-done because there is no instance id available. Pad id is now recorded at
akka-apps and queried while archiving the shared notes.
2021-03-23 18:03:50 -03:00
Ramon Souza
4cca83b202
fix userlist rtl/ltr when language is changed
2021-03-23 17:30:51 -03:00
Tainan Felipe
36c1abc890
Fix reactive issue with reconnection
2021-03-23 17:30:38 -03:00
Anton Georgiev
a2674c7db4
Merge pull request #11723 from mariogasparoni/merge-2.2-develop
...
Merge 2.2 into develop
2021-03-23 16:30:08 -04:00
Mario Jr
af4f9dbf26
Merge branch 'v2.2.x-release' into merge-2.2-develop
2021-03-23 17:10:28 -03:00
Anton Georgiev
8f3140897d
Merge pull request #11709 from jfsiebel/invalidated-logged-out-user
...
Prevent logged out user to spam validateAuthToken
2021-03-23 13:52:45 -04:00
germanocaumo
136f43eb25
Remove screenshare audio specific ffmpeg codec in recording processing.
2021-03-23 14:49:39 -03:00
Anton Georgiev
654e971076
Merge pull request #11721 from mariogasparoni/develop
...
Default enable banner alert when user speaks with mic muted
2021-03-23 13:48:18 -04:00
germanocaumo
95fabfe8c2
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into u23-recsa
2021-03-23 14:47:20 -03:00
Mario Jr
402b082355
Default enable banner alert when user speaks with mic muted
...
This sets back the default value after fixes done in #11272 and #11268
2021-03-23 14:45:41 -03:00
Mario Jr
b830e794f7
Do not create mutedalert component when user is disconnected
...
If created, mutedalert will crash client when trying to access inputstream
which is not yet ready.
Fixes #11433
2021-03-23 14:45:38 -03:00
Anton Georgiev
7593b05b4a
Merge pull request #11716 from pedrobmarin/rap-notes-endpoint
...
Avoid localhost at notes endpoint
2021-03-23 10:59:54 -04:00
Anton Georgiev
fe58a11249
Merge pull request #11718 from MaximKhlobystov/typed-poll-case-insensitive
...
Case insensitive typed poll responses grouping
2021-03-23 10:58:15 -04:00
Anton Georgiev
c6a9d8e213
Merge pull request #11719 from ramonlsouza/issue-11714
...
Locales fetch rework
2021-03-23 10:57:50 -04:00
Ramon Souza
3b08a54df7
adding locale instructions in settings.yml
2021-03-23 11:50:16 -03:00
Anton Georgiev
428b048b2e
Merge pull request #11713 from ramonlsouza/guest-user-messages
...
Retrieve guest user pre-join messages only when userId is available
2021-03-23 09:17:52 -04:00
Ramon Souza
c4fc7bcd92
locales fetch rework
2021-03-23 10:09:28 -03:00
Maxim Khlobystov
5adb3429eb
Make typed poll responses grouping case insensitive
2021-03-23 06:30:37 +00:00
Tainan Felipe
443df78c6e
add logs to observer and re-implement role render logic
2021-03-22 18:07:46 -03:00
Tainan Felipe
ba91dcb17c
Implements user persistent data to user context and redo users status logic on chat item
2021-03-22 17:44:53 -03:00
Pedro Beschorner Marin
e48f64b843
Avoid localhost at notes endpoint
...
Use 127.0.0.1 instead of localhost since Etherpad only listens for ipv4.
2021-03-22 16:41:26 -03:00
Anton Georgiev
70ef985fde
Merge pull request #11703 from KDSBrowne/bbb-move-raiseHand
...
Move Raise Hand Functionality To Actions Bar Button
2021-03-22 14:24:32 -04:00
KDSBrowne
d89e6a8c3a
move debounce to service
2021-03-22 18:02:31 +00:00
Ramon Souza
192f202f9c
only retrieve guest user pre-join messages after userId is available
2021-03-22 14:00:03 -03:00
KDSBrowne
8e9718eb0b
add debounce to raise hand toggle
2021-03-22 16:08:53 +00:00
KDSBrowne
6f5b9ceff5
adjust actions bar buttons position on mobile
2021-03-22 15:50:35 +00:00
Anton Georgiev
3e526f4e14
Merge pull request #11711 from ramonlsouza/presenter-menu-width
...
Increasing presenter menu width
2021-03-22 10:52:06 -04:00
Anton Georgiev
800c10eb1c
Merge pull request #11691 from Tainan404/issue-11618
...
Fix messages being not cleared
2021-03-22 10:48:08 -04:00
Anton Georgiev
051fe9ccee
Merge pull request #11710 from ramonlsouza/userlist-dropdown-width
...
Increasing userlist menu width
2021-03-22 10:44:02 -04:00
Ramon Souza
34dc5ca79f
increasing presentation menu width
2021-03-22 11:42:13 -03:00
Ramon Souza
383efc31f8
increasing userlist width
2021-03-22 10:54:23 -03:00
Joao Siebel
4d759ad63c
Prevent logged out user tp spam validateAuthToken
2021-03-22 09:37:17 -03:00
Tainan Felipe
2271d4fe61
Fix messages being not cleared
2021-03-22 08:34:12 -03:00
Anton Georgiev
94ab6544bc
Merge pull request #11706 from bigbluebutton/revert-11705-antobinary-patch-1
...
Revert "Add getter for defaultKeepEvents"
2021-03-21 22:23:29 -04:00
Anton Georgiev
8302159255
Revert "Add getter for defaultKeepEvents"
2021-03-21 22:21:52 -04:00
Anton Georgiev
c543f16491
Merge pull request #11705 from bigbluebutton/antobinary-patch-1
...
Add getter for defaultKeepEvents
2021-03-21 21:47:57 -04:00
Anton Georgiev
f8149578bd
Add getter for defaultKeepEvents
...
Follow up to #11681
2021-03-21 21:43:50 -04:00
KDSBrowne
4473fa084b
add lower hand label
2021-03-21 23:56:00 +00:00
KDSBrowne
132dfb02d9
add raise hand shortcut and help entry
2021-03-21 23:47:15 +00:00