Gustavo Trott
134b207f94
refactor: Remove Hasura database-updates and move them to Gql-Actions ( #20634 )
2024-07-04 17:00:06 -03:00
Ramón Souza
3ab336c6e2
refactor: fix sonarcloud alerts ( #20629 )
...
* fix incorrect prop type
* remove duplicated code
* fix Unexpected constant truthiness on the left-hand side of a `&&` expression.
* fix Correct one of the identical sub-expressions on both sides of operator
2024-07-04 08:35:01 -03:00
André Castro
ecb08592f2
Fix: Message to all style not matching 2.7 ( #20631 )
...
* Fix: Message to all style not matching 2.7
* Update component.tsx
2024-07-03 19:34:58 -04:00
Gustavo Trott
5cc9604a54
Merge pull request #20627 from gustavotrott/bbb-web-feedback-endpoint
...
refactor (bbb-web): Introduces `/api/feedback` endpoint (to replace Meteor `/html5client/feedback`)
2024-07-03 13:46:05 -03:00
Gustavo Trott
a21dcb5818
Introduces /api/feedback endpoint (to replace Meteor /feedback)
2024-07-03 10:12:28 -03:00
André Castro
d7569ddfe2
Fix: Chat input double enter key putting presenter into full screen ( #20553 )
...
* Fix: Chat input double enter key putting presenter into full screen
---------
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2024-07-02 16:44:47 -03:00
Ramón Souza
e4b2494bb8
Merge pull request #20618 from JoVictorNunes/voice-activity-adapter
...
refactor: add voice activity adapter
2024-07-02 15:12:39 -03:00
André Castro
1400dcafd8
Fix: Whiteboard options button should not appear without the presentation ( #20620 )
2024-07-02 12:05:19 -04:00
Ramón Souza
57d45e39fa
Merge pull request #20617 from KDSBrowne/bbb-20601
...
fix(whiteboard): Handle viewer's portrait oriented presentations
2024-07-02 09:56:22 -03:00
Ramón Souza
65918cf55f
Merge pull request #20616 from ramonlsouza/remove-recording-label-mobile
...
fix: remove recording indicator label in phone
2024-07-01 16:07:53 -03:00
KDSBrowne
9e4332d82b
handle viewer portrait view
2024-07-01 14:19:42 +00:00
João Victor
69d24bb880
refactor: add voice activity adapter
2024-07-01 11:08:31 -03:00
Ramón Souza
951497ef41
remove recording label in phone
2024-07-01 09:50:53 -03:00
Ramón Souza
96085110a5
refactor: fix sonarcloud alerts ( #20604 )
...
* remove unused argument
* fix Do not use "Error" to declare a variable
* fix Do not use "Array" to declare a parameter
* fix React component names must start with an uppercase letter
* adjust error boundary prop type
* add default values for lock settings
2024-06-28 15:58:38 -04:00
João Victor Nunes
d016b69b0c
refactor: remove standalone voice user subscription ( #20600 )
2024-06-28 16:58:29 -03:00
João Victor Nunes
54aeb7a9dc
refactor: remove remaining Meteor imports ( #20602 )
2024-06-28 16:44:14 -03:00
André Castro
f489f93dfb
Fix: Captions lines are duplicated; limit how many rows ( #20590 )
2024-06-28 09:29:26 -04:00
João Victor Nunes
0896d59264
fix: tweak useDeduplicatedSubscription hook to properly handle the skip option ( #20471 )
2024-06-27 13:37:06 -04:00
João Victor Nunes
9801905960
fix: improve the hooks of voice activity ( #20589 )
...
* fix: improve the hooks of voice activity
* Add check for users who haven't talked
2024-06-27 14:31:20 -03:00
André Castro
4058c2a105
Fix: Layout direction does not change when required RTL/LTR ( #20521 )
...
* Fix: Layout direction does not change when required RTL/LTR
* Presentation update
2024-06-27 09:38:38 -03:00
Gustavo Trott
ea2bfa11d1
Merge pull request #20588 from ramonlsouza/improve-cursor-subscription
...
refactor: remove unused data in cursor subscription
2024-06-26 17:27:58 -03:00
Ramón Souza
7f54bed26f
remove unused data in cursor subscription
2024-06-26 16:00:33 -03:00
André Castro
9128a2dde8
Refactor: Remove the old user status (reaction/emoji) ( #20455 )
...
* Refactor: Remove the old user status (reaction/emoji)
* Update settings.yml
* test: remove old user status testing code related
---------
Co-authored-by: Anton B <antonbsa.bck@gmail.com>
2024-06-26 15:40:18 -03:00
André Castro
76c25f0fcc
Fix: Webcam display of emoji can trigger elements rearrangement ( #20573 )
2024-06-26 13:45:37 -03:00
João Victor Nunes
1eb984d527
style(whiteboard): polishing toolbar styles ( #20579 )
...
* style(whiteboard): polishing toolbar styles
* Fix colors and RTL mode
2024-06-26 13:40:53 -03:00
Gustavo Trott
9b80d511df
Merge pull request #20568 from JoVictorNunes/use-who-is-talking
...
refactor(core-html5): custom hooks for voice data
2024-06-25 17:52:54 -03:00
João Victor
78a188086d
Remove useless condition
2024-06-25 17:21:34 -03:00
João Victor
7577dcc41c
Use Hasura relationship instead of SQL join
2024-06-25 17:14:00 -03:00
Ramón Souza
6f5a826238
Merge pull request #20577 from KDSBrowne/v30-restore-cut-copy-paste
...
fix(whiteboard): Restore cut, copy and paste functionality via keyboard
2024-06-25 17:06:28 -03:00
João Victor
f4a2af7dc1
Merge branch 'v3.0.x-release' into use-who-is-talking
2024-06-25 16:54:44 -03:00
João Victor
f949aaba7d
Fix sorting and cleanup
2024-06-25 16:54:12 -03:00
KDSBrowne
1cc6efa006
handle Ctrl + z shortcut
2024-06-25 19:16:23 +00:00
KDSBrowne
575cd3ad36
handle delete key shortcut to remove shapes
2024-06-25 18:52:50 +00:00
KDSBrowne
7c66cc3956
fix cut and paste functionality in whiteboard component
2024-06-25 13:57:10 +00:00
Gustavo Trott
9639f70444
Merge pull request #20477 from gustavotrott/component-flag-sharingCamera
...
refactor (graphql-server): Introduces `meeting_componentFlags.hasCameraAsContent`
2024-06-24 14:17:55 -03:00
Tainan Felipe
410080ff2b
Fix: app condition
2024-06-24 13:02:10 -03:00
João Victor
fbf72650b9
Add useMemo
2024-06-24 12:46:46 -03:00
João Victor
09fe35b1f0
Merge branch 'v3.0.x-release' into use-who-is-talking
2024-06-24 11:31:13 -03:00
Ramón Souza
3573321d68
Merge pull request #20571 from Scroody/i-20539
...
Fix: Null label for emoji setting toast
2024-06-24 11:19:57 -03:00
Tainan Felipe
e0550f0ec5
refactor: Include in data-test the count for users that joined in audio ( #20570 )
2024-06-24 10:43:55 -03:00
Ramón Souza
2d8a964ec0
Merge pull request #20555 from JoVictorNunes/webcam-enhancements-0620
...
fix(webcam): webcam button flickering on join
2024-06-24 10:35:15 -03:00
João Victor
9ed7b17285
Custom hook for talking indicators
2024-06-24 10:25:48 -03:00
Tainan Felipe
5d2bd11127
Change: use hasCameraAsContent flag on client
2024-06-24 10:09:30 -03:00
André Möller
9a0d5f42db
Fix:Null label for emoji setting toast
2024-06-24 10:05:09 -03:00
Ramón Souza
e01ecff912
Merge pull request #20543 from JoVictorNunes/fix-override-locale-param
...
fix: `userdata-bbb_override_default_locale` param
2024-06-24 09:48:43 -03:00
Ramón Souza
7458eacaf3
Merge pull request #20530 from JoVictorNunes/remove-meteor-session-usage
...
refactor: remove Session usage
2024-06-24 09:36:25 -03:00
Guilherme Pereira Leme
dcb28bec41
[fix-data-channel-and-generic-content] - fix data-channel and generic content when update of the sidekick area happens fast enough and there is still one there yet ( #20567 )
2024-06-24 08:56:27 -03:00
João Victor
17b734e642
refactor(core-html5): custom hooks for voice data
2024-06-21 18:45:05 -03:00
Ramón Souza
90f3ad2e7e
Merge pull request #20564 from Scroody/fix-audio-arrow
...
Fix: Wrong position of audio arrow
2024-06-21 15:08:31 -03:00
Ramón Souza
1e757c21f5
Merge pull request #20551 from Scroody/i-20529
...
Fix: Avatar is transparent in cc
2024-06-21 15:06:55 -03:00