Ramón Souza
f6ae122fd0
Merge pull request #17728 from ramonlsouza/fix-private-typing-indicator
...
fix: typing indicator does not work in private chat
2023-05-02 11:26:04 -03:00
Ramón Souza
fdaf5af5ce
Merge pull request #17759 from ramonlsouza/issue-17739
...
fix: Part of the camera border is not resizable when positioned below the chat
2023-05-02 11:25:49 -03:00
prlanzarin
02f9fa5116
fix: add bbb-webrtc-recorder to raw files cleanup cron job
2023-05-02 11:02:50 -03:00
Ramón Souza
9f91d66b60
Merge pull request #17675 from gabriellpr/hide-toolbars
...
test: adds three tests for presentation
2023-05-02 09:02:28 -03:00
danielpetri1
72c0606a80
Fix current presentation indicator
2023-05-01 14:01:04 +00:00
Fred Dixon
464af74aef
Merge pull request #17774 from ffdixon/update-captions
...
Updated docs to enable live captions
2023-04-29 16:40:47 -03:00
Fred Dixon
556fc99163
Updated docs to enable live captions
2023-04-29 16:39:36 -03:00
Gabriel Porfirio
7fe9d74a63
wip: polling changing to serial mode
2023-04-28 09:30:29 -03:00
Ramón Souza
29c64b90cf
Merge pull request #17558 from Scroody/I-17465
...
Fix: Bigger presentation now restore on update as well
2023-04-27 20:07:07 -03:00
André Castro
2c52c1a596
Merge branch 'v2.6.x-release' into I-17465
2023-04-27 19:25:56 -03:00
Ramón Souza
65e16518dc
Merge pull request #17676 from Scroody/fix-draggable-cameras-no-presentation
...
Fix: Draggable cameras when presentation minimized.
2023-04-27 19:16:01 -03:00
Ramón Souza
d082d0b044
fix sidebar resizing on cameradock
2023-04-27 18:59:13 -03:00
Paul Trudel
2e1635900b
Removed logs for auth token validation
2023-04-27 20:51:17 +00:00
Anton Barboza
049246a08d
test: clear notification after changing layout and update screenshots
2023-04-27 14:21:44 -03:00
Fred Dixon
f4eceef8e3
Update lti.md
...
Fix Mardown errors in LTI docs
2023-04-27 14:17:58 -03:00
Fred Dixon
2cded0aba4
Update lti.md
...
Fix Markdown Error
2023-04-27 14:08:53 -03:00
Fred Dixon
de649e9ec9
Merge pull request #17749 from ffdixon/update-lti-docs
...
Update LTI docs
2023-04-27 11:21:55 -03:00
Fred Dixon
1ab649eca2
Updated LTI docs
2023-04-27 11:14:42 -03:00
transifex-integration[bot]
874e601543
Apply translations in uk_UA
...
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'uk_UA' language.
2023-04-27 14:05:33 +00:00
Anton Georgiev
4406dcb971
Merge pull request #17744 from diegobenetti/transfer-button-not-displayed-in-tablets
...
fix: Transfer button not displayed in tablets
2023-04-27 08:37:46 -04:00
Gabriel Porfirio
7b0cd624da
change chat to serial mode
2023-04-27 09:36:19 -03:00
Diego Benetti
910e3f2e6f
Fixes url concatenation to encode the parameters
2023-04-27 12:17:14 +00:00
Anton Barboza
6bd62555d3
test: isolate screenshot check function and update reference screenshots on layout tests
2023-04-26 16:17:43 -03:00
Anton Barboza
00cbc1a097
test: migrate layout test to serial mode
2023-04-26 15:53:52 -03:00
Anton Barboza
860766b4cf
Merge remote-tracking branch 'upstream/v2.6.x-release' into layout-tests-migration
2023-04-26 15:14:24 -03:00
Ramón Souza
6affbcc511
Merge pull request #17705 from Scroody/I-17703
...
Fix: Cameras don't obstruct buttons anymore.
2023-04-26 15:13:35 -03:00
André Castro
14d80a2154
Update bigbluebutton-html5/imports/ui/components/webcam/component.jsx
...
Co-authored-by: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
2023-04-26 14:59:45 -03:00
André Castro
d1e72d9ada
Update bigbluebutton-html5/imports/ui/components/webcam/component.jsx
...
Co-authored-by: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
2023-04-26 14:54:30 -03:00
Paul Trudel
1b5015211e
Change registeredUser joined to false after leave
2023-04-26 15:41:29 +00:00
Diego Benetti
9306e38dd9
Improves iOS detection to consider tablet as iOS instead of macOS
2023-04-26 14:33:27 +00:00
Diego Benetti
2767bee67c
Enables transfer button to be displayed in tablets
2023-04-26 14:30:25 +00:00
andre-imdt
d4b3a3b0e8
New logic apllied to dragging cameras.
2023-04-26 11:28:59 -03:00
Anton Barboza
ad27072b8f
test: use userPage instead of modPage2 on layout tests
2023-04-25 18:43:16 -03:00
Anton Barboza
9628f03af1
test: add smart, custom and push layout tests
2023-04-25 18:20:48 -03:00
Anton Barboza
231c5156ba
test: add TIMEOUT_MULTIPLIER variable
2023-04-25 18:18:02 -03:00
Calvin Walton
9ecea0804e
nginx config: Allow overriding the $scheme variable
...
The etherpad component's nginx configuration needs to know the request
scheme in order to set some variables that influence whether the
'Secure' flag is set on cookies. Right now it directly uses the $scheme
variable, but this variable does not get set to the expected value if
nginx is behind a reverse-proxy where the proxy handles TLS termination.
Adjust the etherpad nginx config to use a variable with a different name
$real_scheme, which can be set in the nginx server block to match the
configuration of the nginx listeners.
This variable is set to the value of $scheme in the default
/etc/sites-available/bigbluebutton file. The bbb-install.sh script will
be updated to set this variable in the configurations it writes.
People using other installation scripts will need to add this variable
to their nginx configuration file, or etherpad might not operate correctly.
2023-04-25 17:13:24 -04:00
Ramón Souza
2e8f3bdbb8
fix typing indicator in private chat
2023-04-25 16:59:07 -03:00
Fred Dixon
8b10ff9d2c
Merge pull request #17719 from ffdixon/fix-docs
...
Fix an incorrect path for overriding `turn-stun-servers.xml`.
2023-04-25 11:21:30 -03:00
Fred Dixon
0f90388139
Fix path for turn-stun-servers.xml in docs
2023-04-25 11:20:14 -03:00
Gabriel Porfirio
a383b03380
closed the context page
2023-04-25 10:25:23 -03:00
Anton Georgiev
7593f58cac
Merge pull request #17714 from antobinary/backport17713
...
docs: Correcting the virtual background images upload path
2023-04-25 09:07:55 -04:00
Thibaut
6a2d663457
Correcting the virtual background images upload path
2023-04-25 09:06:34 -04:00
Gabriel Porfirio
e0498dd9ba
change parallel mode to serial mode
2023-04-24 17:52:47 -03:00
snyk-bot
f4e8c6ddec
fix: bigbluebutton-html5/package.json & bigbluebutton-html5/package-lock.json to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-YAML-5458867
2023-04-24 20:52:25 +00:00
Ramón Souza
e79ebb720b
Merge pull request #17706 from ramonlsouza/26-27-apr24
...
chore: Merge 2.6 into 2.7
2023-04-24 17:23:17 -03:00
Ramón Souza
af8556e026
Merge remote-tracking branch 'upstream/v2.6.x-release' into 26-27-apr24
2023-04-24 17:15:47 -03:00
andre-imdt
cb02bd965e
Fix: Cameras don't obstruct buttons anymore.
2023-04-24 17:02:05 -03:00
andre-imdt
df9d11180f
Enhancement: Virutal backgrounds now accepts webp
2023-04-24 13:56:54 -03:00
Gabriel Porfirio
84c2a6173c
created selectSlide function
2023-04-24 13:33:00 -03:00
Anton Georgiev
3f5194fbb4
docs: Added links for BBB 2.6.4, 2.6.5
2023-04-24 10:43:19 -04:00