Commit Graph

39540 Commits

Author SHA1 Message Date
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
Anton Georgiev
a9053de442
Merge pull request #18718 from bigbluebutton/antobinary-patch-1
docs: Improve docs for 2.6.14 upgrade of nodejs
2023-09-05 21:04:26 -04:00
Anton Georgiev
ec54c7111f
docs: Improve docs for 2.6.14 upgrade of nodejs 2023-09-05 21:03:07 -04: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
Gustavo Trott
a310c9a32b
Add breakout joinURL to graphql (#18710) 2023-09-05 11:31:25 -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
Tiago Jacobs
7240d6eebc
Fix parameter check on checkout-to-pr script (#18705)
* Fix parameter check on review script

* Fix parameter check on review script
2023-09-04 10:59:49 -03:00
Tiago Jacobs
c6d42b15e3
feat(code-review): Add Shell Script for Checking Out Pull Requests (#18659) 2023-09-04 10:50:21 -03:00
Anton Georgiev
cc3bea7f48
Merge pull request #18697 from antobinary/26-java17nodejs18
build: fix nodejs version paste error in #18686
2023-09-02 06:52:05 -04:00
Anton Georgiev
eae34304be build: fix nodejs version paste error in #18686 2023-09-02 06:49:29 -04:00
Anton Georgiev
437d90d147
Merge pull request #18695 from antobinary/26-java17nodejs18
docs: add info on NodeJS v18 and Java 17 upgrade paths
2023-09-01 15:12:00 -04:00
Anton Georgiev
2313ba043d docs: add info on NodeJS v18 and Java 17 upgrade paths 2023-09-01 14:18:12 -04:00
Ramón Souza
92b64d48c0
Merge pull request #18692 from ramonlsouza/fix-save-cleared-chat
fix: save/copy chat if chat has been cleared
2023-09-01 14:34:31 -03:00
Anton Georgiev
e17f0315fd
chore: Bump BBB version to 2.6.14 2023-09-01 12:27:14 -04: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
Gustavo Trott
0d7b69862d
Merge pull request #18686 from antobinary/26-java17nodejs18
!build: require node 18 to install bbb packages
2023-09-01 11:37:09 -03:00
Ramón Souza
e91f5ca45b
Merge pull request #18683 from ramonlsouza/userlist-rtl
fix: userlist styles in rtl lang
2023-09-01 11:36:44 -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
Gustavo Trott
b35d577938
Fix path of Hasura CLI 2023-09-01 10:40:27 -03:00
Anton Georgiev
89d17ff639 build: require node 18 to install bbb packages 2023-09-01 08:19:50 -04:00
Ramón Souza
12404c7a5b fix userlist styles in rtl lang 2023-08-31 17:19:11 -03:00
Anton Georgiev
cf5d108be9
Merge pull request #18680 from antobinary/26-java17nodejs18
build: Upgrade to Java17, NodeJS 18
2023-08-31 15:00:17 -04:00
Gustavo Trott
9d79b6b77e
Merge pull request #18681 from antonbsa/matrix-ci
CI: Matrix strategy for build and test steps (2.8)
2023-08-31 15:32:05 -03:00
Ramón Souza
d43fb7073e
Merge pull request #18682 from ramonlsouza/28warn
fix: 2.8 warnings and missing styles
2023-08-31 15:18:37 -03:00
Anton B
0fe172088c ci: set step timeout instead of job timeout 2023-08-31 11:38:10 -03:00
Ramón Souza
683d31272c fix active styles for user actions button 2023-08-31 11:26:43 -03:00
Anton B
789bb4b5f6 ci(tests): re-add graphql steps, fix ubuntu version and fix install commands 2023-08-31 11:06:26 -03:00
Anton B
6b4481c7c8 ci(tests): use the maximum of 60 min for installing job instead of default 360 2023-08-31 10:54:46 -03:00
Anton B
44590bfdf7 ci(tests): use sharding on CI test execution + use matrix on build step and set the merge branches action as a reusable workflow 2023-08-31 10:39:27 -03:00
Anton B
3ec9b58125 test: update playwright dependencies 2023-08-31 09:43:31 -03:00
Ramón Souza
49f25a8473 fix missing key warning 2023-08-31 09:43:27 -03:00
Anton Georgiev
aa7c649b2c build: fix mismatched quote 2023-08-31 07:23:18 -04:00
Anton Georgiev
5a4105b78b chore: allow newer nodejs to be used on bbb-export-annotations 2023-08-31 07:16:32 -04:00
Anton Georgiev
826b157e88 use bbb-install from github 2023-08-31 07:13:59 -04:00
Anton Georgiev
420fbdcdbc grails 5.3.2 in docs 2023-08-31 07:10:25 -04:00
Anton Georgiev
de3f5f0749 use package building image with java17 node18 2023-08-31 07:09:35 -04:00