Commit Graph

32667 Commits

Author SHA1 Message Date
Lucas Zawacki
48e5814e71 fix(layout): Add pushLayout field to akka/web 2022-03-22 19:14:03 +00:00
Lucas Zawacki
21703d9662 fix(layout): Fix propagation of layout type, simplify code 2022-03-22 19:13:52 +00:00
Arthurk12
eacce4ee46 fix(layout): camera resize when pushing
Adds isResizing property to LayoutMeetings collection.
Moves the point where the last camera dock size is stored from webcam
component to custom layout component, since it is the only one with
this feature.
2022-03-22 15:29:49 -03:00
Arthurk12
1c3a5bd053 fix(layout): camera dock size
Fixes camera dock sudden increase when moving its position in custom layout.
Uses the last camera dock size stored for that dock position, if not,
make it default size.
2022-03-22 15:28:36 -03:00
Max Franke
93013d5ad1 fix(layout): layout modal styled components
Add custom layout svgs
If a custom style is set via bbb_custom_style_url or settings.yml,
the svgs applied will be the ones inside the /images/layouts/customStyle/ folder
2022-03-15 14:22:36 -03:00
Lucas Zawacki
d30fc746a4 fix(layout): Fix code after merges 2022-03-09 18:28:12 -03:00
Max Franke
e7e0b25b18 fix(layout): remove unused state 2022-03-09 18:10:20 -03:00
Lucas Zawacki
31ddd9a8d8 fix(layout): Better config names for layout push/toggle 2022-03-09 18:10:09 -03:00
Lucas Zawacki
559b6f59c2 fix(layout): Remove unused options 2022-03-09 18:04:21 -03:00
Max Franke
aef381fa1b revert(layout): push layout label 2022-03-09 17:58:07 -03:00
Max Franke
f406d2fae5 feat(layout): distinguish pushLayout/keepPushingLayout
Change "Layout" icon in actions-dropdown
Change push layout toggle label locale
2022-03-09 17:57:41 -03:00
Max Franke
3549d3bfa6 fix(layout): keep border when active
Fixes an issue when the selected layout would not stay "active" when
another object was focused.
Now the selected layout always appears with a border, even if it is
the first time the modal is opened.
2022-03-09 17:13:58 -03:00
Max Franke
57a71e7703 Revert "feat(layout): locales"
This reverts commit 8bc8f85d
2022-03-09 17:13:52 -03:00
Max Franke
b2900deda9 Revert "feat(layout): action bar button"
This reverts commit 736f63ae
2022-03-09 17:12:12 -03:00
Max Franke
a669db8f2d feat(layout): add pt-br locales 2022-03-09 17:02:41 -03:00
Max Franke
0f27b1add4 feat(layout): new layout modal
Add a new modal that makes it easier to switch between layouts
Adds a new flag in html5 settings that allows to enable/disable
keepPushing layout
2022-03-09 17:00:06 -03:00
Arthurk12
5100049c29 fix(layout): webcam container resize bar
Fixes missing webcam container's resize bar on custom layout when cameras
are placed at the bottom of the presentation and the chat is closed.
2022-03-09 16:49:24 -03:00
Lucas Zawacki
e113fa489b layout(fix): Fix hidePresentation yml option 2022-03-09 16:12:53 -03:00
Lucas Zawacki
140e08a730 Adapt code for merge 2022-03-02 11:24:54 -03:00
Lucas Zawacki
9f51c19c24 fix(layout): Avoid crash on layout when reconnecting 2022-02-25 15:05:34 -03:00
Lucas Zawacki
12bcbfc74a feat(layout): Respect bbb_hide_presentation 2022-02-25 15:05:34 -03:00
Lucas Zawacki
4b5ec534a0 fix(layout): Restore presentation on external video share 2022-02-25 15:05:34 -03:00
Lucas Zawacki
0cd0dc7e02 fix(layout): Layouts won't dance anymore 2022-02-25 15:05:34 -03:00
Lucas Zawacki
e7a36e0574 fix(layout): Correctly calculate camera size ratio 2022-02-25 15:05:34 -03:00
Lucas Zawacki
3864ce7dbb fix(layout): Render resizable edge correctly 2022-02-25 15:05:34 -03:00
Lucas Zawacki
1180f4edf1 bug(layout): Guarantee right size for focused video 2022-02-25 15:05:34 -03:00
Lucas Zawacki
94195d1cf5 feature(layout): Restore layout on user join 2022-02-25 15:05:26 -03:00
Lucas Zawacki
43afef9bad feature(layout): Remove 'swap layout' concept 2022-02-24 16:05:18 -03:00
Lucas Zawacki
3fc8f85dd6 feature(layout): Restore synced layout when viewer joins 2022-02-24 15:31:20 -03:00
Lucas Zawacki
830c44702f feature(layout): Only use one place to store presentationIsOpen 2022-02-24 15:30:53 -03:00
Lucas Zawacki
0f687bef3e feature(layout): Set all layout elements via button 2022-02-24 14:23:29 -03:00
Lucas Zawacki
8d6931f656 feature(layout): Add focused camera to layout context 2022-02-24 14:22:00 -03:00
Lucas Zawacki
6dfdc6a579 feature(layout): Push most layout parts with custom layout 2022-02-24 13:21:16 -03:00
Lucas Zawacki
087222cdb1 feature(layout): Custom layout set via push or userdata is not applied to mobile 2022-02-23 18:33:27 -03:00
Pedro Beschorner Marin
7ed3338d6d refactor(layout): remove moderator push button 2022-02-23 18:08:13 -03:00
Lucas Zawacki
cad3c9a3f0 feature(layout): Only require presenter permission for layout push 2022-02-23 18:03:08 -03:00
Lucas Zawacki
7171b2993c feature(layouts): Only presenter can push layout 2022-02-23 17:57:46 -03:00
Lucas Zawacki
48fb85d2b7 feature(layout): Separate layout data into a different collection 2022-02-23 17:46:54 -03:00
Lucas Zawacki
fc7f1d4457 fix(layout): Fix propagate layout with new code 2022-02-23 12:04:49 -03:00
Max Franke
9cddb7eaf5 feat(layout): layout default userdata
Adds the option to change a user's default layout via userdata.
userdata-bbb_change_layout=<smart/videoFocus/presentationFocus/custom>
2022-02-23 12:04:26 -03:00
Lucas Zawacki
bd47ef8ed3 refactor(layout): Remove multiple layout variables 2022-02-22 18:29:59 -03:00
Lucas Zawacki
65c376531e feature(layout): Use layout push as a boolean option 2022-02-22 18:25:08 -03:00
Arthurk12
7b5049f14c feat(layout): settings
Adds settings flag to activate/deactivate layout propagation button in actions
bar menu.
2022-02-22 18:18:56 -03:00
Arthurk12
6904b3e024 feat(layout): locales 2022-02-22 18:17:46 -03:00
Arthurk12
27e0e36372 feat(layout): propagate button
Adds propagate layout button to the actions dropdown.
2022-02-22 18:17:33 -03:00
Fred Dixon
dff4bfde2f
Merge pull request #14415 from ffdixon/fix-bbb-fsesl-akka
Make bbb-pads dependent on bbb-web; fix permissions for bbb-fsesl-akka logs
2022-02-19 21:46:15 -04:00
Fred Dixon
9f27c9b36d Fix log permissions for bbb-fsesl-akka 2022-02-19 19:45:45 -06:00
Fred Dixon
c9f18cbdf6 Need bbb-pads to be dependent on bbb-web 2022-02-19 19:38:54 -06:00
Fred Dixon
7385715bdb
Merge pull request #14414 from ffdixon/pads-update
removed in favour of #14412
2022-02-19 21:06:22 -04:00
Fred Dixon
37e3667a62
Merge pull request #14412 from danimo/fix-pads
fix: set public.pads.url instead of public.note.url in bbb-conf
2022-02-19 21:05:45 -04:00