Commit Graph

32256 Commits

Author SHA1 Message Date
Fred Dixon
5743b29eba
Merge pull request #11805 from sebastianberm/patch-2
Updated usage section of analytics script to match actual syntax
2022-01-03 16:38:19 -04:00
Arthurk12
63d3d3efd2 fix(layout): sidebar inconsistent state
Fixes initial state of navigation sidebar.
Navigation sidebar opens along with the content sidebar.
2022-01-03 19:51:05 +00:00
Paulo Lanzarin
c974d80a32
Merge pull request #14000 from schrd/dialin-fix
Fix telephone dialin
2022-01-03 16:03:19 -03:00
Pedro Beschorner Marin
1e55669a2a
Merge pull request #14004 from frankemax/volume-slider-padding
fix(video): borderless/ugly volume slider
2022-01-03 15:57:44 -03:00
Max Franke
d043066a3c fix(style): custom style in video container
Now the screenshare container change color according to the style applied
2022-01-03 15:57:21 -03:00
Max Franke
a35d0a6fe5 fix(video): borderless/ugly volume slider
Add a padding to the volume slider css class.
2022-01-03 14:05:40 -03:00
Daniel Schreiber
6dcc4cab75 Fix telephone dialin
this fixes a crash in bbb-html5 when someone uses phone dialin. The
crash resulted in users joining the audio convference but not being
visible in the users list.

Fixed stack trace:

~~~
error: UserJoinedVoiceConfToClientEvtMsg: Error: Match error: Missing key 'pin'
    at check (packages/check/match.js:36:17)
    at addUser (imports/api/users/server/modifiers/addUser.js:23:3)
    at addDialInUser (imports/api/users/server/modifiers/addDialInUser.js:30:10)
    at EventEmitter.handleJoinVoiceUser (imports/api/voice-users/server/handlers/joinVoiceUser.js:36:5)
    at EventEmitter.emitAsync (/usr/share/meteor/bundle/programs/server/npm/node_modules/eventemitter2/lib/eventemitter2.js:463:31)
    at MeetingMessageQueue.handleTask (imports/startup/server/redis.js:114:10)
    at imports/startup/server/redis.js:126:28
    at Queue.start (/usr/share/meteor/bundle/programs/server/npm/node_modules/queue/index.js:145:17)
    at Queue.<computed> [as push] (/usr/share/meteor/bundle/programs/server/npm/node_modules/queue/index.js:59:12)
    at MeetingMessageQueue.add (imports/startup/server/redis.js:125:16)
    at RedisPubSub.handleMessage (imports/startup/server/redis.js:327:63)
    at runWithEnvironment (packages/meteor.js:1320:24)
~~~
2022-01-03 14:22:28 +01:00
Fred Dixon
5c52540cb7 Fix #13994 2022-01-02 08:27:53 -06:00
KDSBrowne
156ab125ab remove unused props 2021-12-28 13:52:48 +00:00
KDSBrowne
83e6089b75 remove commented code 2021-12-28 13:50:32 +00:00
KDSBrowne
a7f69f13c7 add SR alert for new messages when userlist is closed 2021-12-28 05:40:51 +00:00
Anton Georgiev
86750f33f3
refactor: Obsolete, was needed for the Flash client 2021-12-24 11:27:14 -05:00
Anton Georgiev
d1bdd3d873
Updated to 2.4, http->https 2021-12-24 11:25:24 -05:00
Anton Georgiev
3253b845c3
Updated to 2.4, http->https 2021-12-24 11:23:36 -05:00
Anton Georgiev
2690327943
Merge pull request #13865 from JoVictorNunes/virtual-bg-drawing
refactor: virtual background drawing
2021-12-23 14:42:22 -05:00
Anton Georgiev
f1cdcf7854
Merge pull request #13855 from drlight17/develop
added drawImageProp function
2021-12-23 14:41:48 -05:00
Anton Georgiev
fc57e1f825
Merge pull request #13977 from prlanzarin/u24-boardwalk-emperor
fix: wrong locales keys on FallbackView
2021-12-23 10:28:54 -05:00
Anton Georgiev
544aea5b10
Merge pull request #13976 from prlanzarin/u24-gorgon-sound
fix(webcams): fix client crash on camera user ejection
2021-12-23 10:22:54 -05:00
prlanzarin
bae0c45992 fix: wrong locales keys FallbackView 2021-12-23 12:17:23 -03:00
prlanzarin
3720ca722b fix(webcams): fix client crash on camera user ejection
Added extra proptypes validation to video-list-item

Made sure to add extra ?. checks to voiceUsers as well because... who knows?

Removed unused user role prop from video-list-item
2021-12-23 11:52:25 -03:00
Anton Georgiev
9e371dc041
Merge pull request #13973 from MaximKhlobystov/locales-test
test: Playwright- fixes for the locales test
2021-12-22 15:04:23 -05:00
Maxim Khlobystov
4754e56407 Fixes for the locales test 2021-12-22 14:06:42 -05:00
Anton Georgiev
129ae2eaf0
Merge pull request #13971 from bigbluebutton/u24-eject-resources
fix(webcams): missing allowModsToEjectCameras in resources.xml
2021-12-22 12:08:52 -05:00
Anton Georgiev
f172f41226
Merge pull request #13835 from frankemax/webcam-video-pinning-24x
feat(video): webcam video pin
2021-12-22 12:07:28 -05:00
Anton Georgiev
d050793f44
Merge pull request #13954 from Arthurk12/fix-poll-userlist-sidebar
fix(layout): navigation sidebar not opening with content sidebar
2021-12-22 12:02:31 -05:00
Anton Georgiev
03d09bb9df
Merge pull request #13940 from frankemax/false-positive-mobile
fix(layout): false positive mobile user
2021-12-22 12:02:13 -05:00
Paulo Lanzarin
158cda9a99
fix(webcams): missing allowModsToEjectCameras in resources.xml
Setting wasn't being picked up on bbb-web/bigbluebutton.properties.
Only worked as a `create` parameter
2021-12-22 13:46:51 -03:00
Max Franke
7e2a3c3bca feat(webcams): client side implementation of webcam pin 2021-12-21 16:58:39 -03:00
Max Franke
85ad9a5e30 feat(video): webcam video pinning server side logic
Add the new ChangeUserPinState messages to handle the new video pinning
functionality
2021-12-21 16:58:38 -03:00
Anton Georgiev
f7dfc7f083
Merge pull request #13966 from prlanzarin/u24-never-win
chore: pull latest bbb-icons
2021-12-21 14:43:17 -05:00
prlanzarin
89b1303d6a chore: pull latest bbb-icons
Up to 20304f9f8e
2021-12-21 19:23:53 +00:00
Anton Georgiev
f1a354c9b0
Merge pull request #13951 from bigbluebutton/antobinary-patch-1
docs: Update SECURITY.md for 2.4
2021-12-21 12:09:48 -05:00
Anton Georgiev
72d5e54e3e
Merge pull request #13956 from antobinary/locales-dec-20
chore: Pulled the latest 2.4 HTML5 locales from Transifex
2021-12-20 15:04:12 -05:00
Localization Server
6e6986b639 chore: Pulled the latest 2.4 HTML5 locales from Transifex 2021-12-20 19:49:48 +00:00
Arthurk12
aabee1ee6f fix(layout): navigation sidebar not opening with content sidebar
Forces navigation sidebar to open with content sidebar.
2021-12-20 18:24:30 +00:00
Anton Georgiev
1eb49be737
Update SECURITY.md 2021-12-20 10:42:10 -05:00
Anton Georgiev
454568b19a
Merge pull request #13950 from antobinary/cursortrace
build: use official ep_cursortrace
2021-12-20 10:05:16 -05:00
Anton Georgiev
62040bdcb3 build: use official ep_cursortrace 2021-12-20 14:35:43 +00:00
Anton Georgiev
b617eb2349
Merge pull request #13920 from antonbsa/playwright-tests-user-and-customparameter
test: Adds User and customParameters test suite
2021-12-17 10:03:38 -05:00
Richard Alam
0dce2d7bf8
Merge pull request #13941 from prlanzarin/u24-paris-beads
chore: add legacy checkAuthorization endpoint
2021-12-16 21:51:45 -05:00
prlanzarin
31df1b0efe chore: add legacy checkAuthorization endpoint
For the sake of backwards compatibility
2021-12-16 23:43:55 -03:00
Max Franke
c3768ad69b fix(layout): false positive mobile user
User is flagged as mobile on desktop environments with small viewport
2021-12-16 18:44:17 -03:00
Anton Georgiev
0db29ec893
Merge pull request #13939 from pedrobmarin/b-e-b-v1-8-16
build(etherpad): bump v1.8.16
2021-12-16 13:16:35 -05:00
Pedro Beschorner Marin
d592c11062 build(etherpad): bump v1.8.16 2021-12-16 15:04:26 -03:00
Anton Georgiev
e1db0b759b
chore: Update bbb release to 2.4.0 2021-12-16 12:45:10 -05:00
Anton Georgiev
0870c4f2a9
Merge pull request #13938 from bigbluebutton/antobinary-patch-1
build: Update ehterpad-lite from 1.8.13 to 1.8.16
2021-12-16 12:44:24 -05:00
Anton Georgiev
437a27abbb
build: Update ehterpad-lite from 1.8.13 to 1.8.16 2021-12-16 12:29:34 -05:00
Anton Georgiev
26b19dd5d5
Merge pull request #13937 from prlanzarin/u24-ophelia-in-flowers
fix(webcams): keep base peer object in component, fix viewers randomly failing
2021-12-16 10:50:21 -05:00
prlanzarin
0ac4148f80 fix(webcams): keep base peer object in component, fix viewers randomly failing
The base peer object reference was moved from the component to service for _reasons_

That caused an issue where the component lifecycle would mess up that
centralized reference dictionary on certain conditions. That could cause viewing
sessions to fail intermittently

This reverts the location of the base dictionary reference back to
video-provider/component
2021-12-16 12:13:20 -03:00
Maxim Khlobystov
629f03ca46 Use Tahoma font for Persian language 2021-12-15 21:35:36 +00:00