Commit Graph

13378 Commits

Author SHA1 Message Date
Ramón Souza
8fd5a81034 fix save locale 2024-04-24 15:41:49 -03:00
Tainan Felipe
52b9f6166a
Remove: Pads, PadsSessions, PadsUpdates client subscriptions and dependencies (#20051) 2024-04-24 13:07:06 -03:00
Anton Georgiev
23294ad71d
Merge pull request #20068 from Tainan404/remove-user-info
!remove: user-info collection
2024-04-24 10:15:33 -04:00
Ramón Souza
f131194d9c
Merge pull request #20071 from Tainan404/remove-presentation-upload-token
Remove: presentation upload token subscription
2024-04-24 11:03:20 -03:00
Ramón Souza
ab04b57087
Merge pull request #20063 from Tainan404/remove-voice-call-state
Remove: voice call state
2024-04-24 10:45:10 -03:00
Ramón Souza
4cdef5a11c
Merge pull request #20072 from Tainan404/remove-multi-whiteboard
Remove: whiteboard-multi-user subscription
2024-04-24 10:07:20 -03:00
Tainan Felipe
1d31a34416 Fix: eslint 2024-04-24 09:19:16 -03:00
Tainan Felipe
e6c4e06c81 Merge remote-tracking branch 'upstream/v3.0.x-release' into remove-user-info 2024-04-24 09:13:59 -03:00
Tainan Felipe
c759a788a2 Refactor: migrate screenshare to graphql using a adapter 2024-04-23 23:58:10 -03:00
Tainan Felipe
b2195bfd95 Fix: ts error 2024-04-23 18:22:49 -03:00
Guilherme Pereira Leme
cfbeb92cd7
feat(plugins) - refactor format of receiving data for data-channels (#19997) 2024-04-23 18:17:32 -03:00
Tainan Felipe
9eaecca7c6 Remove: whiteboard-multi-user subscription 2024-04-23 18:09:19 -03:00
Gustavo Trott
3728f373f5
Merge pull request #19901 from KDSBrowne/v3.tldraw-v19
fix(whiteboard): Upgrade Tldraw Version To v2.0.0-alpha.19
2024-04-23 18:02:31 -03:00
Tainan Felipe
677a771232 Remove: user-infos subscription 2024-04-23 17:49:42 -03:00
Tainan Felipe
7165961444 Merge remote-tracking branch 'upstream/v3.0.x-release' into remove-voice-call-state 2024-04-23 17:34:41 -03:00
Ramón Souza
9a8a2fd98b
Merge pull request #20028 from Tainan404/refactor-captions
Refactor: move captions to graphql
2024-04-23 17:22:01 -03:00
Tainan Felipe
f5fdc915cf Remove: presentation upload token subscription 2024-04-23 16:51:08 -03:00
Ramón Souza
b1e4532a00
Merge pull request #20066 from Tainan404/remove-recording-meetings-collection
Remove: recording meeting collection
2024-04-23 16:22:02 -03:00
Ramón Souza
0210fcdd81 Merge remote-tracking branch 'upstream/v3.0.x-release' into PR_19901 2024-04-23 15:59:26 -03:00
Tainan Felipe
e80cc5a223 Remove: user-info collection 2024-04-23 14:38:07 -03:00
Tainan Felipe
e5d3ad1f79 Change: Remove subscripiton record-meetings 2024-04-23 14:02:28 -03:00
Ramón Souza
db3e46b711
Merge pull request #20067 from antonbsa/brekaout-tests-fix
test: fix breakout tests failing on CI
2024-04-23 13:30:34 -03:00
Tainan Felipe
d8195ba985 Remove: recording meeting collection 2024-04-23 11:58:33 -03:00
Anton Barboza
3d824615be test: fix breakout test behavior and wait for select room button to be enabled 2024-04-23 11:57:41 -03:00
Ramón Souza
eae37cfd3b
Merge pull request #20059 from Tainan404/migrate-captions-panel
Refactor: migrate timer panel to TS and graphql
2024-04-23 11:24:59 -03:00
Ramón Souza
15442f731a
Merge pull request #20043 from Tainan404/migrate-notification
Refactor: Move notifications to graphql
2024-04-23 11:24:37 -03:00
Ramón Souza
89baf7ba4e
Merge pull request #20062 from Tainan404/remove-auth-token-validation
Remove: auth token validation code from frontend
2024-04-23 11:14:25 -03:00
Tainan Felipe
7f4b0866ef Fix: time not correct when client start 2024-04-23 10:46:46 -03:00
Tainan Felipe
1865799d12 Change: set a speechlocale to an user if no when enable captions 2024-04-23 10:35:26 -03:00
Ramón Souza
867516c796
Merge pull request #20058 from ramonlsouza/fix-whiteboardid-error
fix: missing whiteboardId error
2024-04-23 10:30:17 -03:00
Tainan Felipe
f7da15d2db Merge branch 'refactor-captions' of github.com:Tainan404/bigbluebutton into refactor-captions 2024-04-23 10:22:17 -03:00
Tainan Felipe
f2c4e7348f Change: remove on/off button 2024-04-23 10:21:23 -03:00
Tainan Felipe
22138d5bbc Fix: timer not working properly 2024-04-23 01:00:54 -03:00
Tainan Felipe
80397964aa Remove: voice call state 2024-04-22 23:20:45 -03:00
Ramón Souza
97ebed9b96 remove unused var 2024-04-22 21:43:24 -03:00
Tainan Felipe
3d9a0fc75e Remove: auth token validation code from frontend 2024-04-22 21:42:48 -03:00
Ramón Souza
7dd82790b8 fix condition 2024-04-22 21:38:05 -03:00
Tainan Felipe
0945ebcaf6 Fix: TS errors 2024-04-22 20:48:19 -03:00
Tainan Felipe
2f70b4d6c5 Fix: remove push to chat 2024-04-22 20:31:31 -03:00
Tainan Felipe
af5d8d1a15 Fix: selected speechlocale 2024-04-22 20:19:03 -03:00
Tainan Felipe
77ded6548b Merge remote-tracking branch 'upstream/v3.0.x-release' into refactor-captions 2024-04-22 19:07:35 -03:00
Tainan Felipe
18ace44625 Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-breakout-invitation 2024-04-22 18:54:18 -03:00
Tainan Felipe
1bffaec3d2 Fix: user permissions 2024-04-22 18:51:14 -03:00
Ramón Souza
4b2df4738e
Merge pull request #20050 from Tainan404/remove-typed-captions
Remove: typed captions
2024-04-22 18:15:36 -03:00
Tainan Felipe
e5c2251d8d Fix: notification not appearing to moderator 2024-04-22 17:54:12 -03:00
Tainan Felipe
c3728fb850 Fix: lint errors 2024-04-22 17:45:35 -03:00
Tainan Felipe
f0b334450b Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-notification 2024-04-22 17:42:32 -03:00
Tainan Felipe
ac80cb1317 Fix: remaining time not appearing in breakout 2024-04-22 17:40:34 -03:00
Tainan Felipe
5c3f6fb859 Refactor: migrate time panel to TS and graphql 2024-04-22 16:59:32 -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