Commit Graph

12047 Commits

Author SHA1 Message Date
Gustavo Trott
cf896e8a66 Merge branch 'v2.7.x-release' into develop 2023-07-17 11:20:49 -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
Gustavo Trott
21f1ed9f27 Merge 2.7 into Develop 2023-07-14 17:42:13 -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
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
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
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
Anton Georgiev
cd1d8624a0
Merge pull request #18298 from schrd/fix-issue-18297
Fix: use connection id to determine if a user is ejected or not
2023-07-12 09:50:01 -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
Ramón Souza
0f10a2c371 fix reopening chat on promote 2023-07-11 11:32:15 -03:00
Daniel Schreiber
67a491f07c Fix: use connection id to determine if a user is ejected or not
It used to be a boolean value which was durable if the server is
configured to use localStorage for bbb client settings. This would lead
to permanently blocking a user for all future BBB sessions.

To prevent that we use the connectionID to determine if a user is
blocked or not. If a user rejoins (in the same or a different meeting),
the connectionID is different, so the user can join again.
2023-07-11 15:00:24 +02: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