imdt
c9d07059a2
Fix of welcome message transparent background
2023-09-15 13:17:29 -03:00
Anton Georgiev
1b93d32063
Merge pull request #18570 from GuiLeme/issue-18408-back-end
...
feat: Disable download of original and converted presentation
2023-09-15 11:57:30 -04:00
Ramón Souza
148fe62b6a
fix: markdown line breaks ( #18786 )
2023-09-15 09:46:46 -03:00
Gabriel Luiz Porfirio
121dc05447
Merge branch 'develop' into fix-user-test
2023-09-14 14:02:07 -03:00
Ramón Souza
627af75c2b
fix remaining eslint issues
2023-09-14 11:56:20 -03:00
Ramón Souza
24f93afe0e
fix lost param
2023-09-14 11:37:07 -03:00
André Castro
02a8f40613
Merge branch 'develop' into all-lint-errors-fixed
2023-09-14 10:46:39 -03:00
imdt
a46839d18f
More changes
2023-09-14 10:44:04 -03:00
Ramón Souza
b998bde5db
fix typescript compilation errors
2023-09-14 10:06:01 -03:00
Ramón Souza
afb2d62fbb
display away and raise hand emoji in userlist if reactions are enabled
2023-09-14 09:58:34 -03:00
Gabriel Porfirio
5efea0cc12
fixing multiusers tests
2023-09-13 17:11:15 -03:00
Ramón Souza
72ac7a210a
fix user status buttons
2023-09-13 15:13:17 -03:00
imdt
b19d3b5ba7
More changes
2023-09-13 15:03:34 -03:00
imdt
01d08e5727
More changes
2023-09-13 14:57:43 -03:00
imdt
a5fa3372c2
More changes
2023-09-13 14:43:09 -03:00
imdt
340146c533
More changes
2023-09-13 14:34:48 -03:00
imdt
865e9c6767
More changes
2023-09-13 13:37:40 -03:00
imdt
376d1fc79d
Fix: All lint errors
2023-09-13 11:31:20 -03:00
Ramón Souza
c0ad450a74
fix logoutUrl
2023-09-13 09:43:37 -03:00
Ramón Souza
88cc9e62e1
Merge pull request #18717 from ramonlsouza/chat-list-keyboard
...
fix(accessibility): restore roving functionality in chat list
2023-09-12 17:15:55 -03:00
Ramón Souza
e5769b99d5
fix typescript errors
2023-09-12 17:03:32 -03:00
Anton Georgiev
3ea0ac6255
Merge pull request #18707 from ramonlsouza/issue-15768
...
refactor: Add enable/disable mirror labels
2023-09-12 13:43:53 -04:00
Ramón Souza
a0523e4e2b
Merge remote-tracking branch 'upstream/develop' into chat-list-keyboard
2023-09-12 11:10:54 -03:00
Anton Georgiev
235ab86c12
Merge pull request #18760 from GuiLeme/issue-18736
...
fix: videoPreview not working
2023-09-12 09:02:21 -04:00
GuiLeme
6652c00c79
[issue-18736] - fix videoPreview not working
2023-09-11 17:15:21 -03:00
Gustavo Trott
0d93351146
Merge pull request #18754 from gustavotrott/merge-27-into-develop-11set
...
Merge 2.7 into Develop
2023-09-11 14:49:50 -03:00
Gustavo Trott
071eee5c77
Update bigbluebutton-html5/imports/ui/components/whiteboard/component.jsx
...
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-09-11 14:49:14 -03:00
Gabriel Porfirio
754e825fe0
added data-test for the polls
2023-09-11 13:37:58 -03:00
Ramón Souza
a053f0d9d4
fix size prop type
2023-09-11 13:32:46 -03:00
Gustavo Trott
9da3543bc3
Resolve conflicts
2023-09-11 11:25:56 -03:00
Tainan Felipe
6666413209
Update bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-list/component.tsx
...
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2023-09-11 11:15:04 -03:00
Tainan Felipe
174ad597b7
Update bigbluebutton-html5/imports/ui/components/user-list/user-list-content/user-participants/user-list-participants/list-item/component.tsx
...
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2023-09-11 11:14:57 -03:00
Tainan Felipe
ea4a63cc91
Update bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-list/page/chat-message/message-content/text-content/component.tsx
...
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2023-09-11 11:14:48 -03:00
Tainan Felipe
a256759284
Fix: Remove all TS compiler errors
2023-09-11 10:22:45 -03:00
Ramón Souza
97b8a0e5e0
remove lodash
2023-09-07 16:31:25 -03:00
Ramón Souza
e4807fd8ae
Merge pull request #18706 from ramonlsouza/issue-18696
...
fix: Raised hand button incorrect state
2023-09-07 16:21:25 -03:00
Ramón Souza
809ba9d51c
fix: restore broken files ( #18723 )
...
* restore package lock
* fix whiteboard service error
* fix userlist
* fix whiteboard
* fix chat list item state
* restore user-list participants list item
* Add merge-branches step
* Add merge-branches step to code-validation
* fix message list
---------
Co-authored-by: Tiago Jacobs <tiago.jacobs@gmail.com>
2023-09-07 14:58:06 -03:00
Gustavo Trott
b8eade7735
Merge pull request #18727 from gustavotrott/graphql-refactor-external-video
...
refactor (graphql-server): ExternalVideo data schema enhanced
2023-09-07 09:17:18 -03:00
Gustavo Trott
2a38c935d3
graphql: Refactor externalVideo data
2023-09-06 17:19:10 -03:00
Anton Georgiev
7b271c97a1
chore: Merge 2.6.14 into v2.7.x-release
2023-09-06 14:33:15 -04:00
Gabriel Luiz Porfirio
a5099854cf
test: fix chat tests on ci ( #18702 )
...
* fixing chat tests
* added id for testing
* fix chat tests on ci
* id for the tests
* fix failing tests
* removing .only
* fixing failing chat tests
* changed from id to data-test
2023-09-06 15:18:13 -03:00
Ramón Souza
aa91de45ad
Merge remote-tracking branch 'upstream/develop' into chat-list-keyboard
2023-09-06 13:09:14 -03:00
André Castro
cd922c2c2c
Fix: TypeScript and Lint Errors in Chat List/Page, Message, and Content Modules ( #18648 )
...
* rules addition and ts errors fixed on chat list component
* TS fixes and list for chat list:page, content and message
* Additional fixes
* additional changes
* any type removed
* Update componet.tsx
* Update .eslintrc.js
* fixes
* fixing chat issues
2023-09-06 11:24:42 -03:00
André Castro
75dd624d80
Fix: TypeScript and Lint Errors in Recording indicator, Talking indicator, and Layout types (and additional lint rules). ( #18661 )
...
* Fix: TS issues solved in recording indicator and and talking indicator
* user to partial user
* Update export method
2023-09-06 11:24:30 -03:00
André Castro
81311db9a3
Fix: User list, Participants, Pist item, User actions, Skeleton, User title, Option drop down, Use shortcuts. ( #18676 )
...
* Fix: Ts fixes in user list participants, list item and user actions
* Aditonal fixes
2023-09-06 11:24:09 -03:00
André Castro
23aae47c0d
Fix: TypeScript and Lint Errors in Chat list item and Plugins engine. ( #18667 )
...
* Fix: TS issuesfixed on plugins engine and chat list item
* Fix
2023-09-06 10:38:22 -03:00
André Castro
8ea34e7e0c
Fix: Chat List Component TypeScript Errors, Linting, and ESLint Rules Update ( #18635 )
...
* rules addition and ts errors fixed on chat list component
* requested change
* code duplicate removed
* Update component.tsx
2023-09-06 10:37:34 -03:00
Ramón Souza
eba5e2935b
fix indentation
2023-09-05 13:19:34 -03:00
Ramón Souza
b2bf863e68
fix roving
2023-09-05 13:18:41 -03:00
Tainan Felipe
6f5fb61e5e
Refactor: migrate guest panel opener in the user list
2023-09-05 11:44:37 -03:00
Ramón Souza
5cc38d0b4d
restore tabIndex
2023-09-05 10:34:38 -03:00
Guilherme Pereira Leme
92c9ba971e
feature: Plugin UI extensible area for user list dropdown and associated refactors ( #18607 )
...
* [user-list-dropdown-plugin-implementation] - basic structure[
* [user-list-dropdown-plugin-implementation] - refactor for userListDropdown objects
* [user-list-dropdown-plugin-implementation] - Stabilized version
* [user-list-dropdown-plugin-implementation] - changes in review
* [user-list-dropdown-plugin-implementation] - changes in review
* [user-list-dropdown-plugin-implementation] - remove debug logs
* refactor hook usage count
* [user-list-dropdown-plugin] - lint errors
* [user-list-dropdown-plugin] - changes in review and fix first rendering
* [user-list-dropdown-plugin] - change users query to be global and reusable
* [user-list-dropdown-plugin] - bump SDK version
* [user-list-dropdown-plugin] - new menu structure refactor
---------
Co-authored-by: Tainan Felipe <tainanfelipe214@gmail.com>
2023-09-05 09:49:55 -03:00
Ramón Souza
1b2aa1ea75
mirror/unmirror labels
2023-09-04 16:06:27 -03:00
Ramón Souza
ae159e8d1c
show raised hand state in reactions button
2023-09-04 15:32:35 -03:00
Ramón Souza
798cb8df82
Merge pull request #18638 from GuiLeme/refactor-bbb-menu
...
refactor: add isSeparator option as a menu item
2023-09-04 13:06:11 -03:00
Ramón Souza
d32a122aee
import message type enum
2023-09-01 13:14:41 -03:00
Ramón Souza
1b1f7af238
Merge remote-tracking branch 'upstream/develop' into fix-save-cleared-chat
2023-09-01 13:12:20 -03:00
Ramón Souza
c5f79b19d0
Merge pull request #18691 from Tainan404/add-chat-enums
...
Add: Chat enums
2023-09-01 11:51:45 -03:00
Ramón Souza
99e498764f
Update bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-header/chat-actions/component.tsx
2023-09-01 11:51:31 -03:00
Ramón Souza
236bde563b
fix save/copy chat if chat has been cleared
2023-09-01 11:44:26 -03:00
Tainan Felipe
138f89f57c
Add commands to chat restore welcome message
2023-09-01 11:24:33 -03:00
Tainan Felipe
148aff9462
Add: Chat enums
2023-09-01 11:20:26 -03:00
Ramón Souza
12404c7a5b
fix userlist styles in rtl lang
2023-08-31 17:19:11 -03:00
Ramón Souza
683d31272c
fix active styles for user actions button
2023-08-31 11:26:43 -03:00
Ramón Souza
49f25a8473
fix missing key warning
2023-08-31 09:43:27 -03:00
Ramón Souza
acffd8092e
Merge pull request #18675 from ramonlsouza/28-fix
...
fix: 2.8 warnings
2023-08-30 17:14:49 -03:00
Gustavo Trott
ffa1c65247
Merge pull request #18674 from gustavotrott/merge-27-into-develop-30aug2023
...
Merge 2.7 into Develop
2023-08-30 16:34:33 -03:00
Ramón Souza
9dc984000e
Merge remote-tracking branch 'upstream/develop' into 28-fix
2023-08-30 15:59:53 -03:00
Ramón Souza
8015526f53
fix size prop type
2023-08-30 15:59:05 -03:00
Gustavo Trott
5eb04aab91
Resolve conflicts
2023-08-30 15:31:32 -03:00
Ramón Souza
0c6f09375f
fix getcontentanchorel warning
2023-08-30 13:33:57 -03:00
Ramón Souza
20114b82b8
add close button label in welcome message popup
2023-08-30 13:31:07 -03:00
Ramón Souza
9155684b1f
adjust chat list item border
2023-08-30 11:05:35 -03:00
GuiLeme
7829702275
[issue-18408-back-end] - merge upstream
2023-08-30 11:04:55 -03:00
GuiLeme
894937db07
[issue-18408-back-end] - changed label
2023-08-30 10:59:54 -03:00
Ramón Souza
b8d1a6cccd
fix fit to width
2023-08-29 17:00:32 -03:00
Anton Georgiev
bf18937efa
Merge pull request #18653 from KDSBrowne/bbb-18645
...
fix: Mouse Wheel Zoom Disrupting Slide Position
2023-08-29 14:46:08 -04:00
KDSBrowne
87a2f698a7
handle zoom percent value being lost on minimize + restore
2023-08-29 14:29:11 +00:00
Anton Georgiev
2106d1276a
Merge pull request #18644 from prlanzarin/u27/fix/allow-cac-mobile
...
fix: expose camera as content in mobile endpoints
2023-08-28 10:02:34 -04:00
Ramón Souza
e332778f6e
Merge pull request #18637 from ramonlsouza/unread-messages-button
...
fix: restore unread messages button
2023-08-28 10:55:12 -03:00
Ramón Souza
43a29fcb2c
apply suggested changes
2023-08-28 10:15:45 -03:00
KDSBrowne
4e8965b218
improve tldraw style menu a11y
2023-08-27 20:06:26 +00:00
KDSBrowne
a381391968
update toolbar zoom value on slide change
2023-08-27 19:19:04 +00:00
KDSBrowne
7cb9764267
fix wheel zoom breaking slide position
2023-08-27 18:45:37 +00:00
GuiLeme
97df4f6eed
[refactor-bbb-menu] - changes in review (Created interfaces to define the types)
2023-08-25 16:58:11 -03:00
Ramón Souza
192b44ce79
Merge pull request #18643 from ramonlsouza/fix-self-view-label
...
fix: disable self-view label
2023-08-25 14:11:13 -03:00
GuiLeme
0aacb12cc8
[issue-18408-back-end] - added disabled download of converted presentation
2023-08-25 11:37:32 -03:00
GuiLeme
2cf6720b5f
[issue-18408-back-end] - change name of download original pres
2023-08-25 09:27:01 -03:00
GuiLeme
67679702bd
[refactor-bbb-menu] - changes in review
2023-08-25 08:25:56 -03:00
prlanzarin
38965d100c
fix: expose camera as content in mobile endpoints
...
It's actively blocked in code, but I think that's an oversight -
probably leftover from an initial iteration of the feature.
It should be useful in mobile endpoints and it's also supposed to work
seamlessly due to how the feature is implemented.
Lift the mobile block and expose "camera as content" in the presenter's
actions dropdown.
2023-08-24 18:49:53 -03:00
Anton Georgiev
527ecab8b2
Merge pull request #18642 from antobinary/aug22merge
...
chore: Merge 2.6.12 into BBB 2.7
2023-08-24 16:41:40 -04:00
Anton Georgiev
1186db7712
Merge remote-tracking branch 'bbb/v2.6.x-release' into aug22merge
2023-08-24 15:05:20 -04:00
Anton Georgiev
d52c398ec8
Merge pull request #18630 from Arthurk12/bbb/18431+
...
fix(wake-lock): remove the activation notification, increase the clarity of the faulire notification message
2023-08-24 14:48:00 -04:00
Ramón Souza
48aa8df5a3
fix self-view label
2023-08-24 15:41:06 -03:00
prlanzarin
c5b6110b94
fix: correctly dereference present camera streams in FF
...
The original BBBVideoStream termination handlers are being overwritten
by screen sharing's service when "Present camera" is started, which
causes the stream not to be dereferenced in the VIDEO_STREAM_STORAGE
map when the camera presentation stops. This breaks subsequent
camera/present camera attempts for the affected deviceId.
The second issue with is that Chrome isn't assigning the
termination handlers for the screen sharing subsystem - which causes
device/permission ejections to be silent.
This extends screen sharing's trackStreamTermination routine to preserve
whatever previous termination handlers were assigned if the stream was
provided beforehand by an external caller - which should fix both of the
aforementioned issues.
2023-08-24 13:42:28 -03:00
GuiLeme
f65471b131
[refactor-bbb-menu] - add isSeparator to enhance readability
2023-08-24 11:59:04 -03:00
Ramón Souza
e89dcd356c
restore unread messages button
2023-08-24 10:53:46 -03:00
Ramón Souza
9e7f29df26
Merge pull request #18604 from ramonlsouza/issue-18594
...
Modify chat to use markdown
2023-08-23 14:46:09 -03:00
Ramón Souza
3bbe40a38b
fix disable element
2023-08-23 11:46:18 -03:00
Ramón Souza
4a6d069e3e
adjust paragraph margin
2023-08-23 11:38:28 -03:00
Anton Georgiev
4bfd3caf3a
Merge pull request #18621 from Scroody/ts-fixes-time-sync-and-chat-form
...
Fix: Typescript errors (time sync & chat-form)
2023-08-23 10:05:32 -04:00
Ramón Souza
8f7c5f7d59
Merge pull request #18592 from ramonlsouza/fix-chat-list-border
...
style: remove chat list item border
2023-08-23 10:17:33 -03:00
Arthurk12
8312e235f8
fix(wake-lock): remove the activation notification
...
Removes the activation notification for the wake lock to reduce visual noise.
2023-08-23 10:06:33 -03:00
imdt
8cbe878e4c
Fix: typescript errors
2023-08-22 16:39:16 -03:00
Ramón Souza
bc2ce9dff9
Merge pull request #18226 from Tainan404/dedupe-chat-messages
...
fix: Add dedupe to messages based on referenceId (backport of #18230 from 2.7)
2023-08-22 16:35:53 -03:00
Tainan Felipe
cc85a33c7d
Add Fix for users that change role
2023-08-22 16:27:18 -03:00
Gustavo Trott
201b6949a3
Resolve conflicts
2023-08-22 15:07:42 -03:00
Ramón Souza
0d911a0102
Merge pull request #18597 from KDSBrowne/bbb-17982-2
...
fix: Handle Slide Change With Fit To Width
2023-08-22 12:04:57 -03:00
GuiLeme
97ac358ee0
[issue-18449] - changes in review
2023-08-22 11:53:38 -03:00
GuiLeme
b09e01518f
Merge remote-tracking branch 'upstream/v2.7.x-release' into issue-18449
2023-08-22 11:02:40 -03:00
Ramón Souza
1388c95706
Merge pull request #18542 from Arthurk12/bbb/18431
...
feat(wake-lock): enable implicit activation based on the default setting
2023-08-22 09:41:26 -03:00
Ramón Souza
f3cf414330
Merge remote-tracking branch 'upstream/develop' into issue-18594
2023-08-21 17:14:08 -03:00
Ramón Souza
bbb6f54a2f
add settings for allowed elements
2023-08-21 17:08:33 -03:00
Ramón Souza
aae22e06bc
adjust text and image position
2023-08-21 16:38:00 -03:00
Anton Georgiev
91b30a021e
Merge pull request #18591 from ramonlsouza/fix-parse-chat
...
Fix: handling of chat messages
2023-08-21 13:00:45 -04:00
Ramón Souza
2d81936a57
fix new lines and links
2023-08-21 13:39:23 -03:00
Ramón Souza
7615fb1f85
Merge pull request #18572 from ramonlsouza/add-username-grid
...
fix: display username in grid mode
2023-08-21 13:09:12 -03:00
Anton Georgiev
904fc74156
Merge pull request #18568 from ramonlsouza/chat-fixes
...
style: adjust chat message styles
2023-08-21 11:04:25 -04:00
Ramón Souza
39c5954614
markdown chat messages
2023-08-21 10:06:07 -03:00
KDSBrowne
c321eca70f
fix presentation jerks while panning
2023-08-20 02:33:40 +00:00
KDSBrowne
399b9e805d
handle slide change with fit to width
2023-08-20 00:21:03 +00:00
Ramón Souza
0463531aba
remove chat list item border
2023-08-18 15:30:23 -03:00
Ramón Souza
51533da3e2
Merge pull request #18545 from ramonlsouza/fix-warn
...
refactor: fix invalid prop warnings
2023-08-18 14:17:43 -03:00
GuiLeme
cf472511fc
[issue-18449] - changes in review
2023-08-18 10:57:50 -03:00
Ramón Souza
1b64bc0220
fix chat parsing
2023-08-18 10:29:19 -03:00
Anton Georgiev
49f8d95f11
Merge pull request #18537 from ramonlsouza/issue-18443
...
refactor(bbb-html5): Reactions - allow for two alternative views
2023-08-17 10:38:56 -04:00
Ramón Souza
eac3cc84ab
display username in grid mode
2023-08-16 16:54:43 -03:00
Gustavo Trott
d018fd6490
Resolve conflicts
2023-08-16 16:24:34 -03:00
Ramón Souza
e7be097e01
fix chat position
2023-08-16 11:45:14 -03:00
KDSBrowne
901d9ac5ac
add whiteboard options menu dropdown to autohide elements
2023-08-16 14:36:59 +00:00
GuiLeme
3761fc333b
[plugin-architecture-implementation] - fix for disable downloadable
2023-08-16 11:18:51 -03:00
Anton Georgiev
8cc8bfab00
Merge pull request #18387 from ramonlsouza/issue-18125
...
feat(bbb-html5): Grid mode pagination
2023-08-16 09:36:50 -04:00
Ramón Souza
6fc8dde90c
fix online styles in chat
2023-08-16 10:15:11 -03:00
Guilherme Pereira Leme
cacbc331ce
feature: plugin architecture implementation for presentation toolbar ( #17994 )
2023-08-15 19:31:11 -03:00
GuiLeme
c10df4c173
[issue-18449] - changes in review
2023-08-15 10:58:37 -03:00
GuiLeme
08f1b5832d
[issue-18449] - changes in review
2023-08-15 10:30:17 -03:00
Tiago Jacobs
5cf2293c38
refactor (typescript): fix typescript build errors ( #18454 )
2023-08-14 17:52:35 -03:00
Ramón Souza
2e2b2d5b31
fix prop warnings
2023-08-14 10:47:23 -03:00
Ramón Souza
5bf6d0489a
fix empty grid users object when pagination is disabled
2023-08-14 09:52:52 -03:00
Ramón Souza
c5872e9cd3
rename grid page sizes -> grid sizes
2023-08-14 09:46:05 -03:00
Ramón Souza
0b8c493381
return gridUsers when pagination is disabled
2023-08-14 09:30:53 -03:00
Anton Georgiev
e2cdd68bac
Merge pull request #18516 from ramonlsouza/2627-aug10
...
chore: Merge 2.6 into 2.7
2023-08-11 17:13:21 -04:00
Arthurk12
c52a35834e
feat(wake-lock): enable implicit activation based on the default setting
...
This commit removes the wake lock activation toast along with the
enable/disable buttons, implementing the wake lock implicit activation
behavior. The wake lock feature is implicitly activated if the
`defaultSettings.application.wakeLock` in the `settings.yml` file is set
true. For mobile devices that do not support the API or fail when
requesting a wake lock, toasts are raised explaining that calls will be
dropped when the screen turns off.
In cases where `defaultSettings.application.wakeLock` is set false, users
can enable the wake lock manually through the settings menu.
2023-08-11 17:42:20 -03:00
KDSBrowne
822aabe6d1
fix: Move Presentation Option Dropdown To The Left Side ( #18538 )
...
* prevent duplication of presentation menu dropdown when visible
* move presentation options dropdown to the left (out of tldraw UI)
* adjust style menu UI in RTL
2023-08-11 17:13:33 -03:00
KDSBrowne
af16df385c
fix: Move Presentation Option Dropdown To The Left Side ( #18538 )
...
* prevent duplication of presentation menu dropdown when visible
* move presentation options dropdown to the left (out of tldraw UI)
* adjust style menu UI in RTL
2023-08-11 17:10:16 -03:00
Ramón Souza
c598db9c7a
display selected emoji in reactions bar button
2023-08-11 11:01:50 -03:00
Paulo Lanzarin
f3bd84e81f
refator(video): guarantee connectStreams scope is valid
...
The original debounce implementation (lodash) preserved the
caller's context - radash didn't, so it was failing and it wasn't noticed.
The new debounce implementation with the native function seems to preserve caller's context, but as a safety measure this commit binds the method to its appropriate scope.
2023-08-11 10:57:39 -03:00
Tainan Felipe
91f164fee3
Refactor: Make the Recording indicator use graphql and ts ( #18465 )
2023-08-11 10:39:58 -03:00
GuiLeme
85f1bdae51
[issue-18449] - change in the flow, it is not necessary to click to disable one format to enable the other
2023-08-11 10:31:07 -03:00
Ramón Souza
94cb2d5d97
only display reactions bar toggle if reactions are enabled
2023-08-11 10:14:16 -03:00
Ramón Souza
b103448091
Merge remote-tracking branch 'upstream/v2.7.x-release' into issue-18443
2023-08-11 09:36:08 -03:00
Anton Georgiev
09f5b8a464
Merge pull request #18524 from antonbsa/multiple-leave-audio-datatest
...
fix: Remove leaveAudio data-test from the reaction buttons
2023-08-10 16:37:10 -04:00
Ramón Souza
6d4c140f76
auto close reactions settings
2023-08-10 16:28:21 -03:00
Anton B
b6c73b4a04
fix: remove leaveAudio data-test from the reaction buttons
2023-08-10 16:14:33 -03:00
Anton Georgiev
a3cf5ce935
Merge pull request #18513 from ramonlsouza/fix-disabled-reactions
...
fix: do not display reactions button if reactions are disabled
2023-08-10 15:13:10 -04:00
GuiLeme
a1746da6fe
[issue-18449] - added possibility of download original presentation with original format
2023-08-10 12:18:59 -03:00
Ramón Souza
866c40f84f
Merge remote-tracking branch 'upstream/v2.6.x-release' into 2627-aug10
2023-08-10 11:49:01 -03:00
Anton Georgiev
5a878c6526
Merge pull request #18503 from ramonlsouza/native-debounce
...
refactor: replace debounce function
2023-08-10 09:58:11 -04:00
Anton Georgiev
2e80e406b9
Merge pull request #18469 from ramonlsouza/keyboard-reactions
...
style: reactions bar improvements
2023-08-10 09:55:30 -04:00
Gustavo Trott
456950a800
Merge pull request #18459 from GuiLeme/issue-18446
...
fix: download of original presentation
2023-08-10 10:37:11 -03:00
Ramón Souza
fadd035bea
do not display reactions button if reactions are disabled
2023-08-10 09:02:08 -03:00
Anton Georgiev
20ea8da9f7
Merge pull request #18460 from ramonlsouza/issue-18437
...
fix: Display raise hand and away emoji in userlist
2023-08-09 17:19:58 -04:00
Ramón Souza
3bde4c970e
Merge pull request #18456 from ramonlsouza/issue-18434
...
fix: Labels flowing out of a <div> in breakout rooms creation view
2023-08-09 15:59:14 -03:00
Ramón Souza
835bbd4733
replace unaffected debounce
2023-08-09 13:26:42 -03:00
Ramón Souza
80094581f6
replace leading:true, trailing: false debounces
2023-08-09 13:12:29 -03:00
Ramón Souza
7fee4d5f95
replace mute debounce
2023-08-09 13:06:57 -03:00
Ramón Souza
e767a39799
centralize emoji, add focus color
2023-08-08 15:28:05 -03:00
KDSBrowne
ea9c687b07
prevent zooming out at 100%
2023-08-08 17:32:07 +00:00
Anton Georgiev
7f6b7b2e74
Merge pull request #18447 from ramonlsouza/keyboard-reactions
...
fix(access): keyboard navigation in reactions bar
2023-08-08 12:16:48 -04:00
Ramón Souza
07ce5befec
limit cameras page in grid mode
2023-08-08 13:05:54 -03:00
Ramón Souza
9f2276b668
only display emoji if reactions are enabled
2023-08-07 17:02:49 -03:00
Ramón Souza
cc09894924
add raise hand and away emoji in userlist
2023-08-07 16:49:03 -03:00
Ramón Souza
c68da552d2
break lines in breakout room checkbox
2023-08-07 11:34:35 -03:00
GuiLeme
ce22c1894d
[issue-18446] - fix download of original presentation
2023-08-04 17:38:17 -03:00
Gustavo Trott
baba92cb0f
Merge 2.7 into Develop
2023-08-04 16:47:23 -03:00
Ramón Souza
56c4657c46
adjust styles
2023-08-04 16:14:57 -03:00
Ramón Souza
1aba53885b
Merge pull request #18439 from Scroody/I-17970
...
fix: Disabled self cam tied to specific cam (or all cams)
2023-08-04 15:25:58 -03:00
KDSBrowne
632b7764bf
move fitToWidth state up to app component ( #17982 )
2023-08-04 16:41:42 +00:00
Anton Georgiev
2fcbd31a42
Merge pull request #18427 from ramonlsouza/guest-updates
...
fix: Notify guest policy change
2023-08-04 10:39:57 -04:00
imdt
14c83bb6d3
Adjustments
2023-08-04 10:41:07 -03:00
KDSBrowne
dca7fe1997
fix slide positon when zooming out after pan (presenter)
2023-08-03 20:30:23 +00:00
Ramón Souza
87e2e88f6c
Merge pull request #18440 from Scroody/margin-to-talking-indicator
...
style: Margin of talking indicator adjusted to better fitting size
2023-08-03 16:18:20 -03:00
André Castro
163e18b8a3
Adjustments to the timer
2023-08-03 16:15:46 -03:00
Ramón Souza
95e3bba2f1
make reactions bar accessible by keyboard
2023-08-03 15:48:47 -03:00
imdt
44a0c2d10c
Client: Margin of timer adjusted to better fitting size
2023-08-03 11:48:00 -03:00
imdt
08de342179
Adjustment
2023-08-03 11:32:27 -03:00
imdt
d843b8df56
Client: Margin adjusted to better fitting size
2023-08-03 11:29:51 -03:00
imdt
205d1d5f35
Fix: disabled self cam tied to specific cam or all
2023-08-02 17:59:19 -03:00
Ramón Souza
e0e68f3896
guest policy change toast
2023-08-02 13:22:43 -03:00
Ramón Souza
d960ccb1c9
Merge pull request #18399 from Scroody/fix-pulse-animation-with-avatar
...
Fix: pulse animation with avatar
2023-08-02 08:47:33 -03:00
Anton Georgiev
b46ee4c52a
Merge pull request #18412 from KDSBrowne/bbb-18257
...
fix: Correct Tab Order For Presentation Options Dropdown
2023-08-01 15:46:14 -04:00
Ramón Souza
c15d1a352a
undo auto lint
2023-08-01 11:08:27 -03:00
Ramón Souza
6b34cd38c1
replace double quotes
2023-08-01 11:01:27 -03:00
KDSBrowne
70a8267284
inject presentation options btn into tldraw toolbar | lint issues
2023-08-01 02:45:13 +00:00
Ramón Souza
df8e9e9440
split disabled download of presentation params
2023-07-31 17:03:29 -03:00
Gustavo Trott
3758dd89e2
Merge 2.7 into Develop
2023-07-31 11:24:25 -03:00
Anton Georgiev
8e318094a4
Merge pull request #18369 from KDSBrowne/bbb-18357
...
fix: Enhance Smart Slide Question And URL Detection
2023-07-28 13:35:07 -04:00
Scroody
0a9b061434
Fix: Pulsing animation not working with avatar
2023-07-28 13:31:44 -03:00
Tainan Felipe
7ad726f415
Fix: audio lock being applied to moderators
2023-07-27 16:09:38 -03:00
Ramón Souza
bd97a008a0
fix hide presentation on join
2023-07-27 15:49:21 -03:00
Ramón Souza
8e0b48e8be
Merge pull request #18164 from Arthurk12/bbb-wake-locke
...
feat: Screen wake lock feature
2023-07-27 10:58:05 -03:00
Anton Georgiev
7be38fd876
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july26
2023-07-26 22:27:55 -04:00
Arthurk12
7b57565fc5
fix(wake-lock): settings attribute name
2023-07-26 17:38:34 -03:00
Anton Georgiev
ce2b65798b
Merge pull request #18377 from antonbsa/parameter-tests-fix-after-merge
...
test: Parameter tests fix
2023-07-26 14:05:18 -04:00
Ramón Souza
22605b3fbb
grid mode pagination
2023-07-26 09:18:23 -03:00
Anton B
1024930a32
test: disabled features test fixes and managePresentationButton selector update
2023-07-25 15:26:42 -03:00
Anton Georgiev
9015c1d339
Merge pull request #18378 from antonbsa/raise-hand-tests-fix
...
test: Raise and lower hand tests fix
2023-07-25 14:15:38 -04:00
Ramón Souza
ee78814827
change quick poll button styles
2023-07-25 15:05:00 -03:00
Anton B
03aa9d3bec
test: update all raise and lower hand related tests
2023-07-24 18:07:51 -03:00
Anton Georgiev
90ef5ab591
Merge pull request #18358 from antonbsa/breakout-tests
...
test: Breakout tests update
2023-07-24 16:31:23 -04:00
Tainan Felipe
9869ee7f2b
Refactor: actions bar audio button
2023-07-24 15:56:40 -03:00
Anton Georgiev
096f65ddd6
Merge pull request #18347 from KDSBrowne/bbb-a11y-patches-02
...
fix(accessibility): Restore Roving Functionality To User Chats And Captions List
2023-07-24 14:29:23 -04:00
KDSBrowne
1b2cf21066
refactor smart slide question extraction
2023-07-24 01:09:45 +00:00
KDSBrowne
3dec9de44e
optimize action creation and improved question / url regex
2023-07-24 00:03:22 +00:00
Anton Georgiev
6b76d9aa66
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july-21
2023-07-21 16:24:45 -04:00
Gustavo Trott
185e48d36c
Merge remote-tracking branch 'upstream/v2.7.x-release' into develop
2023-07-21 17:17:52 -03:00
Gustavo Trott
762ae78814
Implements func to Clear all users reaction
2023-07-21 11:10:10 -03:00
Anton B
cdf3c0d2fb
test(breakout): remove all notifications before ending rooms and temporally avoid screenshot comparison due to a reported bug
2023-07-20 17:15:32 -03:00
Ramón Souza
5bb012a6a9
Merge pull request #18351 from Scroody/fix-warnings
...
Fix: Warnings when creating a new meeting
2023-07-20 17:00:15 -03:00
Anton B
fbb622ba52
test: update breakout selectors
2023-07-20 16:59:53 -03:00
Ramón Souza
5992f628ed
Merge remote-tracking branch 'upstream/v2.7.x-release' into issue-18344
2023-07-20 16:02:13 -03:00
Ramón Souza
b649819077
Merge pull request #18353 from ramonlsouza/issue-18342
...
Reactions bar - reduce load time
2023-07-20 14:16:41 -03:00
Scroody
125811f0d3
Merge remote-tracking branch 'upstream/v2.7.x-release' into fix-warnings
2023-07-20 14:10:47 -03:00
Ramón Souza
74af65256f
Merge pull request #18352 from Scroody/I-18341
...
Time features label change
2023-07-20 09:05:31 -03:00
Anton Georgiev
61d193155d
Merge pull request #18343 from ramonlsouza/fix-unpin-notes
...
fix: unpin shared notes after switching presenter
2023-07-19 16:26:54 -04:00
Ramón Souza
fa8dd63444
use native emoji - reactions bar
2023-07-19 16:35:21 -03:00
Anton Georgiev
d5abc3cb9b
Merge pull request #18316 from GuiLeme/issue-18259
...
Fix - join audio in breakout room
2023-07-19 14:16:56 -04:00
Scroody
0a1428b862
Time features label change
2023-07-19 15:00:48 -03:00
Scroody
4f930ed2e2
XMerge remote-tracking branch 'upstream/v2.7.x-release' into fix-warnings
2023-07-19 13:27:16 -03:00
Scroody
86f4e372f8
Fix: Warnings when creating a new meeting
2023-07-19 13:22:50 -03:00
Ramón Souza
bc1898dfff
reactions bar tweaks
2023-07-19 11:36:34 -03:00
Gustavo Trott
4a346aae4e
Fix btn Show Welcome Msgs bugs
2023-07-19 11:16:57 -03:00
Ramón Souza
943c92d08b
Merge pull request #18321 from GuiLeme/issue-18308
...
feature: Make quick poll result labels consistent with the uploaded slides
2023-07-19 09:40:19 -03:00
GuiLeme
217f252c29
[issue-18308] - Fix deleting of first letter every time
2023-07-19 09:21:11 -03:00
KDSBrowne
0c934c72f4
restore captions list keyboard access
2023-07-19 00:23:21 +00:00
KDSBrowne
19ea189302
restore messages tab stop and arrow key navigation
2023-07-18 22:55:35 +00:00
Ramón Souza
960bcc4f21
fix unpin notes after changing presenter
2023-07-18 17:19:35 -03:00
Ramón Souza
7d38a3154f
Merge pull request #18327 from KDSBrowne/bbb-a11y-pathes
...
fix(accessibility): Enhance Color Contrast, Language Dropdown, and Screen Reader Feedback
2023-07-18 09:42:41 -03:00
Ramón Souza
bf6f96fc44
renaming interactions -> reactions
2023-07-18 08:54:36 -03:00
Ramón Souza
f5d1db72ec
Merge pull request #18331 from KDSBrowne/bbb-a11y-pathes-01
...
fix: Improve Focus When Changing Modal Tabs With Keyboard
2023-07-17 16:59:27 -03:00
KDSBrowne
9e87a475f2
Update bigbluebutton-html5/imports/ui/components/common/modal/simple/component.jsx
...
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2023-07-17 14:04:04 -04:00
KDSBrowne
5a85ca14a2
add focus trap to handle focus leaving simple modals
2023-07-17 17:19:05 +00:00
Gustavo Trott
cf896e8a66
Merge branch 'v2.7.x-release' into develop
2023-07-17 11:20:49 -03:00
Ramón Souza
7964bb9877
lint
2023-07-17 10:00:51 -03:00
GuiLeme
6fb701045a
[issue-18259] - fix join audio in breakout room
2023-07-17 09:14:23 -03:00
Ramón Souza
caeb57f7d2
Merge pull request #18320 from dennis531/chat_typing_anonymous
...
Html5: Add config to hide names in typing indicator
2023-07-17 09:13:21 -03:00
KDSBrowne
e73110be30
add lang attribute to locale select options
2023-07-15 15:51:22 +00:00
KDSBrowne
937d18b192
improve style menu color contrast in dark mode
2023-07-15 15:40:27 +00:00
Gustavo Trott
21f1ed9f27
Merge 2.7 into Develop
2023-07-14 17:42:13 -03:00
Ramón Souza
fa8883ee29
use list for users in connections status
2023-07-14 16:47:40 -03:00
GuiLeme
a10fbaba4f
[issue-18308] - add predefined label in result quick poll options
2023-07-14 14:55:12 -03:00
Ramón Souza
5d209c2932
adjust timer styles
2023-07-14 10:43:32 -03:00
Dennis Benz
dd15012761
Html5: Add config to hide names in typing indicator
2023-07-14 15:35:18 +02:00
Anton Georgiev
45215ed88f
Merge branch 'v2.7.x-release' into bbb-wake-locke
2023-07-14 07:50:04 -04:00
Anton Georgiev
0e7fdfe310
Merge pull request #18312 from antobinary/merge-july12
...
chore: Merge BBB 2.6.10+ to 2.7
2023-07-14 06:58:29 -04:00
Ramón Souza
db4479d6dd
adjust quick poll char limit
2023-07-13 09:58:05 -03:00
Ramón Souza
43bbd195c4
Merge pull request #18305 from Scroody/raise-hand-changes
...
Enhancement: Raise hand behaviour changes
2023-07-13 08:41:18 -03:00
Ramón Souza
c1fa4e10c7
Merge pull request #18301 from KDSBrowne/bbb-18233
...
fix: Add Resize Event When Whiteboard Mounts
2023-07-13 08:30:42 -03:00
Ramón Souza
3c098c6f5d
Merge pull request #18306 from Scroody/I-18217
...
Fix: All cameras being disabled
2023-07-13 08:28:32 -03:00
Anton Georgiev
042bacc7c1
Merge remote-tracking branch 'bbb/v2.7.x-release' into merge-july12
2023-07-12 18:53:12 -04:00
Ramón Souza
e6811091b0
Merge pull request #18311 from ramonlsouza/fix-screenshare
...
fix: throttledPinPad function
2023-07-12 17:24:52 -03:00
Anton Georgiev
7c91d4ff73
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july12
2023-07-12 16:20:53 -04:00
Anton Georgiev
cd9f93be44
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july12
2023-07-12 15:59:46 -04:00
Ramón Souza
caadcae1e9
fix throttledPinPad function
2023-07-12 16:58:39 -03:00
Anton Georgiev
e32a5feabe
Merge pull request #18304 from gabriellpr/new-disabled-features-test
...
test: slide snapshot, camera as content disabledFeatures tests
2023-07-12 14:06:07 -04:00
Anton Georgiev
7b7c854ed8
Merge pull request #18275 from gabriellpr/lock-viewers-test
...
test: refactoring + adding two tests lock viewers
2023-07-12 12:50:45 -04:00
Scroody
fb088847bd
Changes to raised hands behaviour
2023-07-12 10:44:37 -03:00
Gabriel Porfirio
251bf6867b
4 tests for disabledFeatures, slide snapshot, camera as content
2023-07-12 08:55:49 -03:00
Scroody
abdf85b508
Bug solving
2023-07-11 16:50:24 -03:00
KDSBrowne
e97427a9aa
add resize event when whiteboard mounts
2023-07-11 16:17:03 +00:00
Ramón Souza
0f10a2c371
fix reopening chat on promote
2023-07-11 11:32:15 -03:00
Ramón Souza
67cd275dc1
Merge pull request #18293 from ramonlsouza/issue-18214
...
fix: change presentation download labels
2023-07-10 16:53:34 -03:00
Ramón Souza
af593e41ee
Merge pull request #18289 from ramonlsouza/issue-15863
...
Layout Settings Enhancements
2023-07-10 16:53:16 -03:00
Anton B
06478cda4a
test: update layout tests
2023-07-10 16:28:00 -03:00
Tainan Felipe
bbcce67690
Remove log
2023-07-10 11:55:53 -03:00
Tainan Felipe
a6de86f240
Fix: use dropdown showing wrong label for locked user
2023-07-10 11:53:12 -03:00
Tainan Felipe
239221b9b4
Merge remote-tracking branch 'upstream/develop' into Add-user-title
2023-07-10 11:42:57 -03:00
Ramón Souza
6b44650c5d
change presentation download labels
2023-07-10 09:44:34 -03:00
Tainan Felipe
71b4477eb0
Refactor: user talking indicator using ts and graphql ( #18265 )
...
* Refactor: user talking indicator using ts and graphql
* Remove color from voice user and add speech locale
* Add parameters to query
* Fix: CC icon background apparing in another color
* Add styles
---------
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2023-07-07 17:47:36 -03:00
Tainan Felipe
f2e0fd43e9
Refactor: Make all chat area use graphql ( #18122 )
...
* Refactor: Make all chat area use graphql
* Fix: large space between welcome msg and chat list
* Fix: missing file
* add pending status and fix system messages
* Add: mark messages as seen in chat
* Refactor: Move char opening logic to inside of chat panel
* Refactor message and mark as seen
* Add Recharts to package.json and fix miss data
* Implements clear-chat function on graphql
* Make system message sticky
* Add clear message support and fix user is typing
* FIx chat unread and scroll not following the tail
* Change: make unread messages be marked by message and fix throttle
* Don't show restore welcome message when the welcome message isn't set
* Fix: scroll not following the tail properly
* Fix: previous page last sender not working
* Fix: scroll loading all messages
* Fix messaga not marked as read
---------
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2023-07-07 17:46:36 -03:00
Ramón Souza
52b636a65a
keyboard move user - unassigned list
2023-07-07 16:56:42 -03:00
Ramón Souza
870d773fdf
remove unused code
2023-07-07 13:22:34 -03:00
Ramón Souza
d50e0ee2cd
mobile styles
2023-07-07 10:10:13 -03:00
Ramón Souza
804d7e859c
change labels, update push layout experience
2023-07-07 09:53:58 -03:00
Ramón Souza
91c5094588
add checkmark to active layout
2023-07-06 17:31:26 -03:00
KDSBrowne
9f1734bfb8
handle quick poll options for F/G
2023-07-06 15:30:05 +00:00
Ramón Souza
67d9cc423a
move labels below the images
2023-07-06 11:00:44 -03:00
Ramón Souza
14300f3f71
Merge pull request #18274 from ramonlsouza/issue-18220
...
Preserve pinned notes after screenshare
2023-07-06 08:40:52 -03:00
André Castro
a24439d414
Merge branch 'v2.7.x-release' into I-17515
2023-07-05 16:08:37 -03:00
Ramón Souza
7fcd7d3333
Merge pull request #18271 from Scroody/I-18217
...
Client: self-view disabled changed, overlay over avatar.
2023-07-05 15:58:05 -03:00
Scroody
bd6420cd2f
Resquested changes
2023-07-05 15:48:21 -03:00
Scroody
4faca42e37
Requested changes
2023-07-05 15:38:52 -03:00
Scroody
50511ff3d3
Requested changes made
2023-07-05 13:58:40 -03:00
Ramón Souza
ec6a674442
filter out of slide shapes on snapshot
2023-07-05 11:12:09 -03:00
Gabriel Porfirio
b71a6f3f66
small changes
2023-07-05 10:05:57 -03:00
Gustavo Trott
ae807d3421
Merge remote-tracking branch 'upstream/v2.7.x-release' into develop
2023-07-04 17:17:28 -03:00
Ramón Souza
b7a193acb5
Merge pull request #18200 from gabriellpr/refactoring-parameters-test
...
test: Add create parameters tests + refactoring
2023-07-04 17:11:19 -03:00
Gabriel Porfirio
a1e14131af
refactoring and adding two tests for lock viewers
2023-07-04 15:01:19 -03:00
Ramón Souza
efc9cde2f3
Merge pull request #18235 from KDSBrowne/bbb-18078
...
fix: Whiteboard Cursor Offset Switching Back To Custom Layout
2023-07-04 14:43:06 -03:00
Ramón Souza
1b06b30167
preserve pinned notes after screenshare
2023-07-04 13:14:09 -03:00
Scroody
700edd19b4
Overlay over avatar
2023-07-04 10:44:24 -03:00
Ramón Souza
26bd960ba2
fix unlock shared notes
2023-07-04 09:50:53 -03:00
KDSBrowne
3c1b50c99a
fix whiteboard crash when switching presentations with zoomed slide
2023-07-03 16:03:38 +00:00
Gabriel Porfirio
8f52121d5c
changes on the speech-recognition test
2023-06-30 17:16:22 -03:00
Scroody
d145a482cb
Enhancement: Breakout modal UI improved
2023-06-30 10:53:58 -03:00
Tainan Felipe
8cda10f05f
don't show the user options to viewers
2023-06-30 09:09:34 -03:00
Gustavo Trott
37df04cadf
Merge remote-tracking branch 'upstream/v2.7.x-release' into develop
2023-06-30 08:44:59 -03:00
Arthurk12
104550d46f
fix(timer): sidebar content when activated
...
Changes the behavior of activating the timer. The behavior set by this commit
is: when the timer is activated, only the moderator who triggered it will see
the sidebar content switch to the timer. This change required hanging an
observer to catch the timer activation and dispatch the sidebar content
change since timer messages are passing through akka.
2023-06-29 18:24:40 -03:00
Ramón Souza
e47f1d2d7b
Merge pull request #18238 from ramonlsouza/remove-muted-grid-mode
...
Remove duplicated muted indicator from grid mode
2023-06-29 17:37:58 -03:00
Ramón Souza
31ca4dc6b8
Merge pull request #18242 from ramonlsouza/fix-grid-mode-resize
...
fix: sidebar resizing - focus on video layout (grid mode)
2023-06-29 17:37:32 -03:00
Gustavo Trott
77234e017c
Merge remote-tracking branch 'upstream/v2.7.x-release' into develop
2023-06-29 16:27:14 -03:00
Gustavo Trott
a7cd1c5232
Merge 2.7 into Develop
2023-06-29 16:27:10 -03:00
Ramón Souza
893eefbf4a
Merge pull request #18230 from Tainan404/dedupe-chat-messages-2.7
...
fix: Add dedupe to messages based on referenceId
2023-06-29 15:02:13 -03:00
Tainan Felipe
7004d701fa
Add fix for when role changes
2023-06-29 14:15:18 -03:00
Gustavo Trott
c8867fadb5
Merge pull request #18197 from Scroody/I-18127
...
Allow dynamic control on moderators invitation for breakouts
2023-06-29 13:39:26 -03:00
Gustavo Trott
58e862e6a7
Make names more clear for 'invite assigned moderators to breakoutRooms'
2023-06-29 12:04:14 -03:00
Gustavo Trott
e497cd5cd8
Implements guest props and others to graphql
2023-06-28 23:08:03 -03:00
Ramón Souza
be48f7349f
Merge pull request #18168 from ramonlsouza/issue-18134
...
refactor: Restyle Reactions bar to be a bar
2023-06-28 17:27:45 -03:00
Ramón Souza
5cc26a1e7a
fix resizing of sidebar in grid mode
2023-06-28 16:06:19 -03:00
Ramón Souza
133dc29d17
fix feedback range
2023-06-28 10:50:02 -03:00
Ramón Souza
fc79c5b891
remove duplicated muted indicator from grid mode
2023-06-27 17:00:45 -03:00
Scroody
0b5822a5fa
Fix: pinning shared notes should restore presentation
2023-06-27 13:53:21 -03:00
KDSBrowne
87c1cf98be
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into bbb-18078
2023-06-27 15:48:11 +00:00
KDSBrowne
66c3e1b0a8
reset cam dock position on custom layout change
2023-06-27 15:47:59 +00:00
Ramón Souza
94eceb0489
mobile menu
2023-06-27 11:08:49 -03:00
Tainan Felipe
112af1efd2
Add dedupe to messages based on referenceId
2023-06-27 11:02:35 -03:00
Ramón Souza
bd6779e1b9
close menu after selecting a reaction
2023-06-27 09:50:04 -03:00
Gustavo Trott
5681e88c60
Merge 2.7 into Develop
2023-06-26 17:21:01 -03:00
Tainan Felipe
5b520b4af0
Add dedupe to messages based on referenceId
2023-06-26 16:29:06 -03:00
Ramón Souza
574b187645
Merge pull request #18130 from Scroody/I-18101
...
Client change: List the option to download presentation with annotations even if there are no annotations
2023-06-26 16:27:58 -03:00
Scroody
7765f6920e
Requested changes
2023-06-26 10:48:19 -03:00
Tainan Felipe
b65a093cd0
Refactor: Add user list title with options dropdown
2023-06-26 08:10:12 -03:00
Anton Georgiev
9a6c8f410d
Merge pull request #18150 from danielpetri1/cluster-setup-link
...
refactor: Fix original presentation download link in cluster setups
2023-06-23 15:20:05 -04:00
André Castro
389f7b0fe3
removing unnecessary code
2023-06-23 14:46:16 -03:00
André Castro
ef384eae15
Removal of unnecessary imports
2023-06-23 14:42:45 -03:00
André Castro
a09953039e
Update container.jsx
2023-06-23 14:40:42 -03:00
Ramón Souza
411f0e01a4
move active/away to userlist
2023-06-23 10:39:40 -03:00
Ramón Souza
704cafc7de
change smiling emoji
2023-06-23 09:42:54 -03:00
Ramón Souza
d0ed90a6c0
Merge remote-tracking branch 'upstream/v2.7.x-release' into issue-18134
2023-06-23 09:32:55 -03:00
Ramón Souza
af670883c1
remove unused code
2023-06-22 15:35:40 -03:00
Anton Georgiev
9d51d1b447
Merge pull request #18191 from ramonlsouza/tp27a2-8
...
fix: only display clear status if status is enabled
2023-06-22 13:01:31 -04:00
Ramón Souza
ae1e6079e1
rename includeMods -> sendInviteToModerators
2023-06-22 13:55:23 -03:00
Ramón Souza
cc5c6cf94f
fix force panning
2023-06-22 09:53:32 -03:00
Gabriel Porfirio
cafc51f33c
refactoring and adding new parameters test
2023-06-22 09:21:10 -03:00
Gustavo Trott
6ba4aad05a
Merge branch 'v2.7.x-release' into user-raiseHand-away-flags
2023-06-22 08:27:20 -03:00
Anton Georgiev
43b96b47c4
Merge pull request #17724 from lfzawacki/v2.7.x-release
...
feat: Implement automatic closed captions using an open transcription server
2023-06-22 05:25:14 -04:00
Anton Georgiev
116209887c
captions writer modal tweak
2023-06-22 04:28:13 -04:00
Anton Georgiev
72ea26b931
captions writer modal tweak
2023-06-22 04:27:44 -04:00
Ramón Souza
96a2484876
additional client-side changes
2023-06-21 16:49:38 -03:00
Anton Georgiev
ce24a1a6c2
Merge pull request #18163 from Scroody/I-18137
...
feat(config): Disable timer feature
2023-06-21 14:33:20 -04:00
Anton Georgiev
cbedeef4e7
Merge pull request #18189 from ramonlsouza/tp27a2-2
...
fix: presenter permission for poll results annotation
2023-06-21 14:26:15 -04:00
Scroody
36bc004425
Additional changes
2023-06-21 11:53:11 -03:00
Scroody
61fef1ece4
Allow dynamic control on mod invitation for breakouts
2023-06-21 11:06:41 -03:00
Ramón Souza
0f4f4e29ff
reset slide position if zoom is 100%
2023-06-21 09:46:07 -03:00
Ramón Souza
42e7c25222
only display clear status if status is enabled
2023-06-20 15:48:48 -03:00
Ramón Souza
fc38cb4d95
fix presenter permission for poll results
2023-06-20 13:21:32 -03:00
Anton Georgiev
799d92a9e6
Merge pull request #18185 from ramonlsouza/18126
...
refactor: Sort Grid Mode items alphabetically
2023-06-19 16:25:34 -04:00
Anton Georgiev
bc40d4e191
Merge pull request #18186 from ramonlsouza/fix-locked-annotation
...
fix: locked label in userlist
2023-06-19 16:24:25 -04:00
Ramón Souza
3bac90a40c
fix lint errors
2023-06-19 15:39:04 -03:00
Anton Georgiev
6fe704f444
Merge pull request #18174 from GuiLeme/issue-18021-back-end
...
feat: [issue-18021-back-end] - Back-end portion of disabled camera as content
2023-06-19 10:28:03 -04:00
Ramón Souza
e9aa7a5184
fix locked label annotation in userlist
2023-06-19 11:17:07 -03:00
Ramón Souza
9d3242037f
sort grid mode items
2023-06-19 10:03:25 -03:00
GuiLeme
0c5f8aa1f0
[issue-18021-back-end] - Changes in review and fix to support screenshare disabled and cameraAsContent enabled
2023-06-16 17:48:52 -03:00
Scroody
aba7f66b2c
Last details
2023-06-16 13:40:09 -03:00
Ramón Souza
026cc92a17
fix copy event in breakout panel
2023-06-16 13:04:05 -03:00
Anton Georgiev
22419c40b8
Merge pull request #18169 from antonbsa/modal-prop-and-depend-updt
...
test: Fix data-test prop in modals and update dependencies
2023-06-15 20:57:38 -04:00
André Castro
5af5151219
Merge branch 'v2.7.x-release' into I-18137
2023-06-15 11:50:02 -03:00
André Castro
34130b06d6
Lint error caused by prettier
2023-06-15 11:41:03 -03:00
Ramón Souza
56d1fe46fb
fix audio button position when modal is open
2023-06-15 09:49:05 -03:00
Anton B
9391ac2009
test: fix audio modal data-test props and audio tests related
2023-06-14 22:36:18 -03:00
Ramón Souza
03c3eae821
remove unused code
2023-06-14 16:35:44 -03:00
Scroody
c5250d1ee5
Lint corrections requested
2023-06-14 15:04:58 -03:00
Arthurk12
5d1611811a
fix(wake lock): change request return value
...
Wake lock request function returns a boolean indicating whether there was an
error or not.
2023-06-14 13:38:06 -03:00
Arthurk12
602f2e01f8
fix(wake-lock): call wake lock instance method
2023-06-14 13:38:06 -03:00
Arthurk12
e5aa8cb0e0
refactor(wake-lock): change settings flags
...
Changes enableWakeLock => wakeLock.enabled to follow the pattern used by
other features and wakeLockEnabled => wakeLock. Also make the necessary
code changes to reference this new settings flags correctly.
2023-06-14 13:38:00 -03:00
Arthurk12
72eee8aa92
refactor(wake-lock): better button names
2023-06-14 12:53:44 -03:00
Scroody
11169b76ff
conflict resolving
2023-06-14 11:32:52 -03:00
Anton Georgiev
a962a44c74
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into june14merge
2023-06-14 10:07:54 -04:00
Ramón Souza
337688b3a3
add present/away toggle
2023-06-14 10:21:33 -03:00
Arthurk12
1fda572d0a
fix(layout): wake lock toast
...
Prevent wake lock toast from being displayed over the audio modal.
2023-06-13 16:22:03 -03:00
Arthurk12
f880e56a1e
feat(wake-lock): prototype
...
Adds wake lock feature, which is available only for mobile users using
browser with support to the given API.
When an user using a supported device joins the meeting, a toast is
displayed offering to activate the feature.
Adds a toggle under settings menu to activate/deactivate it.
2023-06-13 16:22:02 -03:00
Scroody
450cbe5451
Client: Timer added as disabled feature
2023-06-13 15:54:16 -03:00
Ramón Souza
f90b200d04
reactions bar restyle
2023-06-13 14:51:42 -03:00
André Castro
403d78c2e7
Update bigbluebutton-html5/imports/ui/components/actions-bar/actions-dropdown/component.jsx
...
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2023-06-13 13:32:46 -03:00
Scroody
54fa11e876
Requested changes made
2023-06-13 11:36:15 -03:00
Scroody
294fda2c6f
Client: Camera as content as conent added to disabled features
2023-06-13 11:25:09 -03:00
Ramón Souza
70dd942ac1
Merge pull request #18149 from KDSBrowne/bbb-17843
...
fix: Add Debounce To handleResize And zoomChanger
2023-06-13 09:01:36 -03:00
KDSBrowne
8932dc2fe1
use radash instead of lodash
2023-06-12 19:11:52 +00:00
Ramón Souza
3576eb1a01
Merge pull request #18129 from Scroody/I-179382
...
Fix: White squares displayed when rotating to mobile orientation
2023-06-12 15:49:47 -03:00
Ramón Souza
8ae0f534b3
Merge pull request #18108 from Scroody/I-18077
...
Fix: Presentation area in front of talking indicator elements.
2023-06-12 15:45:20 -03:00
danielpetri1
40d990d8a6
Fix original presentation download link in cluster setups
2023-06-12 14:57:24 +00:00
Gustavo Trott
22a2c8ce7c
Merge remote-tracking branch 'upstream/v2.7.x-release' into graphql-timer
2023-06-12 10:06:22 -03:00
KDSBrowne
0cd12b0296
add debounce to handleResize and zoomChanger
2023-06-11 20:53:06 +00:00
Ramón Souza
bb88dae48f
Merge pull request #18104 from KDSBrowne/bbb-18026
...
fix: Preserve Canvas Position On Slide Change
2023-06-08 17:27:23 -03:00
Anton Georgiev
c8b0437df3
Merge pull request #18133 from GuiLeme/port-timer-with-events-suggestions
...
feat(timer): Port timer (Mconf) with events suggestions
2023-06-08 15:56:10 -04:00
GuiLeme
2cf46e4d05
[port-timer-with-events-suggestions] - made review suggestions
2023-06-08 16:37:32 -03:00
Scroody
a3e58c67ed
Client change: List the option to download presentation with annotations even if there are no annotations
2023-06-08 15:16:26 -03:00
André Castro
7c8050ccef
Merge branch 'v2.6.x-release' into I-179382
2023-06-08 14:58:52 -03:00
Scroody
bd087969dc
Fix: Whites squares
2023-06-08 14:54:41 -03:00
Anton Georgiev
49d48c0945
Merge pull request #18097 from ramonlsouza/16120
...
feat: Add Lock Setting For Viewer Annotations
2023-06-08 11:12:22 -04:00