transifex-integration[bot]
f81dc8daa9
Translate en.json in ja ( #20763 )
...
100% translated source file: 'en.json'
on 'ja'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-07-24 09:17:09 -04:00
transifex-integration[bot]
3e916e1a46
Updates for project BigBlueButton v3.0 HTML5 client and language pt_BR ( #20751 )
...
* Translate en.json in pt_BR
100% translated source file: 'en.json'
on 'pt_BR'.
* Translate en.json in pt_BR
100% translated source file: 'en.json'
on 'pt_BR'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-07-23 08:15:22 -04:00
Arthur B. Grossi
291809bff0
feat(private-chat): message read confirmation feedback ( #20722 )
...
* feat(graphql-server): add new view `v_chat_private_read_feedback`
Adds a view called `v_chat_private_read_feedback` to retrieve the last seen time
of the recipient of a private chat.
* refactor(chat): removes unused prop `lastSeenAt`
* feat(private-chat): message read confirmation feedback
Adds message read confirmation feedback feature to private chats.
This feature uses the private chat recipient's `lastSeenAt' attribute to
check which messages were read. Messages read are show in the chat with
a check icon next to it.
Feature behind a flag in settings.yml, which is disabled by default:
- `public.chat.privateMessageReadFeedback.enabled`
* fix(chat): poll chart message
Fixes poll chart message which was not using the full chat width due to
previous changes in chat messages `flex-direction`.
* fix: adds missing initial value for `privateMessageReadFeedback`
* fix: linter errors
* fix(chat): add `recipientHasSeen` property to existing view
This commit changes the way the messages read by the recipient are
tracked. The previous strategy required the client to calculate the read
messages and as a consequence all messages of the given chat
were re-rendered every time the recipient `lastSeenAt` time
changed. The current strategy consists of calculating the read messages
on the server(based on recipient `lastSeenAt`) and just expose to the
client a boolean(`recipientHasSeen`) for each message that indicates whether
it has already been read or not.
* fix: typo in message description
* fix: typo in settings flag
* fix: vertically align icon
2024-07-22 12:01:24 -04:00
Anton Georgiev
50e3c5aa42
chore: rename meeting to session in en.json ( #20743 )
2024-07-22 08:50:49 -04:00
Gustavo Trott
c6b9ab35ae
refactor: Remove old userStatus Emoji ( #20717 )
...
* Remove old userStatus Emoji
* tweak docs
* fix bkroom errors
2024-07-18 08:58:38 -04:00
João Victor Nunes
1d737fbada
refactor(html5): recording start/stop modal ( #20679 )
...
* refactor(html5): recording start/stop modal
* Add suport for errors
2024-07-16 15:29:29 -03:00
transifex-integration[bot]
a5dd9dfbbc
Translate en.json in es_ES ( #20705 )
...
100% translated source file: 'en.json'
on 'es_ES'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-07-15 15:19:41 -04:00
transifex-integration[bot]
dad726c7ef
Translate en.json in es ( #20706 )
...
100% translated source file: 'en.json'
on 'es'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-07-15 15:19:15 -04:00
transifex-integration[bot]
9588c4045b
Translate en.json in fr ( #20695 )
...
100% translated source file: 'en.json'
on 'fr'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-07-12 11:22:48 -04:00
transifex-integration[bot]
0c542ab9a8
Translate en.json in ja ( #20655 )
...
100% translated source file: 'en.json'
on 'ja'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-07-08 11:24:04 -04:00
transifex-integration[bot]
4614737743
Translate en.json in pl_PL ( #20657 )
...
100% translated source file: 'en.json'
on 'pl_PL'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-07-08 11:23:17 -04:00
Anton Georgiev
abeb12146b
Merge pull request #20480 from KDSBrowne/v30-enable-whiteboard-infinite-canvas
...
feat(whiteboard): Add infinite whiteboard for presentation slides
2024-07-05 17:54:55 -04:00
KDSBrowne
c341ea44f8
update canvas names to whiteboard
2024-07-05 20:13:30 +00:00
Guilherme Pereira Leme
ccb2e74bc1
feat(plugin): Added sendGenericDataForLearningAnalyticsDashboard for plugins ( #20628 )
...
* [data-channel-analytics-options] - Added data-channel analytics and record options and added a parameter options for the useDataChannel function
* Update bigbluebutton-html5/public/locales/en.json
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
* [data-channel-analytics-options] -created new sendDataAnalytics for plugin and change presentation toolbar button
* [data-channel-analytics-options] - QUICK FIX
* [update-data-channel-function] - fix action metadata
* [data-channel-analytics-options] - changes in review
* [data-channel-analytics-options] - changes in review
* [captionLocale] - Changes in review
* [data-channel-analytics-options] - update SDK
* [data-channel-analytics-options] Changes in review
* [data-channel-analytics-options] - changes in review
* [data-channel-analytics-options] - changes in review
* [data-channel-analytics-options] - changes in review
* Refactor learning dashboard json structure with genericData
* fix typo
* [data-channel-analytics-options] - changes according to new json structure
* changes in review
---------
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-07-05 16:49:45 -03:00
Tainan Felipe
0e7fe3c688
Change: improve client connection status ( #20630 )
2024-07-04 17:26:09 -03:00
KDSBrowne
687ee36d29
add functionality to enable infinite whiteboard
2024-07-03 17:14:47 +00:00
germanocaumo
d00454136b
Merge branch 'v3.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into new-video-preview-design
2024-06-17 15:27:36 -03:00
transifex-integration[bot]
6d4482fe66
Translate en.json in el_GR ( #20500 )
...
100% translated source file: 'en.json'
on 'el_GR'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-17 09:26:08 -04:00
germanocaumo
d7f657577c
Merge branch 'v3.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into new-video-preview-design
2024-06-14 08:42:41 -03:00
germanocaumo
df8f526ec6
feat(video-preview): new modal design
2024-06-13 13:46:45 -03:00
transifex-integration[bot]
b257313a4a
Updates for project BigBlueButton v3.0 HTML5 client and language ja ( #20479 )
...
* Translate en.json in ja
100% translated source file: 'en.json'
on 'ja'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-13 09:03:16 -04:00
Lucas
9bf3f54183
feat: Initial BBB 3.0 Gladia transcriptions implementation ( #20295 )
...
* feat(html5): initial implementation of Gladia transcriptions to BBB 3.0
* fix(transcription): Add missing locales and fix invalid cc menu key
* fix(bbb-transcription-controller): Bump transcription controller to fix some bugs
* fix: adjust yq syntax for setting fs esl password in transctiption-controller
* fix(transcription): Use newer useSettings format from transcription options
* fix(captions): Correctly use captions settings
---------
Co-authored-by: João Victor <joaovictornunes973@gmail.com>
Co-authored-by: Anton Georgiev <anto.georgiev@gmail.com>
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2024-06-12 12:06:07 -04:00
transifex-integration[bot]
8e1e1dbd7f
Translate en.json in ja ( #20470 )
...
100% translated source file: 'en.json'
on 'ja'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-12 08:49:19 -04:00
Tainan Felipe
c2364641d3
refactor: connection status for graphql connection ( #20196 )
...
* Add: connection status for graphql connection
2024-06-10 16:20:41 -04:00
transifex-integration[bot]
eb6c0b02d2
Translate en.json in ja ( #20436 )
...
100% translated source file: 'en.json'
on 'ja'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-07 08:38:38 -04:00
transifex-integration[bot]
b2f76d2cfd
Translate en.json in es_ES ( #20425 )
...
100% translated source file: 'en.json'
on 'es_ES'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-06 08:35:53 -04:00
transifex-integration[bot]
d35568215c
Translate en.json in ca ( #20424 )
...
100% translated source file: 'en.json'
on 'ca'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-06 08:35:31 -04:00
João Victor Nunes
5d3178f15d
refactor(guest-wait): turn guest wait page into a React component ( #20344 )
...
* refactor(guest-wait): turn guest wait page into a React component
* Fix rendering when the meeting is ended
* refactor(guest-wait): Backend portion for migration of `guest-wait` to Graphql
* Add message timeout
* Remove static guest wait page
---------
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-06-05 17:41:23 -03:00
João Victor Nunes
ab0e1da86c
improvement(webcam): refine webcam controls ( #20374 )
2024-06-04 14:10:16 -03:00
transifex-integration[bot]
ef072c7b30
Translate en.json in de ( #20397 )
...
100% translated source file: 'en.json'
on 'de'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-03 11:50:16 -04:00
transifex-integration[bot]
494f6cef54
Translate en.json in et ( #20394 )
...
100% translated source file: 'en.json'
on 'et'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-03 09:19:21 -04:00
transifex-integration[bot]
40ffb3e7fa
Translate en.json in tr ( #20395 )
...
100% translated source file: 'en.json'
on 'tr'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-03 09:18:57 -04:00
transifex-integration[bot]
6752e5475b
Translate en.json in ca ( #20393 )
...
100% translated source file: 'en.json'
on 'ca'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-03 09:18:29 -04:00
transifex-integration[bot]
bcd47c9f03
Translate en.json in gl ( #20382 )
...
100% translated source file: 'en.json'
on 'gl'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-31 10:07:34 -04:00
transifex-integration[bot]
f4ea95fd2b
Updates for project BigBlueButton v3.0 HTML5 client and language eu ( #20360 )
...
* Translate en.json in eu
100% translated source file: 'en.json'
on 'eu'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-30 10:32:18 -04:00
transifex-integration[bot]
5cb9af7673
Translate en.json in uk_UA ( #20364 )
...
100% translated source file: 'en.json'
on 'uk_UA'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-30 10:29:44 -04:00
transifex-integration[bot]
db114d9e9b
Updates for project BigBlueButton v3.0 HTML5 client and language es_ES ( #20365 )
...
* Translate en.json in es_ES
100% translated source file: 'en.json'
on 'es_ES'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-30 10:28:46 -04:00
transifex-integration[bot]
dabe9a7bae
Translate en.json in fr ( #20367 )
...
100% translated source file: 'en.json'
on 'fr'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-30 10:26:17 -04:00
transifex-integration[bot]
0f98f59f4e
Translate en.json in ja ( #20366 )
...
100% translated source file: 'en.json'
on 'ja'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-30 09:34:18 -04:00
transifex-integration[bot]
50bb73f4f0
Updates for project BigBlueButton v3.0 HTML5 client and language el_GR ( #20357 )
...
* Translate en.json in el_GR
100% translated source file: 'en.json'
on 'el_GR'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-30 09:33:31 -04:00
Gustavo Trott
b88854835c
Handling Validations and Error Reporting in bbb-graphql-actions (was in Hasura) ( #20308 )
2024-05-21 16:11:17 -03:00
Anton Georgiev
93e298910b
chore: Reword away, back from "away" mode
2024-05-15 06:58:27 -04:00
André Möller
183e691b7f
more icons
2024-05-13 13:50:54 -03:00
André Möller
985dfd9d5f
more icons
2024-05-13 13:37:59 -03:00
André Möller
699344929b
more icons
2024-05-13 12:24:11 -03:00
André Möller
1c1758f53e
Adding more missing icons
2024-05-13 10:26:26 -03:00
André Möller
cac683892a
Icons
2024-05-10 11:51:16 -03:00
Ramón Souza
b6e9246f7b
Merge pull request #20174 from prlanzarin/u30/fix/review-mobile-audio-join
...
fix(audio): review audio modal help screen
2024-05-09 11:32:00 -03:00
Ramón Souza
cfab7a82e9
Merge pull request #20120 from KDSBrowne/v30-19547
...
fix(whiteboard): Stop Loading Tldraw Assets From Unpkg Site
2024-05-06 10:45:33 -03:00
prlanzarin
983b8a85cf
fix(audio): improve help modal for listen only scenarios
...
The audio troubleshooting modal has very microphone-specific strings,
which might confuse users trying to join listen only.
Review the Help screen so that listen only scenarios are more generic.
As a bonus, review the unknownError locale with a more actionable text.
2024-05-03 21:41:06 +00:00