Commit Graph

6606 Commits

Author SHA1 Message Date
Ramon Souza
0b2071b18f hide tooltips on unmount 2021-08-31 09:25:11 -03:00
Anton Georgiev
1a6b863f83
Merge pull request #13040 from hiroshisuga/patch-42
Avoid crash by clicking the start dictation button quickly
2021-08-30 16:19:06 -04:00
Anton Georgiev
65d44f95aa
Merge pull request #13108 from ramonlsouza/issue-13035
fix: client crashes when quickly clicking start/stop captions dictation button 3 times
2021-08-30 16:13:02 -04:00
Ramon Souza
65da65f2ea add debounce to captions dictation button 2021-08-30 17:05:32 -03:00
Anton Georgiev
694edf479d
Merge pull request #13084 from gustavotrott/learning-dashboard-improvements2
Learning Dashboard: Activity Score, Status Timeline, Clean up, Rename old activityReport
2021-08-30 15:33:26 -04:00
Anton Georgiev
60d3248cb4
Merge pull request #13038 from antonbsa/fix-tests-with-files-and-update-breakout
test: Fix tests with files and update breakout
2021-08-30 14:32:33 -04:00
Anton Georgiev
8ba4e09092
Merge pull request #13103 from ramonlsouza/issue-12445
poll live result - layout improvements
2021-08-30 14:28:11 -04:00
Anton Georgiev
5cf0536eea
Merge pull request #13105 from mariogasparoni/more-about-13015
chore(audio): fix eslint / sonar smells on button-emoji
2021-08-30 14:25:03 -04:00
Gustavo Trott
6970a0ab30
Merge branch 'develop' into learning-dashboard-improvements2 2021-08-30 15:23:04 -03:00
Mario Jr
7ee61abaee chore(audio): fix eslint / sonar smells on button-emoji 2021-08-30 15:19:52 -03:00
Anton Georgiev
bc8b3ff691
Merge pull request #13104 from antobinary/merge-aug30
chore: Merge 2.3.13 into develop
2021-08-30 14:14:29 -04:00
Anton Georgiev
4ecb24b4fa Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into merge-aug30 2021-08-30 18:11:16 +00:00
Gustavo Trott
396730f2f1 Fix Learning Dashboard opening automatically 2021-08-30 14:54:51 -03:00
Gustavo Trott
ddb383cf05 Sends dashboard token through Cookie instead of URL param 2021-08-30 14:20:39 -03:00
Ramon Souza
2a80a9753a improve poll live results layout 2021-08-30 13:45:24 -03:00
Anton Georgiev
247b2bf5e3
Merge pull request #13100 from KDSBrowne/bbb-update-keycode
Update Value To Key Code Constant
2021-08-30 12:13:32 -04:00
Anton Georgiev
fe744fc20f
Merge pull request #13015 from KDSBrowne/bbb-media-menu
Update Media Selection Dropdown to Menu
2021-08-30 11:42:57 -04:00
Mario Jr
9664d052c9 chore(audio): small fixes on "Update media selection dropdown" #13015
Removed trailing spaces in audio-controls/component.jsx
Fixed browser warning about required BBBMenu's onClick prop in
input-stream-live-selector/component.jsx
Fixed eslint warning "react/button-has-type" in ButtonEmoji.jsx
Fixed browser warning about not recognized hideLabel prop in ButtonEmoji.jsx
2021-08-30 11:41:58 -03:00
Ramon Souza
a201c873e4 fix incorrect camera position in mobile - smart layout 2021-08-30 08:54:49 -03:00
KDSBrowne
cf57bb5290 update value to key code constant 2021-08-30 00:53:06 +00:00
Anton Georgiev
fb6a1456d4
Merge pull request #13014 from KDSBrowne/bbb-upload-focus-trap
Restrict Keyboard Access From Elements Behind Upload Modal
2021-08-27 14:58:20 -04:00
Ramon Souza
e55529142f Merge remote-tracking branch 'upstream/develop' into issue-6803 2021-08-27 15:37:19 -03:00
Ramon Souza
429d1b3e9e fix button position in iPhone + RTL 2021-08-27 15:34:01 -03:00
Anton Georgiev
46af0a8ee0
Merge pull request #13059 from jfsiebel/allow-to-remove-all-presentations
Allow presenter to remove all presentations
2021-08-27 14:06:37 -04:00
Anton Georgiev
014fa414d2 fix: RTL support for network stats #13085 2021-08-27 15:30:24 +00:00
Anton Georgiev
ae65269c67
Merge pull request #13085 from mariogasparoni/feat-copy-data-to-clipboard
feat: allow users to see network stats and copy network data to clipboard
2021-08-27 10:30:23 -04:00
Ramon Souza
d35c509e8b restores required prop 2021-08-27 10:49:20 -03:00
Ramon Souza
fee3f49452 fix lgtm alerts 2021-08-27 10:47:58 -03:00
Anton Georgiev
42243f858a
Merge pull request #13067 from ramonlsouza/fix-settings-margin-mobile
fix: settings margin - mobile
2021-08-27 09:43:39 -04:00
Ramon Souza
7f1502fbf3 display userlist toggle tooltip when userlist is hidden 2021-08-27 09:21:39 -03:00
Joao Siebel
c3751cfef3 Fix recording when there is no presentation 2021-08-26 17:13:05 -03:00
Gustavo Trott
db5d313d69 Send bbb locale when open Learning Dashboard 2021-08-26 15:42:23 -03:00
Gustavo Trott
b7f14537ed Improvements to Learning Dashboard 2021-08-26 15:21:15 -03:00
Gustavo Trott
6feb470fcf Merge with develop 2021-08-26 15:04:06 -03:00
Ramon Souza
b1f8723677 add locale parameter to learning dashboard links 2021-08-26 09:45:01 -03:00
Ramon Souza
1d89c893dc move presentation fullscreen button to top right 2021-08-25 17:31:52 -03:00
Mario Jr
fe7c7fe685 allow network stats information and copy button to be enabled in config file 2021-08-25 16:38:36 -03:00
Mario Jr
8997b68a3c Support firefox and other browser in network stats monitor
For browsers that don't support headerBytesSent in RTCOutboundRtpStreamStats
neither headerBytesReceived in RTCInboundRtpStreamStats, we are now able
to calculate upload and download rates.
We are also able to get transportStats information for browsers that
don't support iceTransport attribute of RTCDtlsTransport.
2021-08-25 16:27:46 -03:00
Pedro Beschorner Marin
7ff2770f10
Merge pull request #13050 from rajasekharponakala/develop
Improvised PeerTube MATCH_URL RegEx
2021-08-25 14:07:10 -03:00
Gustavo Trott
cd15f17394 Refactor all references for activity-report renaming to learning-dashboard 2021-08-25 11:38:35 -03:00
Ramon Souza
51cedc640d fix settings margin - mobile 2021-08-25 08:35:37 -03:00
Anton Georgiev
e6eebfaa81
Merge pull request #12983 from prlanzarin/u24-fantas
refactor(webcams, screenshare, listen-only): let the server generate subscriber offers
2021-08-24 16:37:44 -04:00
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
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
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