Commit Graph

36796 Commits

Author SHA1 Message Date
Anton Georgiev
953645d037
Merge pull request #16937 from danielpetri1/package-tldraw-fonts
chore: Package tldraw fonts for bbb-export-annotations
2023-03-10 13:41:45 -05:00
Anton Georgiev
5624a792d3 build: create the fonts dir before using it 2023-03-10 13:41:12 -05:00
Anton Georgiev
dd2d033450 Merge branch 'package-tldraw-fonts' of github.com:danielpetri1/bigbluebutton into package-tldraw-fonts 2023-03-10 13:40:36 -05:00
Ramón Souza
7af0642e22
Merge pull request #16984 from germanocaumo/prest-whit-code-refactor
refactor(html5): presentation/whiteboard/cursor code cleanup and linting
2023-03-10 09:46:02 -03:00
germanocaumo
a0ef1957c6 fix(pantool): prop type warning 2023-03-10 12:36:54 +00:00
germanocaumo
37c3e4afcc Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into prest-whit-code-refactor 2023-03-10 12:22:10 +00:00
Ramón Souza
f51f445896
Merge pull request #16923 from lfzawacki/v2.6.x-release-presentation-minimize
fix(presentation): Remove old presentation minize code
2023-03-10 09:05:53 -03:00
Ramón Souza
f72b6dae94
remove oldMinimizeButton from settings file 2023-03-10 09:05:13 -03:00
germanocaumo
eaa7a9cb6f refactor(html5): remove unused code 2023-03-10 11:52:00 +00:00
Ramón Souza
619badda22
Merge pull request #16890 from KDSBrowne/bbb-export-notification
fix: Notifications on export presentation with annotations
2023-03-10 08:43:04 -03:00
germanocaumo
d09f2681d9 refactor(html5): presentation/whiteboard/cursor code cleanup and linting 2023-03-10 11:30:46 +00:00
Ramón Souza
6970fef004
Merge pull request #16962 from germanocaumo/cursor-fixes
fix(tldraw): cursor fixes
2023-03-10 08:04:31 -03:00
germanocaumo
a3f8147b42 fix(cursor): remove duplicate code 2023-03-09 23:10:18 +00:00
Anton Georgiev
ce3b4a73b4
Merge pull request #16980 from ramonlsouza/autofocus-external-video
fix: Auto focus on external video input
2023-03-09 16:26:08 -05:00
Anton Georgiev
14160ba6ea
Merge pull request #16983 from bigbluebutton/antobinary-patch-3
fix: Allow for existing dir 'exploded' in bbb-web deploy_to_usr_share.sh
2023-03-09 16:25:24 -05:00
Anton Georgiev
49edb857fe
fix: Allow for existing dir 'exploded' in bbb-web deploy_to_usr_share.sh 2023-03-09 16:23:21 -05:00
Anton Georgiev
1894b4222a
Merge pull request #16933 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_tr
Translate 'bigbluebutton-html5/public/locales/en.json' in 'tr'
2023-03-09 15:43:28 -05:00
Anton Georgiev
5a76398b85
Merge pull request #16935 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-09 15:41:48 -05:00
Anton Georgiev
2ba9d2732a
Merge pull request #16939 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-03-09 15:41:31 -05:00
Ramón Souza
42a2a729bb auto focus on external video input 2023-03-09 16:44:47 -03:00
Anton Georgiev
f643ed7fb4 chore: bump release to 2.6.0-rc.7 2023-03-09 14:44:37 -05:00
Anton Georgiev
7fb6ad8915 docs: fix broken links 2023-03-09 14:38:18 -05:00
Paulo Lanzarin
64fa09b4ac
Merge pull request #16918 from prlanzarin/u26/fix/checkAuth-username-encoding
fix: encode user-name before sending it as header to checkAuthorization users
2023-03-09 11:52:45 -03:00
Ramón Souza
9a60bdcd06
Merge pull request #16971 from KDSBrowne/bbb-16959
fix: Stop Tool Lock Being Reset on Updates
2023-03-09 10:47:36 -03:00
KDSBrowne
c6379443cc
update isToolLocked initial value 2023-03-09 08:42:05 -05:00
Anton Georgiev
ea65d99b46
Merge pull request #16973 from antobinary/docs-include-latest-26
docs: fix broken links
2023-03-08 16:37:13 -05:00
Anton Georgiev
e3a736ff64 docs: fix links 2023-03-08 16:07:34 -05:00
Anton Georgiev
e3f3e4bdfa docs: fix links 2023-03-08 16:04:16 -05:00
Anton Georgiev
a9d2836126
Merge pull request #16970 from antobinary/docs-include-latest-26
docs: sync up 2.6 docs
2023-03-08 15:58:30 -05:00
Anton Georgiev
fa3ba8cdf0 ci: exclude docs and .md files from triggering test suite 2023-03-08 15:54:36 -05:00
Anton Georgiev
3780d0dcca docs: sync up 2.6 docs 2023-03-08 15:45:23 -05:00
KDSBrowne
47e7bda1a9 stop tool lock being reset on updates 2023-03-08 20:41:25 +00:00
Anton Georgiev
7376f367c2
Merge pull request #16968 from tibroc/docs-build-only-some-versions
docs: Build only manually specified versions
2023-03-08 15:16:45 -05:00
timo
a005b2a6b1 Only build specified versions
In order to be able to control better which branches are actually used
for building the docs, this commit changes the logic of the script to
only add manually specified versionsi to the docs.
2023-03-08 21:10:57 +01:00
germanocaumo
8aa15ef861 fix(cursor): send cursor position disabled on unmount
This fixes the cursors staying visible in the recording after the multiuser was disabled.
Also stop sending some unnecessary end events.
2023-03-08 16:39:53 +00:00
Ramón Souza
f2a3031b04
Merge pull request #16949 from KDSBrowne/bbb-chat-list-a11y
Add List and List Item Roles to Chat Elements
2023-03-08 13:14:56 -03:00
Anton Georgiev
1226165f86
Merge pull request #16958 from ramonlsouza/wb-doc-fix
fix: whiteboard crash with new presentation
2023-03-08 10:06:11 -05:00
Ramón Souza
8ee8a5508f fix whiteboard crash when adding a new presentation 2023-03-08 10:01:18 -03:00
Ramón Souza
2fabb1a8e5
Merge pull request #16952 from antobinary/wb-fix
fix: avoid wb crash when switching presentation
2023-03-08 08:36:59 -03:00
Anton Georgiev
8e640a7918 fix: avoid wb crash when switching presentation 2023-03-07 16:11:40 -05:00
germanocaumo
c1810360ef fix(cursor): improve cursor position for others
Cursor position was desynced after the presenter zoomed with ctrl+scroll, also fixes the last position of the cursor not being sent sometimes.
Move the throttle to the service call so it is considered in all cases (and there was already a throttle there).
2023-03-07 19:03:07 +00:00
KDSBrowne
68caf7549c add list and listitem roles to chat 2023-03-07 18:18:15 +00:00
Ramón Souza
3c376e112d
Merge pull request #16936 from ramonlsouza/not-logged-redirect
fix: return logoutUrl on logout even if the user is not logged in
2023-03-07 13:03:20 -03:00
Ramón Souza
4aeb406aaf
Merge pull request #16754 from Scroody/i-16640
fix: Banned user sees message upon return attempt (before - only blue screen)
2023-03-07 13:03:00 -03:00
Anton Georgiev
7cfa1ce813
Merge pull request #16940 from tibroc/docs-fix-version-build
docs: Fix the version build script
2023-03-07 10:20:24 -05:00
timo
6320e358f8 Fixes the version build script
The script that adds the different versions to docusaurus was broken
when not running it from the develop branch. This commit should fix
that.
2023-03-07 16:15:22 +01:00
danielpetri1
078c887aaf Build font information cache files in after-install 2023-03-07 14:52:08 +00:00
Daniel Petri Rocha
72d0e620ae
Update build/packages-template/bbb-export-annotations/build.sh
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-03-07 15:34:57 +01:00
Anton Georgiev
5fced70d2e
Merge pull request #16932 from hiroshisuga/patch-63
fix: Fix an inline typo
2023-03-07 09:13:18 -05:00
Anton Georgiev
24b48b564f
Merge pull request #16934 from tibroc/docs-remove-edit-#16863
docs: Remove the edit button on the bottom of each page
2023-03-07 09:11:57 -05:00