Commit Graph

30775 Commits

Author SHA1 Message Date
Anton Georgiev
7d3c4324d1
Merge pull request #13061 from ramonlsouza/remove-unused-code
refactor: remove unused imports/variables
2021-08-24 16:35:24 -04:00
Ramon Souza
713ad36280 remove old pt-br comment 2021-08-24 17:29:20 -03:00
Mario Jr
a2eae56839 Show more network info in connection status modal
We now show jitter, lost packets and turn server informations
2021-08-24 16:35:41 -03:00
Anton Georgiev
3bcdf1f910
Merge pull request #13056 from ramonlsouza/issue-13032
fix: uneven spacing - video-preview modal
2021-08-24 14:43:58 -04:00
Anton Georgiev
ef39b34279
Merge pull request #13060 from jfsiebel/408-message
Add missing error code 408 message
2021-08-24 14:38:51 -04:00
Ramon Souza
4c381a5805 remove unused imports/variables 2021-08-24 13:24:48 -03:00
Joao Siebel
06b1838777 Merge remote-tracking branch 'upstream/develop' into allow-to-remove-all-presentations 2021-08-24 10:39:07 -03:00
Joao Siebel
dafd025f67 Add missing error code 408 message.close #12832 2021-08-24 10:29:26 -03:00
Ramon Souza
d96d037ff6 fix uneven spacing - video-preview modal 2021-08-24 08:42:39 -03:00
Pedro Beschorner Marin
300c62c4dd
Merge pull request #13052 from ramonlsouza/issue-12676
fix: only change presentation isDownloadable state after confirmation
2021-08-24 07:38:38 -03:00
Joao Siebel
f3f9ec19eb Allow presenter to remove all presentations 2021-08-23 18:04:16 -03:00
Pedro Beschorner Marin
0c829649b1
Merge pull request #13053 from pedrobmarin/f-w-klnp
fix(webcam): key list not provided
2021-08-23 15:16:56 -03:00
Max Franke
1b30a6e4bd fix(webcam): key list not provided
userName is a list, and its contents must have an unique key.
2021-08-23 13:30:38 -03:00
Mario Jr
00e01c1872 add screenshare's peer information to video stats in connection status modal
Added support for getStats in screenshare's service. This works similar
to the getStats for video provider, and the information retrieved from
screenshare is added to the video information for cameras.
2021-08-23 12:36:01 -03:00
Mario Jr
46e4066f6e fix undefined reference to 'inbound-rtp'
When audio is inactive, the browser shows an error related
to this undefined reference.
2021-08-23 12:21:05 -03:00
Pedro Beschorner Marin
431204032e
Merge pull request #13029 from mikhailnov/redis-dep-systemd
Avoid race condition between redis and bbb-rap-resque-worker
2021-08-23 11:29:20 -03:00
Gustavo Trott
241ab5f233 Adds Emojis timeline view to Dashboard 2021-08-23 11:14:35 -03:00
Gustavo Trott
0ae69eb7af Adds improvements in code and performance 2021-08-23 11:13:00 -03:00
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
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
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
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