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
Carlos
39b308b91f
fix(reconnect) waiting for approval
...
Removed code that enter the old status "waiting for approval".
2023-04-04 10:47:32 -03:00
imdt
4abc29f9c5
Fixed: Notification for ejected users now delivered.
2023-02-27 11:51:08 -03:00
André Castro
826fad1f84
Update bigbluebutton-html5/imports/startup/client/base.jsx
...
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-02-17 15:31:19 -03:00
imdt
ac8c33c3b0
Notification of: You have been removed from the conference. fixed.
2023-02-17 15:15:39 -03:00
GuiLeme
8af6c547f2
[issue-16284] - Changes in review
2023-01-20 08:44:21 -03:00
GuiLeme
6f5053d492
[issue-16284] - Changes in review
2023-01-19 11:32:00 -03:00
GuiLeme
7bb03551b1
[issue-16284] - changed behavior of not showing anything when user is moved out a breakout
2023-01-19 09:21:28 -03:00
GuiLeme
2e0a85f268
[issue-16284] - tweaked minor problems and fixed blue screen when changing breakout rooms
2023-01-17 11:30:25 -03:00
Ramón Souza
d20079e7b9
fix closed chat on join
2022-11-30 15:32:47 -03:00
Tainan Felipe
b06da1017a
Fix client reconnection after meeting end
2022-11-17 15:59:13 -03:00
Ramón Souza
8ed142a522
Merge remote-tracking branch 'upstream/v2.5.x-release' into merge-258-26
2022-10-21 14:43:23 -03:00
Joao Victor
d628131e64
improvement: error screen messages and logs
2022-10-14 14:47:27 -03:00
Joao Victor
4391d762e8
add missing condition
2022-10-07 16:43:34 -03:00
Joao Victor
ec837a1744
remove console.log
2022-10-07 16:22:35 -03:00
Joao Victor
e4f5317009
fix: unauthenticated user handling and manual disconnection
2022-10-07 16:21:43 -03:00
Joao Victor
010f1c2964
tweak userLeaving and Base
2022-10-07 10:38:50 -03:00
Joao Victor
45199cb6eb
fix: stringify all codeError's
2022-10-07 09:18:07 -03:00
Joao Victor
912b7cf70c
improvement: add setExitReason method
2022-10-07 09:15:00 -03:00
Joao Victor
7e8cee7340
improvement: error screen messages
2022-10-05 11:30:12 -03:00
Ramon Souza
edeb70de0d
Merge tag 'v2.5.1' into merge25-26-jun16
2022-06-16 13:58:54 -03:00
Ramon Souza
8986fe2853
prevent disconnect in same tab
2022-05-17 13:09:41 -03:00
Ramon Souza
5397498746
prevent user join from multiple tabs with same sessionToken
2022-05-13 16:18:51 -03:00
Ramon Souza
a604b05e43
remove unused import base component
2022-05-10 09:23:55 -03:00
Lucas
2db9a1b343
Merge branch 'develop' into develop-bbb
2022-04-26 15:08:43 -03:00
Ramon Souza
18f42e538a
remove unused imports/variable in base component
2022-04-18 10:09:55 -03:00
Lucas Zawacki
378d0f18a0
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into develop-bbb
2022-04-14 18:48:02 +00:00
Lucas Zawacki
83847a21aa
Merge branch 'v2.5.x-release-Layouts' of github.com:lfzawacki/bigbluebutton into develop-bbb
2022-04-13 21:08:32 +00:00
Gustavo Trott
b6a1ba9f93
Close breakout when user was removed
2022-04-13 17:53:10 -03:00
Gustavo Trott
102eee3ba5
Backend portion of breakout Manage Users
2022-04-12 09:50:19 -03:00
Ramon Souza
a80fe263a3
move breakout room ended notification to akka
2022-04-07 09:39:32 -03:00
Joao Victor
e1453f672e
Remove old UserJoinedMeeting and UserLeftMeeting notifications
2022-04-06 10:21:49 -03:00
Joao Victor
f3dc734c45
Remove old RecordingStarted and RecordingStopped notifications
2022-04-05 09:58:42 -03:00
Anton Georgiev
3d9c8d0e4c
Merge pull request #14706 from ramonlsouza/issue-14689-25
...
fix: setSwapLayout happens after other components change its value
2022-03-30 17:05:03 -04:00
Ramon Souza
eee4fde845
prevent setSwapLayout race condition
2022-03-30 15:43:00 -03:00
Paulo Lanzarin
1fc6584697
fix: remove spurious console.log in base.jsx
2022-03-29 17:52:29 -03:00
Gustavo Trott
057b7514b1
Implements disabledFeatures-chat
2022-03-09 11:19:25 -03:00
Ramón Souza
b55fb32f6e
move loading-screen component to common folder
2022-02-15 14:55:08 +00:00
Anton Georgiev
797fc49633
TEMP
2021-12-09 20:37:05 +00:00
Ramón Souza
4121f61a59
restore 2.3 fullscreen
2021-11-19 19:26:04 +00:00
Tainan Felipe
f5eef03f3f
Improve data structure to not break on reconnections
2021-11-03 14:37:54 -03:00
Tainan Felipe
1de8e0779d
Add server side reactivity to publications
2021-10-13 15:00:52 -03:00
Anton Georgiev
ab845b3078
Merge branch 'v2.4.x-release' of github.com:bigbluebutton/bigbluebutton into merge-24-rc-1-into-dev
2021-09-22 15:28:13 +00:00
Ramon Souza
6d95cab29c
prevent invisible cameras issue on page load
2021-09-16 09:25:51 -03:00
Ramon Souza
6bc8ec5782
create BaseContainer
2021-09-13 08:34:03 -03:00
Ramon Souza
098826c70a
rename layout functions
2021-09-10 17:48:52 -03:00
Ramon Souza
981e707612
add selector to containers, remove old layoutContext + convert base component into function
2021-09-10 14:21:04 -03:00
Ramon Souza
b048e77f10
user leave alerts feature
2021-08-20 13:14:12 -03:00
Vitor Mateus De Almeida
145ca61d40
linting some files
2021-08-09 11:24:02 -03:00
Vitor Mateus De Almeida
1b18977eac
rename all NewLayout.. to Layout..
2021-08-05 08:03:24 -03:00