Ramón Souza
c9ad508d6b
remove presentation-area component
2023-10-12 09:32:24 -03:00
Ramón Souza
ee02ffe424
restore multi user whiteboard toolbar
2023-10-11 17:17:10 -03:00
Ramón Souza
8528dc7228
restore minimize presentation button
2023-10-11 16:10:36 -03:00
Ramón Souza
456fe98cdc
remove whiteboard/presentation subscriptions
2023-10-11 16:09:34 -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
b3f74c9280
remove unused code
2023-10-11 09:48:10 -03:00
Ramón Souza
b99c75f843
move currentSlideId out of withTracker
2023-10-11 09:10:02 -03:00
Ramón Souza
73f48ffc75
Merge remote-tracking branch 'upstream/v3.0.x-release' into pres-graphql
2023-10-11 08:22:18 -03:00
Gustavo Trott
d6af7aa081
graphql: Fix permission for pres_annotation_curr
2023-10-11 08:12:38 -03:00
Guilherme Pereira Leme
4ef078ccf5
feature: Override client settings through API /create call ( #18782 )
...
* akka-with-client-configs
* [akka-with-client-configs] - inserted client configs in akka
* [issue-18588-create-override] - WIP
* [akka-with-client-configs] - Remove unnecessary code
* [issue-18588] - test some thesis
* [akka-with-client-configs] - refactor to add jackson and immutable.Map
* [issue-18588-create-override] - new architecture for overriding client configs]
* [issue-18588-create-override] - implemented settings
* Refactor on clientSettingsOverride module and add allowOverrideClientSettingsOnCreateCall conf
---------
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2023-10-10 21:00:20 -03:00
Ramón Souza
ab3c57b858
Merge pull request #18925 from Scroody/fix-chat-input-focus
...
Fix: Chat input losing focus.
2023-10-10 17:34:01 -03:00
André
1ffa86c618
Fix: Chat input losing focus
2023-10-10 15:10:47 -03:00
Ramón Souza
9988c4ba7a
Merge pull request #18912 from gabriellpr/fix-options-test
...
test: update screenshots
2023-10-10 13:18:34 -03:00
Ramón Souza
6121261db2
Merge pull request #18897 from GuiLeme/plugin-sdk-issue-33
...
feat(plugin): new userListDropdownItem - Information
2023-10-10 10:00:53 -03:00
Ramón Souza
4344dbbbd5
remove unused fields in whiteboard queries
2023-10-10 09:14:19 -03:00
Gabriel Porfirio
00d2e8d8d3
updating screenshots
2023-10-09 17:00:10 -03:00
GuiLeme
70b5189f38
Merge remote-tracking branch 'upstream/v3.0.x-release' into plugin-sdk-issue-33
2023-10-09 16:59:43 -03:00
Ramón Souza
bdc4c4e229
Merge pull request #18910 from Scroody/welcome-msg-changes
...
Client: Welcome message changes
2023-10-09 16:35:47 -03:00
Ramón Souza
e65740909e
remove unused code in presentation service
2023-10-09 16:10:02 -03:00
André
a652a3f22b
Client: Changes to formatation of welcome messages
2023-10-09 13:10:31 -03:00
Ramón Souza
2f9b2d12f8
move parseCurrentSlideContent to component
2023-10-09 10:57:28 -03:00
GuiLeme
59cfa6695d
[plugin-sdk-issue-33] - fixed ts lint errors
2023-10-09 09:21:13 -03:00
GuiLeme
05dabfc6b9
Merge remote-tracking branch 'upstream/v3.0.x-release' into plugin-sdk-issue-33
2023-10-09 08:52:03 -03:00
Ramón Souza
e32ad7040b
Merge remote-tracking branch 'upstream/v3.0.x-release' into pres-graphql
2023-10-09 08:49:11 -03:00
Ramón Souza
20ff16876c
Merge pull request #18904 from Scroody/fix-shortcut-hook
...
Fix: shortcut hook
2023-10-06 15:57:50 -03:00
Gustavo Trott
de514dcb75
Add new shell scripts useful for development ( #18905 )
...
* Create run-dev.sh and deploy.sh for more applications
* Remove wrong line
2023-10-06 15:12:16 -03:00
Ramón Souza
35f25f8b3d
Merge pull request #18903 from gabriellpr/test-rm-flaky
...
test: Check for typing indicator + remove flaky
2023-10-06 15:07:24 -03:00
Tainan Felipe
f05cfd0cf8
Refactor: migrate waitingUserPanel to TS and graphql ( #18677 )
...
* Refactor: migrate waitingUserPanel to TS and graphql
* Small code improvements
* Fix: allow everyone aren't working
* Fix: add a condition for edge cases
* Make the remember choice works well
* Fix TS and eslint errors
* Change eslint
* Change eslint
2023-10-06 14:12:42 -03:00
André Castro
ab0ff67685
Update useShortcut.tsx
2023-10-06 11:41:26 -03:00
André
34692f57c0
Fix: shortcut hook
2023-10-06 11:37:34 -03:00
Ramón Souza
243c8f3220
Merge pull request #18882 from GuiLeme/plugin-sdk-issue-32
...
feat(plugin): add support for extensible area (UserListItemAdditionalInformation)
2023-10-06 09:55:27 -03:00
Gabriel Porfirio
2fa23ca5b3
adds check for typing indicator
2023-10-06 09:09:20 -03:00
GuiLeme
abb5a2ff7f
[plugin-sdk-issue-32] - bump version sdk
2023-10-05 17:56:52 -03:00
GuiLeme
202b69ded4
[plugin-sdk-issue-32] - refactor
2023-10-05 08:32:30 -03:00
Gustavo Trott
59fe42b2c0
Merge pull request #18901 from gustavotrott/graphql-actions-fix-SendGroupChatMessage
...
fix (graphql-actions): Unlocked users can't send chat message
2023-10-04 17:37:04 -03:00
Gustavo Trott
a2e2d0516c
fix (graphql-middleware): Client can't send new graphql queries after a while ( #18895 )
...
* fix: client errors with graphql
* Use NewSafeChannel to handle msgs from browser
2023-10-04 17:11:12 -03:00
Gustavo Trott
2e020930b1
fix: unlocked users cant send chat msg
2023-10-04 17:01:55 -03:00
Ramón Souza
d427411c30
Merge pull request #18896 from Scroody/I-18861
...
Fix: [3.0] Scrolling down the user list to the end will jump to the beginning
2023-10-04 16:35:51 -03:00
Ramón Souza
d1de872228
Merge pull request #18857 from ramonlsouza/throttle-timeout
...
fix: leading:true, trailing:false throttle
2023-10-04 16:35:08 -03:00
Gustavo Trott
d62b40b8fa
Merge pull request #18894 from gustavotrott/graphql-bkroom-time
...
fix (graphql-server): Meeting duration not updating when breakout rooms receive a new time
2023-10-04 16:25:25 -03:00
Ramón Souza
4ed3531359
isolate podId
2023-10-04 15:45:09 -03:00
Ramón Souza
5339ed2aec
Merge remote-tracking branch 'upstream/v3.0.x-release' into throttle-timeout
2023-10-04 13:46:10 -03:00
GuiLeme
264d05c485
[plugin-sdk-issue-33] - implemented menu badge
2023-10-04 11:43:10 -03:00
André
f0eaa114c9
Fix:[3.0] Scrolling down the user list to the end will jump to the beginning
2023-10-04 11:26:47 -03:00
Ramón Souza
80c250ffda
remove duplicated props
2023-10-04 10:49:59 -03:00
Gustavo Trott
5c8bbe6c06
graphql: Update meeting duration when breakout duration is updated
2023-10-04 10:28:11 -03:00
Ramón Souza
b2de9c4a45
fix typescript errors
2023-10-04 10:08:19 -03:00
Ramón Souza
4b8be5b80a
Merge branch 'throttle-timeout' of github.com:ramonlsouza/bigbluebutton into throttle-timeout
2023-10-04 09:51:12 -03:00
Ramón Souza
122fd9491d
fix: do not display typing indicator if chat is locked
2023-10-04 09:50:11 -03:00