Guilherme Pereira Leme
6fdd613639
feat(plugin) - Floating window ( #19283 )
...
* [plugin-sdk-issue-26] - floating window
* [plugin-sdk-floating-window] - changes in review
* [plugin-sdk-floating-window] - changes in review
* [plugin-sdk-floating-window] - update SDK
2023-12-15 14:04:33 -03:00
Guilherme Pereira Leme
774a628d19
feat(plugin): add new useLoadedChatMessages ( #19339 )
...
* [plugin-sdk-issue-27] - new data-consumption-hook
* [plugin-sdk-issue-27] - update SDK
2023-12-14 17:02:00 -03:00
Guilherme Pereira Leme
a6045656ce
feat(plugins): Ui Events ( #19308 )
...
* [plugin-sdk-ui-events] - useUiEvent hook
* [plugin-sdk-ui-events] - update dependency
* [plugin-sdk-ui-events] - update ts
2023-12-11 13:56:04 -03:00
KDSBrowne
cc7aff8686
Feat: Migrating to Tldraw v2 (Alpha v18) on 3.0 ( #19268 )
...
* initial tldraw v2 alpha 18 with graph-ql
* add @apollo/client
* update whiteboard test element
* update whiteboard test elements
* update whiteboard test elements
* load .tldr file shapes into bbb
* temporarily disable infinite canvas limit in client
* disabling failing tests on ci
* restore poll results on whiteboard
* restore hideViewerCursor functionality
* disabling failing tests that needs to be updated
---------
Co-authored-by: Gabriel Porfirio <gabrielporfirio1994@gmail.com>
2023-12-05 15:15:25 -03:00
Tiago Jacobs
f93c79b797
feat(plugin): upgrade plugin sdk ( #19260 )
...
* Update plugin SDK version
* Upgrade package-lock for new plugin sdk
* Upgrade plugin sdk reference
2023-11-30 11:53:43 -03:00
Tiago Jacobs
a15d3bf1da
feat(plugin): upgrade plugin sdk ( #19256 )
...
* Update plugin SDK version
* Upgrade package-lock for new plugin sdk
2023-11-30 10:43:45 -03:00
Guilherme Pereira Leme
eb7adfb994
feat(plugins): code refactor for readability ( #19222 )
...
* [plugin-sdk-refactor-organization] - rearrange of files and folders (WIP)
* [plugin-sdk-refactor-organization ] - final touches
* [plugin-sdk-refactor-organization ] - fix
* [plugin-sdk-refactor-organization ] - update SDK
2023-11-28 15:31:28 -03:00
Anton Georgiev
eeac6811fc
fresh npm audit fix nov23, 2023
2023-11-23 11:09:25 -05:00
Ramón Souza
feaa1277cd
upgrade tooltip dependency and fix open tooltip on mobile
2023-11-21 13:39:05 -03:00
Jesus Federico
7626717602
[Snyk] Security upgrade axios to 1.6.0
2023-11-16 11:59:47 -03:00
Lucas Fialho Zawacki
f575ecd4c8
feat(reactions): port new reactions and fix emojiRain
2023-11-13 15:36:49 -03:00
Gustavo Trott
23810dc141
Make chat receive graphql data using Json Patch
2023-11-07 13:02:38 -03:00
Guilherme Pereira Leme
f6babd558c
feat(plugin): New Hook useUsersOverview ( #19028 )
...
* bump sdk
* [plugin-sdk-issue-45] - useUsersOverview implementation
* [plugin-sdk-issue-45 ] - bump version
2023-10-30 14:05:45 -03:00
Guilherme Pereira Leme
8648a4cc7e
feat(plugin): use latest plugin SDK version ( #19016 )
2023-10-27 14:27:32 -03:00
Guilherme Pereira Leme
fb60a02c23
feat(plugin): Add plugin data channels ( #19009 )
2023-10-26 16:59:05 -03:00
GuiLeme
abb5a2ff7f
[plugin-sdk-issue-32] - bump version sdk
2023-10-05 17:56:52 -03:00
Gustavo Trott
fff883b2b2
Merge 2.7 into 3.0
2023-09-27 08:44:37 -03:00
GuiLeme
10b787fead
[plugin-sdk-user-camera-dropdown] - bump
2023-09-26 11:49:02 -03:00
Ramón Souza
33daa91655
update smile2emoji
2023-09-26 08:36:28 -03:00
GuiLeme
b21b47ad04
changes in review
2023-09-25 21:20:35 -03:00
GuiLeme
b3d2408fe2
[plugin-sdk-option-dropdown] - bump version
2023-09-25 20:39:43 -03:00
GuiLeme
df299af6d0
[plugin-sdk-navbar] - bump
2023-09-25 20:25:21 -03:00
GuiLeme
09104dca65
bump version
2023-09-25 19:50:52 -03:00
GuiLeme
ef70fba617
[plugin-sdk-microphone-dropdown] - bump version
2023-09-25 18:35:03 -03:00
GuiLeme
2e8822d0c9
[plugin-sdk-issue-4] - bump version
2023-09-22 15:15:34 -03:00
GuiLeme
e5651fb513
[plugin-sdk-issue-4] - updated sdk version
2023-09-21 15:14:32 -03:00
Ramón Souza
afb2d62fbb
display away and raise hand emoji in userlist if reactions are enabled
2023-09-14 09:58:34 -03:00
Ramón Souza
e5769b99d5
fix typescript errors
2023-09-12 17:03:32 -03:00
Ramón Souza
97b8a0e5e0
remove lodash
2023-09-07 16:31:25 -03:00
André Castro
81311db9a3
Fix: User list, Participants, Pist item, User actions, Skeleton, User title, Option drop down, Use shortcuts. ( #18676 )
...
* Fix: Ts fixes in user list participants, list item and user actions
* Aditonal fixes
2023-09-06 11:24:09 -03:00
André Castro
8ea34e7e0c
Fix: Chat List Component TypeScript Errors, Linting, and ESLint Rules Update ( #18635 )
...
* rules addition and ts errors fixed on chat list component
* requested change
* code duplicate removed
* Update component.tsx
2023-09-06 10:37:34 -03:00
Guilherme Pereira Leme
92c9ba971e
feature: Plugin UI extensible area for user list dropdown and associated refactors ( #18607 )
...
* [user-list-dropdown-plugin-implementation] - basic structure[
* [user-list-dropdown-plugin-implementation] - refactor for userListDropdown objects
* [user-list-dropdown-plugin-implementation] - Stabilized version
* [user-list-dropdown-plugin-implementation] - changes in review
* [user-list-dropdown-plugin-implementation] - changes in review
* [user-list-dropdown-plugin-implementation] - remove debug logs
* refactor hook usage count
* [user-list-dropdown-plugin] - lint errors
* [user-list-dropdown-plugin] - changes in review and fix first rendering
* [user-list-dropdown-plugin] - change users query to be global and reusable
* [user-list-dropdown-plugin] - bump SDK version
* [user-list-dropdown-plugin] - new menu structure refactor
---------
Co-authored-by: Tainan Felipe <tainanfelipe214@gmail.com>
2023-09-05 09:49:55 -03:00
Anton Georgiev
1186db7712
Merge remote-tracking branch 'bbb/v2.6.x-release' into aug22merge
2023-08-24 15:05:20 -04:00
Ramón Souza
39c5954614
markdown chat messages
2023-08-21 10:06:07 -03:00
Anton Georgiev
cb121f7803
fix(html5): backport Replace wasm detection library #18557 to 2.6
2023-08-17 11:16:39 -04:00
Guilherme Pereira Leme
cacbc331ce
feature: plugin architecture implementation for presentation toolbar ( #17994 )
2023-08-15 19:31:11 -03:00
Tiago Jacobs
9e512f9edc
Replace wasm detection library ( #18557 )
2023-08-15 13:02:59 -03:00
Tiago Jacobs
5cf2293c38
refactor (typescript): fix typescript build errors ( #18454 )
2023-08-14 17:52:35 -03:00
Gustavo Trott
3758dd89e2
Merge 2.7 into Develop
2023-07-31 11:24:25 -03:00
Anton Georgiev
6b76d9aa66
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july-21
2023-07-21 16:24:45 -04:00
KDSBrowne
5a85ca14a2
add focus trap to handle focus leaving simple modals
2023-07-17 17:19:05 +00:00
Tainan Felipe
f2e0fd43e9
Refactor: Make all chat area use graphql ( #18122 )
...
* Refactor: Make all chat area use graphql
* Fix: large space between welcome msg and chat list
* Fix: missing file
* add pending status and fix system messages
* Add: mark messages as seen in chat
* Refactor: Move char opening logic to inside of chat panel
* Refactor message and mark as seen
* Add Recharts to package.json and fix miss data
* Implements clear-chat function on graphql
* Make system message sticky
* Add clear message support and fix user is typing
* FIx chat unread and scroll not following the tail
* Change: make unread messages be marked by message and fix throttle
* Don't show restore welcome message when the welcome message isn't set
* Fix: scroll not following the tail properly
* Fix: previous page last sender not working
* Fix: scroll loading all messages
* Fix messaga not marked as read
---------
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2023-07-07 17:46:36 -03:00
Gustavo Trott
5681e88c60
Merge 2.7 into Develop
2023-06-26 17:21:01 -03:00
Anton Georgiev
a962a44c74
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into june14merge
2023-06-14 10:07:54 -04:00
KDSBrowne
8932dc2fe1
use radash instead of lodash
2023-06-12 19:11:52 +00:00
Tainan Felipe
963048698b
Add away to create custom hooks to subscription and apply on userlist
2023-06-02 11:59:05 -03:00
Gustavo Trott
51bdcededc
Merge 2.7 into develop
2023-05-26 10:50:39 -03:00
Anton Georgiev
4e851a7571
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-267-27
2023-05-15 11:51:17 -04:00
KDSBrowne
eb1f5f5935
update to react 18
2023-05-11 16:16:10 +00:00
bigbluebutton
a7b8704b06
update material ui from v4 to v5
2023-05-10 00:09:54 +00:00
Anton Georgiev
8fa2507d6c
Merge pull request #17708 from bigbluebutton/snyk-fix-481323b5bee22ad9812154adaddc62a3
...
[Snyk] Security upgrade yaml from 1.10.2 to 2.2.2
2023-05-03 11:21:28 -04:00
Tainan Felipe
b7177a9c93
Merge branch 'pull-17124' into apollo-client
2023-04-24 18:15:22 -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
snyk-bot
b024f62c55
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:29:02 +00: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
Ramón Souza
96102f1b2d
upgrade react-virtualized dependency
2023-04-13 10:33:00 -03:00
Tainan Felipe
af1f89341b
Merge branch 'pull-17124' into apollo-client
2023-04-12 11:48:23 -03:00
Tainan Felipe
e18059fffa
WIP: Initial implementation of graphql in user list
2023-04-05 16:18:04 -03:00
Ramón Souza
20f020a7b2
replace react-color with react-colorful
2023-04-05 10:49:07 -03:00
Ramón Souza
d181eba1c2
replace lodash.throttle with native function
2023-03-02 10:25:08 -03:00
Ramón Souza
eacf96b5f2
remove lodash
2023-03-02 08:22:23 -03:00
Ramón Souza
0a622eff32
replace lodash throttle with standalone package
2023-03-01 15:13:29 -03:00
Ramón Souza
aea1dca3e8
install radash
2023-02-17 09:25:13 -03:00
Ramón Souza
36f9fcaa3d
remove tldraw core from package file
2023-01-27 09:25:45 -03:00
Anton Georgiev
654528ab25
chore: upgrade tldraw to 1.27.0 to include accessibility improvements
2023-01-17 11:14:15 +00:00
Ramón Souza
52e06ce326
copy tldraw fonts to public/files
2023-01-10 10:21:01 -03:00
Anton Georgiev
22181b6ac2
chore: npm audit upgrade "flat"
2023-01-06 17:10:55 +00:00
Anton Georgiev
a1d52c16e2
chore: upgrade tldraw to include fonts
2023-01-03 22:23:02 +00:00
snyk-bot
e842a26be3
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-SANITIZEHTML-2957526
2022-12-20 14:06:39 +00:00
Ramón Souza
93cffede4d
update probe-image-size
2022-12-14 09:15:20 -03:00
Ramón Souza
9468c14df0
remove postcss
2022-12-05 10:30:35 -03: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
germanocaumo
38725cff7f
fix(tldraw): update tldraw to latest version +
...
Small refactor in Cursor component, fix same key warning in console.
2022-10-31 17:07:03 +00:00
Joao Victor
c7b4f8bc66
chore/fix: update react-intl to 6.1.0 and add config to disable fallback
2022-08-30 09:32:21 -03:00
Anton Georgiev
bbb7dd421d
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into cairosvg
2022-08-19 14:25:03 +00:00
Anton Georgiev
23c0dc56c4
Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into cairosvg
2022-08-19 13:04:00 +00:00
KDSBrowne
7ade8a0d7d
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into bbb-tldraw-latest
2022-08-03 14:23:38 +00:00
KDSBrowne
b66e44a4cb
Upgrade tldraw to latest version
2022-08-03 14:19:12 +00:00
Ramón Souza
ded8493f05
Merge remote-tracking branch 'upstream/v2.5.x-release' into 2526-aug3
2022-08-03 09:53:41 -03:00
Ramón Souza
ad8fcbf03e
fix text input losing focus on webcam start/stop
2022-07-29 14:47:24 -03:00
Pedro Beschorner Marin
b52c67d7a7
feat(captions): first pass on recording
...
Add the main server-side adapter for using the legacy closed captions
recording process with the audio captions data.
2022-07-20 17:20:52 +00:00
prlanzarin
7281475271
feat: add new peer wrapper to phase out kurento-utils
...
kurento-utils is unmaintained. It's served us well, but its age
shows. We need to transition to something else if we want to
have better maintainability and include simulcast, multistream, ...
This introduces a simplified/leaner wrapper kit that's almost
API-compatible with what we use right now - so widespread changes
are minimal). It's easier to maintain/read/transition from. This
can be read as an intermediate step to transitioning to
something definitive (ie mediasoup-client).
2022-07-15 13:51:03 +00:00
KDSBrowne
ee6a3dcc62
fix cursor not updating on mobile
2022-06-28 14:25:43 +00:00
Anton Georgiev
4402f20c34
chore: Merged BBB 2.5.2 into v2.6.x-release
2022-06-22 16:11:48 +00:00
gabriellpr
79ed1d289b
Swap version of bbb-diff npm dependency
2022-06-03 14:00:44 -03:00
Mario Junior
f6d7706626
Merge pull request #15075 from frankemax/emoji-picker-v3
...
feat(emoji-picker): add component
2022-05-31 10:34:25 -03:00
Ramón Souza
cd11c81499
Merge pull request #14994 from KDSBrowne/2.6-bbb-tldraw
...
feat: Integrate TLDraw with BigBlueButton (part 1)
2022-05-20 20:51:06 +01:00
prlanzarin
acefde48a1
refactor: use webrtc-adapter package, remove static script from compatibility
2022-05-20 19:11:12 +00:00
CristianSilvaGrosseli
5c6bf08b78
feat(emoji-picker): add component
2022-05-19 17:40:29 -03:00
KDSBrowne
632bac1ebc
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into 2.6-bbb-tldraw
2022-05-15 14:02:22 +00:00
Ramón Souza
32469846f8
Merge pull request #14989 from gabriellpr/emoji-chat
...
feat(chat): Auto convert text to emoji
2022-05-13 18:47:26 +01:00
KDSBrowne
9518b619ae
commit package lock
2022-05-13 14:57:39 +00:00
KDSBrowne
374c9c53e6
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into 2.6-bbb-tldraw
2022-05-13 14:23:18 +00:00
KDSBrowne
10c8d3759d
hack adding pres slide images and page switching
2022-05-13 02:43:40 +00:00
KDSBrowne
5cb29535f7
embed Tldraw into BBB client
2022-05-13 02:21:35 +00:00
Ramon Souza
fdaea3fc2f
upgrade react-intl version to support react 17
2022-05-11 16:10:44 -03:00
Ramon Souza
9bed83a65a
upgrade react-toggle version to support react 17
2022-05-11 16:06:05 -03:00
Ramon Souza
361f3b48eb
upgrade react-tabs version to support react 17
2022-05-11 15:56:04 -03:00
Ramon Souza
0a81650681
upgrade react-modal version to support react 17
2022-05-11 15:51:52 -03:00
Ramon Souza
135ad42049
remove unused package
2022-05-11 14:01:13 -03:00