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
Anton Georgiev
b7a06cbac0
Merge pull request #13091 from antobinary/npm-audit-123
...
chore: Update missed trim-newlines reference
2021-08-27 10:02:05 -04:00
Anton Georgiev
1db945e599
chore: Update missed trim-newlines reference
2021-08-27 13:55:51 +00:00
Anton Georgiev
7d9d193952
Merge pull request #13090 from antobinary/npm-audit-123
...
chore: Pulled HTML5 2.3 locales on Aug 26, 2021
2021-08-27 09:55:09 -04:00
Anton Georgiev
9970a15d48
chore: Pulled HTML5 2.3 locales on Aug 26, 2021
2021-08-27 13:53:44 +00: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
89723e3fa8
Merge pull request #13062 from pedrobmarin/f-p-scrp
...
fix(polling): stop current running poll
2021-08-27 09:45:43 -04: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
Anton Georgiev
42ac3d03ff
Merge pull request #13088 from ramonlsouza/issue-12412
...
fix: Toggle list button missing tooltip when list hidden
2021-08-27 09:43:15 -04:00
Ramon Souza
7f1502fbf3
display userlist toggle tooltip when userlist is hidden
2021-08-27 09:21:39 -03:00
Anton Georgiev
ea98d34b80
Merge pull request #13087 from MaximKhlobystov/remove-testing-dependencies
...
Remove unused testing dependencies
2021-08-27 07:42:17 -04:00
Maxim Khlobystov
7acc607bcb
Remove puppeteer and dotenv from main package.json
2021-08-27 03:25:36 +00:00
Joao Siebel
c3751cfef3
Fix recording when there is no presentation
2021-08-26 17:13:05 -03:00
Anton Georgiev
629ef455c5
Merge pull request #13086 from antobinary/npm-audit-123
...
chore: update "ws" and "path-parse" versions
2021-08-26 16:07:21 -04:00
Anton Georgiev
02c4847437
chore: update "ws" version
2021-08-26 20:03:58 +00:00
Anton Georgiev
495792356b
Merge pull request #13083 from ramonlsouza/update-locales
...
chore: update 2.4 locales
2021-08-26 16:02:40 -04:00
Ramon Souza
212c79b7b3
update 2.4 locales
2021-08-26 16:02:13 -03:00
Gustavo Trott
db5d313d69
Send bbb locale when open Learning Dashboard
2021-08-26 15:42:23 -03:00
Gustavo Trott
9b88431152
Set LearningDashboard enabled by default
2021-08-26 15:41:42 -03:00
Gustavo Trott
b7f14537ed
Improvements to Learning Dashboard
2021-08-26 15:21:15 -03:00
Anton Georgiev
d7bc64120e
chore: bump to v2.3.13
2021-08-26 14:15:50 -04:00
Gustavo Trott
935d11b2eb
Merge with develop
2021-08-26 15:08:45 -03:00
Gustavo Trott
6feb470fcf
Merge with develop
2021-08-26 15:04:06 -03:00
Gustavo Trott
4c4323ec69
Implements Clean up of LearningDashboard files when meeting ends
2021-08-26 14:18:09 -03:00
Pedro Beschorner Marin
74194e8d11
Merge pull request #13033 from kepstin/rec-audio-fixes
...
Recording screenshare audio fixes
2021-08-26 14:13:11 -03:00
Anton Georgiev
4ecfc2bb50
Merge pull request #13078 from ramonlsouza/issue-13057
...
fix: language override does not apply in learning dashboard
2021-08-26 13:12:20 -04:00
Fred Dixon
6fad8bf4a6
Merge pull request #13081 from ffdixon/fix-dockerfile-libreoffice
...
Fix https://github.com/bigbluebutton/bbb-install/issues/413 in source
2021-08-26 12:39:10 -03:00
Fred Dixon
ac1ac70da9
Fix https://github.com/bigbluebutton/bbb-install/issues/413 in source
2021-08-26 10:33:40 -05:00
Calvin Walton
93422b5f21
Move ffmpeg '-an' and '-vn' options out of the working format args
...
Disabling audio or video processing isn't really something that's part
of the working format (and at some point we might want to combine
audio+video processing together).
Move the setting of the '-an' and '-vn' options to where they're
required - as a detail of the EDL processing for video-only and
audio-only components of the output.
Honestly, the main reason for this change is that when testing alternate
working formats, I had accidentally dropped the '-vn' option from the
FFMPEG_WF_ARGS variable without noticing.
2021-08-26 11:20:52 -04:00
Anton
ade947c4dc
update catch parameter to 'err'
2021-08-26 11:16:54 -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
Gustavo Trott
ef4de06cf8
Fix problem in param learningDashboardEnabled
2021-08-25 17:19:04 -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
Anton Georgiev
ee1a10d217
Merge pull request #13072 from ramonlsouza/fix-off-by-one-index-alert
...
fix: off-by-one index check
2021-08-25 13:32:55 -04:00
Ramon Souza
5313df76c2
fix off-by-one index check
2021-08-25 14:29:30 -03:00
Anton Georgiev
0e7230fe59
Merge pull request #13071 from bigbluebutton/antobinary-patch-1
...
fix: Fix log message (LGTM)
2021-08-25 13:18:33 -04:00
Anton Georgiev
34453b8528
fix: Fix log message (LGTM)
...
Updating string for audio connected audio. Thanks @stweil
2021-08-25 13:17:27 -04: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
Ramon Souza
65382e72af
remove saveLocale static method
2021-08-25 14:06:57 -03:00
Ramon Souza
86df6ee96f
prevent endless loop if locale file is invalid json
2021-08-25 13:12:38 -03:00
Gustavo Trott
2ca508134e
Renames EmojisTable to StatusTimeline
2021-08-25 12:19:13 -03:00
Gustavo Trott
4bd5707527
Rename project from bbb-activity-report to bbb-learning-dashboard
2021-08-25 11:42:31 -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
Pedro Beschorner Marin
57e27bb4dc
fix(polling): stop current running poll
...
As far as I could understand, polls are tightly coupled with the meeting
main content area, or at least they were and we still have to deal with
this close relation between them. Not sure if it's something we'll keep
this way forever but, from my candid perspective, looks like this is already
diverging inside the poll model. Polls are indexed by presentation pages,
screenshare or even something called "public" that I'm not 100% what
actually means. My best guess is anything besides the first and the second.
The polling stop process lacks to inform which pollId is scoped at source
so it relies on akka-apps to discover based on the current state of other
apps. This looks like the major problem over this polling termination issue.
Made a few changes at the running poll getter fallback at the polling stop
process. Following the premise that there is only one running poll available,
we make sure to return a valid running poll (if there's one).
2021-08-24 18:56:01 -03:00
Anton Georgiev
e3371c10ad
Merge pull request #13026 from znerol-forks/bug/develop/remove-spurious-nginx-error-page
...
fix: Remove spurious nginx error_page directive
2021-08-24 16:40:29 -04: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