João Victor
c4e09eb11f
cleanup: remove chat context and adapter
2024-02-28 16:31:44 -03:00
João Victor
91406bdac9
fix: prop types, tooltip options and setting changes
2024-02-16 17:25:43 -03:00
João Victor
b46464e94a
fix(whiteboard): remove absent font loading
2024-02-06 11:28:29 -03:00
Ramón Souza
80f2051390
Merge remote-tracking branch 'upstream/v3.0.x-release' into remove-guest-users-server
2023-12-08 10:47:51 -03:00
Anton Georgiev
bef0d45e80
Merge pull request #19289 from ramonlsouza/migrate-connection-status
...
refactor: migrate connection status to use graphql
2023-12-07 12:29:46 -05:00
Ramón Souza
78fff583fd
remove connection-status collection
2023-12-05 17:33:53 -03:00
KDSBrowne
cc7aff8686
Feat: Migrating to Tldraw v2 (Alpha v18) on 3.0 ( #19268 )
...
* initial tldraw v2 alpha 18 with graph-ql
* add @apollo/client
* update whiteboard test element
* update whiteboard test elements
* update whiteboard test elements
* load .tldr file shapes into bbb
* temporarily disable infinite canvas limit in client
* disabling failing tests on ci
* restore poll results on whiteboard
* restore hideViewerCursor functionality
* disabling failing tests that needs to be updated
---------
Co-authored-by: Gabriel Porfirio <gabrielporfirio1994@gmail.com>
2023-12-05 15:15:25 -03:00
Ramón Souza
432b1b85be
remove current-user collection
2023-11-30 15:20:12 +01:00
Ramón Souza
761d42cbcf
remove external-video-meetings collection and related files
2023-11-29 14:22:59 +01:00
Ramón Souza
9a8638b3ff
remove guestUsers collection and related files
2023-11-29 12:55:53 +01:00
Ramón Souza
067144bf86
refactor: remove unused chat code ( #19215 )
2023-11-28 11:18:56 -03:00
Ramón Souza
d2512ef4fb
remove remaining files
2023-11-14 10:18:19 -03:00
Ramón Souza
ab26ca09b7
remove unused presentation / presentation pods collections code
2023-11-14 09:37:28 -03:00
Ramón Souza
3045575aab
remove unused slides collection code
2023-11-13 17:27:08 -03:00
Ramón Souza
e29f3b63a0
remove unused annotations code
2023-11-13 16:42:22 -03:00
Gustavo Trott
a7cd1c5232
Merge 2.7 into Develop
2023-06-29 16:27:10 -03:00
Ramón Souza
aefdc09403
undo createRoot changes in main
2023-06-28 10:38:25 -03:00
Anton Georgiev
2abe115e04
Merge branch 'v2.7.x-release' of github.com:bigbluebutton/bigbluebutton into june1merge
2023-06-01 10:11:59 -04:00
Gustavo Trott
51bdcededc
Merge 2.7 into develop
2023-05-26 10:50:39 -03:00
Ramón Souza
01246a6307
fix whiteboard right-click
2023-05-15 16:21:27 -03:00
KDSBrowne
eb1f5f5935
update to react 18
2023-05-11 16:16:10 +00:00
Tainan Felipe
b7177a9c93
Merge branch 'pull-17124' into apollo-client
2023-04-24 18:15:22 -03:00
Ramón Souza
af8556e026
Merge remote-tracking branch 'upstream/v2.6.x-release' into 26-27-apr24
2023-04-24 17:15:47 -03:00
KDSBrowne
8ee76b6b3e
restore chat text selection | disable loupe in ipad while writing on canvas
2023-04-20 18:13:45 +00:00
KDSBrowne
9d23957962
prevent canvas selection when using the whiteboard on ipad with stylus
2023-04-19 19:21:22 +00:00
KDSBrowne
d0d3862708
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into bbb-hover-tools
2023-04-13 17:45:39 +00:00
Ramón Souza
917bd2bd4c
update bbb-icons
2023-04-11 10:13:41 -03:00
Tainan Felipe
e18059fffa
WIP: Initial implementation of graphql in user list
2023-04-05 16:18:04 -03:00
KDSBrowne
72adc96dbe
add autohide option for whitboard toolbars
2023-03-26 22:08:09 +00:00
GuiLeme
d4bd29ea67
[issue-16954] - Migrating userOptions and remove user modals
2023-03-23 11:56:00 -03:00
GuiLeme
ec17b5dca9
[issue-16954] - new structure and connection status modal transition
2023-03-20 14:57:36 -03:00
Ramón Souza
1cc60fda31
adjust size calculation, preload font
2023-03-16 15:55:56 -03:00
KDSBrowne
d69b535780
fix memory leak | add missing select style
2023-02-24 23:00:15 +00:00
KDSBrowne
465acd3c87
add missing override styles | prevent selection when disabled
2023-02-24 14:17:51 +00:00
Ramón Souza
157911583e
fix main element styles
2023-01-13 09:35:20 -03:00
Anton Georgiev
52eff62d1c
Merge pull request #16262 from KDSBrowne/bbb-a11y-01
...
fix: Add Missing Main Landmark Element
2022-12-21 12:29:36 -05:00
KDSBrowne
733fb287f9
add missing main landmark
2022-12-21 15:19:50 +00:00
Ramón Souza
064b554dfd
Merge remote-tracking branch 'upstream/v2.5.x-release' into merge-2526-dec14
2022-12-14 13:23:11 -03:00
prlanzarin
401ddc4014
fix: guarantee cleanup of stale data on re-subscriptions
...
Currently, collection cleanup code is only run when an added event
is received from the server. Where that fails is in scenarios where
a server-side collection turns empty while an affected users is
disconnected - and then reconnects. There's no removed (or updated)
event so no cleanup code is run and you have stale data.
This commit guarantees a stale data check is run whenever a subscription
is established again. The `added` check was also maintained, although
I'm not too sure anymore it's is still needed. That may need to be
revisited.
2022-10-28 13:37:41 +00:00
Ramón Souza
2b0971e2c8
Merge tag 'v2.5.6' into merge-256-26
2022-09-26 09:17:59 -03:00
Ramón Souza
f5b912d5ef
move config to public.app
2022-09-21 13:16:25 -03:00
Ramón Souza
6d1463e03b
add disableWebsocketFallback settings
2022-09-21 11:03:21 -03:00
Ramón Souza
f055781db8
disable xhr fallback on websocket connection
2022-09-21 10:16:27 -03:00
Ramón Souza
4d04b70412
disable xhr fallback on websocket connection
2022-09-20 18:34:29 -03:00
Anton Georgiev
b677996410
Merge branch 'fix-font-preload' of github.com:ramonlsouza/bigbluebutton into test-css-version
2022-08-24 18:50:25 +00:00
Ramón Souza
4293a081c1
fix font preload
2022-08-18 13:39:47 -03:00
KDSBrowne
b66e44a4cb
Upgrade tldraw to latest version
2022-08-03 14:19:12 +00:00
prlanzarin
72c0b23b9d
refactor: remove kurento-utils from compatibility
...
Phased out.
2022-07-15 14:00:12 +00:00
Tiago Jacobs
75c8dcd491
Merge 2.6
2022-06-29 17:38:21 -03:00
Ramón Souza
b13725d60c
Merge pull request #15223 from ramonlsouza/bbb-icons-jun21
...
chore: pull latest bbb-icons, add woff2 font
2022-06-29 14:16:54 +01:00