João Victor
719d2e6296
fix(chat): Keep the original background color after scroll animation
2024-10-18 14:37:28 -03:00
João Victor
36a77040c6
fix(chat): Highlight just the message content when clicking the replied message
2024-10-18 14:37:28 -03:00
João Victor
b90eae2fc1
fix(chat): Permission for moderators to delete any message
2024-10-18 14:37:28 -03:00
João Victor
66c1d262ef
fix(chat): Update all replies of a message when it is deleted
2024-10-18 14:37:27 -03:00
João Victor
c2de62e065
fix(chat): Keep message list scroll stuck at the bottom when either reply preview or edit warning are open
2024-10-18 14:37:27 -03:00
João Victor
f0636ca40b
styles(chat): Disable selection of message reactions
2024-10-18 14:37:22 -03:00
João Victor
a6b634b774
styles(chat): Use the reactions icon for the message reaction button
2024-10-18 14:37:16 -03:00
João Victor
4712f0f171
styles(chat): Statically positioned edit warning element makes the message list shrink
2024-10-18 14:37:10 -03:00
João Victor
79d8f868ff
styles(chat): Statically positioned reply intention element makes the message list shrink
2024-10-18 14:36:59 -03:00
Max Franke
17c5f01e52
fix(breakout-room): allow remove user
...
This commit follows the UI behavior.
Remove constraint for actions in breakouts on akka
This partially reverts 1218b8b610
2024-10-18 13:52:42 -03:00
Pedro Beschorner Marin
9268e4c1a5
Kick users from breakout rooms
...
Parent room's moderators are able to kick users from breakout rooms.
Included a new userdata `userdata-bbb_parent_room_moderator` so akka-apps can
signal the HTML5 client that the user had a moderator role when the breakout room
was created. This user will have an extra permission inside the breakout room where
he/she will be able to kick other users out.
2024-10-18 13:52:36 -03:00
Pedro Beschorner Marin
235020924f
Avatar URL in breakout room join
...
Since we started using images as user's avatar this was missing. Now akka-apps
will add the user's avatarURL along with the join API URL's params generated
for each user.
2024-10-18 13:52:29 -03:00
Ramón Souza
c8aac3f6e4
Merge pull request #21367 from hiroshisuga/patch-12
...
[3.0.0b2] Fix Hindi locale
2024-10-18 13:18:46 -03:00
Ramón Souza
9001a7102b
Merge pull request #21465 from germanocaumo/fix-meeting-metadata
...
fix(client): convert meeting metadata to expected format
2024-10-18 10:37:00 -03:00
Ramón Souza
5dbe083730
Merge pull request #21472 from ramonlsouza/adjust-raise-hand
...
style: adjust raise hand icon position
2024-10-18 09:13:37 -03:00
Arthurk12
c359a38329
feat(polls): exclude bots from poll responders
...
Modifies the function that returns the number of responders for a given
poll, excluding bot users. Updates the database schema to ensure that
only non-bot users are counted as potential responders.
2024-10-17 17:44:07 -03:00
Arthurk12
8697de71e8
feat(bot): bypass max participants limit for bot users
...
Adjust the maximum participants logic to exempt bot users from being
counted towards the participant limit.
2024-10-17 17:43:34 -03:00
Ramón Souza
3f4d5bda76
adjust raise hand icon position
2024-10-17 16:35:51 -03:00
Ramón Souza
225f69a08d
Merge pull request #21370 from germanocaumo/fit-to-width-zoom-fixes
...
fix(whiteboard): fit to width and zoom misc fixes
2024-10-17 15:37:32 -03:00
Ramón Souza
e945a86f47
Merge pull request #21430 from JoVictorNunes/new-chat-ui-30
...
styles(chat): a new chat UI
2024-10-17 15:08:45 -03:00
João Victor
0f20eb936b
fix(chat): Do not highlight messages that does not have toolbar
2024-10-17 14:28:20 -03:00
João Victor
4725e64229
fix(chat): Reset both editing and replying states after sending an message
2024-10-17 13:39:51 -03:00
João Victor
3f52a58335
fix(chat): Add ability to cancel an editing by clicking on the warning message
2024-10-17 13:39:51 -03:00
João Victor
ad5b19e03e
style(chat): Replied message and reply preview with white background
2024-10-17 13:39:51 -03:00
João Victor
fdb0805805
fix(chat): Canceling a reply intention not working
2024-10-17 13:39:50 -03:00
João Victor
825951f963
fix(chat): Adjust away message localization
2024-10-17 13:39:50 -03:00
João Victor
621c1ad0bf
style(chat): Add background color to message content
2024-10-17 13:39:50 -03:00
Ramón Souza
d1ee773564
Update bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-list/page/chat-message/message-toolbar/component.tsx
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-10-17 10:31:41 -03:00
germanocaumo
b74d791105
fix(client): convert meeting metadata to expected format
...
The metadata is comming from server with { name: metaname, value: metavalue }, which is not compatible with
getFromMeetingSettings, so it's not reading corretly.
Convert it before storing.
2024-10-17 10:25:05 -03:00
João Victor
6602b8469f
Merge branch 'v3.0.x-release' into new-chat-ui-30
2024-10-17 09:09:34 -03:00
João Victor
e3fc7e713c
test(chat): Adjust notification message selector
2024-10-17 09:04:29 -03:00
João Victor Nunes
83514efe58
styles(chat): a new chat UI
2024-10-17 09:03:33 -03:00
João Victor Nunes
f895266eb0
fix(external-video): Video file sharing is broken ( #21448 )
...
- Avoids calling seekTo before the onStart event. In such case, React Player remounts the player, triggering a new onReady event, which was causing an infinite loop.
2024-10-16 16:10:27 -03:00
Tainan Felipe
f91903945d
Remove: Remove stack trace and error code from error screen ( #21450 )
2024-10-16 16:02:53 -03:00
Ramón Souza
349e04724e
move set away toggle to options menu ( #21447 )
2024-10-16 14:13:12 -03:00
João Victor Nunes
93f82e2d90
feat(chat): message reactions ( #21385 )
...
* feat(chat): message reactions
* fix: Revert settings.yml change introduced in #21355
2024-10-16 13:33:07 -03:00
Arthurk12
86ea21e52b
feat(akka): join param to flag user as bot
...
Introduces new join parameter `bot` to flag users as bot.
2024-10-16 12:30:02 -03:00
Tiago Jacobs
51c763dfc0
Merge pull request #21457 from gustavotrott/gql-list-of-users-have-connected
...
feat (gql-server): Introduces graphql Type `user_presenceLog` to indicate users that have joined
2024-10-16 12:05:44 -03:00
Gustavo Trott
4628ffb0a6
Introduces graphql Type user_presenceLog to indicate users that have joined in the meeting at some point.
...
subscription {
user_presenceLog {
extId
userId
currentlyInMeeting
isModerator
}
}
It is necessary to provide for the teacher the list of presence even after some users left.
2024-10-16 10:37:14 -03:00
André Castro
dfd3e252b0
style(nav-bar/recording-indicator): Refactor padding in RecordingStatusViewOnly
for consistent spacing. ( #21454 )
...
* style(nav-bar/recording-indicator): Refactor padding in `RecordingStatusViewOnly` for consistent spacing.
* TS fix
2024-10-16 09:55:38 -03:00
Gustavo Trott
3f22a22067
Merge pull request #21449 from GuiLeme/regex-meta-param-plugin
...
fix(common-web): Make plugin manifest accept "-" character for placeholders
2024-10-15 17:42:44 -03:00
Guilherme Pereira Leme
338b199009
Update bbb-common-web/src/main/java/org/bigbluebutton/api/MeetingService.java
...
escape characters to clarify that they are not special characters.
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-10-15 17:33:15 -03:00
Guilherme Leme
14fdfad7be
[regex-meta-param-plugin] - changed regex in meta-parameter in plugins to handle case of '-' caracter
2024-10-15 17:09:50 -03:00
André Castro
2056fe2677
Fix: [3.0] userdata-bbb_hide_presentation_on_join
parameter is hiding presentation for presenters ( #21397 )
...
* Fix: [3.0] userdata-bbb_hide_presentation_on_join parameter is hiding presentation for presenters
* Update bigbluebutton-html5/imports/ui/components/layout/push-layout/pushLayoutEngine.jsx
Rabbit suggestion
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* changing on the hide presentation for presenter
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Porfirio <gabrielporfirio1994@gmail.com>
2024-10-15 15:03:10 -03:00
Ramón Souza
93d2a0cb59
Merge pull request #21432 from Scroody/fix-talking-ind-on-viewer
...
refactor(nav-bar/talking-indicator): Refactor styles in `TalkingIndicator` to conditionally apply styles based on user role.
2024-10-15 14:59:06 -03:00
germanocaumo
d8054da172
fix(tldraw): reduce mounted camera delay
2024-10-15 12:15:16 -03:00
Gustavo Trott
a52586f217
refactor (bbb-web): Add more info for Removed User Session. ( #21436 )
...
* bbb-web: Add more info for Removed User Session.
Includes fullname, userExtId and meetingExtId, that will be useful for integrations.
* fix userId prop name when fetching from removedUserSession
2024-10-15 09:07:21 -03:00
Tainan Felipe
a6c307c8b9
Add: new connection close error messages ( #21392 )
...
* Add: new connection close error messages
* Fix: TS type assertion
* Fix: Restore message description
* Add: Locale for server closed connection event
2024-10-14 21:23:58 -03:00
Gustavo Trott
1eeff8d142
Merge pull request #21368 from GuiLeme/new-server-side-architecture
...
refactor (plugins): Read plugins configs from a manifest file instead of client settings
2024-10-14 17:20:52 -03:00
Ramón Souza
d2afb2824b
Merge pull request #21355 from JoVictorNunes/chat-message-edit-and-delete
...
feat(chat): Add ability to edit and delete messages
2024-10-14 17:20:30 -03:00