Commit Graph

36561 Commits

Author SHA1 Message Date
Ramón Souza
c9717e6a6c
Merge pull request #15966 from JoVictorNunes/issue-15900
style: standardize padding, spacing and header font size/weight of several modals
2022-11-10 16:36:33 -03:00
Gustavo Trott
6f5c1eb722
Merge pull request #15960 from gustavotrott/presentation-slide-validation 2022-11-10 15:38:11 -03:00
Joao Victor
777eebfc37 Centralize header styles in a new component 2022-11-10 15:09:21 -03:00
Ole Wieners
b3d4813bed make tooltips more accessible 2022-11-10 18:42:19 +01:00
Ramón Souza
c97af6ab8e
Merge pull request #15619 from Arthurk12/bbb/15595
fix(whiteboard): text annotations stuck as fake and re-adds right click to cancel
2022-11-10 13:19:45 -03:00
Manuel Schwarz
8d857e1772 Change background color of the 'End meeting' option 2022-11-10 16:09:19 +01:00
Gustavo Trott
50010ea528
Merge pull request #15894 from JoVictorNunes/shared-notes-on-media 2022-11-10 11:44:28 -03:00
Ole Wieners
3b2ec56f73 fix tooltip padding in fullscreen 2022-11-10 15:28:23 +01:00
Ole Wieners
5c2c0070c3 adjust horizontal tooltip padding 2022-11-10 15:10:01 +01:00
Manuel Schwarz
26c8d31197
Merge branch 'v2.6.x-release' into issue-15891 2022-11-10 15:00:28 +01:00
Ramón Souza
a003777628
Merge pull request #15981 from germanocaumo/c-tldraw-1.26.1
chore(whiteboard): bump tldraw version
2022-11-10 10:15:08 -03:00
KDSBrowne
928f874c0a npm audit 2022-11-10 12:50:11 +00:00
germanocaumo
4acca1eeeb chore(whiteboard): bump tldraw version
Fixes text shape losing focus when in multi user mode.
2022-11-10 11:36:26 +00:00
KDSBrowne
564774ebf4 replace polls table with datagrid 2022-11-10 04:19:48 +00:00
Tainan Felipe
cbcab9517e
New nginx rules (#15977) 2022-11-09 17:17:50 -03:00
Tiago Jacobs
a412371688
Merge pull request #15968 from iMDT/fix-screenshare-in-26
(fix:screenshare) fixes screenshare using BigBlueButton-Tablet app
2022-11-09 16:34:43 -03:00
Brent Baccala
0c32f307a7 testsuite console logging: still addressing SonarCloud issues 2022-11-09 13:43:36 -05:00
Brent Baccala
ed39b09f6f testsuite console logging: address SonarCloud complaints 2022-11-09 13:43:36 -05:00
Brent Baccala
ee44663de8 testsuite console logging: use node.js util.format to process format string 2022-11-09 13:43:36 -05:00
Brent Baccala
d2700acb92 testsuite console logging: use npm package 'chalk' to parse colors 2022-11-09 13:43:36 -05:00
Brent Baccala
d3f9625bfa testsuite console logging: handle Firefox, add five options and update README 2022-11-09 13:41:50 -05:00
Brent Baccala
9a6cb96723 testsuite: update outdated instructions in README for browser selection 2022-11-09 13:41:50 -05:00
Brent Baccala
ad1ea593d8 Initial attempt at console logging. Handles format strings, colorization, drops http references 2022-11-09 13:41:50 -05:00
Gustavo Trott
cef10a32ab
Merge pull request #15653 from BrentBaccala/testsuite-api-calls 2022-11-09 14:07:54 -03:00
Paulo Lanzarin
257e55614b
Merge pull request #15974 from bigbluebutton/bpads132
build(bbb-pads): v1.3.2
2022-11-09 11:09:39 -03:00
Paulo Lanzarin
56ad059f41
build(bbb-pads): v1.3.2
See https://github.com/bigbluebutton/bbb-pads/releases/tag/v1.3.2
2022-11-09 10:41:43 -03:00
Ramón Souza
cdc2bc7e04
Merge pull request #15770 from JoVictorNunes/store-webcam-microphone
improvement: share audio and video setup among different sessions
2022-11-09 10:37:52 -03:00
Joao Victor
ef4b9f5f8c fix: WebcamDeviceId storage 2022-11-09 09:19:01 -03:00
Daniel Schreiber
c42fa1ca77 Add config option for html5 settings storage
When BBB is run as a single node or in a scaleout setup with a cluster
proxy in front (see https://docs.bigbluebutton.org/admin/clusterproxy.html) it
is useful to store client settings in browser localStorage instead of
sessionStorage. If localStorage is configured then the client will keep seetings
like notifications for user joining, chat etc across meetings.

It is not advisable to set the setting to `local` in a setup of multiple BBB
nodes without a cluster proxy in front of it because this would lead to
unexpected behaviour at users. The browser would store settings for each server
and for users it would look like BBB is sometimes store the settings and
sometimes not.

It adds the new setting

```yaml
public:
  app:
    userSettingsStorage: (session|local)
```
2022-11-09 09:00:03 -03:00
Tiago Daniel Jacobs
07f4ba1dce Fix screenshare in BigBlueButton-tablet app 2022-11-08 22:50:16 -03:00
Ramón Souza
31beac8df3
Merge pull request #15967 from ramonlsouza/update-slide-on-change
fix: issue with slides not changing after upload
2022-11-08 16:38:28 -03:00
Ramón Souza
4508a1e567 fix issue with slides not changing after upload 2022-11-08 15:39:16 -03:00
Joao Victor
fa557406fa style: standardize padding, spacing and header font size/weight of several modals 2022-11-08 14:51:36 -03:00
Gabriel Porfirio
c7b2fd209f download presentation test 2022-11-08 11:32:55 -03:00
Ramón Souza
379c6ec8c6
Merge pull request #15852 from BrentBaccala/fix-sonarcloud-warnings
Silence sonarcloud warnings on some old HTML
2022-11-08 08:26:21 -03:00
Gustavo Trott
c9ddd971f5
Merge pull request #15857 from gustavotrott/max-users-improvements
Closes https://github.com/bigbluebutton/bigbluebutton/issues/9354
2022-11-07 21:24:07 -03:00
Gustavo Trott
1c7ccdc24f
Merge pull request #15733 from BrentBaccala/lookup-parentmeetingid 2022-11-07 21:16:33 -03:00
Brent Baccala
04d97e57a7 test suite: can't check XML data before it's been parsed; check HTTP status instead 2022-11-07 18:22:14 -05:00
Brent Baccala
8ba3d236b7 test suite: explicitly require create meeting API calls to return SUCCESS,
instead of waiting for a more confusing message when parsing the response
2022-11-07 17:00:55 -05:00
Brent Baccala
f2b53df4fc move two simple API routines from core/helpers.js to api/api.js 2022-11-07 17:00:55 -05:00
Brent Baccala
6f7c82641f API calls: refactor code to call joinMicrophone instead of duplicating that logic 2022-11-07 17:00:54 -05:00
Brent Baccala
e2b65c546a API calls: refactor createMeeting to separate out URL calculation,
creating a promise, and resolving the promise.  Also split API
tests apart and name them less confusingly.
2022-11-07 17:00:54 -05:00
Brent Baccala
0e57e6049e test suite: add API tests for getMeetings/getMeetingInfo
This also creates a new package requirement (xml2js) for the
playwright test suite and adds a new helper function to make an API
call and obtain its parsed XML response as a JavaScript object
2022-11-07 17:00:54 -05:00
Ramón Souza
6a5373d78f
Merge pull request #15959 from ramonlsouza/drop-area-color
style: improving contrast on webcam drop area
2022-11-07 17:43:35 -03:00
Gustavo Trott
6922bb6f99 Include presentation mapping constraints 2022-11-07 17:16:27 -03:00
Ramón Souza
059b19bc2d change drop area color 2022-11-07 16:21:12 -03:00
Ramón Souza
0087a6527d
Merge pull request #15956 from JoVictorNunes/25-issue-15865
fix: poll chat message popup notification
2022-11-07 14:56:34 -03:00
Joao Victor
0c4f8b7c44 fix: don't show published poll notification if chat push alert is active 2022-11-07 14:47:20 -03:00
Gabriel Porfirio
bdbd6d0d69 data-test flags added 2022-11-07 13:47:43 -03:00
Gabriel Porfirio
ac27e720f0 shared notes remaining tests 2022-11-07 13:18:52 -03:00