Commit Graph

227 Commits

Author SHA1 Message Date
Gustavo Trott
fd3071c28a
Refactor (gql-middleware): Introduces clientSessionUUID and validations (error handling) (#20353) 2024-05-29 17:43:17 -03:00
Ramón Souza
7514066fc3
fix: Client can't load in certain cases (#20336)
* move settings

* remove meteor cache files
2024-05-29 09:26:11 -04:00
João Victor Nunes
e58c5bac7d
Merge branch 'v3.0.x-release' into remove-with-trackers-0516 2024-05-24 17:26:49 -03:00
Ramón Souza
df363ea32c
Merge pull request #20244 from Tainan404/add-connection-end-error
Add: terminate connection on client error
2024-05-22 15:06:48 -03:00
João Victor Nunes
0e387d63b3
Merge branch 'v3.0.x-release' into remove-with-trackers-0516 2024-05-21 14:51:36 -03:00
João Victor
77a5e1277b fix(chat): avoid console warnings 2024-05-20 11:09:01 -03:00
João Victor
8dd8bd9a55 removal: remove withTracker from TooltipContainer component 2024-05-16 10:38:25 -03:00
Tainan Felipe
0a2cf0aa8f Add: connection terminate on client error 2024-05-13 16:58:13 -03:00
João Victor
b363615ca4 fix(chat): add loaders for dynamic menu items 2024-05-09 09:59:29 -03:00
Ramón Souza
333a97a463
Merge pull request #20172 from prlanzarin/u30/feat/app-crash-logs
fix(bbb-html5): add specific logCodes for root error boundaries
2024-05-08 09:49:36 -03:00
prlanzarin
533c7e86dc fix(bbb-html5): add specific logCodes for root error boundaries
The ErrorBoundary component has a generic log message that is not
overridable and will aggregate errors from different components. The
ideal scenario is that log tags are configurable so that errors can be
filtered for in log post-processing.

Add the logMetadata: { logCode, logMessage } prop to the ErrorBoundary
component so that log tags are configurable. Default tags are
maintained.
Add specific log metadatas for the client startup error boundary
(logCode: 'app_startup_crash') and the user connection error boundary
(logCode: 'app_crash').
2024-05-03 15:27:17 +00:00
João Victor Nunes
98d579401b
Merge branch 'v3.0.x-release' into video-streams-typings-fix 2024-05-02 11:41:09 -03:00
Ramón Souza
82b1101df8 Merge remote-tracking branch 'upstream/v3.0.x-release' into away-mode 2024-05-02 08:45:10 -03:00
João Victor
6d70904ba9 fix: tweak video-streams typings (Part 2)
- Tweak low-level components.
2024-05-01 16:48:50 -03:00
Tainan Felipe
7d7acb8a80 Remove: Breakout room unused code 2024-04-30 16:14:22 -03:00
Ramón Souza
495fbf41a2 move away to reactions button 2024-04-23 14:56:23 -03:00
Tainan Felipe
a11a9ca199 Fix: TS errors 2024-04-09 19:47:01 -03:00
Tainan Felipe
08b5fd48e2
Update bigbluebutton-html5/imports/ui/components/common/remaining-time/component.tsx
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2024-04-09 09:18:14 -03:00
Tainan Felipe
4311449abe Fix: fetching data from meeting 2024-04-08 14:16:24 -03:00
Tainan Felipe
48e292901d Merge remote-tracking branch 'upstream/v3.0.x-release' into PR_18920 2024-04-08 09:25:52 -03:00
Tainan Felipe
789da5c064 Refactor: Remove pick random user 2024-03-12 20:01:12 -03:00
André Castro
58a0efe708
Migrate auth and settings to graphQL (#19507) 2024-03-06 14:28:18 -03:00
Anton B
0d54b1741a fix: avoid empty span on directLeaveButton and only show separator elem on options dropdown when there's one elem below at least 2024-02-23 16:06:06 -03:00
Ramón Souza
a813624f01
Merge pull request #19177 from Scroody/issue-12614
feat: leave meeting button
2024-02-23 14:13:01 -03:00
João Victor
91406bdac9 fix: prop types, tooltip options and setting changes 2024-02-16 17:25:43 -03:00
André
859d4b2226 merge 2024-02-05 14:36:55 -03:00
Ramón Souza
1dcc68f387
Merge pull request #19194 from Scroody/issue-16945
fix: upgrade tooltip dependency and fix open tooltip on mobile (port from 2.7)
2024-01-25 09:53:25 -03:00
Anton B
80c1a10cfd fix: make RemainingTime a generic component and use separate containers for breakout and currentMeeting usages 2024-01-24 13:47:34 -03:00
Anton B
d33544ef1e fix: use service file for meteor data consumption, useRef instead of let variable, add error log 2024-01-22 16:10:47 -03:00
Ramón Souza
83934250e0
Merge pull request #19220 from Scroody/fix-removing-user-select
Fix: Removing some inconvinient user selection from certain items
2024-01-09 13:14:09 -03:00
Ramón Souza
e0c987c34f migrate setRandomUser meteor call 2023-12-07 16:31:47 -03:00
Ramón Souza
7c3dd06a6a fix select random user 2023-12-04 09:36:07 -03:00
Ramón Souza
dde3aa92bd replace UsersContext with useCurrentUser 2023-11-30 12:08:16 +01:00
André
13bdd6aed1 Fix: Removing some inconvinient user selection from certain items 2023-11-27 13:34:38 -03:00
Ramón Souza
feaa1277cd upgrade tooltip dependency and fix open tooltip on mobile 2023-11-21 13:39:05 -03:00
Ramón Souza
8eb49a0887 feat: leave meeting button 2023-11-20 13:30:07 -03:00
Anton B
16c2791ae2 fix: avoid duplicated meeting ending alert 2023-10-12 12:39:51 -03:00
Anton B
a83a2f0c0c fix: update meeting 'duration' prop to 'durationInSeconds' 2023-10-12 12:05:38 -03:00
Anton B
ef850a25e3 Merge remote-tracking branch 'upstream/v3.0.x-release' into remaining-meeting-comp-ref 2023-10-12 11:46:47 -03:00
Anton B
827a2f00d5 refactor: move meeting remaining time component to common folder 2023-10-10 09:59:38 -03:00
GuiLeme
264d05c485 [plugin-sdk-issue-33] - implemented menu badge 2023-10-04 11:43:10 -03:00
imdt
a46839d18f More changes 2023-09-14 10:44:04 -03:00
imdt
01d08e5727 More changes 2023-09-13 14:57:43 -03:00
imdt
340146c533 More changes 2023-09-13 14:34:48 -03:00
Tainan Felipe
a256759284 Fix: Remove all TS compiler errors 2023-09-11 10:22:45 -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
GuiLeme
97df4f6eed [refactor-bbb-menu] - changes in review (Created interfaces to define the types) 2023-08-25 16:58:11 -03:00
GuiLeme
f65471b131 [refactor-bbb-menu] - add isSeparator to enhance readability 2023-08-24 11:59:04 -03:00
Gustavo Trott
201b6949a3 Resolve conflicts 2023-08-22 15:07:42 -03:00
Gustavo Trott
d018fd6490 Resolve conflicts 2023-08-16 16:24:34 -03:00