Ramón Souza
5cc26a1e7a
fix resizing of sidebar in grid mode
2023-06-28 16:06:19 -03:00
Gustavo Trott
6ba4aad05a
Merge branch 'v2.7.x-release' into user-raiseHand-away-flags
2023-06-22 08:27:20 -03:00
GuiLeme
2cf46e4d05
[port-timer-with-events-suggestions] - made review suggestions
2023-06-08 16:37:32 -03:00
Gustavo Trott
15e413a3c0
Handle notification of away and raiseHand differently
2023-06-07 22:57:49 -03:00
Gustavo Trott
8263dd17ca
Introduces flags user.away and user.raiseHand
2023-06-07 22:10:07 -03:00
Paulo Lanzarin
5447666c15
Merge branch 'v2.7.x-release' into port-timer
2023-05-26 10:33:38 -03:00
Arthurk12
cc2f509c7c
Refactored timer design
2023-05-18 15:29:33 -03:00
Pedro Beschorner Marin
585dbef43d
Time offset refactor
2023-05-18 15:29:33 -03:00
Pedro Beschorner Marin
4d8f7070de
Add timer alarm
2023-05-18 15:29:32 -03:00
Ramón Souza
18720e1536
Merge remote-tracking branch 'upstream/v2.7.x-release' into issue-13844
2023-05-17 15:44:39 -03:00
Anton Georgiev
510c94cfa7
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into may16-merge
2023-05-16 13:35:47 -04:00
prlanzarin
a693133b5a
fix: remove legacy iOS UA checks that borked camera sharing in iPads
...
There are a couple of hardcoded UA checks targeted at iOS endpoints
introduced circa 2.2-beta. One of those pops up an "unsupported" toast
when the device joins a conference - the other blocks camera
sharing.
Those checks are outdated since we transitioned to minBrowserVersions
approach that redirects the client to an unsupported view upon join. I
also assume the checks are bugged since, in some environments, it flags
iPadOS endpoints as iOS and version-checks it to a hardcoded "12.2"
threshold (which is incompatible with iPadOS versioning). That caused
camera sharing not to work, which is a false negative.
I consider the checks to be outdated, so I removed all references to
them.
2023-05-15 13:22:52 -03:00
Anton Georgiev
4e851a7571
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-267-27
2023-05-15 11:51:17 -04:00
Ramón Souza
ffe8754733
add grid layout
2023-05-11 17:20:26 -03:00
Scroody
0cc3a4e818
Fix: Closed captions hindering elements
2023-05-09 14:26:27 -03:00
GuiLeme
b9f9e0f95d
[issue-16954] - fix close randomUserModal for user doesn't affect presenter
2023-04-12 16:05:54 -03:00
GuiLeme
d1025fcbe5
[issue-16954] - Changes in review and fix of minor bugs
2023-04-12 12:51:23 -03:00
GuiLeme
5eb29e0ab5
[issue-16954] - merge upstream/v2.7.x-release
2023-04-11 11:02:00 -03:00
Anton Georgiev
72c575b911
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-apr-6
2023-04-06 11:50:26 -04:00
Ramón Souza
bcd504b749
Merge remote-tracking branch 'upstream/v2.7.x-release' into lodash-radash
2023-04-05 09:42:05 -03: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
GuiLeme
93cd3268c4
[issue-16954] - remove of console.log
2023-03-29 12:37:31 -03:00
GuiLeme
9b39decec7
[issue-16954] - Fix minor issues and cleanning of the old modal structure traces
2023-03-29 11:02:14 -03:00
GuiLeme
5f3296fdb1
[issue-16954] - last migrations - VideoPreview and drag and drop of background
2023-03-27 12:36:25 -03:00
GuiLeme
9329e194fd
[issue-16954] - migration of screenshare unavailable, connectionStatus and randomUser
2023-03-24 17:48:00 -03:00
GuiLeme
c1676004d4
[issue-16954] - migration of audio modal
2023-03-24 12:29:09 -03:00
GuiLeme
7ce2203c04
[issue-16954] - merge v2.6.x-release
2023-03-24 08:44:19 -03:00
Arthurk12
b7348cffdd
fix(presentation): workaround for slide download
...
This is a workaround to the conflict that is happening when an user tries to
download the slide when dark mode is enabled. There is a conflict between
dark mode's styles and the html-to-image lib. To temporarily prevent this from
happening, the dark mode is disabled before downloading the slide, and then
re-enabled when the download is complete.
In order to be able to enable and disable dark mode from another component than
the App, all the dark mode switch logic was extracted into the service of the
app component.
2023-03-23 10:57:46 -03:00
GuiLeme
f943cbf732
[issue-16954] - renaming referencing of Modals
2023-03-20 10:08:35 -03:00
Ramón Souza
3b849a9600
fix poll results size on firefox
2023-03-17 14:51:39 -03:00
Ramón Souza
e69f3af339
Merge pull request #16922 from lfzawacki/v2.6.x-release-moderator-layout
...
feature(layout): Moderators can now setPushLayout
2023-03-07 08:30:05 -03:00
Lucas Fialho Zawacki
e8a4b654cc
feature(layout): Moderators can now setPushLayout
2023-03-03 18:59:47 -03:00
Ramón Souza
cae4453a1a
Merge pull request #16799 from zhem0004/restorePres
...
fix: Restore presentation on layout push
2023-03-02 15:52:45 -03:00
Ramón Souza
d181eba1c2
replace lodash.throttle with native function
2023-03-02 10:25:08 -03:00
Ramón Souza
41c187d93e
Merge remote-tracking branch 'upstream/v2.6.x-release' into lodash-radash
2023-03-01 15:19:12 -03:00
Ramón Souza
0a622eff32
replace lodash throttle with standalone package
2023-03-01 15:13:29 -03:00
GuiLeme
0dc4f832af
[issue-16734] - fixed bugs related to sharedNotesPinned - non-presenter users and smartLayout hidden presentation area
2023-02-27 12:18:23 -03:00
Ramón Souza
ba9c414989
replace lodash isEqual and isEmpty
2023-02-23 10:27:16 -03:00
GuiLeme
d47d586f0e
[issue-16734] - refactor disabledFeatures presentationArea to just presentation
2023-02-22 17:16:43 -03:00
GuiLeme
e319cf1731
[issue-16734] - patch for minimized pinned shareNotes
2023-02-22 16:32:57 -03:00
GuiLeme
54efb82a33
[issue-16734] - patch for sharednotes pin
2023-02-21 12:44:12 -03:00
GuiLeme
9fb2c32384
[issue-16734] - refactor hidePresentation to hidePresentationOnJoin
2023-02-17 14:59:39 -03:00
GuiLeme
cbe3e88938
[issue-16734] - Implemented new disabledFeature presentationArea
2023-02-17 12:44:36 -03:00
Bohdan Zhemelinskyi
d861765da8
restore presentation on layout push
2023-02-16 16:23:41 +00:00
KDSBrowne
23f7b80e35
add forcus ring to items in tldraw styles toolbar
2023-02-14 03:28:36 +00:00
Ramón Souza
ad8b627747
Merge pull request #16692 from ramonlsouza/adjust-whiteboard-buttons
...
style: adjust presentation menu buttons
2023-02-10 13:40:55 -03:00
Ramón Souza
225874ad77
adjust whiteboard toolbar in dark mode
2023-02-10 10:37:29 -03:00
Ramón Souza
5c784d0b92
Merge pull request #16657 from Arthurk12/bbb/v2.6/darkmode-logo
...
fix(dark mode): logo colors inversion
2023-02-10 09:06:33 -03:00
Arthurk12
cd2744ddb3
fix(dark mode): consecutive enables
...
Adds extra check to prevent executing dark mode's enable method when
already enabled and the same to disable.
Also logs when dark mode is enabled and disabled.
2023-02-06 17:59:53 -03:00
Arthurk12
792c7ac030
fix(dark mode): logo colors inversion
...
Adds a new style that tells darkReader lib to invert the logo
image colors.
2023-02-06 17:47:09 -03:00