João Victor
c9e1a32d94
refactor: Move layout code from Base to LayoutObserver, clean up
2024-08-29 15:08:24 -03:00
João Victor
368f0dd935
refactor: Move layout code from AppContainer to LayoutObserver, clean up
2024-08-29 12:12:09 -03:00
João Victor
393339d63d
refactor: Centralize push layout data access
2024-08-29 11:47:50 -03:00
João Victor
25fe8b8125
refactor: Introduce LayoutObserver, a component for observing and updating the layout state
2024-08-28 09:59:22 -03:00
Ramón Souza
0a38236f94
Merge pull request #20873 from Arthurk12/presentation-last-state
...
fix(presentation): restore last state after sharing media
2024-08-16 10:48:11 -03:00
Arthurk12
cd9e178161
fix(external-video): remove duplicate presentation pile dispatch
...
Removes the duplicate presentation pile dispatch for external video, as
an identical dispatch runs when the external video component is mounted.
This duplication did not cause any noticeable issues for the user but
resulted in the external video being added to the pile twice.
2024-08-15 14:47:25 -03:00
João Victor
2b6e4b584e
fix(voice): reorganize askForConfirmationOnLeave code
...
- Move askForConfirmationOnLeave into AudioContainer
- Get rid of the unstable useMuteMicrophone hook, which returns a new reference every time the user gets muted/unmuted. Use the stable useToggleVoice hook instead.
2024-08-15 10:34:16 -03:00
João Victor
a660672ff8
Merge branch 'v3.0.x-release' into webcam-patch-0724
2024-08-01 16:21:19 -03:00
Ramón Souza
d6b5467e43
fix chat alerts
2024-07-30 15:27:16 -03:00
João Victor
62662ee415
refactor(webcam): remove adapter; turn it into a hook
2024-07-30 09:35:47 -03:00
Gustavo Trott
c6b9ab35ae
refactor: Remove old userStatus Emoji ( #20717 )
...
* Remove old userStatus Emoji
* tweak docs
* fix bkroom errors
2024-07-18 08:58:38 -04:00
Tainan Felipe
410080ff2b
Fix: app condition
2024-06-24 13:02:10 -03:00
André Castro
ae4921cee0
Fix: External video skipping ( #20444 )
...
* Fix: External video skipping
2024-06-19 09:39:12 -04:00
João Victor
13425335df
Fix imports
2024-06-17 08:54:03 -03:00
João Victor
5f41c712fb
Fix bugs
2024-06-14 17:57:40 -03:00
João Victor
ac72582c04
Merge branch 'v3.0.x-release' into remove-mongo-adapters
2024-06-14 16:55:53 -03:00
João Victor
a45eea5a26
Remove Meteor imports
2024-06-14 16:54:31 -03:00
Anton Georgiev
c8dece66f0
Merge pull request #20463 from Arthurk12/generic-content-types
...
feat(plugins): adds generic content types 'MAIN' and 'SIDEKICK'
2024-06-14 15:18:42 -04:00
João Victor
5207383b93
Merge branch 'v3.0.x-release' into remove-mongo-adapters
2024-06-14 15:58:23 -03:00
João Victor
dac101523f
Fix infinit loop
2024-06-14 15:40:40 -03:00
João Victor
310b9f108b
Merge remote-tracking branch 'tainan/remove-withtracker-2-they-strike-back' into remove-mongo-adapters
2024-06-14 11:40:49 -03:00
Tainan Felipe
f0967dafaa
Fix: poll disable
2024-06-14 11:12:44 -03:00
João Victor
78958ccf45
Remove meeting adapter consumption
2024-06-14 10:30:48 -03:00
Anton Georgiev
1cc8c93804
Merge pull request #20473 from ramonlsouza/issue-20442
...
fix: Pinned notes disappears when changing layout
2024-06-13 16:14:11 -04:00
Tainan Felipe
5aa575c322
Merge remote-tracking branch 'upstream/v3.0.x-release' into remove-withtracker-2-they-strike-back
2024-06-13 12:07:50 -03:00
Tainan Felipe
a8307b4981
Remove: actions bar withTracker
2024-06-13 11:48:15 -03:00
Ramón Souza
c725998cd3
fix pinned notes do not render if layout is changed
2024-06-12 15:32:44 -03:00
Lucas
9bf3f54183
feat: Initial BBB 3.0 Gladia transcriptions implementation ( #20295 )
...
* feat(html5): initial implementation of Gladia transcriptions to BBB 3.0
* fix(transcription): Add missing locales and fix invalid cc menu key
* fix(bbb-transcription-controller): Bump transcription controller to fix some bugs
* fix: adjust yq syntax for setting fs esl password in transctiption-controller
* fix(transcription): Use newer useSettings format from transcription options
* fix(captions): Correctly use captions settings
---------
Co-authored-by: João Victor <joaovictornunes973@gmail.com>
Co-authored-by: Anton Georgiev <anto.georgiev@gmail.com>
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2024-06-12 12:06:07 -04:00
Tainan Felipe
2e5438a3a7
Remove: app withTracker
2024-06-11 18:55:38 -03:00
Arthurk12
95d823951f
feat(generic-component): rename to generic content and add type
...
Renames the generic component to generic content and adds the first
type, called 'main'. This commit is a preparation to allow generic
content from plugins to have types.
2024-06-10 19:36:45 -03:00
Tainan Felipe
c2364641d3
refactor: connection status for graphql connection ( #20196 )
...
* Add: connection status for graphql connection
2024-06-10 16:20:41 -04:00
João Victor
af52a8574c
refactor: remove voice users adapter
2024-06-06 15:47:41 -03:00
João Victor Nunes
06500be757
refactor(storage): replace Tracker.Dependency
with observer hook ( #20322 )
...
* refactor(storage): replace Tracker.Dependency with observer hook
* fix(storage): set initial value
* refactor(storage): stop using Meteor's Session singleton
2024-06-06 10:50:03 -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
Guilherme Pereira Leme
bbf43f1e55
feat(html5): Added captionLocale property and related logic ( #20272 )
...
* [captionLocale] - added captionLocale
* [captionLocale] - changes in review
* [captionLocale] - Added new mutation captionAddLocale and removed captionSetOwner
* [captionLocale] - add action validation
* [captionLocale] - Changes in review
* [captionLocale] - fix update of graphql server
* [captionLocale] - merge conflicts
2024-06-03 16:14:32 -04:00
Ramón Souza
018a170251
Merge pull request #20329 from JoVictorNunes/remove-screenshare-tracker
...
refactor(screenshare): replace `Tracker.Dependency` with `makeVar`
2024-06-03 09:33:08 -03:00
Gustavo Trott
fd3071c28a
Refactor (gql-middleware): Introduces clientSessionUUID
and validations (error handling) ( #20353 )
2024-05-29 17:43:17 -03:00
João Victor
83acc1fe9a
Merge branch 'v3.0.x-release' into remove-screenshare-tracker
2024-05-29 17:01:12 -03:00
Ramón Souza
7514066fc3
fix: Client can't load in certain cases ( #20336 )
...
* move settings
* remove meteor cache files
2024-05-29 09:26:11 -04:00
João Victor
ddfc83e8c7
Merge branch 'v3.0.x-release' into remove-screenshare-tracker
2024-05-28 10:50:15 -03:00
João Victor
8cfbcf4cce
Merge branch 'v3.0.x-release' into remove-screenshare-tracker
2024-05-24 18:07:53 -03:00
João Victor Nunes
e58c5bac7d
Merge branch 'v3.0.x-release' into remove-with-trackers-0516
2024-05-24 17:26:49 -03:00
Gustavo Trott
684fec7b13
Merge pull request #20191 from JoVictorNunes/video-streams-improvements-05.06
...
fix(webcam): fixes, improvements et al.
2024-05-24 17:13:15 -03:00
João Victor
ffa861e384
refactor(screenshare): remove Tracker.Dependency
2024-05-24 11:44:36 -03:00
João Victor
fd253d6c2d
refactor(settings): remove both Meteor's Tracker.Dependency and all uses in old format
2024-05-17 17:33:52 -03:00
Ramón Souza
f2bb5b5aeb
change enforceLayout to match defaultMeetingLayout format
2024-05-10 10:35:25 -03:00
João Victor
4391b3dfbb
fix(webcam): remove video-streams collection usage from media service
2024-05-06 12:19:27 -03:00
Tainan Felipe
e4a23feda3
Remove: old code from notes, pads and meeting ended
2024-05-01 09:39:03 -03:00
Ramón Souza
16ba97ffb1
remove userActivitySign makecall + fix inactivity check
2024-04-25 11:53:56 -03:00
Tainan Felipe
52b9f6166a
Remove: Pads, PadsSessions, PadsUpdates client subscriptions and dependencies ( #20051 )
2024-04-24 13:07:06 -03:00