Commit Graph

37200 Commits

Author SHA1 Message Date
Tainan Felipe
81914279b6 WIP: Move Icon and Tooltip to common components 2023-04-11 10:10:02 -03:00
Tainan Felipe
026d9ef3eb Merge branch 'pull-17124' into apollo-client 2023-04-05 16:25:19 -03:00
Tainan Felipe
e18059fffa WIP: Initial implementation of graphql in user list 2023-04-05 16:18:04 -03:00
Gustavo Trott
be4bac6037 Merge with v2.7.x-release 2023-04-05 15:05:16 -03:00
Gustavo Trott
3cf7be926c Introduces userTyping, user_connectionStatus and other flags to Postgres/Hasura 2023-04-05 13:56:22 -03:00
Gustavo Trott
783ed2d0f3 Set userId as PK for user_voice table (user has only one mic, following Meteor current logic) 2023-04-04 09:10:04 -03:00
Gustavo Trott
94111058e5 Set userId as PK for user_voice table (user has only one mic, following Meteor current logic) 2023-04-04 09:02:41 -03:00
Gustavo Trott
3b9468696f Small fixes on Hasura 2023-04-03 17:49:24 -03:00
Gustavo Trott
d13613fb7d Include cursor data to Pg/Hasura and other fixes 2023-04-03 17:23:30 -03:00
Gustavo Trott
a31f3fe057 Set current presentation in Postgres/Hasura 2023-04-03 10:46:47 -03:00
Gustavo Trott
884fb30790 Removes wrong file 2023-03-31 17:46:49 -03:00
Gustavo Trott
e85620d7a9 Add presentation collections to Hasura/Postgres 2023-03-31 17:46:17 -03:00
Anton Georgiev
a6b5375391
Merge pull request #17377 from paultrudel/remove-client-config-service
refactor(bbb-web): Remove Client Config Service
2023-03-31 09:33:50 -04:00
Paul Trudel
b55d152d2c Removed ClientConfigService from bbb-web 2023-03-31 13:24:02 +00:00
transifex-integration[bot]
cb133b7d0a
Apply translations in fr (#17374)
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-03-31 08:44:53 -04:00
Anton Georgiev
52a981a2b2
Merge pull request #17365 from antobinary/mar-30-1
chore: Merge BBB ~2.6.1 into 2.7
2023-03-30 13:37:56 -04:00
Anton Georgiev
2e424bd2d4
Merge pull request #15680 from antonbsa/webcam-tests
test: Webcam tests additions
2023-03-30 12:12:58 -04:00
Anton Georgiev
77c5c27153
Merge pull request #17239 from danielpetri1/content-capture-toast-fix
fix(bbb-html5): Dismiss uploading toast after content capture
2023-03-30 09:29:30 -04:00
Anton Georgiev
71b07e5cd9
Merge pull request #17054 from paultrudel/allow-mods-unmute-users-fix
fix: Recover broken allowModsToUnmuteUsers functionality
2023-03-30 09:11:48 -04:00
Anton Georgiev
eecde552ce Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into mar-30-1 2023-03-30 08:47:07 -04:00
Ramón Souza
9684847ae7
Merge pull request #17361 from Scroody/I-17351
Fixed: Error message on layout change.
2023-03-30 09:09:08 -03:00
Ramón Souza
88b5eb37c2
Merge pull request #17172 from Scroody/I-17081
Fix: Undo bug returning to slide '0'.
2023-03-30 09:00:03 -03:00
Anton Georgiev
3a02a04bb7
docs: fix bbb-web dev instructions
backport of @hiroshisuga 's https://github.com/bigbluebutton/bigbluebutton/pull/17363
2023-03-30 07:59:53 -04:00
Ramón Souza
671d9a589e
Merge branch 'v2.6.x-release' into I-17081 2023-03-30 08:58:58 -03:00
Anton Georgiev
06d2959646
Merge pull request #17096 from danielpetri1/new-polling
fix(bbb-export-annotations): Change poll results appearance
2023-03-30 07:57:57 -04:00
Anton Georgiev
659cd7d5ca
Merge pull request #17362 from germanocaumo/poll-rec-fix
fix(recording): crash on redisrecorderactor when poll is published
2023-03-29 19:02:29 -04:00
germanocaumo
e326955f90 fix(recording): crash on redisrecorderactor when poll is published
We were trying to save a poll result shape before it was converted to tldraw style, which was not compatible.
2023-03-29 22:43:18 +00:00
Anton Georgiev
2b13426ff9
Merge pull request #17346 from antobinary/fix-bbb-conf
fix(bbb-conf): switch to the safer .innerText
2023-03-29 15:43:00 -04:00
Anton Georgiev
de9ce37911 fix: remove bolding tag around Error to simplify 2023-03-29 15:39:10 -04:00
imdt
573c8a47a9 Fixed: another bug cause by undo related to the one solved initial PR. 2023-03-29 16:30:32 -03:00
Anton Georgiev
279ee3211d
Merge pull request #17345 from antobinary/fix-const
fix: fix some code smell by adding const for variables
2023-03-29 15:22:40 -04:00
imdt
0b34b4e971 Fixed: Error message on layout change. 2023-03-29 15:38:55 -03:00
Anton B
b41ba76365 test: fix webcam test name 2023-03-29 13:56:53 -03:00
Anton B
8ff1493d6b test: add webcam fullscreen test 2023-03-29 13:49:22 -03:00
Gustavo Trott
2b58f246ee Create relationship for chat->user 2023-03-29 12:06:48 -03:00
Paul Trudel
f11eac6064 Re-removed userLocked check from allowedToUnmuteAudio 2023-03-29 14:50:53 +00:00
Anton B
3a7b59c19a test: add video quality and background webcam tests 2023-03-29 11:16:47 -03:00
Anton Georgiev
1db11fcd15
Merge pull request #17359 from antonbsa/ci-triggering-on-push
ci: Prevents CI triggering on push events
2023-03-29 09:50:51 -04:00
Anton Georgiev
d0d701bf83
Merge pull request #17357 from ramonlsouza/fix-empty-slide
fix: empty slide on presentation change
2023-03-29 09:37:20 -04:00
Anton B
08a63e2aa2 ci: avoid triggering automated tests on push events 2023-03-29 10:36:18 -03:00
Anton B
4b5d4e9e2a Merge remote-tracking branch 'upstream/v2.6.x-release' into webcam-tests 2023-03-29 10:29:58 -03:00
transifex-integration[bot]
d2892d29a9
Apply translations in fr (#17342)
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-03-29 09:16:44 -04:00
Gustavo Trott
7f88d2efa4 Add Chat collections to Hasura/Postgres 2023-03-29 09:55:41 -03:00
Ramón Souza
ab8d9214af fix empty slide on presentation change 2023-03-29 09:35:10 -03:00
Paul Trudel
4b24e037f2 Changed value of userLocked 2023-03-28 21:26:40 +00:00
Paul Trudel
d5f8650666 Added userLocked check to allowedToUnmuteAudio check 2023-03-28 21:24:58 +00:00
Paul Trudel
4142917f57 Re-added check for user lock to unmute 2023-03-28 18:50:16 +00:00
Anton Georgiev
7e455f163a
Merge pull request #17347 from kepstin/recording-fixes
bbb-presentation-video: Update to 4.0.1
2023-03-28 13:58:03 -04:00
Paul Trudel
349886b3b1 Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into allow-mods-unmute-users-fix 2023-03-28 17:52:43 +00:00
Calvin Walton
ee3341ba21 bbb-presentation-video: Update to 4.0.1 2023-03-28 13:49:16 -04:00