Gustavo Trott
6d100cd19e
Add yq as graphql-server dependency
2024-05-07 14:29:59 -03:00
Gustavo Trott
ff9bcc774b
Generate a Hasura random password on after-install.sh
2024-05-07 14:29:35 -03:00
Ramón Souza
b709b410d5
Merge pull request #20188 from ramonlsouza/add-sub-names
...
refactor: add names to unnamed queries
2024-05-07 14:14:54 -03:00
Gustavo Trott
a9a20248cd
remove unnecessary file
2024-05-07 13:47:51 -03:00
Gustavo Trott
2bbc850093
set password on correct file
2024-05-07 13:45:26 -03:00
Gustavo Trott
a1d80e8c8f
use sed to change config.yaml
2024-05-07 13:35:12 -03:00
Ramón Souza
699c056709
add names to queries
2024-05-07 13:26:56 -03:00
Gustavo Trott
76e6b731bf
set yq as dependency for bbb-graphql-server build
2024-05-07 13:23:38 -03:00
Ramón Souza
bacf1e4fcf
Merge pull request #20186 from ramonlsouza/cursor-up
...
fix: only send cursor updates of users with whiteboard access
2024-05-07 13:07:20 -03:00
KDSBrowne
8788d60d5d
move toolbar to vertical side position
2024-05-07 15:24:45 +00:00
KDSBrowne
c6d43956e0
update api call for editing shape
2024-05-07 15:20:44 +00:00
Gustavo Trott
ac4608ca65
Set a different password for Hasura admin
2024-05-07 11:39:34 -03:00
Anton Georgiev
be7fad8cbf
build: try to remove frontend and leave only bbb-html5
2024-05-07 09:53:35 -04:00
Gustavo Trott
fdcc7e4bd2
fix cache key for clientSettings
2024-05-07 10:46:52 -03:00
João Victor
429c9ba63e
fix(webcam): remove unused code
2024-05-07 10:31:07 -03:00
Gustavo Trott
d74db21037
Set postgres host as 127.0.0.1 instead of localhost
2024-05-07 10:16:14 -03:00
João Victor
7cb9eae221
fix(webcam): better code readability
2024-05-07 10:12:04 -03:00
Gustavo Trott
4b91675658
Merge pull request #20168 from JoVictorNunes/grid-user-limit
...
fix: limit grid users at the data access level
2024-05-07 09:16:42 -03:00
Ramón Souza
3ba14e69ce
only send cursor updates of users with whiteboard access
2024-05-07 09:13:41 -03:00
Gustavo Trott
ab8dc1d71f
Merge pull request #20185 from gustavotrott/gql-middleware-send-mutation-complete
...
fix (graphql-middleware): After returning a Mutation data, it should send a `complete` message
2024-05-07 09:12:50 -03:00
Gustavo Trott
a0dc3d7bd1
fix: send msg along with the return of mutations
2024-05-07 08:32:26 -03:00
Tainan Felipe
86e2ba597c
Remove: user list local state storing previous users list data
2024-05-06 20:37:28 -03:00
João Victor
e459dcdaa5
fix(webcam): slight code improvements
2024-05-06 17:05:37 -03:00
Ramón Souza
78d237502b
Merge pull request #20128 from Scroody/fix-external-video-presenter-change
...
Fix: External video re-starting when changing presenters
2024-05-06 15:56:13 -03:00
Anton Georgiev
de483ce568
build: try to remove frontend and leave only bbb-html5
2024-05-06 13:49:20 -04:00
João Victor
4391b3dfbb
fix(webcam): remove video-streams collection usage from media service
2024-05-06 12:19:27 -03:00
João Victor
9fcb83b352
fix(webcam): turn shouldRenderPaginationToggle function into a hook
2024-05-06 11:24:45 -03:00
João Victor
8acdd95c7d
fix(webcam): don't return on video-streams subscription error
...
- Don't return on video-streams subscription error. Let the likely data cleanup happen.
2024-05-06 10:55:04 -03:00
Ramón Souza
a41f09c18a
Merge pull request #20167 from ramonlsouza/fix-custom-logo
...
fix: custom logo
2024-05-06 10:48:08 -03:00
Ramón Souza
c1e6d21149
Merge pull request #20173 from ramonlsouza/warnings-may3
...
fix: client warnings
2024-05-06 10:48:00 -03:00
João Victor
096f14edcb
fix(webcam): stop using mapped fields
...
- We were using both sortName and pin fields as mappings for the nameSortable and pinned fields, respectively.
2024-05-06 10:45:59 -03:00
Ramón Souza
cfab7a82e9
Merge pull request #20120 from KDSBrowne/v30-19547
...
fix(whiteboard): Stop Loading Tldraw Assets From Unpkg Site
2024-05-06 10:45:33 -03:00
João Victor
fc8e59bfba
fix(webcam): lint errors
2024-05-06 09:19:51 -03:00
João Victor
0003252207
fix(webcam): remove useless data consumption
2024-05-06 09:13:24 -03:00
João Victor
49f236ee3c
Merge branch 'v3.0.x-release' into grid-user-limit and fix conflicts
2024-05-06 09:01:39 -03:00
João Victor Nunes
83f6f8d0f9
fix: order grid items by both name and userId
...
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-05-06 08:23:55 -03:00
prlanzarin
d6e160a2c3
refactor(audio): remove stale iOS webview polyfills
...
Shouldn't be necessary anymore
2024-05-03 21:42:36 +00:00
prlanzarin
983b8a85cf
fix(audio): improve help modal for listen only scenarios
...
The audio troubleshooting modal has very microphone-specific strings,
which might confuse users trying to join listen only.
Review the Help screen so that listen only scenarios are more generic.
As a bonus, review the unknownError locale with a more actionable text.
2024-05-03 21:41:06 +00:00
prlanzarin
a748d8ccbb
fix(audio): remove listen only retry routines
...
Listen only has a built-in retry routine on join failures that's
convoluted half-broken. It stems from the Kurento era where it could
fail randomly due to a myriad of reasons.
Production logs indicate that the retry is seldom used nowadays in
mediasoup-based environments. The presence of the retry also breaks
the error troubleshooting modal when actual failures happening, leaving
users in the dark about what's happening.
Remove the listen only retry code from AudioManager and bubble up any
join failure to the callers.
2024-05-03 21:18:44 +00:00
prlanzarin
027d5ad288
fix(audio): handle NotAllowedError in skipCheck:true scenarios
...
In scenarios where the join audio flow skips echo test, NotAllowedError
(and any other errors) are all being mashed together under a generic
MEDIA_ERROR object.
Properly handle specific errors in audio-manager so they're correctly
render in the audio modal help screen.
2024-05-03 21:15:58 +00:00
prlanzarin
a3a1245078
fix(audio): review audio modal help screen
...
- Adds a new Help view for unknown error codes
- Correctly detect NotAllowedError (permissions) - they are currently
being treated like unknown errors in the Help modal
- Rephrase NotAllowedError help text; make it more succint and direct
- Rephrase the unknown error help text; make it more succint and direct
- Add error code and message to that view
- Add public.media.audioTroubleshootingLinks to allow referencing KB
links on the Help modal
- See inline docs
2024-05-03 20:50:03 +00:00
Ramón Souza
f742a6d25d
Merge pull request #20134 from JoVictorNunes/video-streams-typings-fix
...
fix: tweak video-streams typings
2024-05-03 17:19:52 -03:00
Anton Georgiev
8db5b74c44
Merge pull request #20171 from gustavotrott/client-settings-cache-system
...
enhancement: Speed up the client loading (by implementing a cache system to obtain ClientSettings)
2024-05-03 15:55:07 -04:00
João Victor
9e0ea8a33f
fix(webcam): rename query variable
2024-05-03 16:35:56 -03:00
João Victor Nunes
4f9e75ae0c
fix(webcam): remove loggedOut filter
...
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-05-03 16:33:13 -03:00
Gustavo Trott
d3d12c7bf1
Move building files to /build/... directory
2024-05-03 15:56:37 -03:00
João Victor
6aa1e0f336
Remove isGridItem field
2024-05-03 15:34:10 -03:00
João Victor
fb1947dc8f
Remove console.log's
2024-05-03 15:11:30 -03:00
Gustavo Trott
1d808f9c7b
Set cache endpoint to graphql-middleware nginx file
2024-05-03 14:42:54 -03:00
João Victor
65ac5b6b9b
fix(webcam): avoid sending a negative value for grid user limit
2024-05-03 14:33:04 -03:00