Mario Jr
148704cdec
fix docs for getStats in audio and video services
2021-08-23 11:07:12 -03:00
Ramon Souza
9d4e79f83e
only change presentation isDownloadable after confirmation
2021-08-23 10:23:09 -03:00
rajasekhar
bdb8c72d79
Improvised PeerTube MATCH_URL RegEx
...
In PeerTube v3.3, URL routing path is changed. Unable to upload the URL with new pattern. Thus, improvised MATCH_URL to upload URLs of new and old PeerTube versions.
Refer- https://joinpeertube.org/news#release-3.3
2021-08-22 13:50:09 +05:30
Anton
2506842b3d
fix the use of util functions
2021-08-20 17:33:57 -03:00
Anton
b2552628e9
add util.js to core folder
2021-08-20 17:33:23 -03:00
Pedro Beschorner Marin
17d7275c07
Merge pull request #13044 from ramonlsouza/issue-12698
...
feat: user leave alerts
2021-08-20 16:04:32 -03:00
Gustavo Trott
af61cc74ee
Implements Activity Score to Learning Dashboard
2021-08-20 15:26:55 -03:00
Gustavo Trott
0650d4e993
Merge remote-tracking branch 'upstream/develop' into learning-dashboard-activity-score
2021-08-20 14:47:53 -03:00
Ramon Souza
e59c5f0699
add user leave settings
2021-08-20 14:15:29 -03:00
Ramon Souza
b048e77f10
user leave alerts feature
2021-08-20 13:14:12 -03:00
Pedro Beschorner Marin
f3866cf9a3
Merge pull request #13042 from ramonlsouza/issue-12767
...
Color variables on toggle
2021-08-20 09:22:49 -03:00
Ramon Souza
0222655ed1
make toggles use global success/danger colors
2021-08-20 08:54:08 -03:00
hiroshisuga
74e4a2f3cb
Update component.jsx
2021-08-20 18:16:43 +09:00
KDSBrowne
b3ed3c842c
update styles for virtual background thumbnails
2021-08-20 00:21:34 +00:00
Anton
8feda80111
fix selectors hardcoded
2021-08-19 17:22:31 -03:00
Anton
5cb8417fdf
remove test video file
2021-08-19 16:43:17 -03:00
Anton
50a62bb3fa
fix breakout test: increase time waiting the invite modal and update with the second click to join room
2021-08-19 16:37:15 -03:00
Pedro Beschorner Marin
11a6e1a4f8
Merge pull request #13027 from ramonlsouza/issue-12847
...
add focus and tooltips to virtual backgrounds
2021-08-19 16:30:07 -03:00
Fred Dixon
00152faeb4
Merge pull request #13037 from pedrobmarin/s-l-ci
...
style(logo): centralize image
2021-08-19 16:05:17 -03:00
Fred Dixon
ab0a343674
Merge pull request #13036 from pedrobmarin/f-w-sdl
...
feat(web): set default logo
2021-08-19 16:05:02 -03:00
Pedro Beschorner Marin
b6b406588b
style(logo): centralize image
...
Change the custom logo style to centralize the logo image.
2021-08-19 15:32:30 -03:00
Pedro Beschorner Marin
1db49719c9
feat(web): set default logo
...
Add an option to set a default logo to be placed for all created meetings.
The default logo is inserted as a create meeting param for all meetings that
do not have a `logo` param defined. Two new properties were included at
bigbluebutton-web configuration:
- [Boolean] `useDefaultLogo`: enables/disables the use of the default logo
disabled as default
- [String] `defaultLogoURL`: The default logo URL to be fetched by the client
bigbluebutton logo as default
2021-08-19 15:22:44 -03:00
Pedro Beschorner Marin
ab7820fc1a
Merge pull request #13034 from ramonlsouza/issue-12475
...
fix: incorrect layout when a focused webcam is unshared
2021-08-19 14:49:23 -03:00
Ramon Souza
5ed9639601
remove focus state if camera is unshared
2021-08-19 14:31:02 -03:00
Pedro Beschorner Marin
9fd28639e5
Merge pull request #13031 from ramonlsouza/issue-13021
...
Closed captions / shared notes resizing improvements
2021-08-19 14:14:15 -03:00
Calvin Walton
02d5fe14a6
Don't re-parse the events xml for the has_screenshare_audio check
2021-08-19 10:58:04 -04:00
Ramon Souza
eb8401e820
fix resize bugs - shared notes
2021-08-19 10:05:25 -03:00
Anton
2aebf12c8e
remove selector with id=container
2021-08-19 10:03:58 -03:00
Ramon Souza
7c0fdc7bbe
fix resize bugs - captions
2021-08-19 09:59:50 -03:00
Mikhail Novosyolov
340b0771e5
Avoid race condition between redis and bbb-rap-resque-worker
...
Redis must be started before bbb-rap-resque-worker.service which will connect to Redis
2021-08-19 02:37:20 +03:00
Pedro Beschorner Marin
5bc616722a
Merge pull request #13028 from ramonlsouza/issue--12928
...
fix: Poll layout errors
2021-08-18 18:12:05 -03:00
Ramon Souza
bed369d2d1
break lines in live result button
2021-08-18 17:46:04 -03:00
Ramon Souza
7dede494c7
move label out of switch component
2021-08-18 17:02:46 -03:00
Ramon Souza
015fd6e7a8
poll buttons rework for small panel sizes
2021-08-18 16:33:32 -03:00
Gustavo Trott
862710b61e
Ignore case on sort user list
2021-08-18 15:04:22 -03:00
Ramon Souza
b8e80644cf
add focus and tooltips to virtual backgrounds
2021-08-18 14:24:19 -03:00
Pedro Beschorner Marin
2e50ec63b7
Merge pull request #13024 from gustavotrott/learning-dashboard-dial-in
...
Learning Dashboard: List Dial-In users in the dashboard
2021-08-18 13:35:55 -03:00
znerol
ade03a81da
fix: Remove spurious nginx error_page directive, refs: #13025
2021-08-18 16:59:05 +02:00
Gustavo Trott
465a4c41ec
Includes dialIn users to Learning Dashboard
2021-08-18 11:45:24 -03:00
Pedro Beschorner Marin
736fe2baff
Merge pull request #13023 from ramonlsouza/issue-11971
...
fix: resize / drag & drop won't stop if user switches tabs
2021-08-18 11:27:46 -03:00
Ramon Souza
7bc9ac82c0
stop resize if user switches browser tab
2021-08-18 09:38:59 -03:00
Pedro Beschorner Marin
c25ec18bd2
Merge pull request #12994 from ramonlsouza/issue-12948
...
fix: Bug when resizing content in custom layout
2021-08-18 08:20:26 -03:00
Pedro Beschorner Marin
26d1548a2a
Merge pull request #12996 from ramonlsouza/fix-settings-menu-viewer
...
fix: empty settings menu - viewers
2021-08-18 08:19:52 -03:00
Pedro Beschorner Marin
9b94f7e422
Merge pull request #13010 from ramonlsouza/issue-13003
...
fix: Keyboard Access To Assign Users To Breakout Room Broken
2021-08-18 08:18:58 -03:00
Pedro Beschorner Marin
138761c662
Merge pull request #13020 from vitormateusalmeida/why-did-you-render
...
Add why did you render lib
2021-08-18 08:18:35 -03:00
Mario Jr
a4f7447b65
Add information about using turn in audio stats
...
This information is also retrieved when copying data to clipboard
2021-08-17 16:54:49 -03:00
Mario Jr
f280c0a6cb
add information about jitter and packets lost in network data monitor
...
We also adds this information when copying data to clipboard
2021-08-17 16:51:50 -03:00
Pedro Beschorner Marin
a6597c29a0
Merge pull request #13019 from ramonlsouza/issue-13017
...
fix: couldn't reopen closed caption panel
2021-08-17 15:29:04 -03:00
Vitor Mateus De Almeida
e1e3c061c1
add why did you render lib
2021-08-17 13:59:18 -03:00
Anton
202b027eac
fix webcam content test: use default media stream, update loop_interval and fail on first false return
2021-08-17 13:33:41 -03:00