Ramón Souza
0040ee7028
do not display self view disabled message if camera is not being shared
2023-05-19 09:44:08 -03:00
Anton Georgiev
6e9eb023c5
Merge pull request #17883 from ramonlsouza/issue-13844
...
feat: Add "Grid View" layout
2023-05-18 15:43:02 -04:00
Anton Georgiev
1d3bdb5802
Merge pull request #17648 from GuiLeme/issue-17531
...
feat: Restore old downloading of original presentation
2023-05-18 15:40:01 -04:00
Arthurk12
33878f6224
fix(timer): tab title indicator flag
...
Adds a flag to the settings.yml file to enable and disable the timer
indicator in the tab title.
2023-05-18 15:29:43 -03:00
Arthurk12
b3c12153c3
feat(timer): add indicator to the tab title
...
Adds the current time string to the tab title, enclosed by opening and
closing brackets.
2023-05-18 15:29:43 -03:00
Arthurk12
ecb6527bae
fix(timer): missing prop
...
Some tweaks that went unnoticed when porting the timer feature.
2023-05-18 15:29:42 -03:00
Arthurk12
f13217607e
feat(timer): add model and messages to akka apps
...
This commit makes the messages of the timer feature to be proxied by
akka-apps and also adds a timer model that is updated based on these
messages.
Moving the timer panel opening logic to the timer button component in
the navigation panel was a consequence of these changes.
2023-05-18 15:29:42 -03:00
Arthurk12
215fe73542
fix(timer): update time offset edge case
...
Prevents the client from updating its time offset when the time returned
from the server is zero, which is the default returned value when there
is no userId.
This would make the client to calculate a gigantic negative time offset
leading the timer to reach the end prematurely/instantaneously.
2023-05-18 15:29:42 -03:00
Carlos Henrique
0659f15211
fix(disabledFeatures) add timer
...
"disableFeatures=timer"
2023-05-18 15:29:41 -03:00
Carlos Henrique
98aed5d715
fix(icon) aligned icons
...
Timer and notes icon aligned.
Removed line between questions and chat buttons.
2023-05-18 15:29:41 -03:00
Lucas Zawacki
545f486c29
fix(timer): New songs for timer
2023-05-18 15:29:41 -03:00
Carlos
da156b7486
fix(timer) presentation blocking the buttons
...
Add scroll to timer menu.
2023-05-18 15:29:41 -03:00
Átila
a23e19adde
fix(timer): Item alignment
...
* fix(timer): Item alignment
Co-authored-by: Arthur B. Grossi <32987232+Arthurk12@users.noreply.github.com>
2023-05-18 15:29:40 -03:00
AtilaU19
f0b1a755cb
fix(timer): timer song list centering
2023-05-18 15:29:40 -03:00
Arthurk12
a671d45739
fix(layout): adjusts the timer tab height
...
Changes the timer's tab height to be relative, so it does not cover the
presentation when it is under the content panel.
2023-05-18 15:29:40 -03:00
Arthurk12
0d06241a68
feat(timer): port to 2.5
...
Port timer feature to 2.5 which includes 3 components:
- Timer component
- Timer indicator component
- Timer sidebar button component
2023-05-18 15:29:39 -03:00
AtilaU19
7a6e457f5d
refactor(timer): updateTimer fuction argument list
...
Replacement of the list of arguments of the update Timer function in an object and adequacy of its calls in the functions when necessary.
2023-05-18 15:29:39 -03:00
Arthurk12
02a6feb1c8
fix(timer): change users count threshold
...
Changes the timer auto-stop threshold from 90% to 100% of user count
to prioritize the timer alert sounding for all users over the timer state
being consistent.
Also, puts the user count fetch back to where it was to avoid a race
condition where the number of users when setting the observer is
different than when the timer ends(i.e. users've joined or left the
meeting while the timer was running) causing the timer not to stop or
stop prematurely.
2023-05-18 15:29:39 -03:00
Arthurk12
10e1b70bf9
chore(timer): adds log message to beep
2023-05-18 15:29:38 -03:00
Arthurk12
6628296471
fix(timer): wrong attribute to get users count
...
There was a legacy attribute being used to find active users in the meeting.
This wrong attribute caused the returned number of users to be 0 which
makes the timer stop prematurely and, possibly, not to issue the timer beep.
Also adds a missing argument to updateTimer and moves the find call to
the Users collection to a external function, so it doesn't get executed
every time an user notifies timer has ended.
2023-05-18 15:29:38 -03:00
AtilaU19
a694595275
feat(timer): added requestedUserId and Action logs
2023-05-18 15:29:38 -03:00
Arthurk12
df9b0a2655
refactor(timer): audio tag and play/stop conditions
...
Sets conditions for calling play and stop music to avoid being called
repeatedly.
Groups all stop calls into a point to make the code cleaner.
Avoid recreating new audio tag whenever the timer song changes.
2023-05-18 15:29:37 -03:00
Arthurk12
857389e295
fix(timer): music selectors
...
Disables track radio selectors when timer feature is in stopwatch mode.
2023-05-18 15:29:37 -03:00
Arthurk12
cc2387a7dd
fix(timer): stop music on unmount
...
Stops music when timer indicator component is unmounted.
2023-05-18 15:29:37 -03:00
Arthurk12
02faa3b763
Updates timer music tracks
...
Adds the new edited tracks
2023-05-18 15:29:37 -03:00
Arthurk12
3895d86823
fix(timer): indicator not showing on mobile
...
Due to the new layout manager, open panels' checking needed tweaking.
2023-05-18 15:29:36 -03:00
Pedro Beschorner Marin
a8e7f9c896
fix(timer): add key prop to tracks list
2023-05-18 15:29:36 -03:00
Pedro Beschorner Marin
2b4d40d6e8
refactor(timer): functions order
2023-05-18 15:29:36 -03:00
Pedro Beschorner Marin
47cecbfea2
refactor(timer): add parseInt radix
2023-05-18 15:29:35 -03:00
Arthurk12
f5a5a960ba
feat(timer): adds more songs
...
Adds 2 more songs to the timer, which can be switched using the radio
buttons inside timer panel.
Changed the music loop logic to make it gapless.
2023-05-18 15:29:35 -03:00
Arthurk12
529a5a6b10
fix(timer): music stop
...
Forces timer music to stop when timer is deactivated while running.
2023-05-18 15:29:35 -03:00
Arthur B. Grossi
17aa3d7177
Requested changes
...
Filters users collection by 'online' connection status and describes when/how
server detects that the timer has ended to automatically stop it.
Also, fixed a corner case that when timer alarm was disabled, clients didn't
notify that the timer ended.
2023-05-18 15:29:35 -03:00
Arthur B. Grossi
737b5e6b3a
fix(timer): music toggle alignment
...
Music label and toggle are closer and centralized.
2023-05-18 15:29:34 -03:00
Arthur B. Grossi
dbbef569a9
fix(timer): autoplay
...
When user enters meeting with music already playing, an event listener is set
to play the music only after user interaction.
Also, to keep timer more cohesive and reduce complexity of the condition for
playing music, timer automatically stops after 90% of users notify that the
timer has expired.
2023-05-18 15:29:34 -03:00
Arthur B. Grossi
cc61652aa3
feat(timer): ambient music
...
Adds a music player for ambient sound which can be turned on and off using a
toggle located inside timer panel. When stopwatch is selected, this toggle is
automattically turned off.
2023-05-18 15:29:34 -03:00
Arthurk12
3952112f49
fix(timer): start/stop button color
2023-05-18 15:29:33 -03:00
Pedro Beschorner Marin
ea30525cb4
Timer design extra tweaks
2023-05-18 15:29:33 -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
c040db8f58
Fix alarm when deactivated
2023-05-18 15:29:32 -03:00
Pedro Beschorner Marin
2f104eafc8
Syncing time offset between client and server
2023-05-18 15:29:32 -03:00
Pedro Beschorner Marin
4d8f7070de
Add timer alarm
2023-05-18 15:29:32 -03:00
Pedro Beschorner Marin
f4a5421843
Add timer view
2023-05-18 15:29:31 -03:00
Pedro Beschorner Marin
5463a4a423
Stopwatch handlers
2023-05-18 15:29:31 -03:00
Arthurk12
953a3d3548
Timer first commit
2023-05-18 15:29:31 -03:00
Ramón Souza
e0cea4834b
Merge pull request #17907 from KDSBrowne/bbb-17466
...
fix: Localize Regular Expressions for Quick Poll Options
2023-05-18 09:06:19 -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
Ramón Souza
c64cf5ccbd
Merge pull request #17935 from Scroody/I-16114
...
feat: Disable self-view of webcam
2023-05-17 14:49:40 -03:00
Scroody
0fa1b9b3eb
More requested changes made
2023-05-17 13:54:54 -03:00
Scroody
4a6d1258ae
Requested changes made and fix of deactivating mutiple cams
2023-05-17 11:30:06 -03:00
Scroody
99885c20ed
Final Adjust
2023-05-16 15:43:06 -03:00
GuiLeme
1b26302745
[issue-17531] - merge upstream/v2.7.x-release
2023-05-16 15:30:15 -03:00
Scroody
8272b487f3
Testing
2023-05-16 14:39:56 -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
Ramón Souza
40c826b127
preserve font settings on page change
2023-05-16 10:41:24 -03:00
Ramón Souza
99832aa570
Merge pull request #17864 from hiroshisuga/dev2.6_fitToWidthStyle
...
style: Change style of fit-to-width button when it's on
2023-05-16 08:56:39 -03:00
Ramón Souza
341e2c9464
Merge pull request #17862 from hiroshisuga/patch-4
...
style: remove unnecessary fit-to-width style
2023-05-16 08:51:45 -03:00
Ramón Souza
af23ce542e
Merge pull request #17702 from Scroody/virtual-backgound-accepts-webp
...
feat (html5): Virtual backgrounds now accepts webp format
2023-05-15 17:06:41 -03:00
Ramón Souza
fecf42dada
Merge pull request #17905 from danielpetri1/export-toast-fix
...
fix(bbb-html5): Successful annotated export toast
2023-05-15 16:39:16 -03:00
Ramón Souza
01246a6307
fix whiteboard right-click
2023-05-15 16:21:27 -03:00
danielpetri1
6435fbbf25
Linting changes
2023-05-15 18:56:01 +00:00
transifex-integration[bot]
a4f046a219
Translate en.json in uk_UA ( #17922 )
...
100% translated source file: 'en.json'
on the 'uk_UA' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:49:45 -04:00
transifex-integration[bot]
46573b1963
Translate en.json in es_ES ( #17921 )
...
100% translated source file: 'en.json'
on the 'es_ES' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:49:31 -04:00
transifex-integration[bot]
37aec5d5ee
Translate en.json in eu ( #17911 )
...
100% translated source file: 'en.json'
on the 'eu' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:49:15 -04:00
transifex-integration[bot]
6a26c6a817
Translate en.json in fa_IR ( #17912 )
...
100% translated source file: 'en.json'
on the 'fa_IR' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:49:00 -04:00
transifex-integration[bot]
2591cbc5a3
Translate en.json in nl ( #17918 )
...
100% translated source file: 'en.json'
on the 'nl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:48:44 -04:00
transifex-integration[bot]
1225104df5
Translate en.json in pt ( #17909 )
...
100% translated source file: 'en.json'
on the 'pt' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:48:27 -04:00
transifex-integration[bot]
a28e80655d
Translate en.json in tr ( #17920 )
...
100% translated source file: 'en.json'
on the 'tr' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:48:05 -04:00
transifex-integration[bot]
b5f4f972f8
Translate en.json in gl ( #17914 )
...
100% translated source file: 'en.json'
on the 'gl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:47:33 -04:00
transifex-integration[bot]
ef85ab2893
Translate en.json in et ( #17910 )
...
100% translated source file: 'en.json'
on the 'et' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:47:18 -04:00
transifex-integration[bot]
1049731140
Translate en.json in es ( #17913 )
...
100% translated source file: 'en.json'
on the 'es' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:46:55 -04:00
transifex-integration[bot]
6e09ebc976
Translate en.json in fr ( #17916 )
...
100% translated source file: 'en.json'
on the 'fr' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:46:33 -04:00
transifex-integration[bot]
3a6e80f0f6
Translate en.json in ja ( #17908 )
...
100% translated source file: 'en.json'
on the 'ja' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:46:04 -04:00
transifex-integration[bot]
d8a767c13d
Translate en.json in hy ( #17917 )
...
100% translated source file: 'en.json'
on the 'hy' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:26:13 -04:00
transifex-integration[bot]
f178ae3c7f
Translate en.json in el_GR ( #17919 )
...
100% translated source file: 'en.json'
on the 'el_GR' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:26:01 -04:00
transifex-integration[bot]
0b0331a6ae
Translate en.json in sv_SE ( #17923 )
...
100% translated source file: 'en.json'
on the 'sv_SE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:25:47 -04:00
transifex-integration[bot]
4f08abaf59
Translate en.json in de ( #17915 )
...
100% translated source file: 'en.json'
on the 'de' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:25:33 -04:00
Paulo Lanzarin
2b374533ae
Merge pull request #17904 from prlanzarin/u26/fix/video-button-ios-uacheck
...
fix: remove legacy iOS UA checks that borked camera sharing in iPads
2023-05-15 15:16:56 -03:00
Ramón Souza
dcef3e3d7b
Merge pull request #17845 from ramonlsouza/issue-17839
...
fix: ignore restore on update for first load of initial presentation
2023-05-15 13:41:27 -03:00
KDSBrowne
b0ae991b1f
format new line character in question string
2023-05-15 16:35:32 +00: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
danielpetri1
c0c7f9d516
Add successful file export toast
2023-05-15 16:12:12 +00:00
KDSBrowne
783428bf71
localize true/false and yes/no regex patterns
2023-05-15 16:01:53 +00: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
GuiLeme
9710c00b3d
[issue-17531] - changes in review
2023-05-15 10:58:22 -03:00
Anton Georgiev
3df71e52ee
Merge pull request #17901 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_tr_TR
...
Translations for bigbluebutton-html5/public/locales/en.json in tr_TR [Manual Sync]
2023-05-15 09:48:12 -04:00
transifex-integration[bot]
40df84af13
Translate en.json in tr_TR [Manual Sync]
...
99% of minimum 99% translated source file: 'en.json'
on the 'tr_TR' language.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
2023-05-15 13:43:06 +00:00
transifex-integration[bot]
c9cd11ac86
Translate en.json in de [Manual Sync]
...
100% translated source file: 'en.json'
on the 'de' language.
2023-05-15 13:42:53 +00:00
GuiLeme
89eafc6315
[issue-17531] - changes in review
2023-05-12 12:40:07 -03:00
Ramón Souza
494b547b49
Merge pull request #17879 from Scroody/fix-poll-results-editable-for-presenter
...
fix: Making poll results editing possible to presenter
2023-05-12 11:42:23 -03:00
Ramón Souza
aca4179248
add isTalking animation
2023-05-12 11:17:04 -03:00
André Castro
e9ae302d54
Making editing possible to presenter
2023-05-12 11:15:41 -03:00
Ramón Souza
102063ca60
disable drop bg, pin and focus for grid items
2023-05-12 10:34:35 -03:00
Ramón Souza
1d27aaa35b
fix grid on user leave
2023-05-12 09:03:54 -03:00
Anton Georgiev
1c9ba032a6
Merge pull request #17554 from AtilaU19/reconection-fixes
...
fix: overlapping screen end alerts and invisible cameras on reconnections
2023-05-11 17:15:12 -04:00
GuiLeme
4c2806a018
[issue-17531] - changes in review and ES-lint fixes
2023-05-11 18:06:48 -03:00
Ramón Souza
ffe8754733
add grid layout
2023-05-11 17:20:26 -03:00
KDSBrowne
eb1f5f5935
update to react 18
2023-05-11 16:16:10 +00:00
Anton Georgiev
9c513f2bab
Merge pull request #17777 from danielpetri1/notes-current-issue
...
fix(bbb-html5): Inconsistent current presentation indicator
2023-05-11 09:10:07 -04:00
Anton Georgiev
adc654880c
Merge pull request #17868 from Scroody/I-17734
...
Fix: Order of first and last names in save users
2023-05-10 17:43:40 -04:00
Anton Georgiev
52df800720
Merge pull request #17837 from Scroody/I-17684
...
Fix: editable polls.
2023-05-10 17:43:08 -04:00
Anton Georgiev
a91ae56b34
Merge pull request #17822 from ramonlsouza/issue-17720
...
fix: Toast notifications shows again when the language is switched
2023-05-10 15:49:08 -04:00
Paulo Lanzarin
6326a81123
feat(audio): microphone bridge set to mediasoup by default
...
The initial goal is for this to be default in 2.7.
Set it as default early in the cycle so folks can test it for longer.
If there's any deal-breaking issue with it nearing release we can just flip back to the old (2.6, FS/SIP.js) default.
2023-05-10 16:01:45 -03:00
Scroody
1c777fca3b
Fix: Order of first and last names in save users
2023-05-10 15:33:51 -03:00
Gustavo Trott
32276c084b
Fix second user trying to open private chat
2023-05-10 14:55:33 -03:00
hiroshisuga
d07afd5414
Update component.jsx
2023-05-10 23:54:17 +09:00
hiroshisuga
c2422a96dd
Update styles.js
2023-05-10 23:53:11 +09:00
hiroshisuga
63318919d8
Update styles.js
2023-05-10 23:34:49 +09:00
Ramón Souza
5b1c0bef9d
Merge pull request #17846 from Scroody/I-17832
...
Fix: Closed captions hindering elements
2023-05-10 10:15:10 -03:00
KDSBrowne
287e400053
add updated package lock
2023-05-10 02:15:56 +00:00
KDSBrowne
4ad5b93f3b
update tabindex value
2023-05-10 02:15:08 +00:00
KDSBrowne
1b51377147
fix getContentAnchorEl console error
2023-05-10 01:31:48 +00:00
bigbluebutton
a7b8704b06
update material ui from v4 to v5
2023-05-10 00:09:54 +00:00
Anton Georgiev
677ecd7406
Merge pull request #17561 from KDSBrowne/bbb-005
...
fix: Update Question Regex to Exclude URLs
2023-05-09 17:51:09 -04:00
Arthurk12
9c5b2e9d06
fix(camera as content): close modal
...
Adds missing code to close the webcam modal when camera as content
is stopped via webcam modal's button.
2023-05-09 17:21:49 -03:00
Carlos
1aa659a1ff
fix(camera as content): removed extra configs in the modal
2023-05-09 17:21:48 -03:00
Carlos
5ddfb8b883
fix(camera as content): merge fixes
2023-05-09 17:21:48 -03:00
Arthurk12
a03064aa41
fix(camera as content): stop ongoing screenshare
...
Camera as content and screenshare are 2 features that are mutually exclusive
because they share the same space in the UI. This commit adds the behavior
that when one this features is started, the other one is closed if it is
running.
2023-05-09 17:21:48 -03:00
Arthurk12
d0c460f9c0
fix(camera as content): device sharing
...
Prevents the same camera device from being shared twice(webcam and "camera
as content"). The camera device shared using the camera as content feature
is tracked locally and then taken into account in the video-preview modal.
2023-05-09 17:21:48 -03:00
Arthurk12
7697367335
feat(screenshare): make component generic
...
Turns the screenshare component into a generic component, so that it can be
used both for screenshare and camera as content fetures.
Also changes specific locales and icons for the camera as content feature.
2023-05-09 17:21:47 -03:00
Arthurk12
e902f2ee27
feat(screenshare): add contentType field
...
This commit adds a contentType field in the back-end components of the
screenshare feature in order to accomodate the new 'camera as content'
feature.
2023-05-09 17:21:47 -03:00
Arthurk12
33c9abd874
requested changes
2023-05-09 17:21:47 -03:00
Carlos
8f8bfc8903
feat(camera as content): port to BBB
...
Enables the presenter to share a camera in the presentation area.
The shared camera automatically uses a pre-defined, fixed and hidden camera.
Profile defined in the settings.yml file.
It is currently using the screenshare's backend.
2023-05-09 17:21:46 -03:00
Scroody
cdfa38ad85
Change of approach
2023-05-09 15:51:35 -03:00
Anton Georgiev
134303feb7
Delete transifex.sh
2023-05-09 13:32:59 -04:00
Anton Georgiev
4fbad515d5
Delete TRANSIFEX_PULL_INSTRUCTIONS.md
2023-05-09 13:32:41 -04:00
Scroody
0cc3a4e818
Fix: Closed captions hindering elements
2023-05-09 14:26:27 -03:00
GuiLeme
d2c5b33eec
[issue-17839] - back-end part for hide_presentation_on_join issue
2023-05-09 12:01:55 -03:00
Anton Georgiev
2645bc8d83
Merge pull request #17827 from hiroshisuga/patch-3
...
fix(poll): fix Yes/No quick poll button
2023-05-09 10:38:42 -04:00
Ramón Souza
854d0a162e
wip: ignore restore on update for first load of initial presentation
2023-05-09 10:58:40 -03:00
Anton Georgiev
c8342ce5ac
Merge pull request #17821 from antobinary/meteor-timeout-part-2
...
refactor: ensure setTimeout and clearTimeout run within Fiber
2023-05-08 16:23:19 -04:00
Anton Georgiev
9d1a4e1dfc
Merge pull request #17829 from ramonlsouza/issue-17819
...
fix: Joining a meeting with pinned shared notes you don't see presentation area
2023-05-08 16:13:52 -04:00
Scroody
46b9cfa1e2
Id correction
2023-05-08 16:03:24 -03:00
Scroody
d0b73e9c0b
Fix: editable polls.
2023-05-08 15:50:43 -03:00
Anton Georgiev
1b7b9590b8
Merge pull request #17825 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ja
...
Translate 'bigbluebutton-html5/public/locales/en.json' in 'ja'
2023-05-08 09:21:39 -04:00
Anton Georgiev
d04c07d59b
Merge pull request #17818 from ramonlsouza/issue-17723
...
fix(chat): character limit warning is not removed on submit
2023-05-08 09:15:06 -04:00
Anton Georgiev
1340265d26
Update bigbluebutton-html5/imports/api/users/server/handlers/validateAuthToken.js
2023-05-08 09:05:13 -04:00
Ramón Souza
a97d0216eb
fix pinned shared notes on join
2023-05-08 10:01:08 -03:00
hiroshisuga
c66177d543
Update component.jsx
2023-05-07 00:20:55 +09:00
transifex-integration[bot]
3c78927fce
Apply translations in ja
...
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'ja' language.
2023-05-06 10:51:55 +00:00
Anton Georgiev
1746c9376f
refactor: add userId and authToken for each PendingAuth
2023-05-05 16:01:07 -04:00
Ramón Souza
b5b98ff911
fix notifications being displayed more than once
2023-05-05 16:55:37 -03:00
Anton Georgiev
340f727b0f
refactor: ensure setTimeout and clearTimeout run within Fiber
2023-05-05 15:39:27 -04:00
Anton Georgiev
f51205a119
refactor: adding logs for closing the connection due to invalid user
2023-05-05 15:28:21 -04:00
Ramón Souza
7898482c58
remove error message from chat input on submit
2023-05-05 15:00:21 -03:00
Paul Trudel
cdfe54bc56
Use meteor.setTimeout to keep call inside fiber
2023-05-05 15:26:56 +00:00
Anton Georgiev
9814e4ebaf
Merge pull request #17811 from antonbsa/layout-tests-migration
...
test: Layout tests additions and serial mode migration
2023-05-04 16:27:16 -04:00
Anton Georgiev
5f0686697a
Merge pull request #17792 from Scroody/I-17741
...
fix: Default cursor not appearing when entering meeting.
2023-05-04 10:38:31 -04:00
Anton Georgiev
d2cfe301d7
Merge pull request #17806 from ramonlsouza/fix-multi-user-cursor
...
fix: cursor not appearing for non-presenter when multi-user whiteboard is enabled
2023-05-04 10:37:11 -04:00
Ramón Souza
c3ad0e7727
fix cursor for multi-user whiteboard
2023-05-04 09:20:36 -03:00
GuiLeme
90078aedc7
[issue-17531] - resolve conflicts with 2.7
2023-05-04 08:56:27 -03:00
GuiLeme
f650ade561
[issue-17531] - prevent user from exporting annotations when there is no annotation
2023-05-04 08:48:32 -03:00
Tainan Felipe
66052802c0
Fix: duplicate messages when start a new chat
2023-05-03 17:14:05 -03:00
Anton Georgiev
0ae3675647
Merge pull request #17799 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_sv_SE
...
Translate 'bigbluebutton-html5/public/locales/en.json' in 'sv_SE'
2023-05-03 15:12:44 -04:00
Anton Georgiev
80079bd3bf
Merge pull request #17798 from Scroody/meteor-migration
...
fix: Meteor migration async annotation tweaks
2023-05-03 15:12:12 -04:00
transifex-integration[bot]
656e0255c9
Apply translations in sv_SE
...
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'sv_SE' language.
2023-05-03 18:55:46 +00:00
Scroody
ab8e8b9ddb
Changes to annotations async
2023-05-03 13:56:47 -03:00
Scroody
1a75eb884e
Tweeks to annotations async
2023-05-03 13:53:28 -03:00
Anton Georgiev
708dc5fc27
Merge pull request #17709 from bigbluebutton/snyk-fix-5aa698d4ce5130a1334cda2348bb3bdb
...
[Snyk] Security upgrade yaml from 1.10.2 to 2.2.2
2023-05-03 11:22:26 -04:00
Anton Georgiev
714b2cf778
Merge pull request #17790 from antobinary/meteor2.12
...
chore: Upgrade Meteor from 2.10 to 2.12
2023-05-03 10:29:26 -04:00
GuiLeme
f3969c083a
[issue-17531] - disabled dropdown when uploading a presentation to not throw errors
2023-05-03 08:50:36 -03:00
transifex-integration[bot]
c3b251f67f
Apply translations in eu
...
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'eu' language.
2023-05-02 20:53:10 +00:00
Scroody
85669f0038
Fix: Default cursor not appearing when entering meeting.
2023-05-02 15:32:10 -03:00
Anton Georgiev
baeaecdf82
chore: upgrade Meteor from 2.10 to 2.12
2023-05-02 11:27:53 -04:00
Anton Georgiev
6c2c8ac5c0
Merge pull request #17748 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-05-02 10:44:59 -04:00
Ramón Souza
f6ae122fd0
Merge pull request #17728 from ramonlsouza/fix-private-typing-indicator
...
fix: typing indicator does not work in private chat
2023-05-02 11:26:04 -03:00
Ramón Souza
fdaf5af5ce
Merge pull request #17759 from ramonlsouza/issue-17739
...
fix: Part of the camera border is not resizable when positioned below the chat
2023-05-02 11:25:49 -03:00
GuiLeme
f03c01399f
[issue-17531] - added ConvertedPresentationName to be referenced when getting the link to downloading the original file
2023-05-02 11:14:40 -03:00
danielpetri1
72c0606a80
Fix current presentation indicator
2023-05-01 14:01:04 +00:00
Lucas Fialho Zawacki
fcb6b94787
feature(reactions): Flags to enable new/old status button and to position it centered or to the right
2023-04-28 14:10:27 -03:00
Lucas Zawacki
f81652a4dd
feature(reactions): Unify reaction messages with emoji status and pass it through akka
2023-04-28 11:47:15 -03:00
Lucas Fialho Zawacki
f18130c4f3
fix(reactions): Correct style after merge
2023-04-28 11:35:41 -03:00
André Castro
2c52c1a596
Merge branch 'v2.6.x-release' into I-17465
2023-04-27 19:25:56 -03:00
Ramón Souza
65e16518dc
Merge pull request #17676 from Scroody/fix-draggable-cameras-no-presentation
...
Fix: Draggable cameras when presentation minimized.
2023-04-27 19:16:01 -03:00
Ramón Souza
d082d0b044
fix sidebar resizing on cameradock
2023-04-27 18:59:13 -03:00
Lucas Fialho Zawacki
2a3e2d4993
feat(user-actions): enabled option in settings.yml
2023-04-27 18:37:18 -03:00
Lucas Fialho Zawacki
b91697d0b9
fix(reactions): Fix merge
2023-04-27 18:31:11 -03:00
Carlos Henrique
2fba5f23ac
fix(reactions) reactions when using avatar
...
Add a variable that removes the avatar before applying the reaction.
2023-04-27 15:43:25 -03:00
Lucas Zawacki
94e045d0e7
fix(reactions): Fix chat input reactions button
2023-04-27 15:42:47 -03:00
Carlos
6728d0a725
fix(reactions): working after 2.5 merge
...
Reactions are working now
2023-04-27 14:49:09 -03:00
Carlos
fe745dea94
fix(reactions) menu blocking reactions button
...
Add options to dropdown.
2023-04-27 14:48:27 -03:00
Carlos
747a02a573
fix(reactions) bug display
...
Fix bug that causes the emoji modal be too large.
Fix bug when modal is on mobile.
2023-04-27 14:40:38 -03:00
Carlos
3b6c1d565c
fix(interactions): add correct border
...
Fix hand button border style.
2023-04-27 14:40:08 -03:00
Carlos
3990f29f7c
fix(reactions): reactions emoji picker
...
Fix reaction add style.
2023-04-27 14:20:53 -03:00
Arthurk12
b565a91cd2
fix(interactions): raised hands toast
...
Makes user avatars on raised hands toast appear with the same
color and same avatar image they have in the user list.
2023-04-27 14:16:35 -03:00
Max Franke
6d146d07d4
fix(interactions-button): typo
2023-04-27 14:08:16 -03:00
Max Franke
ddd1712f56
fix(interactions): user status debounce
2023-04-27 14:04:55 -03:00
Max Franke
fbcc611bd9
feat(interactions): add new interactions button
...
Interactions button is a button that stays in action bar.
Integrates several features in just one place: user-reaction, raise hand,
user-status (away/not away), toggle question panel.
2023-04-27 13:57:40 -03:00
Max Franke
d28b93a586
feat(reactions): add user reaction
...
add user-reaction collection
add emoji picker for user reaction in the user list
add options to enable/disable user-reaction
add a way to pass style to emoji-picker component
2023-04-27 11:54:11 -03:00
transifex-integration[bot]
874e601543
Apply translations in uk_UA
...
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'uk_UA' language.
2023-04-27 14:05:33 +00:00
Anton Georgiev
4406dcb971
Merge pull request #17744 from diegobenetti/transfer-button-not-displayed-in-tablets
...
fix: Transfer button not displayed in tablets
2023-04-27 08:37:46 -04:00
Diego Benetti
910e3f2e6f
Fixes url concatenation to encode the parameters
2023-04-27 12:17:14 +00:00
Anton Barboza
860766b4cf
Merge remote-tracking branch 'upstream/v2.6.x-release' into layout-tests-migration
2023-04-26 15:14:24 -03:00
André Castro
14d80a2154
Update bigbluebutton-html5/imports/ui/components/webcam/component.jsx
...
Co-authored-by: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
2023-04-26 14:59:45 -03:00
André Castro
d1e72d9ada
Update bigbluebutton-html5/imports/ui/components/webcam/component.jsx
...
Co-authored-by: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
2023-04-26 14:54:30 -03:00
Diego Benetti
9306e38dd9
Improves iOS detection to consider tablet as iOS instead of macOS
2023-04-26 14:33:27 +00:00
Diego Benetti
2767bee67c
Enables transfer button to be displayed in tablets
2023-04-26 14:30:25 +00:00
andre-imdt
d4b3a3b0e8
New logic apllied to dragging cameras.
2023-04-26 11:28:59 -03:00
Anton Barboza
9628f03af1
test: add smart, custom and push layout tests
2023-04-25 18:20:48 -03:00
Ramón Souza
2e8f3bdbb8
fix typing indicator in private chat
2023-04-25 16:59:07 -03:00