Commit Graph

15033 Commits

Author SHA1 Message Date
Gustavo Trott
61c4792b8a
Merge pull request #18779 from gustavotrott/fix-userlist-sorting
fix (graphql): Userlist sorting uppercase wrongly (introduces user.nameSortable)
2023-09-14 15:51:02 -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
Gustavo Trott
2f53dea4a4 Use nameSortable to orderBy userlist 2023-09-14 09:31:49 -03:00
Ramón Souza
59a64a9520 add newline at end of file 2023-09-13 15:14:16 -03:00
Ramón Souza
72ac7a210a fix user status buttons 2023-09-13 15:13:17 -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
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
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
Anton Georgiev
29f52b3b26
Merge pull request #18724 from antobinary/merge-sept-6
chore: Merge BBB 2.6.14 into v2.7.x-release
2023-09-07 08:49:05 -04: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
transifex-integration[bot]
6d281a2655
Updates for project BigBlueButton v2.7 HTML5 client and lanuage fa_IR on branch v2.7.x-release (#18722)
* Translate en.json in fa_IR

100% translated source file: 'en.json'
on 'fa_IR'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-09-06 19:39:33 -04:00
transifex-integration[bot]
f02528c79c
Updates for project BigBlueButton v2.7 HTML5 client and lanuage gl on branch v2.7.x-release (#18693)
* Translate en.json in gl

100% translated source file: 'en.json'
on 'gl'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-09-06 19:39:11 -04: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
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