Commit Graph

36788 Commits

Author SHA1 Message Date
Anton Georgiev
425c6f591d
Merge pull request #16712 from ramonlsouza/throttled-cursor-updates
fix: reduce whiteboard cursor updates
2023-02-13 15:07:04 -05:00
Ramón Souza
0d4e7e80bb reduce unnecessary renders in cursors 2023-02-13 16:41:33 -03:00
Anton Georgiev
b5759533d2
Merge pull request #16698 from kepstin/video-recording
recording: video format updates & fixes
2023-02-13 14:41:12 -05:00
Anton Georgiev
db13767e7d
Merge pull request #16696 from kepstin/rec-fixes-2.6
recording: Fix handling deskshare with delayed video
2023-02-13 14:30:06 -05:00
Anton Georgiev
4ff0213d36
Merge pull request #16710 from antobinary/connection-status-distribution
fix: Only moderators should hear connection-status for all; otherwise…
2023-02-13 13:25:38 -05:00
Ramón Souza
df6d14c99c
Merge pull request #16699 from ramonlsouza/issue-16664
fix(whiteboard): change cursor when moving shapes
2023-02-13 15:15:13 -03:00
Ramón Souza
53a1b02d04 restore throttle in cursor updates 2023-02-13 15:05:49 -03:00
Ramón Souza
ece96f6265
Merge pull request #16681 from ramonlsouza/issue-16663
fix: NotifyRecordingIsOn should not offer me to leave
2023-02-13 14:59:03 -03:00
Anton Georgiev
9a95054a77 fix: Only moderators should hear connection-status for all; otherwise only hear your own 2023-02-13 16:52:32 +00:00
Anton Georgiev
64c3c44d06
Merge pull request #16674 from paultrudel/checksum-ignore-case
fix(bbb-web): Case Insensitive Checksum Validation
2023-02-13 09:46:22 -05:00
Gabriel Porfirio
956bcc373a finish checking files extensions 2023-02-13 11:39:04 -03:00
Anton Georgiev
148d6ea4ca
Merge pull request #16704 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_eu
Translate '/bigbluebutton-html5/public/locales/en.json' in 'eu'
2023-02-13 08:53:14 -05:00
Gabriel Porfirio
ce5fffc971 improving test 2023-02-13 10:37:14 -03:00
transifex-integration[bot]
a4c1cb3152
Apply translations in eu
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'eu' language.
2023-02-12 22:33:58 +00:00
Daniel Petri Rocha
7b0b52cc61 Refactor methods 2023-02-11 12:57:41 +01:00
hiroshisuga
720501aa29
better styletool on iPhone 2023-02-11 13:25:36 +09:00
GuiLeme
a9a9b5b83e [issue-16590] - Change ownership of logging dir 2023-02-10 16:55:28 -03:00
Anton Georgiev
0c8c48d4ef
Delete CNAME 2023-02-10 14:51:52 -05:00
Anton Georgiev
ed225899dc
Update CNAME 2023-02-10 14:40:14 -05:00
Anton Georgiev
12dfe94bf0
Create CNAME 2023-02-10 14:37:36 -05:00
Anton Georgiev
a3510f6dc8
Delete CNAME 2023-02-10 14:36:51 -05:00
Anton Georgiev
94dd2adb1a
Update CNAME 2023-02-10 14:23:33 -05:00
Anton Georgiev
baa7577bfb
Create CNAME 2023-02-10 14:22:42 -05:00
Anton Georgiev
bb54872efa
Delete CNAME 2023-02-10 14:22:37 -05:00
Anton Georgiev
9941de982c
Create CNAME 2023-02-10 14:21:43 -05:00
Gabriel Porfirio
f659af1601 few changes on the test names 2023-02-10 16:19:43 -03:00
Ramón Souza
320d121254 change cursor when moving shapes 2023-02-10 15:30:24 -03:00
Calvin Walton
6379a6f50d recording: video format updates & fixes
A few minor updates and fixes to the video recording format:

* The 'show_moderator_viewpoint' recording setting is now honoured.
* The desktop sharing video replaces the presentation area - it no
  longer hides webcams (it now matches the live meeting).
* The 'playback_protocol' recording setting is now honoured (recording
  links will correctly use https when that's configured).
2023-02-10 12:21:27 -05:00
Ramón Souza
ad8b627747
Merge pull request #16692 from ramonlsouza/adjust-whiteboard-buttons
style: adjust presentation menu buttons
2023-02-10 13:40:55 -03:00
Ramón Souza
efdbe388c4
Merge pull request #16651 from hiroshisuga/patch-59
[2.6.0] Add icons to presentation menu
2023-02-10 13:29:38 -03:00
Calvin Walton
1dd40b8380 recording: Fix handling deskshare with delayed video
When a deskshare stream with combined audio + video starts up, it can
happen that the audio starts before the video - so the first video frame
will be some amount of time after the file start.

If there's a recording processing cut in this gap, the procesing can
crash because it can generate an output video with no video frames.

There are two parts to the fix:
  * Trim input videos with the trim filter, configured to ensure at
    least 1 output frame is generated, even if it would be after the
    end timestamp.
  * Use the tpad filter to pad the *start* of a video stream to make
    sure there's something in the gap.
2023-02-10 11:27:18 -05:00
Gabriel Porfirio
e59cba97ab new function inside page 2023-02-10 13:20:14 -03:00
Gabriel Porfirio
f86ef2b04a checking file extensions 2023-02-10 10:50:48 -03:00
Anton Georgiev
4e390c1fe8
Merge pull request #15269 from GuiLeme/override-variables-cronjob
feat(bbb-config): Override of cronjob variables
2023-02-10 08:41:25 -05:00
Ramón Souza
225874ad77 adjust whiteboard toolbar in dark mode 2023-02-10 10:37:29 -03:00
Ramón Souza
ee006508cc adjust whiteboard toolbar buttons 2023-02-10 10:05:34 -03:00
Ramón Souza
5c784d0b92
Merge pull request #16657 from Arthurk12/bbb/v2.6/darkmode-logo
fix(dark mode): logo colors inversion
2023-02-10 09:06:33 -03:00
Bohdan Zhemelinskyi
ea418e0776 improve error-handling 2023-02-09 21:29:02 +00:00
Gabriel Porfirio
cdb5dba750 checking rooms quantity 2023-02-09 16:43:49 -03:00
Gabriel Porfirio
d933e30aa4 shared notes test 2023-02-09 15:10:50 -03:00
Gustavo Trott
375d1c5d5b
Merge pull request #16606 from GuiLeme/issue-13867 2023-02-09 14:45:52 -03:00
timo
f00cebb1b6 Update readme
This commit updates the readme to the latest changes.

closes #16666
2023-02-09 11:41:39 +01:00
timo
e4b9637eef Use GitHub Actions and Pages to build and deploy the docs
This commit introduces GitHub Actions to build the docs and deploy them
to GitHub Pages with the following behavior:

* The job will only be triggered for pushes to the branches 'develop' or
those starting with 'v' and changes to the 'docs'-folder in order to
avoid excessive triggering.
* Jobs that are triggered concurrently on different branches are
  canceled and only the last job will be executed.

The template for this action is taken from the original docusaurus
documentation (https://docusaurus.io/docs/deployment#deploying-to-github-pages).

Closes #16665
2023-02-09 11:40:25 +01:00
timo
c87294b5b2 Versioning configuration and improvents in the build script
This commit contains:
* fix the build script, so that only versions are added that have a
  `docusaurus.config.js`
* some refactoring so that the build script will work well with github
  pages
* add configuration to the `docusaurus.config.js` to display a dropdown
  menu to select a version

The behavior for the versioning is now so that 2.6 is both the 'latest'
version as well as the 'next' version. As soon as 2.7 will be built that
will be displayed as the 'next' version.

closes #16671
2023-02-09 10:53:47 +01:00
Anton Georgiev
229f0deb46
Merge pull request #16659 from GuiLeme/issue-16381
fix(bbb-conf): Crontab New routine to remove unused docker images
2023-02-08 20:20:08 -05:00
Anton Georgiev
95df7e3357
Merge pull request #16685 from antobinary/tag-video
chore: bump bbb-presentation-video to 4.0.0-beta.4
2023-02-08 17:38:53 -05:00
Anton Georgiev
ac58a4b4c9 chore: bump bbb-presentation-video to 4.0.0-beta.4 2023-02-08 22:37:40 +00:00
Anton Georgiev
3da7081264 chore: bump bbb-presentation-video to 4.0.0-beta.4 2023-02-08 22:33:55 +00:00
Anton Georgiev
f0024e94cf
Merge pull request #16683 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-02-08 17:10:29 -05:00
Ramón Souza
2b7dbb3ded
Merge pull request #16684 from ramonlsouza/increase-max-annot
chore: increase default value for max number of annotations per slide
2023-02-08 17:45:48 -03:00