KDSBrowne
e05bd476ac
remove obsolete box-shadow
2021-07-29 15:33:37 -04:00
KDSBrowne
af852a9e7d
update list style to accomodate focus outline
2021-07-29 16:01:15 +00:00
Anton Georgiev
9671c32f97
Merge pull request #12846 from ramonlsouza/rtl-new-layouts
...
fix: RTL issues - new layouts
2021-07-29 08:26:56 -04:00
Anton Georgiev
c6d5ba1c64
Merge pull request #12856 from ramonlsouza/issue-12631
...
fix: sidebar panel resizing - legacy layout
2021-07-28 14:14:47 -04:00
Ramon Souza
40972737ef
fix poll panel resizing - legacy
2021-07-28 14:11:28 -03:00
Anton Georgiev
e06cc7f688
Merge pull request #12852 from prlanzarin/u24-remloaf
...
refactor(virtual-backgrounds): remove camera effect toggle (video-list)
2021-07-28 10:47:21 -04:00
Ramon Souza
919bc50503
sets default value for sidebar minimum height
2021-07-28 10:54:06 -03:00
prlanzarin
b190f74009
refactor(virtual-backgrounds): remove camera effect toggle (video-list)
2021-07-28 13:37:40 +00:00
Ramon Souza
223d29c835
fix external video position on layout change
2021-07-28 10:21:20 -03:00
Ramon Souza
3d47c4c1ae
camera resize sides - custom layout
2021-07-27 16:39:28 -03:00
Ramon Souza
efe37a2ef9
code format
2021-07-27 16:34:21 -03:00
Ramon Souza
07a2db6265
Merge remote-tracking branch 'upstream/develop' into rtl-new-layouts
2021-07-27 16:25:15 -03:00
Ramon Souza
f642175a59
rtl video focus layout
2021-07-27 14:39:10 -03:00
prlanzarin
e15aa2054f
fix(virtual-backgrounds): disable on Safari
...
Safari is not properly supported with this feature (yet)
2021-07-27 17:14:15 +00:00
Ramon Souza
731fef4ba5
rtl presentation focus layout
2021-07-27 14:05:49 -03:00
Ramon Souza
0b30bed12a
rtl custom layout - partial
2021-07-27 13:23:00 -03:00
Anton Georgiev
9e644e8bc7
Merge pull request #12807 from ramonlsouza/actionsbar-new-lm
...
refactor: actions bar size calculation - new layouts
2021-07-27 11:29:54 -04:00
Anton Georgiev
9d0c4e2ce3
Merge pull request #12809 from ramonlsouza/minimized-presentation-camera-custom
...
fix: camera position when presentation is hidden
2021-07-27 11:29:30 -04:00
Anton Georgiev
548a45b798
Merge pull request #12818 from ramonlsouza/presentation-change-fix
...
fix: set slide size when changing presentation - smart layout
2021-07-27 10:21:28 -04:00
Anton Georgiev
fd2cab0857
Merge pull request #12834 from ramonlsouza/issue-12828
...
fix: fullscreen webcam video crash - legacy layout
2021-07-27 09:29:33 -04:00
Ramon Souza
8c95520aee
fix fullscreen camera position
2021-07-27 09:02:00 -03:00
Ramon Souza
da14f07d00
fiz sidebar resize rtl - smart layout
2021-07-27 08:38:53 -03:00
Ramon Souza
ee56199607
fix fullscreen camera legacy layout
2021-07-27 08:17:26 -03:00
Ramon Souza
d3ed4d6ea6
rtl smart layout
2021-07-26 17:45:03 -03:00
Ramon Souza
2de8e1e84a
add isRTL value to context
2021-07-26 11:03:31 -03:00
Ramon Souza
5679416d2f
fix accessible menu in languages other than english
2021-07-26 08:28:48 -03:00
Ramon Souza
ebe65ecef0
set slide size when changing presentation - new lm
2021-07-23 15:33:32 -03:00
Anton Georgiev
a37843d2a7
Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into merge238-into-24
2021-07-23 17:09:18 +00:00
Anton Georgiev
1a46c1b2c0
Merge pull request #12495 from schiesslm/virtual_background
...
Virtual background
2021-07-23 12:56:18 -04:00
prlanzarin
8b48de561b
fix(webcams): avoid leaving dangling HTMLMediaElements in paused state
...
Should fix an issue with the recent Chrome 92 intervention that limits
the number of concurrent WebMediaPlayers (an inner element of
HTMLMediaElements) to 75/40.
Webcam video elements were being left dangling in paused state despite
the elements themselves being cleaned up from the component. That
generated a skewed accounting of WebMediaPlayers in the session.
2021-07-23 02:24:47 +00:00
Ramon Souza
0f2ae0425c
fix sidebar content when presentation is hidden
2021-07-22 17:37:46 -03:00
Ramon Souza
3065597635
fix cameras when presentation is hidden - custom layout
2021-07-22 17:31:19 -03:00
prlanzarin
9071ba8bc4
refactor(virtual-backgrounds): re-organize virtual background code
...
Changes (maybe not a complete list):
- Disable virtualbgs by default
- Move the virtualbg selector in video-preview to the side below the
profile selection
- Restore old video-preview sizes
- Add a wrapper class for MediaStreams (BBBVideoStream)
- Centralize virtualbg services and business logic code into BBBVideoStream
- Refactor and centralize virtualbg constant fetching
- Refactor and centralize virtualbg config fetching
- Organize virtualbg type definitions
- Remove added states in video-provider to prevent further bloat
- Remove added states in video-preview to prevent further bloat
- Lock virtual bg switching while video-preview itself is locked
- Add proper virtualbg error surfacing via toasts
- Refactor iOS availability detection to use centralized UA checker
- Avoid calling gUM when toggling virtualbgs on/off
- Make virtualbg video-list-item action a toggle instead of a
state-aware action
- Make virtualbg switching work in video-preview for cameras that are
already shared. Especially useful when there are multiple source
cameras, and will be important in the near future
- Add Derivative Work notices in files that are partially copied from
jitsi-meet
- Simplify track replacing in video-provider
- Split video-preview UI code for virtualbgs into a separate functional component
2021-07-22 18:53:42 +00:00
Anton Georgiev
57dfd6c524
Merge pull request #12542 from gustavotrott/activity-report
...
Dashboard with meeting activities
2021-07-22 14:27:48 -04:00
Ramon Souza
0a2a6b13bb
Merge remote-tracking branch 'upstream/develop' into actionsbar-new-lm
2021-07-22 14:44:37 -03:00
Anton Georgiev
27e639cf8d
Merge pull request #12808 from ramonlsouza/pr-12805-fix
...
fix: persist settings layout after refresh
2021-07-22 13:33:28 -04:00
Anton Georgiev
1bd98ad03c
Merge pull request #12804 from ramonlsouza/hidden-chat-on-resize
...
fix: hidden chat on resize
2021-07-22 13:29:46 -04:00
Ramon Souza
d0d35cab17
persist settings layout after refresh
2021-07-22 14:28:42 -03:00
Ramon Souza
27c5c9e3e7
isolate actions bar height calculation
2021-07-22 11:42:45 -03:00
Gustavo Trott
e4ef1582f2
Merge branch 'develop' into activity-report
2021-07-22 11:33:47 -03:00
Ramon Souza
2ef6d30a01
fix actions bar size calculation - new layouts
2021-07-22 11:04:38 -03:00
Ramon Souza
28ed62a128
remove default layout from settings file
2021-07-22 08:20:53 -03:00
Bartu Bazna
9f791a8892
Squashed virtual background commits
2021-07-21 20:00:19 +00:00
Gustavo Trott
1267bfd880
Moves ActivityReport icon from navbar to part of the gear icon
2021-07-21 17:00:08 -03:00
Ramon Souza
43e42d98cb
display sidebar content when switching device to tablet
2021-07-21 15:34:34 -03:00
Ramon Souza
945bed95d3
fix chat stuck on resize
2021-07-21 15:12:05 -03:00
Gustavo Trott
b0f9835ffd
Merge branch 'develop' into activity-report
2021-07-21 14:20:27 -03:00
Anton Georgiev
6f84f35357
Merge pull request #12610 from Tainan404/fix-chat-copy
...
Fix export messages throwing a error
2021-07-21 12:58:02 -04:00
Anton Georgiev
c63fa957ca
Reworded / adjusted typo
2021-07-21 12:57:49 -04:00
Anton Georgiev
cd0232da61
Merge pull request #12801 from ramonlsouza/screenshare-external-video
...
fix: sharing external video does not stop screenshare
2021-07-21 12:43:31 -04:00