Commit Graph

36421 Commits

Author SHA1 Message Date
imdt
ac8c33c3b0 Notification of: You have been removed from the conference. fixed. 2023-02-17 15:15:39 -03:00
imdt
9632d0139a Alternatives to some keyboard shortcuts added to the keyboard shortcut list 2023-02-16 16:08:43 -03:00
imdt
a7f7c8d14c Alternatives to some keyboard shortcuts added to the keyboard shortcut list 2023-02-16 15:29:54 -03:00
imdt
fec1ce1b37 (pinned) text added to shared notes and notification added to pinned shared notes. 2023-02-16 11:00:15 -03:00
imdt
061941fbde Usability: Text indicating pinned shared notes altered and notification added. 2023-02-15 16:38:18 -03:00
imdt
fd2c1d2d01 Enhanced: increase gap between custom input and text area. 2023-02-14 13:57:23 -03:00
Anton Georgiev
68384e940f
Merge pull request #16717 from ramonlsouza/issue-15775
fix: Layout bug with "Smart layout" in Breakout Rooms
2023-02-14 10:01:34 -05:00
Anton Georgiev
ad6eef4d12
Merge pull request #16703 from danielpetri1/unread-notification
fix: Notes notification perpetually unread
2023-02-14 08:53:30 -05:00
Ramón Souza
775c015d66
Merge pull request #16715 from KDSBrowne/bbb-style-focus
Add Focus Ring To Items In Top Tldraw Toolbar
2023-02-14 10:51:24 -03:00
Ramón Souza
432db58347 adjust camera position in breakout rooms - smart layout 2023-02-14 09:40:27 -03:00
KDSBrowne
23f7b80e35 add forcus ring to items in tldraw styles toolbar 2023-02-14 03:28:36 +00:00
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
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
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
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
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
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
Gustavo Trott
375d1c5d5b
Merge pull request #16606 from GuiLeme/issue-13867 2023-02-09 14:45:52 -03: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
GuiLeme
c3d5363782 [issue-16381] - prevent still usefull images from being uninstalled 2023-02-08 16:03:49 -03:00
Ramón Souza
0a9e1c2603
chore: bump release to 2.6.0-rc.3 2023-02-08 15:51:32 -03:00