Commit Graph

37864 Commits

Author SHA1 Message Date
Anton Georgiev
116209887c captions writer modal tweak 2023-06-22 04:28:13 -04:00
Anton Georgiev
72ea26b931 captions writer modal tweak 2023-06-22 04:27:44 -04:00
Anton Georgiev
d8cc9f0e61 fix: missing comma after conflict resolving 2023-06-15 16:01:05 -04:00
Paulo Lanzarin
171c7a6587
Merge branch 'v2.7.x-release' into v2.7.x-release 2023-05-26 09:27:14 -03:00
Anton Georgiev
4948731fe7
Merge pull request #17764 from lfzawacki/reactions-port
feat: Port Mconf Reactions into BBB 2.7
2023-05-26 08:05:02 -04:00
Anton Georgiev
1a1f442d5a
Merge pull request #17746 from Carloshsc/port-present-webcam-27
feat(camera as content): present webcam
2023-05-26 08:01:40 -04:00
prlanzarin
7c77fc7433 Merge remote-tracking branch 'origin/v2.7.x-release' into reactions-port 2023-05-25 19:54:01 -03:00
Arthurk12
240134838d fix(reactions): code removed by mistake 2023-05-25 19:18:38 -03:00
Arthurk12
83f96b42c1 fix(reactions): remove commented code 2023-05-25 18:16:51 -03:00
Arthurk12
701206ee80 feat(reactions): add to disabledFeatures 2023-05-25 18:05:50 -03:00
Arthurk12
461be7a7fc fix(reactions): method call
Update method call to the unified one(setUserReaction) and include the userID
parameter, so it can be used by mods to clear others status as well.
2023-05-25 17:42:02 -03:00
Arthurk12
196d2c1e0a feat(reactions): sync expiration with akka
Currently, the reactions are cleared on mongo based on the expire time.
So to sync its state with akka, an observer is atattched to the user
reactions collection and whenever a reaction is removed because of the
expiration time, akka is notified with message 'UserReactionTimeExpiredCmdMsg'.
2023-05-25 17:32:27 -03:00
Anton Georgiev
c47f269273
Merge pull request #17988 from antobinary/merge-may-24
chore: Merge BBB 2.6.8 into BBB 2.7
2023-05-24 19:20:38 -04:00
Anton Georgiev
25af259d2d Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-may-24 2023-05-24 17:23:00 -04:00
Anton Georgiev
aeda929b9b
docs: Added link to 2.6.8 2023-05-24 17:07:53 -04:00
transifex-integration[bot]
60ea38bfed
Translations for bigbluebutton-html5/public/locales/en.json in fa_IR (#17940)
* Translate en.json in fa_IR
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-24 16:12:52 -04:00
Anton Georgiev
816b8ede1e
Merge pull request #17983 from ramonlsouza/issue-17969
fix: Some images are not shown in presentation if using Firefox as client and using a PDF created by MS Office
2023-05-24 15:05:28 -04:00
Ramón Souza
219b1d1a72
add inline comment 2023-05-24 15:45:08 -03:00
Anton Georgiev
cb68297273
Merge pull request #17963 from ramonlsouza/fix-self-checked-value
fix: webcam self view toggle label
2023-05-24 14:40:15 -04:00
Anton Georgiev
a20d82dbbe
Merge pull request #17947 from ramonlsouza/issue-17945
fix: The indicator for disabled self view should hide on webcam unshare
2023-05-24 14:39:48 -04:00
Ramón Souza
60713e6f54 fix slide render issue in firefox 2023-05-24 14:36:58 -03:00
Arthurk12
3efdbd9012 feat(reactions): add akka messages to clear all emojis status
Adds two new messages which clear the users emoji statuses. This messages
enables this task to be done in a single call, instead of triggering one
method call for each user.
'ClearAllUsersEmojiCmdMsg' is sent from meteor to akka and updates all the
emoji states in the users model.
'ClearedAllUsersEmojiEvtMsg' is sent from akka to meteor. This triggers the
 mongo collection update.
2023-05-24 10:49:42 -03:00
Anton Georgiev
870c317018
Merge pull request #17973 from antobinary/build-fs
fix(sec): upgrade FS dep sofia-sip to 1.13.15
2023-05-23 14:36:10 -04:00
Anton Georgiev
998377ec5f chore: upgrade FS dep sofia-sip to 1.13.15 2023-05-23 14:21:19 -04:00
Anton Georgiev
4b93b9385c
chore: Bump BBB version to 2.6.8 2023-05-23 10:36:23 -04:00
Anton Georgiev
f86f6fd756
Merge pull request #17942 from bigbluebutton/antobinary-patch-1
ci: Update automated-tests.yml for BBB 2.7
2023-05-23 10:35:06 -04:00
transifex-integration[bot]
376139a30d
Translate en.json in es (#17965)
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-23 07:41:35 -04:00
transifex-integration[bot]
08c5f5b6b6
Translate en.json in es_ES (#17966)
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-23 07:41:12 -04:00
Anton Georgiev
dab5c9bed4
Merge pull request #17964 from ffdixon/update-docs
docs: Fix broken links
2023-05-23 07:20:07 -04:00
Fred Dixon
58ff510f52 Fix broken links 2023-05-22 13:18:48 -04:00
Arthurk12
8541a5aae1 fix(reactions): prop name 2023-05-22 12:07:08 -03:00
Ramón Souza
7312021d9b fix self view label value 2023-05-22 10:19:49 -03:00
Fred Dixon
ad4521eae7
Merge pull request #17957 from hiroshisuga/patch-73
Fix a minor mistyping
2023-05-21 15:54:11 -04:00
hiroshisuga
2ae085c5e0
Update README 2023-05-21 21:21:38 +09:00
Ramón Souza
0eeeaf9833
Merge pull request #17950 from Scroody/I-17888
Fix: Send to chat presentation not having unread notification
2023-05-19 14:44:00 -03:00
prlanzarin
cf4ff9453c build: add bbb-transcription-controller
Added as an optional package
2023-05-19 13:03:17 -03:00
Scroody
08a0226b59 Fix: Send to chat presentation not having unread notification 2023-05-19 10:54:29 -03:00
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
895a134e5d
ci: Update automated-tests.yml for BBB 2.7 2023-05-18 16:12:45 -04: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
Anton Georgiev
d27e14af4b
Merge pull request #17928 from antonbsa/hide-presentation-customparam-testfix
test: fix hide presentation on join test
2023-05-18 13:17:02 -04:00
Anton Georgiev
821f2bef69
Merge pull request #17937 from paultrudel/create-no-pw-response
fix: Add check for no passwords in meeting create
2023-05-18 10:42:30 -04:00
Anton Georgiev
9aa32c9716
Merge pull request #17870 from antonbsa/reconnection-tests
test: chat and audio reconnection tests
2023-05-18 09:19:38 -04: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
Paul Trudel
de58b4ceec Added condition to check if no passwords are provided 2023-05-17 18:35:05 +00: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