Pedro Beschorner Marin
7737241141
Reduce pad's hash size
...
Etherpad has a limitation of 50 characters for it's pad ids. Although
our SHA1 hash function generates 40 characters length values, after
prefixing (Meteor's instance id) and suffixing (closed captions support)
the pad id we can reach an invalid size.
2021-04-02 13:22:11 -03:00
Anton Georgiev
bb0673a227
Merge pull request #11856 from hiroshisuga/patch-32
...
Portuguese in debug window
2021-04-01 23:24:24 -04:00
hiroshisuga
eb39720130
Portuguese -> English
2021-04-02 11:26:46 +09:00
Anton Georgiev
0fe83fe246
Merge pull request #11854 from bigbluebutton/antobinary-patch-3
...
Set breakoutRoomLimit to 16
2021-04-01 17:23:06 -04:00
Anton Georgiev
4b68749fb9
Set breakoutRoomLimit to 16
...
With defaults of 2 backend and 2 frontend bbb-html5 nodejs processes we can handle more breakouts. @ritzalam confirmed no audio changes are needed
2021-04-01 17:22:16 -04:00
Anton Georgiev
7bfbc40684
Merge pull request #11853 from antobinary/apr1-locales
...
Pulled HTML5 locales on Apr 1, 2021
2021-04-01 16:18:58 -04:00
Anton Georgiev
4a4efb94f8
Pulled HTML5 locales on Apr 1, 2021
2021-04-01 20:17:45 +00:00
Anton Georgiev
da7207b46a
Merge pull request #11849 from mariogasparoni/fix-media-error-firefox
...
fix: MEDIA_ERROR when joining room using Firefox
2021-04-01 15:29:01 -04:00
Mario Jr
951fc0ade8
fix: MEDIA_ERROR when joining room using Firefox
...
Firefox doesn't create a device called 'default' and we were trying
to set this when user is joining the room. We don't do this anymore, letting
devices to be changed when there's some user request.
Moved outputDeviceId inputDeviceId information to be managed in bridge
(just like we do with inputDeviceId), we don't store this duplicated
information in audio container anymore.
Fixed the eslint warning in "playAlertSound(url) { ..."
We are safe to let users try to change input/output devices because the
device list is retrieved from enumerateDevices.
2021-04-01 15:53:43 -03:00
Anton Georgiev
6cc4a8a317
Merge pull request #11848 from antobinary/apr1-merge
...
Merged 2.2.36 into 2.3-beta
2021-04-01 14:21:07 -04:00
Anton Georgiev
258a1e12ad
remove withInstanceId from note/server/helpers
2021-04-01 18:19:44 +00:00
Anton Georgiev
ff45cccd66
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into apr1-merge
2021-04-01 18:11:13 +00:00
Anton Georgiev
ade1401cfa
Merge pull request #11845 from ramonlsouza/mobile-dropdown-fix
...
Fix mobile video dropdown
2021-04-01 11:21:18 -04:00
Ramon Souza
369aa50836
fix mobile video dropdown
2021-04-01 11:28:20 -03:00
Anton Georgiev
7b2ee5f01a
Merge pull request #11844 from ramonlsouza/actionsbar-height-fix
...
Fix actions bar height for mobile
2021-04-01 10:08:30 -04:00
Ramon Souza
78c7abde7d
actionsbar different height on mobile
2021-04-01 10:57:54 -03:00
Anton Georgiev
8adbbe8288
Merge pull request #11841 from ramonlsouza/device-detect
...
Change browser detection library to bowser
2021-04-01 09:52:16 -04:00
Anton Georgiev
3a19a7000d
Merge pull request #11831 from mariogasparoni/improvements-in-muted-banner
...
Improvements in muted banner
2021-04-01 09:30:53 -04:00
Pedro Beschorner Marin
cb6555558d
Merge pull request #11838 from PhMemmel/localize-presentation-menu-heading
...
Fix localization of heading in presentation uploader
2021-04-01 09:01:13 -03:00
Ramon Souza
05a0d5afbf
move browser info to helper + remove unused libs
2021-04-01 08:14:24 -03:00
Philipp Memmel
48571734c8
fix localization of heading in presentation manager
2021-04-01 11:18:32 +02:00
Anton Georgiev
08494d0cd5
Merge pull request #11827 from PhMemmel/fix-allow-mods-to-unmute-users
...
Fix: making allowModsToUnmuteUsers=true work again
2021-03-31 17:04:41 -04:00
Mario Jr
37e6755008
Fix muted banner being created for listen-only fallback stream
...
When listen only fallbacks from Kurento to FreeSWITCH, we must guarantee
the muted alert won't be created, speciallly because listen-only's fallback
uses a flow similar to microphone's. Client currently crashes when this
happens: this commit fixes this peoblem.
2021-03-31 16:25:07 -03:00
Mario Jr
4ad41bc8c5
Improvements in muted banner
...
We now stop the MediaStream (cloned/dummy input stream) when this is not
needed anymore.
We don't create/clone a new MediaStream when it already exists.
Fixed eslint warning in muted-alert/component.jsx
2021-03-31 16:25:04 -03:00
Ramon Souza
9218262e0a
all device info moved to helper
2021-03-31 14:13:36 -03:00
Philipp Memmel
32d3c39acc
fixes option to allow mods to unmute users
2021-03-31 15:06:54 +02:00
Anton Georgiev
6695f7a119
Merge pull request #11813 from mariogasparoni/merge-update-pr-10129
...
Update and some improvements on PR #10129 - dynamic change audio device
2021-03-30 13:50:30 -04:00
Anton Georgiev
d0b9a780ef
Merge pull request #11811 from MaximKhlobystov/poll-user-response-button-style
...
Different colors for the selected User Response poll button
2021-03-30 13:17:36 -04:00
Anton Georgiev
1dbdcf0bd4
Merge pull request #11812 from bigbluebutton/revert-11806-mobile-detect
...
Revert "Change browser detection library from browser-detect to bowser"
2021-03-30 13:17:17 -04:00
Anton Georgiev
85a84f7cbf
Revert "Change browser detection library from browser-detect to bowser"
2021-03-30 13:16:10 -04:00
Maxim Khlobystov
7fa1dc3128
Changge the style of selected User Response poll button
2021-03-30 16:52:14 +00:00
Anton Georgiev
db57a56060
Merge pull request #11804 from PhMemmel/turn-server-overlay-config
...
Config overlay for bbb-web turn server config
2021-03-30 12:29:59 -04:00
Anton Georgiev
027658ac5c
Merge pull request #11806 from ramonlsouza/mobile-detect
...
Change browser detection library from browser-detect to bowser
2021-03-30 12:28:13 -04:00
Anton Georgiev
75e935d771
Merge pull request #11809 from gustavotrott/develop
...
Enhancements to presentation OfficeToPDF conversion
2021-03-30 12:27:25 -04:00
Gustavo Trott
b0cddb4b33
Split install script in two (local or remote), avoiding install docker if remote approach was chose
2021-03-30 12:24:49 -03:00
Anton Georgiev
87b770fee7
Merge pull request #11807 from jfsiebel/handle-reason-code
...
Rework banned users
2021-03-30 11:21:56 -04:00
Gustavo Trott
511f0de62d
Removes uninstall script of old libreoffice services, it will not be necessary
2021-03-30 11:32:53 -03:00
Gustavo Trott
58a05acce6
Implements max concurrent office2pdf conversions and set conversion timeout from config
2021-03-30 11:26:03 -03:00
Anton Georgiev
64acb258b8
Update bigbluebutton-release
...
Updated release to 2.3.0-beta-2
2021-03-30 10:00:17 -04:00
Anton Georgiev
848d28311f
Merge pull request #11808 from bigbluebutton/antobinary-patch-2
...
Enabled by default Shared notes in 2.3
2021-03-30 09:28:53 -04:00
Anton Georgiev
7d1d9fd8e7
Enabled by default Shared notes in 2.3
...
Packaging already replaces `url: ETHERPAD_HOST` so it should be safe to have `note:enabled: true`
2021-03-30 09:28:01 -04:00
Joao Siebel
c1503a2931
Remove banned users structure and handle reasonCode in validateAuthToken
2021-03-30 10:09:25 -03:00
Ramon Souza
3fa193005b
change browser detection lib to bowser
2021-03-30 09:53:47 -03:00
Anton Georgiev
6e6563c202
Merge pull request #11792 from ramonlsouza/mobile-video-dropdown
...
Mobile video dropdown size
2021-03-30 08:38:14 -04:00
Mohamed Amine Ben Salah
cd985a02c2
Add additional user whiteboard access test spec ( #11799 )
...
* WIP adding whiteboard special user access test spec
* Adds additional user whiteboard access test spec to whiteboard.obj.js
2021-03-30 06:49:07 -04:00
Anton Georgiev
c146d0b78e
Merge pull request #11801 from pedrobmarin/improve-guest-lobby-feedback
...
Improve guest lobby feedback
2021-03-30 06:48:10 -04:00
Anton Georgiev
e51f569a8a
Merge pull request #11800 from pedrobmarin/pad-server-refactor
...
Refactor Etherpad API calls
2021-03-30 06:45:57 -04:00
Philipp Memmel
c3ff88cd78
config overlay for bbb-web turn server config
2021-03-30 11:57:37 +02:00
Pedro Beschorner Marin
beb694c74a
Improve guest lobby feedback
...
Included a message and a redirect for the cases where the guest is
not allowed to join or the meeting has expired/ended.
2021-03-29 22:17:59 -03:00
Mario Jr
60378e8c63
Merge branch 'develop' into merge-update-pr-10129
2021-03-29 19:07:27 -03:00