Joao Victor
|
7ec5ba3fbc
|
fix: use the correct meeting layout variable for the resizing event
|
2022-10-10 10:32:19 -03:00 |
|
Joao Victor
|
45199cb6eb
|
fix: stringify all codeError's
|
2022-10-07 09:18:07 -03:00 |
|
Joao Victor
|
7e8cee7340
|
improvement: error screen messages
|
2022-10-05 11:30:12 -03:00 |
|
Ramón Souza
|
6963bc0db4
|
Merge remote-tracking branch 'upstream/v2.6.x-release' into add-locale-format
|
2022-09-28 14:32:01 -03:00 |
|
Joao Victor
|
968e872c5b
|
Merge branch 'v2.6.x-release' into issue-15574
|
2022-09-15 09:13:02 -03:00 |
|
Ramón Souza
|
efb3083373
|
only mount layoutEngine when layoutType is available
|
2022-09-09 10:19:43 -03:00 |
|
Ramón Souza
|
560d9370c6
|
adjust html/body lang on page load
|
2022-09-08 14:25:29 -03:00 |
|
Joao Victor
|
acc55f0d08
|
fix: don't allow moderators to propagate meeting layout info (#15574). -- Currently moderators can propagate meeting layout info, but the layout which is propagated is the presenter's, not their own. This can mislead the moderators because they think their layout is being propagated but it's not. It makes more sense to allow only presenters to propagate their layouts.
|
2022-09-07 09:14:35 -03:00 |
|
Joao Victor
|
84f9eeebc4
|
refactor: push layout
|
2022-09-07 08:52:08 -03:00 |
|
Ramón Souza
|
8aa0d1b0e7
|
Merge pull request #15544 from gustavotrott/html5-show-ejectedReason-2.6
fix (2.6): enhancements over disconnection situation (delay to remove and show ejected reason)
|
2022-08-30 10:58:49 -03:00 |
|
Gustavo Trott
|
84e482e55e
|
Remove delay to endMeeting when user is ejected=true
|
2022-08-29 22:50:57 -03:00 |
|
Ramón Souza
|
62f8ab3cb2
|
Merge remote-tracking branch 'upstream/v2.6.x-release' into pr-15460-aug26
|
2022-08-26 14:05:45 -03:00 |
|
Gustavo Trott
|
87e4c52cee
|
Fix error when trying to read role when user was removed already
|
2022-08-22 16:32:12 -03:00 |
|
Gustavo Trott
|
222a763b8c
|
Prevent client to end meeting while trying to restablish authentication
|
2022-08-17 14:08:55 -03:00 |
|
Gustavo Trott
|
ee560bf188
|
Makes meeting-ended and error-screen show ejectedReason message
|
2022-08-15 17:25:45 -03:00 |
|
Joao Victor
|
f4fc11d53b
|
fix: condition to switch between layouts
|
2022-08-15 09:21:29 -03:00 |
|
Joao Victor
|
9507797588
|
fix: update of settings
|
2022-08-15 08:18:24 -03:00 |
|
Gabriel Porfirio
|
8198953f30
|
removing unused imports
|
2022-07-28 16:50:31 -03:00 |
|
Pedro Beschorner Marin
|
944edf2ccf
|
feat(captions): web speech prototype
Hardcoded pt-BR prototype for closed captions generated by the browser's
WebSpeech API.
|
2022-07-20 17:20:48 +00:00 |
|
Ramon Souza
|
edeb70de0d
|
Merge tag 'v2.5.1' into merge25-26-jun16
|
2022-06-16 13:58:54 -03:00 |
|
Lucas Fialho Zawacki
|
a150bd20d7
|
feature(layout): Bring back layoutType propagation, but disallow 'custom' layout in mobile screens
|
2022-05-27 18:11:42 -03:00 |
|
Tainan Felipe
|
155b90d658
|
Refactor aria alert and remove inner-htmls from the client
|
2022-05-25 09:35:24 -03:00 |
|
Lucas Zawacki
|
cd13446c5a
|
fix(layout): Moderators could not change layout if pushLayout was true
|
2022-05-24 17:31:35 -03:00 |
|
Lucas Zawacki
|
7ef7b52a30
|
feat(layout): Both presenters and moderators can set pushLayout
|
2022-05-24 15:38:47 -03:00 |
|
Ramon Souza
|
0d3a5326fc
|
Merge remote-tracking branch 'upstream/v2.5.x-release' into 25260-may10
|
2022-05-10 10:53:00 -03:00 |
|
Ramon Souza
|
c215880ad6
|
remove unused variables app component
|
2022-05-10 09:24:31 -03:00 |
|
Ramon Souza
|
07f9a192b9
|
Merge remote-tracking branch 'upstream/v2.4.x-release' into merge-2425-apr27
|
2022-04-27 15:32:20 -03:00 |
|
Lucas Zawacki
|
d84f163cc4
|
fix(layout): Make sure layout propagates after pushLayout is toggled
|
2022-04-26 17:13:33 +00:00 |
|
Lucas Zawacki
|
00f1b33456
|
feat(layout): Only propagate custom layout
|
2022-04-25 19:57:11 +00:00 |
|
Ramon Souza
|
68b60874bf
|
display minimize button with autoSwapLayout and oldMinimizeButton
|
2022-04-20 17:48:26 -03:00 |
|
Pedro Beschorner Marin
|
a21de5e5b7
|
fix(layout): enforce data type
Make sure the broadcasted payload data matches the message body's data
types.
|
2022-04-14 19:40:19 +00:00 |
|
Lucas Zawacki
|
7a5086cde8
|
fix(layout): Remove stray code from merge and fix indentation
|
2022-04-14 19:22:21 +00: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
|
e88e10b99e
|
feat(layout): Fix propagation after merge with 2.6
|
2022-04-13 22:15:21 +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 |
|
Anton Georgiev
|
aaef76cd2e
|
Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-25-dev
|
2022-04-13 20:58:02 +00:00 |
|
Ramon Souza
|
7a57344177
|
Merge remote-tracking branch 'upstream/v2.4.x-release' into 24-25-merge-apr12
|
2022-04-12 14:46:13 -03:00 |
|
Anton Georgiev
|
8ab4023eb5
|
Merge pull request #14783 from frankemax/bbb-darkmode-25
feat(theme): add dark mode
|
2022-04-12 10:35:31 -04:00 |
|
Anton Georgiev
|
1500fb6a29
|
Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-25-dev
|
2022-04-09 00:55:25 +00:00 |
|
Ramon Souza
|
1c873bd8d6
|
Merge remote-tracking branch 'upstream/v2.4.x-release' into merge-2425-apr08
|
2022-04-08 17:30:21 -03:00 |
|
Max Franke
|
6b05e431dd
|
feat(theme): add dark mode theme
|
2022-04-08 16:05:29 -03:00 |
|
Ramon Souza
|
def29e3388
|
fix join screenshare
|
2022-04-08 11:45:17 -03:00 |
|
Ramon Souza
|
0a952b3c9d
|
fix autoswaplayout bug
|
2022-04-07 14:09:52 -03:00 |
|
Joao Victor
|
dc16f83e82
|
Remove old NewGuestUser notification
|
2022-04-05 18:02:05 -03:00 |
|
Joao Victor
|
43213bb573
|
Remove old UserPromotedToModerator and UserDemotedToViewer notifications
|
2022-04-05 11:16:30 -03:00 |
|
Joao Victor
|
ef8604088d
|
Remove old HasPublishedPoll notification
|
2022-04-05 11:09:34 -03:00 |
|
Joao Victor
|
aa93b5832a
|
Remove old MeetingMuted and MeetingUnmuted notifications
|
2022-04-05 11:05:13 -03:00 |
|
Joao Victor
|
b5765844bb
|
Remove old lock setting notifications
|
2022-04-05 10:56:22 -03:00 |
|
Anton Georgiev
|
72d37d799b
|
Merge pull request #14703 from ramonlsouza/pr-issue-14493
refactor: Add server side notification
|
2022-04-01 09:23:22 -04:00 |
|
Ramon Souza
|
eee4fde845
|
prevent setSwapLayout race condition
|
2022-03-30 15:43:00 -03:00 |
|