Commit Graph

13186 Commits

Author SHA1 Message Date
Ramón Souza
d3176dfb83
Merge pull request #19912 from Scroody/fix-external-video-playing
Fix: External video time resuming when changing presenter
2024-04-03 09:12:58 -03:00
Anton Georgiev
9849535ac1
Merge pull request #19947 from prlanzarin/m30/fix/ua-invalid-version-number
fix: invalid UA version number in WKWebView
2024-04-03 06:44:45 -04:00
Ramón Souza
4885b4b5d8
Merge pull request #19448 from JoVictorNunes/migrate-pads
refactor(notes / captions): migrate pads from Meteor to GraphQL
2024-04-02 15:40:38 -03:00
prlanzarin
f3e4e58398 fix: invalid UA version number in WKWebView
There are some scenarios (e.g. WKWebView) where Bowser can't detect the
Safari version number correctly, which may lead to unexpected behavior
if any code that relies on this utils use the version number exported
unchecked.

In such cases, use the WebKit version to determine it. If that's not the
case and the version number is still unavailable, log an warning and
return Infinity so that we do not deny access to the user (even if
we're uncertain about whether it's a supported browser);
2024-04-02 18:39:38 +00:00
João Victor
32289cabff Remove Meteor imports 2024-04-02 14:25:50 -03:00
Ramón Souza
9f8275890c
Update bigbluebutton-html5/imports/ui/components/user-list/user-list-graphql/user-list-content/user-notes/component.tsx 2024-04-02 14:08:09 -03:00
Ramón Souza
e9b6cd3fe0
Update bigbluebutton-html5/imports/ui/components/pads/pads-graphql/sessions/service.ts 2024-04-02 14:08:03 -03:00
Ramón Souza
9f92b5362e
Update bigbluebutton-html5/imports/ui/components/pads/pads-graphql/service.ts 2024-04-02 14:07:57 -03:00
Ramón Souza
c09fb4de58
Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/service.ts 2024-04-02 14:07:52 -03:00
Ramón Souza
4b95cb0f62
Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/notes-dropdown/service.ts 2024-04-02 14:07:46 -03:00
Ramón Souza
a0b996c9be
Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/notes-dropdown/component.tsx 2024-04-02 14:07:39 -03:00
Ramón Souza
7c9d90b564
Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/hooks/useHasUnreadNotes.ts 2024-04-02 14:07:30 -03:00
Ramón Souza
1905ad864f
Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/hooks/useHasPermission.ts 2024-04-02 14:07:20 -03:00
Ramón Souza
4a4f355b7f
Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/component.tsx 2024-04-02 14:07:12 -03:00
João Victor Nunes
0b1249b62e
fix: limit mutation payloads to 10MB by default (#19945) 2024-04-02 13:31:43 -03:00
João Victor
aaf9a20792 Merge branch 'v3.0.x-release' into migrate-pads 2024-04-02 13:25:44 -03:00
Ramón Souza
235b8c19fc
Merge pull request #19936 from Tainan404/layout-not-propagating
Fix: layout not propagating
2024-04-02 09:38:50 -03:00
Gustavo Trott
bc25fe1116
Merge pull request #19939 from gustavotrott/client-graphql-improvements2
refactor (html5): Remove unused queries
2024-04-01 16:55:38 -03:00
Gustavo Trott
bf93015841 Remove unused queries 2024-04-01 15:57:10 -03:00
Gustavo Trott
bea8ebb354
Merge pull request #19937 from gustavotrott/client-graphql-improvements2
refactor (html5): Rename UserListCount subscription to reuse it automatically
2024-04-01 15:56:25 -03:00
Tainan Felipe
248249d135 Fix: content top 2024-04-01 15:48:15 -03:00
Ramón Souza
f06c64a233
Merge pull request #19893 from KDSBrowne/v3-19580
fix(whiteboard): Use canMoveCamera To Disable Viewer Mouse Wheel Pan
2024-04-01 15:47:35 -03:00
Gustavo Trott
fac20f7c78 Rename similar subscriptions to reuse it automatically 2024-04-01 15:09:29 -03:00
Tainan Felipe
7c110e6f76 Fix: layout not propagating 2024-04-01 11:20:10 -03:00
Gustavo Trott
97dc51e8c3 Simplify user connection status flow 2024-04-01 09:36:28 -03:00
Ramón Souza
45a2a29b9b
Merge pull request #19908 from JoVictorNunes/issue-19428
fix(audio modal): show loading state while autoplay not checked
2024-03-28 15:58:34 -03:00
Guilherme Pereira Leme
f26efdeac9
Fix: useCurrentUser hook for plugins (#19822) 2024-03-28 15:21:00 -03:00
Gustavo Trott
94a3275928 Add operationName for subscriptions when its missing 2024-03-28 12:09:37 -03:00
Ramón Souza
c22806aafc
Merge pull request #19911 from JoVictorNunes/issue-19865
fix(chat): audio alert playing incorrectly
2024-03-28 10:46:06 -03:00
Guilherme Pereira Leme
b3be26fd86
feat(plugin): adds layout presentation area pile and refactors setters (#19876)
* [change-layout-logic-for-presentation-area]

* [change-layout-logic-for-presentation-area] fix lint and tsc errors

* [change-layout-logic-for-presentation-area] - add types

* [add-layout-support-for-pile-in-plugin] - layout changes and setter refactor

* [add-layout-support-for-pile-in-plugin] - update sdk
2024-03-27 19:00:37 -03:00
KDSBrowne
719952c1ad use canMoveCamera to disable viewer mouse wheel pan | lint hook 2024-03-27 15:06:54 +00:00
André
cd013575c4 Fix: External video time resuming when changing presenter 2024-03-27 11:02:43 -03:00
João Victor
9b7fbd9d57 fix(chat): audio alert playing incorrectly 2024-03-27 10:22:20 -03:00
Ramón Souza
55eeadc249
Merge pull request #19903 from KDSBrowne/v3-19861
fix(whiteboard): Update CSS To Disable Asset And Laser Tool
2024-03-27 10:08:00 -03:00
João Victor
c0bb739e36 fix(audio modal): show loading state while autoplay not checked 2024-03-26 16:43:05 -03:00
KDSBrowne
dcf9358ad0 update css to hide assets and laser tool 2024-03-26 15:34:43 +00:00
Tainan Felipe
e3ca2a5b3d
Merge branch 'v3.0.x-release' into remove-pick-random-user 2024-03-26 09:43:45 -03:00
Ramón Souza
df278dfd30
Merge pull request #19896 from JoVictorNunes/issue-19800
fix: unpin notes when sharing external video
2024-03-26 09:24:41 -03:00
Tainan Felipe
f3465827dd
Migrate meeting collection to graphql (#19853) 2024-03-26 08:57:28 -03:00
Guilherme Pereira Leme
41bb140dc5
feat: change way of rendering contents in presentation area to a pile-based logic. (#19854) 2024-03-25 18:13:57 -03:00
Ramón Souza
3491052636
Merge pull request #19832 from JoVictorNunes/fix-chat-scroll-0315
fix(chat): chat scroll not sticking to the bottom
2024-03-25 16:39:41 -03:00
João Victor
b6ba509db4 fix: unpin notes when sharing external video 2024-03-25 12:19:25 -03:00
Ramón Souza
cdf0b50482
Merge pull request #19840 from Scroody/i-19775
Fix: External video plays while paused when it has some user action
2024-03-25 08:57:25 -03:00
Ramón Souza
4548f7e396
Merge pull request #19884 from ramonlsouza/raise-hand-graphql
refactor: Raise hand notification using graphql
2024-03-25 08:55:53 -03:00
Ramón Souza
b278c8b143 fix meeting end screen 2024-03-22 16:07:49 -03:00
Ramón Souza
384cd7ca21 use graphql for raise hand notification 2024-03-22 11:29:15 -03:00
Gustavo Trott
44af6f1908
Merge pull request #19879 from ramonlsouza/pr-19851
fix: inactivity warning - front-end
2024-03-22 10:38:04 -03:00
Ramón Souza
801c49740b inactivity warning - front-end 2024-03-21 17:36:18 -03:00
Ramón Souza
788cf799f7
refactor: make bbb client work without meteor service (partial) (#19869) 2024-03-21 16:41:32 -03:00
Anton Georgiev
4e8cff0678
Merge pull request #19733 from KDSBrowne/v30-update-while-selected
fix(whiteboard): Selected Shapes Fail To Update On External Edits
2024-03-21 14:40:58 -04:00