Ramon Souza
7735abb16e
localize keys in shortcut modal
2022-04-12 13:49:10 -03:00
Anton Georgiev
96c2fc9d86
Merge pull request #14734 from JoVictorNunes/issue-14721
...
fix: link sanitizing in welcome message
2022-04-12 10:36:59 -04:00
Anton Georgiev
8ab4023eb5
Merge pull request #14783 from frankemax/bbb-darkmode-25
...
feat(theme): add dark mode
2022-04-12 10:35:31 -04:00
Gustavo Trott
77a8aba1f5
Merge remote-tracking branch 'upstream/develop' into breakout-updated
2022-04-12 09:54:25 -03:00
Gustavo Trott
102eee3ba5
Backend portion of breakout Manage Users
2022-04-12 09:50:19 -03:00
prlanzarin
f4ba6dd9a2
refactor(audio): use preloaded audio stream if provided
...
Avoids a surplus gUM with local echo test et al
2022-04-11 22:29:20 +00:00
Max Franke
c01c778a2e
feat(video): hide webcam stuff when squeezed
...
Hide the default buttons when video container is too small.
Groups the functionality of other buttons into just one button.
2022-04-11 18:48:17 -03:00
prlanzarin
1e37924e41
refactor(audio): local echo initial hearing state is configurable, ...
...
public.media.showVolumeMeterInSettings => public.media.showVolumeMeter
public.media.simplifiedEchoTest => public.media.localEchoTest.enabled
Initial hearing state can be configured in public.media.localEchoTest.initialHearingState
2022-04-11 21:04:08 +00:00
Tainan Felipe
292d39c773
Fix notes showing text in wrong order
2022-04-11 17:43:21 -03:00
Anton Georgiev
bc823b84e0
Merge pull request #14779 from GuiLeme/issue-14749
...
fix(presentation) - Refactored `temporaryPresId` format to accept german umlauts
2022-04-11 16:10:07 -04:00
prlanzarin
17e5d95d7a
refactor(audio): clean unused code in local echo/volume code
2022-04-11 19:40:16 +00:00
prlanzarin
0d85905c83
fix(audio): centralize default in/out device id definitions, make them an empty string
...
"default" is not an universally valid default value for deviceIds which was causing issues with Firefox and Safari in some specific scenarios where exact deviceId constraints were being used
2022-04-11 19:23:32 +00:00
prlanzarin
d6c7f23a0e
feat(audio): local echo test and audio energy meter
...
New features:
- A simplified echo test mode that only does a local loopback (instead of
going to FS and back)
- A volume meter for microphone streams to the AudioSettings view
Those two features are experimental and disabled by default; see
public.app.media.simplifiedEchoTest and public.app.media.showVolumeMeter configs
Collateral changes:
- fix: localize fallback device strings in AudioSettings/DeviceSelector
- Refactor on some media stream utils to be re-usable across components
- Refactor in AudioSettings to keep gUM #uses stable.
* TODO: need to pass streams through AudioManager to avoid the surplus gUM.
- fix(audio): drop ScriptProcessorNode usage (deprecated)
* Used in volume meter for tracking - use hark instead
2022-04-11 19:21:56 +00:00
prlanzarin
2b230ab914
fix(audio): proper description for testSpeakerLabel
2022-04-11 19:19:16 +00:00
Anton Georgiev
ee4af7730e
Merge pull request #14780 from ramonlsouza/i-14689
...
fix: Screenshare is not displayed to new users, if autoSwapLayout=true
2022-04-11 13:48:20 -04:00
Ramon Souza
1c3d29daa1
adjust video list icon in rtl
2022-04-11 14:40:37 -03:00
Anton Georgiev
1d495968dc
Merge pull request #14793 from ramonlsouza/issue-14762
...
Enable sidebar resize in media area of 'focus on' layouts
2022-04-11 13:16:52 -04:00
Ramon Souza
283c21e4ab
enable sidebar resize in media on 'focus on' layouts
2022-04-11 13:48:46 -03:00
Anton Georgiev
0275b8710b
Merge pull request #14787 from Arthurk12/camera-cancellable-button-2.5
...
refactor(webcam): cancellable button
2022-04-11 10:17:50 -04:00
Guilherme Leme
4627e39435
[issue-14749] - fix downloadable persistence.
2022-04-11 10:26:15 -03:00
Anton Georgiev
1500fb6a29
Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-25-dev
2022-04-09 00:55:25 +00:00
Anton Georgiev
33575e60e6
Merge branch 'develop' of github.com:bigbluebutton/bigbluebutton into v2.5.x-release
2022-04-09 00:48:14 +00:00
Anton Georgiev
3afb57fa66
Merge pull request #14788 from ramonlsouza/merge-2425-apr08
...
chore: Merge 2.4 into 2.5
2022-04-08 20:37:32 -04:00
Ramon Souza
1c873bd8d6
Merge remote-tracking branch 'upstream/v2.4.x-release' into merge-2425-apr08
2022-04-08 17:30:21 -03:00
Max Franke
6b05e431dd
feat(theme): add dark mode theme
2022-04-08 16:05:29 -03:00
Arthurk12
f2d5e7af2c
refactor(webcam): cancellable button
...
Makes it possible to cancel webcam sharing while connecting.
Simplifies button state logic.
2022-04-08 18:54:47 +00:00
Ramon Souza
def29e3388
fix join screenshare
2022-04-08 11:45:17 -03:00
Guilherme Leme
3a93898af0
[issue-14749] - Refactored temporaryPresId
format to not rely on UTF-8 encoding when sending the multipart/form-data content-type in futch
method.
2022-04-08 11:28:47 -03:00
germanocaumo
cacba3c7e7
feat(html5): add meteor rtt as prometheus metric
2022-04-08 14:27:35 +00:00
germanocaumo
640fe57a26
fix(html5): rename stream-cursor prom metric
...
Removes meetintId info from the event name in prometheus metric to better concur with other events.
2022-04-08 14:22:29 +00:00
germanocaumo
a04fbc56e1
feat(html5): add error logs and redis prometheus metrics
...
New config: settings.private.prometheus.collectRedisMetrics disabled by default
2022-04-08 14:21:55 +00:00
Joao Victor
dfa8797f97
Merge remote-tracking branch 'upstream/develop' into breakout-update
2022-04-07 18:01:30 -03:00
Anton Georgiev
4188d254c3
Merge pull request #14765 from ramonlsouza/pr-14751
...
refactor: Notifications rework
2022-04-07 16:35:29 -04:00
Anton Georgiev
638b313896
Merge pull request #14773 from Tainan404/refactor-notes-viewing-mode
...
refactor: Refactor shared notes viewing mode
2022-04-07 15:29:41 -04:00
Anton Georgiev
54bfb1a44e
Merge pull request #14755 from Tainan404/remove-innerhtmls
...
refactor: Remove unnecessary dangerouslySetInnerHTML of the client
2022-04-07 15:28:54 -04:00
Tainan Felipe
3f05270c03
Merge remote-tracking branch 'upstream/v2.5.x-release' into refactor-notes-viewing-mode
2022-04-07 15:40:59 -03:00
Tainan Felipe
fd79d7e3d3
Refactor shared notes viewing mode
2022-04-07 15:35:24 -03:00
Anton Georgiev
052ed973cf
Merge pull request #14772 from ramonlsouza/issue-14745
...
fix: Closed caption button with style bug
2022-04-07 14:30:59 -04:00
Ramon Souza
cea86377cb
fix cc icon styles
2022-04-07 15:14:12 -03:00
Ramon Souza
0a952b3c9d
fix autoswaplayout bug
2022-04-07 14:09:52 -03:00
Joao Victor
9b6c43fa2b
Use forEach instead of map
2022-04-07 14:06:51 -03:00
Anton Georgiev
3cee20c489
fix: Drop old postMessage leftover
2022-04-07 15:27:41 +00:00
Anton Georgiev
cde5c0a5fd
Merge pull request #14756 from JoVictorNunes/issue-14740
...
fix(breakout invitation): pick users from state instead of props
2022-04-07 11:23:11 -04:00
Anton Georgiev
ebf8342627
Merge pull request #14767 from pedrobmarin/f-p-rocs
...
fix(pads): read-only content style
2022-04-07 10:11:19 -04:00
Anton Georgiev
03a7f2b3f0
Merge pull request #14764 from pedrobmarin/r-p-isc
...
refactor(pads): improve session creation
2022-04-07 10:08:17 -04:00
Pedro Beschorner Marin
5104a0d766
fix(pads): read-only content style
...
Set width to the inner div that will receive the pad's HTML content.
2022-04-07 10:57:27 -03:00
Ramon Souza
298a931179
adjust user join/leave and guest notifications
2022-04-07 10:42:26 -03:00
Pedro Beschorner Marin
307a6cb83c
refactor(pads): improve session creation
...
Add a throttle control to avoid multiple create session calls in a short
period of time.
2022-04-07 10:26:59 -03:00
Ramon Souza
2edc102f80
move user message to all breakouts notification to akka
2022-04-07 09:40:13 -03:00
Ramon Souza
a80fe263a3
move breakout room ended notification to akka
2022-04-07 09:39:32 -03:00
Joao Victor
a89c8eb0d0
Pass function to get svg ref instead of the ref itself
2022-04-06 16:37:11 -03:00
Joao Victor
5baea83a4d
Pick users from state instead of props
2022-04-06 14:35:44 -03:00
Tainan Felipe
a77fee3479
Remove unused code in chat alert
2022-04-06 14:29:50 -03:00
Tainan Felipe
b62e9dc7d6
Add a simple way to show more than one description in modal confirmation
2022-04-06 14:27:05 -03:00
Joao Victor
60d2760705
Fix parentheses
2022-04-06 13:15:00 -03:00
Joao Victor
38053b8a28
Move layout info into Notification container + Fix translation on waiting user alert
2022-04-06 12:07:12 -03:00
Joao Victor
9a674c0df8
Merge remote-tracking branch 'upstream/develop' into breakout-update
2022-04-06 11:25:39 -03:00
Anton Georgiev
0d73bb3050
Merge pull request #14593 from ramonlsouza/issue-14382
...
feat: Notify users that recording is now on (in recordable session)
2022-04-06 10:02:59 -04:00
Anton Georgiev
dff8c4ee76
Update bigbluebutton-html5/imports/ui/components/nav-bar/recording-indicator/notify/component.jsx
...
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2022-04-06 10:02:48 -04:00
Ramon Souza
fcaf26d1e6
fix no presentation bug
2022-04-06 10:44:09 -03:00
Joao Victor
f5b9cc839c
FormattedMessage rather than intl injection
2022-04-06 10:27:51 -03:00
Joao Victor
e1453f672e
Remove old UserJoinedMeeting and UserLeftMeeting notifications
2022-04-06 10:21:49 -03:00
Joao Victor
dc16f83e82
Remove old NewGuestUser notification
2022-04-05 18:02:05 -03:00
Ramon Souza
a1a8d68b4d
fix presentation size 0 bug
2022-04-05 14:37:52 -03:00
Joao Victor
43213bb573
Remove old UserPromotedToModerator and UserDemotedToViewer notifications
2022-04-05 11:16:30 -03:00
Joao Victor
ef8604088d
Remove old HasPublishedPoll notification
2022-04-05 11:09:34 -03:00
Joao Victor
aa93b5832a
Remove old MeetingMuted and MeetingUnmuted notifications
2022-04-05 11:05:13 -03:00
Joao Victor
b5765844bb
Remove old lock setting notifications
2022-04-05 10:56:22 -03:00
Joao Victor
f3dc734c45
Remove old RecordingStarted and RecordingStopped notifications
2022-04-05 09:58:42 -03:00
Anton Georgiev
23ee038387
Merge pull request #14585 from danielpetri1/pads-shared-notes-upload
...
feat: Automatic upload of the shared notes as presentation
2022-04-05 08:06:24 -04:00
Joao Victor
0e29c1fdc3
Fix link sanitizing in welcome message.
2022-04-04 17:34:16 -03:00
Anton Georgiev
a07d5e7969
Merge pull request #14687 from antonbsa/tests-check-settings
...
test: Handle file download and check current settings
2022-04-04 16:06:27 -04:00
Ramon Souza
71412ebd21
remove notify recording key from settings file
2022-04-04 16:56:01 -03:00
Ramon Souza
06da4e5e0d
fix errors caused by develop merge
2022-04-04 16:52:43 -03:00
Ramon Souza
4c328bc4ea
Merge remote-tracking branch 'upstream/develop' into issue-14382
2022-04-04 16:25:50 -03:00
Anton Georgiev
158d84fab8
Merge pull request #14602 from ramonlsouza/issue-10813
...
fix: Do not display data saving toggles when features are disabled
2022-04-04 14:19:08 -04:00
Anton Georgiev
324388aa8e
Merge pull request #14016 from Tainan404/wip-new-msg-userLeftFlag
...
refactor: add msg userLeftFlag
2022-04-04 14:08:40 -04:00
Tainan Felipe
159a09be49
Small adjustments
2022-04-04 14:26:00 -03:00
Anton Georgiev
c923bbd4b4
Merge pull request #14571 from JoVictorNunes/issue-14416
...
fix: prevent redirect after feedback of user
2022-04-04 10:55:19 -04:00
Joao Victor
f8e6eb669a
Fix user role comparison
2022-04-04 11:02:05 -03:00
Joao Victor
275c0dc51f
Automatically redirect viewers after feedback
2022-04-04 10:09:40 -03:00
Gustavo Trott
73977036cc
Remove garbage
2022-04-01 17:30:39 -03:00
Gustavo Trott
839aeb2685
Remove UserEjectedFromMeetingEvtMsg occurrences
2022-04-01 17:11:28 -03:00
Anton Georgiev
280da6ab40
Merge pull request #14726 from prlanzarin/u25-new-victorio
...
fix(locale): add locale for audio settings speaker test label
2022-04-01 13:36:53 -04:00
prlanzarin
91f1119bfd
fix(locale): add locale for audio settings speaker test label
2022-04-01 13:58:04 -03:00
Anton Georgiev
72d37d799b
Merge pull request #14703 from ramonlsouza/pr-issue-14493
...
refactor: Add server side notification
2022-04-01 09:23:22 -04:00
Joao Victor
1994c32b43
Keep user options dropdown open even after updating user list order
2022-03-31 13:58:41 -03:00
Anton Georgiev
2a131086a7
Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-25
2022-03-31 15:32:14 +00:00
Anton Georgiev
74db3a630b
Merge pull request #14658 from ramonlsouza/issue-14655
...
fix: Clear chat button is not working
2022-03-31 11:17:22 -04:00
Anton Georgiev
c89f952868
Merge pull request #14578 from JoVictorNunes/issue-14443
...
fix: toast notification style
2022-03-31 10:46:59 -04:00
Anton Georgiev
788fc7bd6a
Merge pull request #14577 from JoVictorNunes/issue-14486
...
fix(chat): close private chat button
2022-03-31 10:46:49 -04:00
Ramon Souza
b9a76feb18
use Meteor Random.id() for id generation
2022-03-31 11:43:58 -03:00
Anton Georgiev
bb92689904
Merge pull request #14601 from ramonlsouza/lgtm-mar15
...
refactor: remove unused imports/variables
2022-03-31 10:14:48 -04:00
Ramon Souza
9dc515d570
undo video-list-item removal
2022-03-31 09:47:31 -03:00
Ramon Souza
0794f5188b
Merge remote-tracking branch 'upstream/develop' into lgtm-mar15
2022-03-31 09:21:59 -03:00
Anton Georgiev
3d9c8d0e4c
Merge pull request #14706 from ramonlsouza/issue-14689-25
...
fix: setSwapLayout happens after other components change its value
2022-03-30 17:05:03 -04:00
Ramon Souza
eee4fde845
prevent setSwapLayout race condition
2022-03-30 15:43:00 -03:00
Ramon Souza
92688ca93a
prevent setSwapLayout race condition
2022-03-30 15:31:19 -03:00
Ramon Souza
375cf41498
fix smart layout invisible video bug
2022-03-30 15:30:39 -03:00
Anton Georgiev
478605b6b0
Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-25-develop
2022-03-30 18:19:28 +00:00