Commit Graph

40844 Commits

Author SHA1 Message Date
Ramón Souza
d15f541bd0
Merge pull request #19631 from JoVictorNunes/hide-pres-on-join-patch
fix(layout): priority for determining whether presentation is open
2024-02-23 09:19:22 -03:00
Ramón Souza
a3d5fe47e4
Merge pull request #19666 from ramonlsouza/chat-panel-styles2
style: adjust chat panel styles
2024-02-23 08:43:22 -03:00
Gustavo Trott
b2f7f795c5
Merge pull request #19667 from gustavotrott/middleware-remove-LimitNrOfFILE
Remove LimitNOFILE=1024 Restriction from bbb-graphql-middleware
2024-02-22 21:05:15 -03:00
Gustavo Trott
270c1deaa3 Remove limit for the number of open files for graphql-middleware 2024-02-22 16:42:43 -03:00
Ramón Souza
4e0ea2f6ec fix eslint errors 2024-02-22 16:34:32 -03:00
Ramón Souza
095161eb46 follow up chat panel styles 2024-02-22 16:19:50 -03:00
Gabriel Porfirio
d2c26d19ef @flaky to the options test 2024-02-22 14:09:56 -03:00
André
803a8f1c6d Requested changes 2024-02-22 13:27:35 -03:00
André
329f0461d3 More changes 2024-02-22 13:16:09 -03:00
Ramón Souza
6d665d8886
Merge pull request #19630 from Scroody/publish-poll-open-chat
Client: Publish a poll opens the chat
2024-02-22 10:58:44 -03:00
André
11a159fed5 adjusting to tests 2024-02-22 10:37:43 -03:00
André
872924e537 Merge remote-tracking branch 'upstream/v3.0.x-release' into publish-poll-open-chat 2024-02-22 10:06:54 -03:00
Ramón Souza
672c40416d
Merge pull request #19657 from KDSBrowne/bbb-shape-access
Fix: Shape Access Logic for Non-Moderator Viewers
2024-02-22 09:52:41 -03:00
Guilherme Pereira Leme
d7e2d400d6
fix: decrease total number of subscriptions for some hooks (#19653) 2024-02-21 16:50:46 -03:00
Ramón Souza
1da786cc17
Merge pull request #19656 from JoVictorNunes/poll-annotation-enhancements-0221
feat(poll annotations): better annotation layout
2024-02-21 16:37:13 -03:00
Ramón Souza
b8488b4d23
Merge pull request #19659 from Scroody/fix-chat-name-notes-grid
Fix: Wrong chat name in grid layout when shared notes are pinned
2024-02-21 14:53:29 -03:00
André
66171c2012 Fix: Wrong chat name in grid layout when shared notes are pinned 2024-02-21 13:49:34 -03:00
André
b1c46f34d2 Aditional changes to avoid user problems 2024-02-21 13:20:06 -03:00
André
447997930f Aditional changes to avoid user problems 2024-02-21 10:18:27 -03:00
Ramón Souza
835b4e8dbc
Merge pull request #19651 from ramonlsouza/fix-unread-navbar
fix: unread messages notification in sidebar toggle
2024-02-21 09:30:42 -03:00
João Victor
d6ab158d18 feat(poll annotations): better annotation layout 2024-02-21 09:16:53 -03:00
KDSBrowne
6174118589 fix user shape access on canvas 2024-02-21 02:18:36 +00:00
Ramón Souza
dc78f34ab4
Merge pull request #19638 from ramonlsouza/sidebar-content-tweaks
style: adjust sidebar content styles
2024-02-20 17:39:22 -03:00
Anton Georgiev
b9eab9361e
Merge pull request #19229 from danimo/cleanup/runuser
cleanup: use runuser instead of sudo
2024-02-20 15:15:52 -05:00
Gustavo Trott
641e28b681
Merge pull request #19650 from gustavotrott/graphql-dashboard-token
Introduces learningDashboard-AccessToken through Graphql
2024-02-20 16:39:09 -03:00
Anton Georgiev
c9ce945aa5
Merge branch 'v3.0.x-release' into cleanup/runuser 2024-02-20 13:38:33 -05:00
Gustavo Trott
5a2cce37cd
Merge pull request #19652 from gustavotrott/improve-update-graphql-script
Improve shell-script to update Graphql data
2024-02-20 15:31:50 -03:00
Gustavo Trott
8456231488 Improve script to update Graphql data 2024-02-20 15:30:22 -03:00
Gustavo Trott
ef4773e9e6 Introduces learningDashboard-AccessToken through Graphql 2024-02-20 14:55:54 -03:00
Ramón Souza
41f0740506 fix unread messages in navbar 2024-02-20 14:32:15 -03:00
Gustavo Trott
8d809fb36c Fix comment 2024-02-20 10:52:03 -03:00
Gustavo Trott
cf460da25f Prevent from sharing private configs through Graphql 2024-02-20 10:41:53 -03:00
Ramón Souza
21c9aa1f08
Merge pull request #19643 from JoVictorNunes/fix-warnings-0216
fix(warnings): prop types, invalid hook calls, etc.
2024-02-20 10:07:51 -03:00
Ramón Souza
bae37058c0
Merge pull request #19648 from GuiLeme/quick-fix
Fix: remove console.log from code
2024-02-19 14:43:24 -03:00
Guilherme Leme
3ec89746f0 quick fix 2024-02-19 14:27:36 -03:00
André
da16506da9 Fix: Hiding public chat when shared notes are pinned shows a little piece of the shared notes alongside the sidebar 2024-02-19 10:44:11 -03:00
Guilherme Pereira Leme
1ef1084fcb
feat(plugins): add new plugin ui-data-hook along with the intl current locale and fallback (#19637)
* [plugin-sdk-ui-data-hook] - add support new ui-data-hook to get the current intl

* [plugin-sdk-ui-data-hook] - update sdk version
2024-02-19 10:18:40 -03:00
Guilherme Pereira Leme
c6391b3986
feat(plugin): add generic component to extensible areas list and layout.set to uiCommands (#19582)
* [plugin-sdk-generic-component] - generic component extensible area and ui command layout set

* [plugin-generic-component] -  update sdk

* [plugin-generic-component] -  fix lint errors

* [plugin-generic-component] - fix problem warned by CI tests
2024-02-19 07:59:45 -03:00
João Victor
3c460bb758 fix: prop types, invalid hook call, styled-components prop 2024-02-16 17:32:14 -03:00
João Victor
91406bdac9 fix: prop types, tooltip options and setting changes 2024-02-16 17:25:43 -03:00
Anton Georgiev
fce0006a70
Update api.md 2024-02-16 14:47:59 -05:00
Anton Georgiev
f63005f5a7
Merge pull request #19640 from bigbluebutton/antobinary-patch-3
docs: document learningDashboardDownloadSessionData
2024-02-16 14:26:09 -05:00
Anton Georgiev
3a08d48214
docs: document learningDashboardDownloadSessionData 2024-02-16 14:23:25 -05:00
Anton Georgiev
b5cd0fafa0
Merge pull request #19618 from gustavotrott/events-xml-raiseHand
refactor (events.xml): Record raiseHand, away and reaction events
2024-02-16 14:01:39 -05:00
Ramón Souza
41aae7b256 adjust sidebar content styles 2024-02-16 13:32:27 -03:00
Ramón Souza
0974f17f5c
Merge pull request #19599 from ramonlsouza/iss-18546
fix: slide snapshot option on iOS
2024-02-16 12:25:32 -03:00
Ramón Souza
eafb088f59
Merge pull request #19606 from KDSBrowne/bbb-19591
fix(whiteboard) Prevent Continuous Undo Crash and Improve Rendering Performance
2024-02-16 10:44:08 -03:00
Ramón Souza
cc179fa58f
Merge pull request #19605 from JoVictorNunes/issue-19575
fix(whiteboard): poll result annotation handling
2024-02-16 10:34:00 -03:00
Ramón Souza
ac7be81352 fix presentation menu z-index 2024-02-16 09:39:58 -03:00
Ramón Souza
86386134bb Merge remote-tracking branch 'upstream/v3.0.x-release' into iss-18546 2024-02-16 09:00:43 -03:00