Guilherme Leme
137af4e421
[fix-dom-element-manipulation] fix user-camera-dom-element-manipulation hook, refactored several hooks and added onclick event in dropdown
2024-08-20 10:42:05 -03:00
Anton Georgiev
46de3f7efd
Merge pull request #20806 from JoVictorNunes/webcam-patch-0724
...
fix(webcam): fixes related to graphql subscriptions, et al.
2024-08-09 10:53:31 -04:00
Guilherme Leme
da62c1068e
[video-control-plugin-sdk] created useUserCameraDomElement as a dom element manipulation hook
2024-07-31 14:44:55 -03:00
João Victor
62662ee415
refactor(webcam): remove adapter; turn it into a hook
2024-07-30 09:35:47 -03:00
João Victor Nunes
54aeb7a9dc
refactor: remove remaining Meteor imports ( #20602 )
2024-06-28 16:44:14 -03:00
João Victor
13425335df
Fix imports
2024-06-17 08:54:03 -03:00
João Victor
bd89cb6033
Remove imports
2024-06-14 16:57:23 -03:00
João Victor
d908f99055
Comment adapters loading
2024-06-14 12:21:46 -03:00
João Victor
af52a8574c
refactor: remove voice users adapter
2024-06-06 15:47:41 -03:00
Tainan Felipe
3bc40df230
Add: useDeduplicatedSubscription hook ( #20376 )
...
* Add: useDeduplicatedSubscription hook
* Fix: TS error
* Add: components using useDeduplicatedSubscription
* Change: Move to useDeduplicatedSubscription
* Change: unsubscribe logic to own useEffect
* Change: remove file import over package
* Fix: TS errors
* Fix: private chat not loading
* Change: revert changes on queries
* Fix: eslint error
* Remove: html-webpack-plugin package
* Fix: external video
* Add: comment about the stringToHash function
* Fix: video player showing tools over presentation
2024-06-04 10:40:54 -03:00
Tainan Felipe
210eb0911c
Fix: add a adapters manager to lock loading while data sync
2024-05-01 08:38:12 -03:00
Tainan Felipe
c759a788a2
Refactor: migrate screenshare to graphql using a adapter
2024-04-23 23:58:10 -03:00
Tainan Felipe
acf39a3783
Remove: user persistent data collection
2024-04-09 12:04:14 -03:00
Tainan Felipe
f3465827dd
Migrate meeting collection to graphql ( #19853 )
2024-03-26 08:57:28 -03:00
Tainan Felipe
d9e2808e2d
Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-user-to-graphql
2024-03-12 19:24:28 -03:00
Tainan Felipe
ae0b97f05a
Refactor: move adapter to presence manager
2024-03-08 10:01:17 -03:00
Tainan Felipe
ff285f258a
Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-user-to-graphql
2024-03-08 09:57:41 -03:00
Tainan Felipe
3826a49968
Refactor: move adapter to new main and make it non blocking
2024-03-07 14:20:11 -03:00
Tainan Felipe
066f2414b1
Fix: user not being locked
2024-03-07 11:56:38 -03:00
Tainan Felipe
00e055ff6e
Refactor: move voice users to graphql
2024-03-06 13:08:32 -03:00
João Victor
c4e09eb11f
cleanup: remove chat context and adapter
2024-02-28 16:31:44 -03:00
Tainan Felipe
10bcb21502
Refactor: Remove users subscription
2024-02-23 12:01:53 -03:00
Guilherme Pereira Leme
d7e2d400d6
fix: decrease total number of subscriptions for some hooks ( #19653 )
2024-02-21 16:50:46 -03:00
Tainan Felipe
b524f0b9fb
Fix: chat loading only one page per time ( #19511 )
2024-01-29 14:04:04 -03:00
Guilherme Pereira Leme
b23bea041c
feat(plugin): Implemented first dom element manipulation - chat message ( #19420 )
...
* [plugin-sdk-refactor-2] - refactored some filenames and enums.
* [plugin-sdk-issue-28] - Implemented dom element manipulation
* [plugin-sdk-issue-28] - bump plugin-sdk version
2024-01-16 14:02:12 -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
Ramón Souza
432b1b85be
remove current-user collection
2023-11-30 15:20:12 +01:00
Ramón Souza
e6dab61259
remove unused code in userlist
2023-11-30 10:33:05 +01: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
Ramón Souza
067144bf86
refactor: remove unused chat code ( #19215 )
2023-11-28 11:18:56 -03:00
imdt
340146c533
More changes
2023-09-13 14:34:48 -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
Guilherme Pereira Leme
cacbc331ce
feature: plugin architecture implementation for presentation toolbar ( #17994 )
2023-08-15 19:31:11 -03:00
Gustavo Trott
185e48d36c
Merge remote-tracking branch 'upstream/v2.7.x-release' into develop
2023-07-21 17:17:52 -03:00
Scroody
86f4e372f8
Fix: Warnings when creating a new meeting
2023-07-19 13:22:50 -03:00
Gustavo Trott
21f1ed9f27
Merge 2.7 into Develop
2023-07-14 17:42:13 -03:00
Anton Georgiev
7c91d4ff73
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july12
2023-07-12 16:20:53 -04:00
Ramón Souza
0f10a2c371
fix reopening chat on promote
2023-07-11 11:32:15 -03:00
Gustavo Trott
77234e017c
Merge remote-tracking branch 'upstream/v2.7.x-release' into develop
2023-06-29 16:27:14 -03:00
Tainan Felipe
7004d701fa
Add fix for when role changes
2023-06-29 14:15:18 -03:00
Tainan Felipe
112af1efd2
Add dedupe to messages based on referenceId
2023-06-27 11:02:35 -03:00
Gustavo Trott
51bdcededc
Merge 2.7 into develop
2023-05-26 10:50:39 -03:00
Anton Georgiev
25af259d2d
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-may-24
2023-05-24 17:23:00 -04:00
Scroody
08a0226b59
Fix: Send to chat presentation not having unread notification
2023-05-19 10:54:29 -03:00
Tainan Felipe
6237adb554
Stop receiveing messages from Meteor
2023-05-11 11:49:20 -03:00
Ramón Souza
bcd504b749
Merge remote-tracking branch 'upstream/v2.7.x-release' into lodash-radash
2023-04-05 09:42:05 -03:00
Anton Georgiev
e654c390b7
fix: fix some code smell by adding const for variables
2023-03-28 13:25:59 -04:00
Ramón Souza
d181eba1c2
replace lodash.throttle with native function
2023-03-02 10:25:08 -03:00
Ramón Souza
0a622eff32
replace lodash throttle with standalone package
2023-03-01 15:13:29 -03:00
Ramón Souza
0bb96c6434
reduce groupChat.find calls in group-chat-context adapter
2023-02-16 15:08:31 -03:00