Commit Graph

13796 Commits

Author SHA1 Message Date
transifex-integration[bot]
b1470ffaa1
Apply translations in et
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'et' language.
2023-03-04 08:04:28 +00:00
Lucas Fialho Zawacki
86843aebf6 fix(presentation): Remove old presentation minize code 2023-03-03 19:11:31 -03:00
Lucas Fialho Zawacki
e8a4b654cc feature(layout): Moderators can now setPushLayout 2023-03-03 18:59:47 -03:00
transifex-integration[bot]
ab5e041a1a
Apply translations in de
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'de' language.
2023-03-03 18:01:15 +00:00
Tainan Felipe
fdc6a64085 Fix restoreOnUpdate feature 2023-03-03 14:58:41 -03:00
transifex-integration[bot]
6966d12286
Apply translations in ja
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'ja' language.
2023-03-03 09:13:27 +00:00
danielpetri1
5d2b5594fe Fix conflicts 2023-03-02 20:49:16 +00:00
Ramón Souza
50000ad806
Merge pull request #16851 from KDSBrowne/bbb-pan-fixes
fix: Prevent Lines Being Drawn While Panning | Style Updates
2023-03-02 17:05:19 -03:00
Daniel Petri Rocha
754e1b5424 Include meetingID as a selector 2023-03-02 19:58:08 +00:00
Gabriel Porfirio
6b0a260a71 3 tests added 2023-03-02 16:57:02 -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
Anton Georgiev
932f5ecf71
Merge pull request #16842 from ramonlsouza/issue-16818
fix: Deleting the target object for an arrow crashes the presentation area
2023-03-02 13:25:38 -05:00
Ramón Souza
ad9a2e9a1e
Merge pull request #16860 from hiroshisuga/patch-62
fix: Disable the hidden help icon of tldraw
2023-03-02 15:10:38 -03:00
Anton Georgiev
f4f351fa73
Merge pull request #16888 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ja
Translate 'bigbluebutton-html5/public/locales/en.json' in 'ja'
2023-03-02 09:32:14 -05:00
Anton Georgiev
adada36a2e
Merge pull request #16886 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_hu_HU
Translate 'bigbluebutton-html5/public/locales/en.json' in 'hu_HU'
2023-03-02 09:31:56 -05:00
Anton Georgiev
29a629438c
Merge pull request #16867 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_es_ES
Translate 'bigbluebutton-html5/public/locales/en.json' in 'es_ES'
2023-03-02 09:31:29 -05:00
Anton Georgiev
f9127e909b
Merge pull request #16866 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_es
Translate 'bigbluebutton-html5/public/locales/en.json' in 'es'
2023-03-02 09:31:11 -05:00
Anton Georgiev
bab49ef873
Merge pull request #16865 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_gl
Translate 'bigbluebutton-html5/public/locales/en.json' in 'gl'
2023-03-02 09:30:54 -05:00
Anton Georgiev
b4fdc6f9b3
Merge pull request #16858 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ru
Translate 'bigbluebutton-html5/public/locales/en.json' in 'ru'
2023-03-02 09:30:28 -05:00
Anton Georgiev
4a3c8e1f90
Merge pull request #16857 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_fr
Translate 'bigbluebutton-html5/public/locales/en.json' in 'fr'
2023-03-02 09:30:03 -05:00
Anton Georgiev
95c1728c1b
Merge pull request #16852 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_de
Translate 'bigbluebutton-html5/public/locales/en.json' in 'de'
2023-03-02 09:21:07 -05:00
transifex-integration[bot]
f69fd8c59c
Apply translations in ja
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'ja' language.
2023-03-02 13:33:57 +00:00
GuiLeme
827d449eb8 Merge remote-tracking branch 'upstream/v2.6.x-release' into issue-16660 2023-03-02 09:27:12 -03:00
transifex-integration[bot]
967e7c91f2
Apply translations in hu_HU
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'hu_HU' language.
2023-03-02 08:55:10 +00:00
KDSBrowne
7e1a6cbf49 fix exported to chat notification not displaying 2023-03-02 02:25:47 +00:00
hiroshisuga
b181a31b38
add button 2023-03-02 09:39:47 +09:00
imdt
23c6217e1c Error now identyfied and treated. 2023-03-01 15:51:33 -03:00
Arthurk12
774dc136eb fix(breakout rooms): video and audio modal appearing for all mods when rejoining
There was an observer being linked to all breakout rooms that the user has
access to. This logic works for attendees, but not for moderators.
Moderators have access to the list of all breakout rooms, so they were set
with an observer to breakout rooms that they didn't participate, which caused
the audio and video modals to appear everytime the breakout rooms were closed.
So, this commit:
- hangs an breakout rooms' observer only on those mods that have joined any
breakout room. This way, mods that didn't participate in any breakout
room won't be disturbed by the audio and video modal.
- adds an extra check to ensure that the observer will only be run in
non-breakout meetings.
2023-03-01 15:18:12 -03:00
transifex-integration[bot]
4c6cd57175
Apply translations in es_ES
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'es_ES' language.
2023-03-01 17:51:11 +00:00
transifex-integration[bot]
9b514380e1
Apply translations in es
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'es' language.
2023-03-01 17:51:10 +00:00
transifex-integration[bot]
fc6d5bb54f
Apply translations in gl
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'gl' language.
2023-03-01 17:50:39 +00:00
imdt
2a6a5ae555 Fixed: Switching from breakout room to parent meeting no longer keeps webcam activated. 2023-03-01 14:38:55 -03:00
hiroshisuga
e62f5f71ed
reactivate the more icon 2023-03-02 00:49:05 +09:00
hiroshisuga
dec7011239
inactive the hidden help icon 2023-03-02 00:09:33 +09:00
transifex-integration[bot]
8bb9173d4a
Apply translations in ru
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'ru' language.
2023-03-01 13:29:01 +00:00
transifex-integration[bot]
ea42929f89
Apply translations in fr
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.
2023-03-01 13:08:06 +00:00
Maxim Khlobystov
39b50fb00c Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into test-layout-management 2023-03-01 07:11:10 +00:00
transifex-integration[bot]
55235b7313
Apply translations in de
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'de' language.
2023-03-01 07:08:12 +00:00
KDSBrowne
28a528e085 prevent lines being drawn while panning 2023-03-01 03:32:24 +00:00
KDSBrowne
3c8c9de050 update disable pan label | fix pan deselect on zoom | add pan grabbing cursor 2023-03-01 02:03:33 +00:00
Anton Georgiev
ce73288ccf
Merge pull request #16778 from gabriellpr/test-disabled-features
test: disabled features
2023-02-28 15:11:48 -05:00
Ramón Souza
3bb6aa5a2c
Merge pull request #16841 from Scroody/I-16816
feat: Raise hand button now shows current emoji and can also clear emoji.
2023-02-28 15:50:17 -03:00
Anton Georgiev
ac91d48a44
Merge pull request #16822 from ramonlsouza/issue-16725
fix: First slide appears on slide transition later on
2023-02-28 13:47:26 -05:00
Gabriel Porfirio
ee1dead565 starting learning dashboard tests 2023-02-28 14:44:30 -03:00
Ramón Souza
8b9164adbe
Merge pull request #16845 from Scroody/I-16843
Upload presentation label and icon changed.
2023-02-28 14:33:55 -03:00
Ramón Souza
e155f93640
Update bigbluebutton-html5/public/locales/en.json 2023-02-28 14:33:39 -03:00
Ramón Souza
a1c9d104e9
Update bigbluebutton-html5/public/locales/en.json 2023-02-28 14:32:29 -03:00
imdt
5748a52dfd Manage added to the label. 2023-02-28 14:22:40 -03:00
imdt
c5d0e02b2b Upload presentation label and icon changed. 2023-02-28 13:24:08 -03:00
Ramón Souza
f57c6a0ae9 fix removing arrow target object 2023-02-28 11:36:50 -03:00
imdt
f7ff7e70cb Raise hand button now shows current emoji and can also clear emoji. 2023-02-28 10:57:31 -03:00
transifex-integration[bot]
c61015c7e8
Apply translations in et
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'et' language.
2023-02-28 08:45:14 +00:00
Ramón Souza
aa517df377
Merge pull request #16801 from KDSBrowne/bbb-16662
refactor: Move Pan Tool Next To The Pointer Tool
2023-02-27 16:28:21 -03:00
Gustavo Trott
895f3639b5
Merge pull request #16769 from GuiLeme/issue-16734 2023-02-27 15:19:38 -03:00
Daniel Petri Rocha
36b6acf86b Show presentation when first joining a meeting 2023-02-27 17:26:29 +01:00
Ramón Souza
451d539489
Merge pull request #16819 from Scroody/I-16524
Arrow indicating user list toggle removed on mobile.
2023-02-27 13:26:27 -03:00
Ramón Souza
c685283f21
Update bigbluebutton-html5/imports/ui/components/nav-bar/component.jsx 2023-02-27 13:24:20 -03:00
Daniel Petri Rocha
0b2fbad596 Move hasPresentation to useEffect function 2023-02-27 17:14:37 +01:00
Ramón Souza
82c559cba0 fix first slide appearing when switching slides 2023-02-27 13:05:29 -03:00
GuiLeme
cfdff618fc [issue-16734] - Changes in review 2023-02-27 12:45:04 -03:00
Anton Georgiev
29c1708a51
Merge pull request #16810 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_eu
Translate 'bigbluebutton-html5/public/locales/en.json' in 'eu'
2023-02-27 10:36:48 -05: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
imdt
4abc29f9c5 Fixed: Notification for ejected users now delivered. 2023-02-27 11:51:08 -03:00
Daniel Petri Rocha
9beda7d46b Restore automatically if param set 2023-02-27 15:01:23 +01:00
André Castro
dc51d9faa1
Removed no needed pieces of code. 2023-02-27 10:54:27 -03:00
imdt
3e9d8be3f1 Add primary color to button when user list is expanded on mobile. 2023-02-27 10:52:10 -03:00
Anton Georgiev
d8ed43dc86 fix: index auth-token-validation by connectionId 2023-02-27 13:50:15 +00:00
imdt
0c35da50b3 Arrow indicanting user list toggle removed. 2023-02-27 10:22:54 -03:00
transifex-integration[bot]
4c18b790c4
Apply translations in tr
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'tr' language.
2023-02-25 07:04:54 +00:00
transifex-integration[bot]
d863366d2e
Apply translations in eu
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'eu' language.
2023-02-25 05:55:07 +00:00
KDSBrowne
7b5aef8327 remove selectTool call from injector 2023-02-24 23:38:15 +00:00
KDSBrowne
642b2fe2e6 update pan button css 2023-02-24 23:05:14 +00:00
KDSBrowne
d69b535780 fix memory leak | add missing select style 2023-02-24 23:00:15 +00:00
KDSBrowne
811095a913 fix pan tool not deselecting after selecting shapes menu button 2023-02-24 22:51:03 +00:00
KDSBrowne
c171003595 fix unstable_flushDiscreteUpdates error | prevent disabled selection 2023-02-24 17:17:54 +00:00
transifex-integration[bot]
f4f804e67a
Apply translations in fr
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.
2023-02-24 16:38:42 +00:00
GuiLeme
661ab05bfa [issue-16734] - changes in review 2023-02-24 12:52:01 -03:00
Anton Georgiev
c4ba01a2bd
Merge pull request #16805 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ru
Translate 'bigbluebutton-html5/public/locales/en.json' in 'ru'
2023-02-24 10:06:00 -05:00
Anton Georgiev
912eb50262
Merge pull request #16802 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ja
Translate 'bigbluebutton-html5/public/locales/en.json' in 'ja'
2023-02-24 10:05:08 -05:00
KDSBrowne
465acd3c87 add missing override styles | prevent selection when disabled 2023-02-24 14:17:51 +00:00
transifex-integration[bot]
bd42197339
Apply translations in ru
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'ru' language.
2023-02-24 13:51:57 +00:00
transifex-integration[bot]
f255e53c6e
Apply translations in hu_HU
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'hu_HU' language.
2023-02-24 13:21:52 +00:00
transifex-integration[bot]
c62f53b361
Apply translations in ja
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'ja' language.
2023-02-24 01:17:06 +00:00
KDSBrowne
d2927c62fb remove unused import 2023-02-23 23:58:27 +00:00
KDSBrowne
044287dc73 clean up value not being used 2023-02-23 23:52:27 +00:00
KDSBrowne
3dc730d5bf inject pan tool into tldraw toolbar 2023-02-23 23:47:34 +00:00
Ramón Souza
1a57d66ee0
Merge branch 'v2.6.x-release' into issue-16734 2023-02-23 15:25:37 -03:00
Ramón Souza
71ba0c1597
Merge pull request #16794 from Scroody/Fix-notification
fix: Notification of wrong file type fixed.
2023-02-23 15:14:15 -03:00
imdt
dc0feba34f Notification of wrong file type fixed. 2023-02-23 13:52:51 -03:00
Anton Georgiev
48b242fb51
Merge pull request #16719 from danielpetri1/closing-toast
fix: Duration toast refers to main meeting as 'Breakout'
2023-02-23 09:50:05 -05:00
GuiLeme
cf4db89142 [issue-16660] - Fix 2 currents when canceling operation 2023-02-23 10:17:01 -03:00
Gabriel Porfirio
01eddc9dd6 adding layouts test 2023-02-23 09:05:57 -03:00
Daniel Petri Rocha
46b2025a4b Rename import 2023-02-23 12:49:44 +01:00
GuiLeme
17b792d157 Merge remote-tracking branch 'upstream/v2.6.x-release' into issue-16660 2023-02-23 08:49:40 -03:00
Anton Georgiev
d89a36ca24
Merge pull request #16788 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_es_ES
Translate 'bigbluebutton-html5/public/locales/en.json' in 'es_ES'
2023-02-23 06:21:53 -05:00
Anton Georgiev
bdb33cd95e
Merge pull request #16787 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_es
Translate 'bigbluebutton-html5/public/locales/en.json' in 'es'
2023-02-23 06:21:30 -05:00
transifex-integration[bot]
afa9022875
Apply translations in gl
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'gl' language.
2023-02-22 21:33:07 +00:00
transifex-integration[bot]
544de7f026
Apply translations in es_ES
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'es_ES' language.
2023-02-22 21:30:43 +00:00
transifex-integration[bot]
d7816336c6
Apply translations in es
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'es' language.
2023-02-22 21:30:32 +00:00
Anton Georgiev
f24f62234b
Merge pull request #16785 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_de
Translate 'bigbluebutton-html5/public/locales/en.json' in 'de'
2023-02-22 15:57:59 -05:00
GuiLeme
6545736a1f [issue-16734] - merge upstream/v2.6.x-release 2023-02-22 17:19:27 -03:00
GuiLeme
d47d586f0e [issue-16734] - refactor disabledFeatures presentationArea to just presentation 2023-02-22 17:16:43 -03:00
Gabriel Porfirio
878b08dde9 Merge remote-tracking branch 'upstream/v2.6.x-release' into test-disabled-features 2023-02-22 17:16:02 -03:00
GuiLeme
e319cf1731 [issue-16734] - patch for minimized pinned shareNotes 2023-02-22 16:32:57 -03:00
Ramón Souza
d8b5f944f4
Merge pull request #16783 from Scroody/I-16777
fix: Propagate layout and layout setting don't show up when disabled features is enabled as a custom parameter.
2023-02-22 16:20:26 -03:00
imdt
4da5adb52a Propagate layout and layout setting don't show up when disabled features is enabled as a custom parameter. 2023-02-22 15:53:57 -03:00
transifex-integration[bot]
631197eb56
Apply translations in de
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'de' language.
2023-02-22 17:14:03 +00:00
André Castro
52993629c1 Propagate layout and layout setting don't show up when disabled features is active. 2023-02-22 16:57:24 +00:00
Ramón Souza
5b63724f7e
Merge pull request #16772 from Scroody/I-16746
fix: Not all Virtual Backgrounds are shown in the UI to select
2023-02-22 10:23:43 -03:00
André Castro
9133815ed3 Number of camera backgrounds showing unlimited 2023-02-22 13:08:00 +00:00
Ramón Souza
0271e28de6
Merge pull request #16752 from KDSBrowne/bbb-polling-focus
fix(access): Move Focus To Polling Option When Presented
2023-02-22 08:40:41 -03:00
Anton Georgiev
b4ad20f3fc
Merge pull request #16760 from danimo/no_moderator_rephrasing
fix: Better wording for when a meeting has ended through the endWhenNoModerator policy
2023-02-22 06:25:09 -05:00
Anton Georgiev
c0ce288154
Merge pull request #16763 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_fa_IR
Translate '/bigbluebutton-html5/public/locales/en.json' in 'fa_IR'
2023-02-22 06:22:49 -05:00
Anton Georgiev
bdabc8191f
Merge pull request #16765 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_et
Translate '/bigbluebutton-html5/public/locales/en.json' in 'et'
2023-02-22 06:22:14 -05:00
transifex-integration[bot]
16f468fd27
Apply translations in uk_UA
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'uk_UA' language.
2023-02-21 20:57:21 +00:00
Anton Georgiev
de34f0fd68
refactor: Add meetingId in log for user left (#16775)
* refactor: Add meetingId in log for user left
2023-02-21 15:47:43 -05:00
imdt
32597c7c6f Tweek 2023-02-21 16:52:09 -03:00
Daniel Petri Rocha
f4b5581a72 Initial fix 2023-02-21 20:03:24 +01:00
imdt
3549350f5e Fixed camera background alternatives not showing 2023-02-21 15:48:31 -03:00
Gabriel Porfirio
907589cef1 disabled features test 2023-02-21 15:28:53 -03:00
GuiLeme
54efb82a33 [issue-16734] - patch for sharednotes pin 2023-02-21 12:44:12 -03:00
imdt
57d71a6679 Merge branch 'i-16640' of github.com:Scroody/bigbluebutton into i-16640 2023-02-21 11:49:07 -03:00
André Castro
04796e1775 Merge remote-tracking branch 'upstream/v2.6.x-release' into i-16640 2023-02-21 14:42:33 +00:00
GuiLeme
f6c4b4da96 [issue-16734] - patch for front-end sec 2023-02-21 09:38:44 -03:00
GuiLeme
421717a817 [issue-16734] - patch for error handling 2023-02-21 08:41:05 -03:00
transifex-integration[bot]
79f480858b
Apply translations in et
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'et' language.
2023-02-20 10:03:27 +00:00
transifex-integration[bot]
a7cff383c4
Apply translations in fa_IR
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'fa_IR' language.
2023-02-19 12:12:34 +00:00
transifex-integration[bot]
1fcd951c27
Apply translations in hy
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'hy' language.
2023-02-19 10:31:49 +00:00
André Castro
826fad1f84
Update bigbluebutton-html5/imports/startup/client/base.jsx
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-02-17 15:31:19 -03:00
imdt
ac8c33c3b0 Notification of: You have been removed from the conference. fixed. 2023-02-17 15:15:39 -03:00
GuiLeme
9fb2c32384 [issue-16734] - refactor hidePresentation to hidePresentationOnJoin 2023-02-17 14:59:39 -03:00
KDSBrowne
b29af59158 update polling container to aside element 2023-02-17 16:46:36 +00:00
KDSBrowne
88ad79b4de add focus style to polling container 2023-02-17 15:47:14 +00:00
GuiLeme
cbe3e88938 [issue-16734] - Implemented new disabledFeature presentationArea 2023-02-17 12:44:36 -03:00
KDSBrowne
17aa2e2769 move user focus to the polling options on mount 2023-02-17 15:42:00 +00:00
Anton Georgiev
1b9f66eb31
Merge pull request #16747 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_tr
Translate '/bigbluebutton-html5/public/locales/en.json' in 'tr'
2023-02-17 09:59:23 -05:00
Anton Georgiev
ab3aa49f77
Merge pull request #16742 from ramonlsouza/improve-group-chat-adapter
refactor: reduce groupChat.find calls in group-chat-context
2023-02-17 09:58:06 -05:00
Ramón Souza
981909fe6c remove unused code in connection-status modal 2023-02-17 10:00:04 -03:00
transifex-integration[bot]
ab4a97d9b8
Apply translations in tr
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'tr' language.
2023-02-17 12:31:17 +00:00
transifex-integration[bot]
4eeaade50d
Apply translations in ja
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'ja' language.
2023-02-17 06:40:26 +00:00
Ramón Souza
a942f1fa11
Merge pull request #16743 from Scroody/i-16455
fix: Alternatives to some keyboard shortcuts added to the keyboard shortcut list
2023-02-16 16:56:38 -03:00
Ramón Souza
924af527c0
Update bigbluebutton-html5/imports/ui/components/shortcut-help/component.jsx 2023-02-16 16:55:58 -03:00
imdt
9632d0139a Alternatives to some keyboard shortcuts added to the keyboard shortcut list 2023-02-16 16:08:43 -03:00
imdt
a7f7c8d14c Alternatives to some keyboard shortcuts added to the keyboard shortcut list 2023-02-16 15:29:54 -03:00
Ramón Souza
0bb96c6434 reduce groupChat.find calls in group-chat-context adapter 2023-02-16 15:08:31 -03:00
transifex-integration[bot]
f312975b63
Apply translations in de
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'de' language.
2023-02-16 16:30:54 +00:00
Bohdan Zhemelinskyi
d861765da8 restore presentation on layout push 2023-02-16 16:23:41 +00:00
Ramón Souza
62b7b6b827
Merge pull request #16731 from Scroody/i-16438
Usability: Text indicating pinned shared notes altered and notification added
2023-02-16 11:18:48 -03:00
imdt
fec1ce1b37 (pinned) text added to shared notes and notification added to pinned shared notes. 2023-02-16 11:00:15 -03:00
Daniel Petri Rocha
12e5943d17 Change meeting remaining time component directory 2023-02-16 14:52:23 +01:00
Daniel Petri Rocha
2db72cdb08 Rename remaining meeting time component 2023-02-16 14:29:51 +01:00
Ramón Souza
f44f23c391
Merge pull request #16735 from ramonlsouza/fix-warning
fix: warning in raise hand and presentation upload toast
2023-02-16 09:53:29 -03:00
Ramón Souza
2591563250 fix warning in raise hand and presentation upload toast 2023-02-16 09:50:29 -03:00
Gustavo Trott
0e1bbabbfb
Merge pull request #16727 from GuiLeme/fix-timestamp-incorrect 2023-02-16 09:42:05 -03:00
Ramón Souza
7648d58bc3
Merge pull request #15728 from sapsDev/raise-hand-2.6
feat: Emoji Status Control in Raise Hand Button
2023-02-16 09:35:56 -03:00
Anton Georgiev
6d16fe160d
Merge pull request #15999 from zhem0004/fixToastRender
Fix: dismiss toast on unmount
2023-02-16 01:57:16 -05:00
imdt
061941fbde Usability: Text indicating pinned shared notes altered and notification added. 2023-02-15 16:38:18 -03:00
Ramón Souza
43d1877b6c
Merge pull request #16726 from ramonlsouza/issue-16716
fix: hidePresentation=true prevents uploading/managing presentations within the client
2023-02-15 16:36:57 -03:00
Ramón Souza
12b4dd3935
Merge pull request #16729 from Scroody/i-16348
style: increase gap between custom input and text area.
2023-02-15 13:31:04 -03:00
GuiLeme
64e81a89bf [fix-timestamp-incorrect] - fix incorrect timestamp display and wrongly key setting 2023-02-15 12:43:24 -03:00
Daniel Molkentin
7066f51fcd fix: Better wording for when a meeting has ended through the endWhenNoModerator policy 2023-02-15 14:59:19 +01:00
Ramón Souza
bbd6203164
Merge pull request #16702 from hiroshisuga/patch-61
style: Remove space on the right of style tool on iPhone
2023-02-15 10:41:40 -03:00
Ramón Souza
5f9294756a allow upload of presentations if hidePresentation=true 2023-02-15 10:01:49 -03:00
Bohdan Zhemelinskyi
dc296c1552 fixes on idea of GuiLeme 2023-02-14 21:48:11 +00:00
Anton Georgiev
1dd13026e3
Merge pull request #16722 from gustavotrott/connectionAliveAt-flood-improvement
refactor: Avoid flood moderators with useless connection status
2023-02-14 16:02:27 -05:00
Anton Georgiev
5a94d4edd4
Merge pull request #16612 from gabriellpr/user-choose-breakout-room
test: allow user to choose a breakout room on joining
2023-02-14 15:47:46 -05:00
Bohdan Zhemelinskyi
97d53da638 Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into fixToastRender 2023-02-14 20:15:07 +00:00
Anton Georgiev
826f6ca021
Merge pull request #16637 from gabriellpr/raise-hand-rejected
test: raise hand rejected
2023-02-14 14:58:54 -05:00
Gustavo Trott
ff7c161f07 In ConnectionStatus publish only flag clientNotResponding instead of timestamp connectionAliveAt 2023-02-14 14:51:31 -03:00
imdt
fd2c1d2d01 Enhanced: increase gap between custom input and text area. 2023-02-14 13:57:23 -03:00
Ramón Souza
83161c23a6 force slide scaling to a fixed size 2023-02-14 13:27:51 -03:00
Anton Georgiev
68384e940f
Merge pull request #16717 from ramonlsouza/issue-15775
fix: Layout bug with "Smart layout" in Breakout Rooms
2023-02-14 10:01:34 -05:00
Daniel Petri Rocha
4476b7486a Distinguish among main and breakout in closing meeting toast 2023-02-14 14:55:58 +01:00
Anton Georgiev
ad6eef4d12
Merge pull request #16703 from danielpetri1/unread-notification
fix: Notes notification perpetually unread
2023-02-14 08:53:30 -05:00
Ramón Souza
432db58347 adjust camera position in breakout rooms - smart layout 2023-02-14 09:40:27 -03:00
KDSBrowne
23f7b80e35 add forcus ring to items in tldraw styles toolbar 2023-02-14 03:28:36 +00:00
Anton Georgiev
425c6f591d
Merge pull request #16712 from ramonlsouza/throttled-cursor-updates
fix: reduce whiteboard cursor updates
2023-02-13 15:07:04 -05:00
Ramón Souza
0d4e7e80bb reduce unnecessary renders in cursors 2023-02-13 16:41:33 -03:00
Anton Georgiev
4ff0213d36
Merge pull request #16710 from antobinary/connection-status-distribution
fix: Only moderators should hear connection-status for all; otherwise…
2023-02-13 13:25:38 -05:00
Ramón Souza
df6d14c99c
Merge pull request #16699 from ramonlsouza/issue-16664
fix(whiteboard): change cursor when moving shapes
2023-02-13 15:15:13 -03:00
Ramón Souza
53a1b02d04 restore throttle in cursor updates 2023-02-13 15:05:49 -03:00
Ramón Souza
ece96f6265
Merge pull request #16681 from ramonlsouza/issue-16663
fix: NotifyRecordingIsOn should not offer me to leave
2023-02-13 14:59:03 -03:00
Anton Georgiev
9a95054a77 fix: Only moderators should hear connection-status for all; otherwise only hear your own 2023-02-13 16:52:32 +00:00
Gabriel Porfirio
ce5fffc971 improving test 2023-02-13 10:37:14 -03:00
transifex-integration[bot]
a4c1cb3152
Apply translations in eu
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'eu' language.
2023-02-12 22:33:58 +00:00
Daniel Petri Rocha
7b0b52cc61 Refactor methods 2023-02-11 12:57:41 +01:00
hiroshisuga
720501aa29
better styletool on iPhone 2023-02-11 13:25:36 +09:00
Ramón Souza
320d121254 change cursor when moving shapes 2023-02-10 15:30:24 -03: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
efdbe388c4
Merge pull request #16651 from hiroshisuga/patch-59
[2.6.0] Add icons to presentation menu
2023-02-10 13:29:38 -03:00
Ramón Souza
225874ad77 adjust whiteboard toolbar in dark mode 2023-02-10 10:37:29 -03:00
Ramón Souza
ee006508cc adjust whiteboard toolbar buttons 2023-02-10 10:05:34 -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
Bohdan Zhemelinskyi
ea418e0776 improve error-handling 2023-02-09 21:29:02 +00:00
Gabriel Porfirio
cdb5dba750 checking rooms quantity 2023-02-09 16:43:49 -03:00
Gustavo Trott
375d1c5d5b
Merge pull request #16606 from GuiLeme/issue-13867 2023-02-09 14:45:52 -03:00
Anton Georgiev
f0024e94cf
Merge pull request #16683 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_uk_UA
Translate '/bigbluebutton-html5/public/locales/en.json' in 'uk_UA'
2023-02-08 17:10:29 -05:00
Ramón Souza
616d615e94 increase default value for max number of annotations per slide 2023-02-08 15:02:59 -03:00
transifex-integration[bot]
0bad6c63c7
Apply translations in uk_UA
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'uk_UA' language.
2023-02-08 16:10:10 +00:00
GuiLeme
3e6bb32a45 Merge remote-tracking branch 'upstream/v2.6.x-release' into issue-13867 2023-02-08 11:41:10 -03:00