Commit Graph

29952 Commits

Author SHA1 Message Date
germanocaumo
e5b012d007 refactor(html5-prom): use ES6 imports/exports 2021-10-06 18:56:55 +00:00
germanocaumo
30db4a4122 refactor(html5-prometheus): remove MCS references and change default port 2021-10-06 18:56:32 +00:00
germanocaumo
a0580431e0 feat(html5-server): add prometheus default instrumentation
Adds prometheus client to collect html5 server metrics.
Only default Node.js metrics in this initial version.

Enable via configs in private.app.prometheus
2021-10-06 18:55:19 +00:00
Anton Georgiev
585c263129
Merge pull request #13425 from pedrobmarin/f-cc-cr
fix(closed captions): captions recording
2021-10-06 10:00:21 -04:00
Pedro Beschorner Marin
3bf1eeeeaf fix(closed captions): captions recording
Missing updates on Meteor's data validation for the closed captions
backend recording events.
2021-10-06 10:50:07 -03:00
Anton Georgiev
32ea86f151
Merge pull request #13412 from gustavotrott/bbb-conf-fix-html5-conf-etc
Backport 2.3: Fix Bbb-conf ignoring bbb-html5 config overrides
2021-10-05 16:02:10 -04:00
Gustavo Trott
38e46782c3 Change condition of sipjsHackViaWs to consider null and undefined values 2021-10-05 16:52:31 -03:00
Anton Georgiev
563bf2caca
Merge pull request #13392 from pedrobmarin/f-sn-aps
fix(shared notes): avoid padId subscription
2021-10-05 12:26:37 -04:00
Anton Georgiev
c2a48a5e9d
Merge pull request #13396 from pedrobmarin/f-cc-aps
fix(closed captions): avoid padId subscription
2021-10-05 12:26:26 -04:00
Anton Georgiev
e1e629c507
Merge pull request #13398 from pedrobmarin/f-cc-coota
fix(closed captions): check owner on text append
2021-10-05 12:26:13 -04:00
Gustavo Trott
f6a955fd47 Makes html5 config from etc override default config 2021-10-05 11:06:03 -03:00
Pedro Beschorner Marin
b65d253143 fix(closed captions): check owner on text append
Avoid appendText call if the requester is not the closed captions' pad
owner.
2021-10-04 14:40:43 -03:00
Pedro Beschorner Marin
f7793bdc4b fix(closed captions): avoid padId subscription
Remove padIds from the closed captions MongoDB collection subscription.

Users now have to fetch the padId from Meteor when needed. Meteor is
responsible for checking the user's access level and return the
proper id.
2021-10-04 14:35:53 -03:00
Pedro Beschorner Marin
995b6aad41 fix(shared notes): avoid padId subscription
Remove padIds from the shared notes MongoDB collection subscription.

Users now have to fetch the padId from Meteor when needed. Meteor is
responsible for checking the user's access level and return the
proper id.
2021-10-04 10:18:40 -03:00
Anton Georgiev
a490ad9e37
Merge pull request #13348 from gustavotrott/pres-checker-refuse-problematic-image-2.3.x
Backport 2.3: Avoid BBB to convert presentation with a problematic image/transparent pixel
2021-10-01 12:32:00 -04:00
Anton Georgiev
f796f3fda3
Merge pull request #13365 from gustavotrott/breakout-url-delay-fix-2.3
Backport 2.3: Fix delay to receive URL to join in a BreakoutRoom
2021-10-01 12:25:24 -04:00
Anton Georgiev
651d72be88
Merge pull request #13366 from TiagoJacobs/fix-libreoffice-install
Fix broken apt cache when installing libreoffice
2021-10-01 12:23:52 -04:00
Gustavo Trott
b07012df16 Removes prop users from BreakoutModel and add prop url_ instead 2021-10-01 13:19:01 -03:00
Tiago Jacobs
eb4f1b0b88 Fix broken apt cache when installing libreoffice 2021-10-01 13:18:26 -03:00
Gustavo Trott
5a8e44d7d6 Includes to pres-checker a checksum of a image that makes Libreoffice crash 2021-09-30 15:41:15 -03:00
Anton Georgiev
781df6b35c
Merge pull request #13313 from pedrobmarin/f-g-mp
fix(guests): max participants
2021-09-30 09:31:03 -04:00
Anton Georgiev
3df6e19dc9
chore: bump to v2.3.15 2021-09-29 15:24:50 -04:00
Anton Georgiev
63de9a71bd
Merge pull request #13328 from gustavotrott/office-docker-memory-limit-2.3-release
Backport 2.3: Set a Memory limit to Office to PDF conversion Docker
2021-09-29 14:37:15 -04:00
Gustavo Trott
bf4229bbe5 Set 1gb as memory limit for Office-conversion Docker 2021-09-29 14:54:07 -03:00
Pedro Beschorner Marin
c43ca7a22d fix(guests): max participants
Waiting users shouldn't count as valid participants at the meeting's
`maxParticipants` constraint.

Avoid calling `enter` at the waiting page.

Reference https://github.com/bigbluebutton/bigbluebutton/pull/10542
2021-09-28 08:31:18 -03:00
Anton Georgiev
669c8abeb9
Merge pull request #13265 from antobinary/2.3-locales-sept-22
chore: Pulled HTML5 locales for 2.3 on Sept 22, 2021
2021-09-22 14:52:56 -04:00
Anton Georgiev
7fd938cfd9 chore: Pulled HTML5 locales for 2.3 on Sept 22, 2021 2021-09-22 18:42:14 +00:00
Anton Georgiev
83f5dab786
Merge pull request #13264 from antobinary/npm-deps-sept-22
chore: Update axios and other npm deps
2021-09-22 14:41:31 -04:00
Anton Georgiev
fe275ccb84 chore: Update axios and other npm deps 2021-09-22 18:19:10 +00:00
Anton Georgiev
dec84c02f9
chore: bump to v2.3.14 2021-09-22 14:11:24 -04:00
Richard Alam
f17c54cfe6
Merge pull request #13234 from gustavotrott/fix-endWhenNoModerator-time-reset-v2.3.x
Fix: endWhenNoModerator not ending the meeting after all moderators left
2021-09-16 14:02:32 -04:00
Gustavo Trott
065dedf0fa Avoid to reset lastModeratorLeftOnInMs when some user leave the meeting 2021-09-16 14:46:16 -03:00
Anton Georgiev
f178635b79
Merge pull request #13138 from bigbluebutton/antobinary-patch-3
Fix link to BBB tutorials on 2.3
2021-09-02 11:31:12 -04:00
Anton Georgiev
948d8695b7
Fix link to BBB tutorials on 2.3
Closes #13136
Same as #13137 but on 2.3 branch
2021-09-02 11:30:46 -04:00
Anton Georgiev
2556ec6386
Merge pull request #13092 from antobinary/test-13085
fix: Add RTL support for network stats #13085
2021-08-27 11:32:32 -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
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
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
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
d7bc64120e
chore: bump to v2.3.13 2021-08-26 14:15:50 -04: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
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
Mario Jr
fe7c7fe685 allow network stats information and copy button to be enabled in config file 2021-08-25 16:38:36 -03:00