Commit Graph

1235 Commits

Author SHA1 Message Date
Ramón Souza
0319fb7d27 migrate exportPresentation action 2024-01-20 11:43:34 -03:00
Ramón Souza
4d64464029 migrate switchSlide action 2024-01-20 11:01:20 -03:00
Ramón Souza
4c07742ec1
refactor: migrate presentation actions (#19329) 2023-12-15 14:39:12 -03:00
Ramón Souza
5463f8ff73 migrate createPoll meteor call 2023-12-11 10:31:13 -03:00
Ramón Souza
4806e00192 migrate stopPoll meteor call 2023-12-08 17:24:57 -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
dde3aa92bd replace UsersContext with useCurrentUser 2023-11-30 12:08:16 +01:00
Guilherme Pereira Leme
eb7adfb994
feat(plugins): code refactor for readability (#19222)
* [plugin-sdk-refactor-organization] - rearrange of files and folders (WIP)

* [plugin-sdk-refactor-organization ] - final touches

* [plugin-sdk-refactor-organization ] - fix

* [plugin-sdk-refactor-organization ] - update SDK
2023-11-28 15:31:28 -03:00
Ramón Souza
f01e626b9b fix isPresenter 2023-11-22 17:01:18 -03:00
Ramón Souza
3045575aab remove unused slides collection code 2023-11-13 17:27:08 -03:00
Ramón Souza
925a3fa979
Merge pull request #18928 from ramonlsouza/pres-graphql
get whiteboard and cursor data from graphql
2023-11-10 17:06:08 -03:00
André
d78b2988f5 27 to 30 2023-11-10 10:51:29 -03:00
Ramón Souza
ab8a2643de fix error in toast 2023-11-06 13:17:11 -03:00
Ramón Souza
923ffb710f fix download presentation url 2023-11-06 10:35:55 -03:00
Gustavo Trott
9896f4c1f5
Merge pull request #19029 from gustavotrott/fix-graphql-pres-default
fix (graphql): Default presentation is inserted with default=false
2023-11-01 17:29:35 -03:00
Ramón Souza
3457413d58 Merge remote-tracking branch 'upstream/v3.0.x-release' into pres-graphql 2023-11-01 08:56:39 -03:00
Ramón Souza
2c850ca49f
Update bigbluebutton-html5/imports/ui/components/presentation/presentation-toolbar/styles.js 2023-10-31 09:10:03 -03:00
André
2d6da1212d Client: Multi user white board number clickable 2023-10-30 15:50:32 -03:00
Ramón Souza
759feff205 remove cursor locked check 2023-10-30 09:04:30 -03:00
Gustavo Trott
fb224428e4 refactor update Presentations on Hasura 2023-10-27 17:29:36 -03:00
Ramón Souza
a04dedc7cf fix incorrect state in presentation uploader 2023-10-27 14:57:25 -03:00
Ramón Souza
0143b1f6fd fix default value for presentation lock settings 2023-10-26 09:35:34 -03:00
Ramón Souza
4d37f456c0 fix converting presentations toast 2023-10-26 09:16:49 -03:00
Ramón Souza
2448cb75b3 fix presentation download dropdown 2023-10-25 16:35:06 -03:00
Ramón Souza
0322ea2845 fix set slide length when presentation is removed 2023-10-20 10:15:47 -03:00
Ramón Souza
0b0e8ec195 fix remove presentation button 2023-10-20 09:52:00 -03:00
Ramón Souza
da737b7380 remove presentations collection from uploader service 2023-10-20 09:38:04 -03:00
Ramón Souza
c97a351289 move export toast to toast component 2023-10-19 15:56:13 -03:00
Ramón Souza
20a50105b9 move presentation uploader toast out of uploader component 2023-10-19 09:57:40 -03:00
Ramón Souza
1a48ae9f56 remove parse from json fields, directly query for svg url in presentation 2023-10-17 13:49:23 -03:00
Ramón Souza
e263490bb1 rename graphql fields 2023-10-17 13:35:48 -03:00
Ramón Souza
1a3d6bbd7b use graphql in presentation uploader component 2023-10-16 16:27:22 -03:00
Ramón Souza
2d5b3ad848 remove unused code 2023-10-16 09:35:39 -03:00
Ramón Souza
5885db0416 remove clearCursors on multi user session end - to be done in back-end 2023-10-12 15:37:20 -03:00
Ramón Souza
1962b10919 migrate presentation-toolbar 2023-10-12 15:21:22 -03:00
Ramón Souza
4dd7bdfa11 migrate presentation-menu 2023-10-12 15:05:49 -03:00
Ramón Souza
c9ad508d6b remove presentation-area component 2023-10-12 09:32:24 -03:00
Ramón Souza
10be312d00 remove podId param from components 2023-10-11 15:41:20 -03:00
Ramón Souza
37182c56ef remove presentation-pod component + presentation service 2023-10-11 11:21:35 -03:00
Ramón Souza
e65740909e remove unused code in presentation service 2023-10-09 16:10:02 -03:00
Ramón Souza
2f9b2d12f8 move parseCurrentSlideContent to component 2023-10-09 10:57:28 -03:00
Ramón Souza
4ed3531359 isolate podId 2023-10-04 15:45:09 -03:00
Ramón Souza
80c250ffda remove duplicated props 2023-10-04 10:49:59 -03:00
Ramón Souza
81ce8ad623 remove withTracker 2023-10-04 09:23:24 -03:00
Ramón Souza
b2418c49a8 add presentation info + lock settings 2023-10-03 10:24:38 -03:00
Ramón Souza
7b0657e195 add new presentation fields, poll info and multi user info 2023-10-02 16:16:46 -03:00
Ramón Souza
d0d29402f4 Merge remote-tracking branch 'upstream/v3.0.x-release' into pres-graphql 2023-10-02 09:53:32 -03:00
Ramón Souza
00b92f8103 use graphql for presentation data - partial 2023-09-29 11:58:16 -03:00
Gustavo Trott
fff883b2b2 Merge 2.7 into 3.0 2023-09-27 08:44:37 -03:00
GuiLeme
ad79b64f28 [plugin-sdk-option-dropdown] - merge upstream 2023-09-25 20:31:38 -03:00