Ramón Souza
7eba98f809
improve long username display in userlist and breakout creation ( #21101 )
2024-09-09 08:56:41 -03:00
Tainan Felipe
4d6f4b3ded
Refactor: Make bundle using webpack ( #20811 )
...
* Refactor: Make bundle using webpack
* Fix: restore after install codes and a few settings
* Fix: build script folder permission
* Refactor: Remove support to async import on audio bridges
* Upgrade npm using nvm
* Avoid questions on npm ci execution
* Let npm ci install dev dependencies (as we need the build tools here)
* Fix: enconding
* Fix: old lock files
* Remove: bbb-config dependency to bbb-html5 service, bbb-html5 isn't a service anymore
* Fix: TS errors
* Fix: eslint
* Fix: chat styles
* npm install with "lockfileVersion": 3 (newer npm)
* build: allow nodejs 22
* node 22; drop meteor from CI and bbb-conf
* TEMP: use bbb-install without mongo but with node 22 and newer image
* build: relax nodejs condition to not trip 22.6
* build: ensure dir /usr/share/bigbluebutton/nginx exists
* init sites-available/bbb; drop disable-transparent-
* nginx complaining of missing file and ;
* TMP: print status of services
* WIP: tweak nginx location to debug
* Fix: webcam widgets alignments
* akka-apps -- update location of settings.yml
* build: add locales path for nginx
* docs and config changes for removal of meteor
* Fix: build encoding and locales enpoint folder path
* build: set wss url for media
* Add: Enable minimizer and modify to Terser
* Fix: TS errors
---------
Co-authored-by: Tiago Jacobs <tiago.jacobs@gmail.com>
Co-authored-by: Anton Georgiev <anto.georgiev@gmail.com>
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-08-09 13:58:44 -04: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
Ramón Souza
1b0e84ebc0
fix ts errors
2024-08-05 14:21:23 -03:00
Ramón Souza
d6250cbe4d
do not allow slide/presentation change on breakout update
2024-08-05 10:34:17 -03:00
Ramón Souza
59a2efd8f0
pass presentation to breakout - frontend
2024-08-05 10:29:42 -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
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
Tiago Jacobs
ba02a327e1
Revert "refactor(core-html5): custom hook for voice data"
2024-06-19 14:18:58 -03:00
João Victor
7ede343490
refactor(core-html5): custom hook for voice data
2024-06-18 15:40:14 -03:00
João Victor
13425335df
Fix imports
2024-06-17 08:54:03 -03:00
João Victor
0ebd745ee2
Fix disabled features
2024-06-14 18:16:28 -03:00
João Victor
5f41c712fb
Fix bugs
2024-06-14 17:57:40 -03:00
João Victor
a45eea5a26
Remove Meteor imports
2024-06-14 16:54:31 -03:00
João Victor
78958ccf45
Remove meeting adapter consumption
2024-06-14 10:30:48 -03:00
Gustavo Trott
e86aeac114
refactor breakoutroom storage
2024-06-12 16:21:31 -03:00
Ramón Souza
38f5fca09b
Merge pull request #20465 from ramonlsouza/no-default-props
...
refactor: replace defaultProps on function components with default function parameters
2024-06-11 14:36:56 -03:00
Ramón Souza
911f663e27
remove defaultProps from components
2024-06-11 13:10:04 -03:00
João Victor
9b02a41e3d
fix(webcam): tweak subscriptions
2024-06-07 17:41:36 -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
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
07e676d4fe
fix: remove duplicate breakout room exit observer
2024-05-21 14:33:47 -03:00
Ramón Souza
0d7271738e
do not display breakout settings when moving users
2024-05-17 13:30:56 -03:00
Tainan Felipe
7d7acb8a80
Remove: Breakout room unused code
2024-04-30 16:14:22 -03:00
Ramón Souza
7247407e7d
Merge pull request #20061 from JoVictorNunes/remove-video-streams-collection
...
Remove old `video-streams` Meteor subscription
2024-04-25 16:38:17 -03:00
João Victor
453727b3ed
Fix
2024-04-25 15:24:34 -03:00
João Victor
e623e9d0cd
Fix
2024-04-25 14:44:41 -03:00
Ramón Souza
33b2854f01
remove endAllBreakouts makecall
2024-04-25 14:16:55 -03:00
João Victor
7779be6a49
Remove duplicated import
2024-04-24 17:14:47 -03:00
João Victor
1f8a95a3ff
Remove video-streams subscription
2024-04-24 17:09:00 -03:00
Tainan Felipe
ac80cb1317
Fix: remaining time not appearing in breakout
2024-04-22 17:40:34 -03:00
Tainan Felipe
dca6c6add4
Merge remote-tracking branch 'upstream/v3.0.x-release' into PR_19324
2024-04-22 15:31:51 -03:00
Ramón Souza
8e7810305d
fix manage breakout users
2024-04-19 09:40:13 -03:00
Tainan Felipe
89916b78da
Fix: lint errors
2024-04-18 11:22:55 -03:00
Tainan Felipe
18a6165961
Fix: lint errors
2024-04-18 11:15:02 -03:00
Tainan Felipe
6572e59a45
Add: join audio only in breakouts
2024-04-18 10:39:43 -03:00
Tainan Felipe
d496277313
Refactor: breakout join and left for moderator
2024-04-17 16:46:50 -03:00
Tainan Felipe
67c0f71748
Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-breakout-invitation
2024-04-16 20:30:21 -03:00
Ramón Souza
7b3c1dc46e
refactor breakout moveUser function to accept multiple users
2024-04-15 10:13:55 -03:00
Tainan Felipe
0c61143156
Merge remote-tracking branch 'upstream/v3.0.x-release' into PR_18920
2024-04-09 18:27:27 -03:00
Tainan Felipe
acf39a3783
Remove: user persistent data collection
2024-04-09 12:04:14 -03:00
Tainan Felipe
74d524028c
WIP: breakout
2024-04-09 08:45:42 -03:00
Tainan Felipe
48e292901d
Merge remote-tracking branch 'upstream/v3.0.x-release' into PR_18920
2024-04-08 09:25:52 -03:00
Tainan Felipe
16c0a99240
Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-breakout-invitation
2024-04-03 11:55:45 -03:00
Ramón Souza
8835c6051a
fix move user to breakout
2024-03-07 11:58:47 -03:00
André Castro
58a0efe708
Migrate auth and settings to graphQL ( #19507 )
2024-03-06 14:28:18 -03: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
João Victor
3c460bb758
fix: prop types, invalid hook call, styled-components prop
2024-02-16 17:32:14 -03:00
Ramón Souza
41aae7b256
adjust sidebar content styles
2024-02-16 13:32:27 -03:00