Commit Graph

31960 Commits

Author SHA1 Message Date
Pedro Beschorner Marin
e8ff5ebdc8 feat(video): add user camera cap control
Include `userCameraCap` API param on create and enforce both server and
client to control the number of simultaneous webcams an user can share.

Default set to 3.
2022-02-22 13:13:48 -03:00
Anton Georgiev
39277b9af5
Merge pull request #14404 from ramonlsouza/issue-14402
Add tooltips to user names in userlist
2022-02-18 11:36:38 -05:00
Ramón Souza
f332af10ba add tooltip to user names in userlist 2022-02-18 15:29:03 +00:00
Anton Georgiev
14cbcaf790
Merge pull request #14403 from bigbluebutton/antobinary-patch-1
fix: Typo in appy-lib #14398
2022-02-18 09:01:20 -05:00
Anton Georgiev
c930a7e48e
fix: Typo in appy-lib #14398
Backport of #14398 Thanks @sebastianberm
2022-02-18 09:00:54 -05:00
Anton Georgiev
0a2f44da2b
Merge pull request #14397 from pedrobmarin/f-p-asl
feat(playback): add shortcuts locale
2022-02-18 08:56:20 -05:00
Anton Georgiev
41164facaa
Merge pull request #14131 from Tainan404/remove-guest-attempt-limit
Remove guest attempts limit on guestWait endpoint
2022-02-18 08:52:27 -05:00
Pedro Beschorner Marin
ed0efc0d6b feat(playback): add shortcuts locale
Playback has a list of shortcuts displayed at it's about modal. Add
missing locales for proper translation.

Follows https://github.com/bigbluebutton/bbb-playback/pull/168
2022-02-17 20:01:17 -03:00
Anton Georgiev
0efbe39851
Merge pull request #14395 from Tainan404/fix-missing-locale-key
fix(guest-wait): Add missing locale meetingForciblyEnded
2022-02-17 16:26:19 -05:00
Anton Georgiev
34f8ff142f
Update bigbluebutton-html5/public/locales/en.json 2022-02-17 16:26:11 -05:00
Tainan Felipe
81ca7253af Fix missing locale 2022-02-17 19:58:13 +00:00
Anton Georgiev
5d2f295b03
Merge pull request #14390 from ramonlsouza/issue-14375
fix: Chat notifications are displayed for the user own messages
2022-02-17 10:01:12 -05:00
Ramón Souza
e8248eff84 only show chat notification for other users messages 2022-02-17 14:16:00 +00:00
Anton Georgiev
070eafe880
Merge pull request #14334 from Tainan404/fix-left-guest-user
Add a message for when the guest isn't valid
2022-02-16 14:55:00 -05:00
Tainan Felipe
4fadc6d3ba Remove unneeded file 2022-02-16 16:35:48 -03:00
Anton Georgiev
d5a5bb7d3c
Merge pull request #14333 from antonbsa/tests-user-actions
test: Adds some user actions and private chat tests
2022-02-16 14:12:42 -05:00
Tainan Felipe
d609a1fd8d Fix lint errors 2022-02-16 15:55:11 -03:00
Anton Georgiev
7ec888b2dd
Merge pull request #14378 from JoVictorNunes/issue-14374
fix: URL display in chat push notification
2022-02-16 13:45:46 -05:00
Joao Victor
e188d6b859 Inject message content by using dangerouslySetInnerHTML 2022-02-16 11:08:41 -03:00
Anton Georgiev
6fe2b69dc7
Merge pull request #13572 from zhem0004/13257
Implemented the fix regarding mongod error messages
2022-02-15 16:55:52 -05:00
Anton Georgiev
5d7bcf9f81
Merge pull request #14351 from JoVictorNunes/issue-12168
fix(presentation): toast notification in RTL mode
2022-02-15 09:21:22 -05:00
Pedro Beschorner Marin
abdea74fc9
Merge pull request #14314 from frankemax/webcam-sync
fix(webcam): add state sync between bbb-html5 and akka-apps
2022-02-14 10:19:58 -03:00
Joao Victor
6a6489b97e Fix undesirable scroll 2022-02-11 17:21:46 -03:00
Anton Georgiev
8df93c6fc1
Merge pull request #14349 from paultrudel/format-api-num-values-2-4
fix: Change format of number values in getMeetingInfo - backport #14348
2022-02-11 14:10:15 -05:00
Paul Trudel
09936c5b4d Changed format of number values in getMeetingInfo to remove commas 2022-02-11 18:51:27 +00:00
Tainan Felipe
b730ef7aa2 Add a message for when the guest isn't valid 2022-02-10 16:31:35 -03:00
Anton Georgiev
041146351a
Merge pull request #14327 from pedrobmarin/f-g-cwt
feat(guest): configurable wait timeout
2022-02-10 14:02:03 -05:00
Anton
7977d5c4f5 add chat test: Private chat disabled when user leaves meeting 2022-02-10 12:17:12 -03:00
Anton Georgiev
0747b5dc23
Merge pull request #14330 from pedrobmarin/s-ibc
style: improve background customization
2022-02-10 10:15:01 -05:00
Anton Georgiev
2f0b40c3af
Merge pull request #14328 from pedrobmarin/s-l-tsbs
style(layout): toggle switch box shadow
2022-02-10 09:56:41 -05:00
Anton Georgiev
ca761704ff
Merge pull request #14331 from pedrobmarin/s-apoc
style: add palette's overlay color
2022-02-10 09:56:22 -05:00
Anton Georgiev
0507a865b5
Merge pull request #14332 from pedrobmarin/s-p-upcv
style(poll): use primary color variable
2022-02-10 09:55:59 -05:00
Anton
d33eb97fd2 update test packages 2022-02-10 10:42:30 -03:00
Pedro Beschorner Marin
74b5eac6eb style(poll): use primary color variable
Replace hardcoded polling color with the primary color variable.
2022-02-10 10:12:58 -03:00
Pedro Beschorner Marin
3644a8d96e style: add palette's overlay color
Missing color variable on client's customization.
2022-02-10 09:56:50 -03:00
Pedro Beschorner Marin
0131028bf4 style: improve background customization
Set elements to use the background color variable.
2022-02-10 09:20:54 -03:00
Pedro Beschorner Marin
cf9632337e style(layout): toggle switch box shadow
Set color as the primary variable color so it can be customized.
2022-02-10 08:56:07 -03:00
Pedro Beschorner Marin
982cd934b4 feat(guest): configurable wait timeout
Replace the hardcoded guest's waiting timeout between polling requests - reference used
to remove a guest from the waiting list when the user leaves the waiting page - with a
bbb-web's configuration property.
2022-02-10 08:24:57 -03:00
Paulo Lanzarin
844bb14d43
Merge pull request #14324 from bigbluebutton/revert-14147-fixPhoneJoinPermission
Revert "fix: Phone users to abide by guest policy"
2022-02-09 20:05:14 -03:00
Paulo Lanzarin
8d91bae7e8
Revert "fix: Phone users to abide by guest policy" 2022-02-09 20:02:38 -03:00
Anton Georgiev
d1545c6cef
Merge pull request #14320 from JoVictorNunes/issue-14298
fix(screenshare): decrease autoplay-overlay z-index
2022-02-09 16:11:44 -05:00
Anton Georgiev
f921f24e02
Merge pull request #14305 from ramonlsouza/issue-14190
fix: Inconsistent behaviors when muting microphone when sharing external video
2022-02-09 15:26:46 -05:00
Anton Georgiev
25155c6b8d
chore: updated version to 2.4.4 2022-02-09 15:26:25 -05:00
Max Franke
d75734391a fix(webcam): add state sync between bbb-html5 and akka-apps 2022-02-09 16:48:16 -03:00
Joao Victor
42633e9218 Decrease z-index property 2022-02-09 15:37:28 -03:00
Ramón Souza
3953540510 fix presenter unmute 2022-02-09 18:22:45 +00:00
Fred Dixon
e7773468fb
Merge pull request #14318 from ffdixon/update-libreoffice-docker-build
Update to Libreoffice 7.2
2022-02-09 13:51:47 -04:00
Fred Dixon
18c1050ecb Update to Libreoffice 7.2 2022-02-09 11:49:15 -06:00
Anton Georgiev
b7d40b1153
Merge pull request #14271 from antonbsa/locale-test-improvements
test: Locale test improvements
2022-02-08 09:27:18 -05:00
Ramón Souza
d8fad8dae6 fix external video mute behavior with echo test 2022-02-08 13:24:42 +00:00