Anton Georgiev
776d979e42
Merge pull request #12486 from ramonlsouza/actions-bar-new-lm
...
actions bar in new layout manager
2021-06-02 16:47:12 -04:00
Gustavo Trott
02ef1186be
Avoid set negative values in Extend time for breakout rooms
2021-06-02 17:36:43 -03:00
Gustavo Trott
2551f71d7c
code fix: use 0 instead of string
...
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2021-06-02 16:16:35 -03:00
Anton Georgiev
e01bdf69c5
Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into june2-merge-into-develop
2021-06-02 18:45:31 +00:00
Gustavo Trott
fd2ef393ed
Code fixes in Breakoutroom extend time parts
2021-06-02 15:38:26 -03:00
Gustavo Trott
a312557461
Adds extend breakout room time functionality
2021-06-02 15:29:40 -03:00
Pedro Beschorner Marin
d4888f585c
refactor(external videos): state as integer
...
A media state may have more than 2 states. Moving this property back to
integer so it can be extended.
2021-06-02 15:07:03 -03:00
Pedro Beschorner Marin
6c84a3295b
refactor(external videos): frontend permissions
...
Revoked extra frontend permission checks and removed dependency from
external video stop Meteor's system call.
2021-06-02 13:03:04 -03:00
Max Franke
7f926edfcc
refactor(external videos): add own collection
...
Refactor the external videos collection, moving the logic and functionalities
outside of /imports/api/meetings to a new location in /external-videos/server/modifiers
in order to decrease the coupling between the functionalities, favoring
the maintenance.
2021-06-02 12:50:40 -03:00
Tainan Felipe
25bf0096c5
Add field to toggle the download of the public chat message
2021-06-02 11:50:26 -03:00
Ramon Souza
f4f01818f8
add localeChanged event to resize presentation area
2021-06-02 09:41:15 -03:00
Ramon Souza
8d2474135a
formatting
2021-06-01 14:46:29 -03:00
Ramon Souza
96edb582f7
different navbar height for large fonts
2021-06-01 14:45:16 -03:00
Anton Georgiev
9395f50b99
Merge pull request #12474 from Tainan404/refactor-dropdown
...
refactor: Decrease amount of imports in dropdown
2021-06-01 09:32:14 -04:00
Ramon Souza
f526ab88fb
actions bar in new layout manager
2021-05-31 17:28:57 -03:00
Ramon Souza
a4849f109c
fix navbar z-index - new LM
2021-05-31 15:37:14 -03:00
Tainan Felipe
baf7afc883
Decrease amount of imports in dropdown
2021-05-31 15:28:27 -03:00
Anton Georgiev
ff24c5ae0d
Merge pull request #12466 from pedrobmarin/f-g-ns
...
feat(guests): notification settings
2021-05-31 10:48:15 -04:00
Ramon Souza
fdb07b8c37
use same z-index for all new layouts
2021-05-31 10:44:55 -03:00
Joao Siebel
f16700a8c4
Allow tags in meeting and user name. close #10221 close #12370
2021-05-31 09:59:15 -03:00
Pedro Beschorner Marin
21a7324f70
feat(guests): notification settings
...
Avoid showing the guest's notification toggles at client's settings if the guest
policy isn't `ASK_MODERATOR`.
2021-05-30 12:09:33 -03:00
germanocaumo
be8d7405a0
fix: missing line break of poll chat export
2021-05-29 00:56:25 +00:00
germanocaumo
5c7fa6ece5
fix: export poll chat message
...
Include the new poll text in the chat export function.
Refactor some chat type constants.
Also fixes empty lines in the export chat file.
2021-05-29 00:28:47 +00:00
Ramon Souza
247601ad3d
fix captions button crash
2021-05-28 17:16:35 -03:00
Anton Georgiev
409f10bd03
Merge pull request #12460 from ramonlsouza/fix-poll-panel-new-lm
...
fix: poll panel styles - new LM
2021-05-28 15:06:17 -04:00
Ramon Souza
7b2fd3b38e
fix poll panel in new layout manager
2021-05-28 15:55:12 -03:00
Ramon Souza
8cfc4aa5c4
fix panels height with focus on video - LM
2021-05-28 15:20:29 -03:00
Ramon Souza
e0b3de1d3c
add modals to new layout manager
2021-05-28 10:30:35 -03:00
Ramon Souza
29ed0c658b
fix open chat alert
2021-05-27 16:19:16 -03:00
Pedro Beschorner Marin
10e29f3832
Merge pull request #12451 from germanocaumo/poll-chat-translation
...
fix: translate poll answer key for default polls in chat message
2021-05-27 15:21:57 -03:00
germanocaumo
4d62f8a971
fix: translate poll answer key for default polls
2021-05-27 18:16:11 +00:00
Ramon Souza
3c41c6fd83
lint + cleanup
2021-05-27 15:12:49 -03:00
Ramon Souza
94436d2630
chat alerts refactor
2021-05-27 14:46:27 -03:00
germanocaumo
c213b88451
refactor(poll): improve poll types code
...
this also fixes certain poll type detection for other languages than english,
so that the correct poll type is sent in the events (they were being detected as custom)
2021-05-26 17:52:55 +00:00
Pedro Beschorner Marin
b3c698a2a9
Merge pull request #12422 from germanocaumo/poll-chat-refactor
...
refactor: redo how poll result chat message is done
2021-05-26 14:49:19 -03:00
Anton Georgiev
a82505dee1
Merge pull request #12440 from ramonlsouza/unused-remove
...
refactor: remove unused import and variables
2021-05-26 09:16:08 -04:00
Ramon Souza
1cb880bb30
fix extract poll question crash
2021-05-25 15:48:53 -03:00
Ramon Souza
fe804ae657
remove unused imports in app component
2021-05-25 13:15:09 -03:00
Ramon Souza
d515f90b2d
remove unused import and variables in layout manager
2021-05-25 13:11:27 -03:00
Mohamed Amine Ben Salah
2a9fdebd61
Mobile/Tablet devices automated tests for mobile/tablet on ios/android devices ( #12173 )
...
* adds unability to see screenshare button on mobile devices test specs
* simplify code in testMobileDevice()
* userlist and chat panels should not appear at page load in mobile devices
* lint
* updates outdated audio specs due to leaveAudio changes
* correct clicks on disconnectAudio elements
* whiteboard not visible on userlistPanel or on chatPanel
* reworks mobile devices/usersagents
* fixes screenshare mobile/tablet specs
* adds whiteboardNotAppearOnMobile spec
* adds Chat Panel specification to Mobile-Tablet specs
* simplify getArgs() functions for all devices
2021-05-25 12:05:11 -04:00
Vitor Mateus De Almeida
42efa722e6
Add presentation update when change layout typeNLM
2021-05-24 15:35:37 -03:00
Vitor Mateus De Almeida
04715230dc
Add webcam container and presentation container
2021-05-24 14:05:39 -03:00
Ramon Souza
69c1a7028d
add padding to action bar dropdowns
2021-05-24 10:50:22 -03:00
Vitor Mateus De Almeida
ede57507ef
Merge remote-tracking branch 'upstream/develop' into layoutManagerNew
2021-05-21 14:56:10 -03:00
Vitor Mateus De Almeida
a3aea117ed
Fix options menu, private chat message, breakout panel
2021-05-21 14:52:08 -03:00
Anton Georgiev
eadd2d093f
Merge pull request #12414 from ramonlsouza/issue-12411
...
fix: do not display private chat before first message is sent
2021-05-21 10:34:52 -04:00
Ramon Souza
d17cc3149f
use session instead of storage
2021-05-21 09:17:24 -03:00
Vitor Mateus De Almeida
41965d49ed
Fix problem with slides with a quick poll
2021-05-20 12:12:08 -03:00
germanocaumo
3a9e9c1358
refactor: redo how poll result chat message is done +
...
Fix prolems with ":" char in answers.
Respect poll question formatting (lineBreaks/spaces) in other fields of UI
2021-05-20 14:53:52 +00:00
Vitor Mateus De Almeida
f3d759a7fb
Fix chat panel space empty
2021-05-20 11:36:26 -03:00
Anton Georgiev
cb4697c932
Merge pull request #12381 from ramonlsouza/issue-12373
...
fix: options button appearing in save chat
2021-05-19 23:30:14 -04:00
Anton Georgiev
eafa260320
Merge pull request #12347 from jfsiebel/start-poll-after-publish-button
...
Improve Start A Poll button after publishing poll results
2021-05-19 23:28:17 -04:00
Anton Georgiev
4d788dfdd5
Merge pull request #12378 from ramonlsouza/large-locales
...
fix: ui adjustments for large te and km locales
2021-05-19 20:34:40 -04:00
Vitor Mateus De Almeida
d44fea18c2
Fix allways show mobile sub name tag
2021-05-19 20:05:26 -03:00
Vitor Mateus De Almeida
047b573d10
Fix auto resize when open/close panels
2021-05-19 19:29:03 -03:00
Ramon Souza
02057c7057
replace locale-specific code with align-items:center
2021-05-19 16:29:01 -03:00
Ramon Souza
32afa3bdbc
do not display private chat before first message is sent
2021-05-19 14:46:04 -03:00
Vitor Mateus De Almeida
72e074eb7c
Merge remote-tracking branch 'upstream/develop' into layoutManagerNew
2021-05-19 13:21:31 -03:00
Anton Georgiev
ce18cc4bfa
Merge pull request #12405 from ramonlsouza/issue-12399
...
fix(chat): auto scroll to bottom for new users
2021-05-19 12:03:13 -04:00
Vitor Mateus De Almeida
444b29a346
Merge remote-tracking branch 'upstream/develop' into layoutManagerNew
2021-05-19 11:54:22 -03:00
Vitor Mateus De Almeida
88a1edcc06
Fix userlist item button, Fix polling close button
2021-05-19 11:51:31 -03:00
Ramon Souza
d11e0917b0
remove useless conditional in user-name component
2021-05-19 09:28:16 -03:00
Ramon Souza
7c2a1384e2
remove useless conditional in whiteboard toolbar
2021-05-19 09:07:14 -03:00
Ramon Souza
e193fb7ec9
remove useless conditional in chat item component
2021-05-19 09:03:04 -03:00
Ramon Souza
80f80706f4
fix chat auto scroll to bottom for new users
2021-05-18 16:59:42 -03:00
Anton Georgiev
47b69f942d
Merge pull request #12402 from Tainan404/issue-7926
...
Fix re-renders when another chat receives new messages
2021-05-18 13:34:19 -04:00
Anton Georgiev
61da01819f
Merge pull request #12388 from pedrobmarin/cc-m-d
...
fix(closed captions): dictation mode and redis communication
2021-05-18 13:33:33 -04:00
Anton Georgiev
af04a4c20d
Merge pull request #12404 from ramonlsouza/issue-12396
...
feat: add setting to enable/disable raise hand action button
2021-05-18 13:30:58 -04:00
Ramon Souza
098746d3c0
add setting to enable/disable raise hand action button
2021-05-18 13:39:09 -03:00
Anton Georgiev
b9955a5b43
Merge pull request #12344 from ramonlsouza/toggle-text
...
fix: move toggle text outside of buttons in debug window and network modal
2021-05-18 10:34:52 -04:00
Tainan Felipe
6e57ca817f
Fix re-renders when another chat receives new messages
2021-05-18 10:04:17 -03:00
Vitor Mateus De Almeida
1326f3f791
Add New Layout Manager
2021-05-17 17:25:07 -03:00
Pedro Beschorner Marin
185b77f720
refactor(closed captions): simplify appended text format
2021-05-16 10:06:16 -03:00
Ramon Souza
b27314b6e8
fix options button appearing in save chat
2021-05-14 09:47:37 -03:00
Anton Georgiev
1bc324b657
Merge pull request #12353 from germanocaumo/poll-record-improvs
...
Recorded polling events improvements
2021-05-13 13:43:36 -04:00
Ramon Souza
d061294f74
add ui adjustments for large languages
2021-05-13 11:55:33 -03:00
Anton Georgiev
51776ca7ad
Merge pull request #12369 from Tainan404/issue-12251
...
Fix presentation moving down when someone is talking
2021-05-13 09:12:36 -04:00
MrKeksi
8cfc174625
Update styles.scss
2021-05-13 02:02:53 +02:00
Anton Georgiev
b3f0609984
Merge pull request #12367 from ramonlsouza/issue-12355
...
fix: show avatar in private chat list
2021-05-12 16:10:59 -04:00
Tainan Felipe
aa33697cfd
Merge branch 'develop' into issue-12251
2021-05-12 16:57:14 -03:00
Tainan Felipe
840ac86364
Fix presentation moving down when someone is talking
2021-05-12 16:51:45 -03:00
prlanzarin
61cb8457d6
fix(video): check if encodings array is empty before trying to apply bitrate
2021-05-12 19:42:07 +00:00
Ramon Souza
49bba65f5f
indentation
2021-05-12 16:33:20 -03:00
prlanzarin
d707048c56
fix(video): remove unused floorStream variable
2021-05-12 19:26:26 +00:00
Ramon Souza
f5887d29fc
show avatar in private chat list
2021-05-12 16:21:48 -03:00
Anton Georgiev
cdbaef6867
Merge pull request #12364 from ramonlsouza/issue-12363
...
fix: presentation uploader error
2021-05-12 14:49:42 -04:00
Ramon Souza
0844f54716
fix presentation uploader error
2021-05-12 15:43:45 -03:00
Anton Georgiev
b9062e70ec
Merge pull request #12362 from ramonlsouza/issue-8414
...
fix: change firefox legacy warning + add media query for mobile
2021-05-12 14:43:02 -04:00
Ramon Souza
abd5eff1ea
change firefox legacy warning + add media query for mobile
2021-05-12 14:34:53 -03:00
Anton Georgiev
b4e609f2c8
feat(guests): Introduce dynamicGuestPolicy in setting.yml
2021-05-12 16:01:04 +00:00
Anton Georgiev
1bf910c26b
Merge pull request #12360 from ramonlsouza/fix-action-buttons
...
fix: action buttons in audio selector - mobile
2021-05-12 10:15:52 -04:00
Ramon Souza
ffb067a8a3
fix action buttons visibility
2021-05-12 11:07:18 -03:00
Anton Georgiev
608ee314ce
Merge pull request #12359 from ramonlsouza/issue-12089
...
fix: increase audio menu width
2021-05-12 10:06:23 -04:00
Anton Georgiev
b29d5884e4
Merge pull request #12342 from gustavotrott/user-inactivity-fix
...
Fix: Eject user from meeting after inactivity warning timeout
2021-05-12 09:51:33 -04:00
Ramon Souza
99b04f33f0
use max-content for audio menu instead of fixed width
2021-05-12 09:53:32 -03:00
Anton Georgiev
bd51a191bd
Merge pull request #12354 from ramonlsouza/new-message-chat-scroll
...
fix: handle new message auto-scroll in chat
2021-05-11 18:40:04 -04:00
Anton Georgiev
cfab8518e8
Merge pull request #12352 from jfsiebel/content-loss-warning
...
feat: Add warning on meeting end modal about content in meeting.
2021-05-11 16:30:32 -04:00
Ramon Souza
ba616be126
handle new message auto-scroll in chat
2021-05-11 17:30:06 -03:00
germanocaumo
ca2ad30e12
fix(record): add missing info to polling events
...
Add PollPublishedRecordEvent with all infos (also fix duplicated handlePollStoppedEvtMsg)
Add answer text to UserRespondedToPollRecordEvent (useful for custom answers)
Add type in PollStartedRecordEvent
2021-05-11 18:37:23 +00:00
germanocaumo
04bd5c36b1
fix(poll): fix question title overflow
...
improve done translation in pt_br
2021-05-11 18:37:08 +00:00
Joao Siebel
70e72cca25
Add warning on meeting end modal about content in meeting. close #10721
2021-05-11 14:34:18 -03:00
Ramon Souza
6b1e19696a
adjust navbar height
2021-05-11 14:07:38 -03:00
Joao Siebel
90b54265e6
Improve Start A Poll button after publishing poll results
2021-05-11 11:22:08 -03:00
Ramon Souza
91eb8b0e9e
move toggle text outside of buttons in debug window and network modal
2021-05-10 17:41:52 -03:00
Anton Georgiev
4c3edbcea3
Merge pull request #12341 from ramonlsouza/issue-12141
...
fix: show message when starting poll without active presentation
2021-05-10 15:50:39 -04:00
Anton Georgiev
04c038edfb
Merge pull request #12337 from ramonlsouza/issue-12323
...
fix: breakout panel width (mobile)
2021-05-10 15:48:54 -04:00
Ramon Souza
91a2ced31e
reduce padding/margin in network popup
2021-05-10 15:39:10 -03:00
Gustavo Trott
afcd96d80b
Avoid negative seconds in inactivity warning countdown
2021-05-10 15:03:02 -03:00
Anton Georgiev
08474877b7
Merge pull request #12319 from Tainan404/issue-12267
...
Fix Presentation uploader missing items
2021-05-10 13:48:38 -04:00
Ramon Souza
6fc4699097
show message when starting poll without active presentation
2021-05-10 14:34:23 -03:00
Anton Georgiev
7eb8a0b822
Merge pull request #12338 from ramonlsouza/presentation-menu-z
...
fix: panels z-index for mobile
2021-05-10 10:52:07 -04:00
Ramon Souza
1552bdbbfd
fix panels z-index for mobile
2021-05-10 11:01:50 -03:00
Anton Georgiev
31a1567294
Merge pull request #12321 from ramonlsouza/issue-12313
...
fix: chat jumps to top when opened/closed
2021-05-10 09:58:08 -04:00
Ramon Souza
95cca86c33
fix breakout panel mobile width and add resize
2021-05-10 10:43:59 -03:00
Pedro Beschorner Marin
69e1f58aa0
refactor(closed captions): useless conditional
...
This use of variable 'ownerId' always evaluates to true.
2021-05-09 14:38:03 -03:00
Ramon Souza
274693456a
fix chat popup alerts in private chat
2021-05-07 17:33:22 -03:00
Anton Georgiev
76e6f48200
Merge pull request #12322 from ramonlsouza/issue-12069
...
Add scroll to poll question container
2021-05-07 15:40:12 -04:00
Ramon Souza
a35f38847c
add scroll to poll question container - mobile
2021-05-07 15:39:40 -03:00
Ramon Souza
c6b81bbb65
re-implement chat scroll to position
2021-05-07 15:14:15 -03:00
Tainan Felipe
2efd949b16
Update bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/component.jsx
...
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2021-05-07 11:09:30 -03:00
Tainan Felipe
5e249ff47f
Add comment
2021-05-07 11:06:03 -03:00
Anton Georgiev
25c323bfc6
Merge pull request #12317 from jfsiebel/prevent-toast-conversion-text-error-overflow
...
Fit conversion error message in toast notification
2021-05-07 10:00:15 -04:00
Tainan Felipe
2e168b8252
Fix Presentation being not shown
2021-05-07 10:52:12 -03:00
Anton Georgiev
fb333b9489
Merge pull request #12304 from ramonlsouza/issue-12253-2
...
fix: only play audio alert if there are new messages
2021-05-07 09:16:16 -04:00
Joao Siebel
aaa3a14b30
Remove scroll on toast notification when a conversion error happens. close #12293
2021-05-07 10:12:46 -03:00
Anton Georgiev
85d33b8d2e
Merge pull request #12316 from ramonlsouza/rm-unused
...
refactor: remove unused variables
2021-05-07 09:04:30 -04:00
Anton Georgiev
03239e98f0
Merge pull request #12309 from ramonlsouza/long-poll-annotation
...
Adjust poll results annotations
2021-05-07 09:03:21 -04:00
Ramon Souza
93d41f3f91
remove unused variables
2021-05-07 08:54:01 -03:00
Ramon Souza
7a28119bc9
adjust poll annotations
2021-05-06 15:38:01 -03:00
Mario Jr
69b2608f88
feat(audio): add showAudioFilters option in settings.yml
...
This allows showing (or hiding) the option from users in the conference.
Default value is true (show this option to users).
Fixed some eslint warnings.
2021-05-06 11:43:06 -03:00
Ramon Souza
aa4089c91d
only play audio alert if there are new messages
2021-05-06 08:24:27 -03:00
Anton Georgiev
45db82dbdb
Merge pull request #12297 from ramonlsouza/fix-toolbar-crash
...
fix: toolbar crash with presenter changes
2021-05-05 15:21:56 -04:00
Ramon Souza
5a771b8281
fix toolbar crash
2021-05-05 15:59:16 -03:00
Anton Georgiev
e72bf6f5e3
Merge pull request #12281 from KDSBrowne/bbb-12246
...
Update App Default Locale Prop Value
2021-05-05 11:53:15 -04:00
Philipp Memmel
75db0b57ea
Hitting Enter sends waiting room message
2021-05-05 06:51:43 +00:00
KDSBrowne
efed400d4b
update app default locale prop to config / browser lang
2021-05-05 01:13:00 +00:00
Anton Georgiev
6b0b98a07c
Merge pull request #12230 from ramonlsouza/issue-12146
...
Move on/off settings labels outside of buttons
2021-05-04 15:06:53 -04:00
Anton Georgiev
062e2ef29a
Merge pull request #12277 from prlanzarin/u23-transcoderslashimage2cc
...
fix(video): check if pagination is in effect before choosing sort
2021-05-04 12:46:02 -04:00
prlanzarin
1686225748
fix(video): check if pagination is in effect before choosing sort
2021-05-04 16:34:02 +00:00
Anton Georgiev
e68cdb7193
Merge pull request #12264 from KDSBrowne/bbb-br-manage-acc
...
feat(accessibility): Improve keyboard Access For Breakout Room Assignment
2021-05-04 12:30:59 -04:00
Anton Georgiev
bd550b4f0b
Merge pull request #12273 from mariogasparoni/fix-multiple-audio-channel-being-created-for-specific-settings
...
fix: prevent an extra audio channel to be created when skipCheckOnJoin is true
2021-05-04 12:30:17 -04:00
Mario Jr
536e32454b
Merge branch 'develop' into fix-12228
2021-05-04 12:04:53 -03:00
Anton Georgiev
e62eda3d72
Merge pull request #12272 from mariogasparoni/fix-12190
...
fix: first audio join in breakout fails with specific config
2021-05-04 10:42:37 -04:00
Anton Georgiev
403329c324
Merge pull request #12224 from ramonlsouza/fix-poll-reduced-results
...
fix: number of votes displayed in poll results annotation
2021-05-04 10:41:52 -04:00
jibon57
c9d59c3e29
fix: bug in playAudioAlert method
...
Removed the wrong reference to alert.
Probably it wasn't caught by eslint because 'alert' name is also present
in browser's scope.
Closes #12228
2021-05-04 10:24:30 -03:00
Mario Jr
db4158dc30
fix: first audio join in breakout fails with specific config
...
When listenOnlyMode=false, skipCheck=true and skipCheckOnJoin=true, the
audio tries to start a session more than one time, causing it to fail
at the first one (and reconnect after that).
Now we check if user is already connecting before trying to start a new
audio session.
Added some info in settings.yml for the options related to this commit
Closes #12190
2021-05-04 10:11:33 -03:00
Mario Jr
1fb73d615d
fix: prevent an extra audio channel to be created when skipCheckOnJoin is true
...
When setting skipCheckOnJoin to true, an extra audio channel is created in
FreeSWITCH, after user accepts the echo test. The extra channel is removed
when user leaves the room, but this still may affect performance.
2021-05-03 19:26:47 -03:00
Anton Georgiev
0f875741e1
Merge pull request #12266 from ramonlsouza/record-button-viewer
...
fix: Add margin between record button and time
2021-05-03 17:23:28 -04:00
Ramon Souza
6734296911
add margin between record button and time
2021-05-03 17:50:18 -03:00
KDSBrowne
383d01becf
improve keyboard accessibility for br managment
2021-05-03 20:00:19 +00:00
KDSBrowne
ab17cb1393
make tab order flow from left to right
2021-05-03 19:58:30 +00:00
Anton Georgiev
457492d611
Merge pull request #12263 from ramonlsouza/issue-12242
...
Change open presentation button position
2021-05-03 15:23:09 -04:00
Ramon Souza
cc5a9502f4
change open presentation icon position
2021-05-03 16:04:54 -03:00
Ramon Souza
9d590a74d3
remove unused imports
2021-05-03 09:24:07 -03:00
hiroshisuga
35443a2e29
chore: Typo in palm detection ( #12236 )
...
* Typo fix
2021-05-02 08:47:48 -04:00
Ramon Souza
805f0ba912
remove commented out code, added new line at the end of styles file
2021-04-30 16:09:36 -03:00
Ramon Souza
e10375e565
move settings text out of buttons
2021-04-30 16:06:28 -03:00
Ramon Souza
7af5b0cea0
fix number of votes in poll results annotation
2021-04-30 13:40:46 -03:00
Anton Georgiev
9dba4f6dab
Merge pull request #12215 from vitormateusalmeida/issue-12143
...
Fix layout broken when close waiting room panel
2021-04-29 16:37:48 -04:00
Anton Georgiev
511367f8ff
Merge pull request #12201 from ramonlsouza/issue-11378
...
fix(chat): reduce re-renders in chat recompute heights
2021-04-29 16:00:16 -04:00
Vitor Mateus De Almeida
45f8556f9a
fix layout broken when close waiting room panel
2021-04-29 16:41:18 -03:00
Anton Georgiev
0338d7364e
Merge pull request #12204 from ramonlsouza/issue-12024
...
feat: Add button to close mute alert
2021-04-29 14:08:45 -04:00
Ramon Souza
7de55d2b19
add tooltip position 'top'
2021-04-29 14:25:25 -03:00
Anton Georgiev
86b3269709
Merge pull request #12214 from ramonlsouza/fix-styles-warning
...
refactor: remove unused class from component
2021-04-29 13:22:21 -04:00
Anton Georgiev
60778bf171
Merge pull request #12100 from jfsiebel/better-upload-feedback
...
Improve feedback to user after a failed file upload
2021-04-29 13:21:37 -04:00
Anton Georgiev
a717f026e7
Merge pull request #12212 from jfsiebel/enforce-max-length-typed-answer
...
Add configuration for max length typed answer in poll
2021-04-29 13:20:30 -04:00
Ramon Souza
eb9a43d54b
remove unused class from component
2021-04-29 14:17:04 -03:00
Joao Siebel
60f25939c0
Add configuration for max length typed answer in poll
2021-04-29 13:54:39 -03:00
Ramon Souza
3678348fdf
remove unused code
2021-04-29 13:52:22 -03:00
Ramon Souza
ffbbae1ed4
close mute alert
2021-04-29 11:06:27 -03:00
Ramon Souza
a99b8fd1d3
reduce re-renders in chat recompute heights
2021-04-28 17:35:17 -03:00
Anton Georgiev
80cc9945d4
Merge pull request #12169 from MaximKhlobystov/remove-rand-user-countdown
...
Make random user picking coundown (UI + audio) optional
2021-04-28 14:58:37 -04:00
Anton Georgiev
db634cb37a
Merge pull request #12192 from prlanzarin/u23-aisle5
...
refactor(screenshare): remove unused extension/support checks
2021-04-28 13:57:18 -04:00
Maxim Khlobystov
848fdc3ed0
Make the random user picking countdown optional
2021-04-28 15:44:08 +00:00
Pedro Beschorner Marin
1d386a4bbc
Remove outdated unsupported screenshare message
2021-04-27 23:36:06 +00:00
Pedro Beschorner Marin
b7b1fb66f7
Removed Chrome's extension code
...
Just a regular cleanup. We removed this legacy feature a while back
and this part went missing.
2021-04-27 23:33:03 +00:00
Joao Siebel
2f89598d2d
Merge remote-tracking branch 'upstream/develop' into better-upload-feedback
2021-04-27 17:46:22 -03:00
Anton Georgiev
c0cac61fa0
Merge pull request #12180 from vitormateusalmeida/debug-window
...
Implement debug window shortcut for Mac OS
2021-04-27 16:37:40 -04:00
Anton Georgiev
835dba07c2
Merge pull request #12177 from KDSBrowne/bbb-7746
...
fix: Fix Active Style For Current Chat
2021-04-27 16:30:53 -04:00
Vitor Mateus De Almeida
59842657f0
Implement debug window shortcut for Mac OS
2021-04-27 17:28:59 -03:00
KDSBrowne
04fe59bb41
add aria-live to time-window-list
2021-04-27 20:21:12 +00:00
Joao Siebel
18385c1de1
Add feedback for some upload status
2021-04-27 16:45:14 -03:00
KDSBrowne
9943011ef1
fix current chat condition | remove box-shadow from active style
2021-04-27 17:35:49 +00:00
Anton Georgiev
e00b7efb04
Merge pull request #12165 from vitormateusalmeida/issue-12050
...
Fix layout broken after open+close shared notes
2021-04-27 11:11:17 -04:00
Vitor Mateus De Almeida
70a7687574
remove commented code
2021-04-27 11:37:33 -03:00
Anton Georgiev
2e5c90bb35
Merge pull request #12136 from ramonlsouza/issue-12068
...
fix: Prevent long poll question message overlapping
2021-04-27 09:53:55 -04:00
Ramon Souza
f7eb8d44da
recompute heights multiple times when switching between public and private chats
2021-04-27 08:23:42 -03:00
Vitor Mateus De Almeida
340e0ba052
fix layout broken after opne close shared notes
2021-04-26 20:04:34 -03:00
Anton Georgiev
db769d081b
Merge pull request #12145 from prlanzarin/u23-seepferdchen
...
feat(screenshare): add screen bitrate config in bbb-html5
2021-04-26 17:36:23 -04:00
Anton Georgiev
b50e6c10b3
Merge pull request #12162 from ramonlsouza/issue-12160
...
fix(chat): no grouping for system messages
2021-04-26 17:33:32 -04:00
Anton Georgiev
2a0bca4890
Merge pull request #12139 from pedrobmarin/connection-status-server-log
...
chore(connection status): log status change at the server
2021-04-26 16:41:10 -04:00
Ramon Souza
2f981562f7
fix grouping poll results
2021-04-26 17:28:09 -03:00
Anton Georgiev
bb11c7bd4b
Merge pull request #12152 from ramonlsouza/issue-12137
...
fix: Do not play random user alert when a viewer joins
2021-04-26 16:12:42 -04:00
Ramon Souza
4242158711
remove user-list unused code
2021-04-26 10:04:09 -03:00
Ramon Souza
89183deca2
do not play random user alert when a viewer joins
2021-04-26 09:07:59 -03:00
prlanzarin
84cbda75a3
feat(screenshare): add screen bitrate config in bbb-html5
2021-04-24 19:12:59 +00:00
Pedro Beschorner Marin
83c813ac6f
refactor(connection status): interval and log configuration
...
Simplify how connection status inteval is configured and make server
log the solo logging option.
2021-04-23 19:15:32 -03:00
Pedro Beschorner Marin
19d6e32229
chore(connection status): log status change at the server
...
Includes a log at Meteor's addConnectionStatus method to log danger,
critical and recoveries triggers on user's connection status change.
2021-04-23 18:47:56 -03:00
Ramon Souza
85de789629
fix long poll question
2021-04-23 16:10:43 -03:00
Anton Georgiev
5f080088b8
Merge pull request #12123 from pedrobmarin/connection-status-icon
...
style(connection status): replace icons
2021-04-23 13:34:28 -04:00