gabriellpr
79ed1d289b
Swap version of bbb-diff npm dependency
2022-06-03 14:00:44 -03:00
Ramón Souza
c489303672
Merge pull request #15128 from gabriellpr/line-space-pads
...
fix: pad line space not showing for viewers
2022-06-03 17:13:00 +01:00
gabriellpr
bdb703a056
fix: pad line space not showing
...
flex column removed
2022-06-03 12:10:47 -03:00
Joao Victor
2af2e63860
fix(Dashboard): make username look more clickable
2022-06-03 10:02:46 -03:00
Anton Georgiev
b31ad46a9f
Merge pull request #15116 from kepstin/issue-15085
...
Fix rap-enqueue.rb to load gems with bundler
2022-06-02 15:32:34 -04:00
Joao Victor
de6800dc98
fix(chat): show new message indicators for poll mesages
2022-06-02 15:54:03 -03:00
Ramón Souza
f6b190aaa8
Merge pull request #15078 from lfzawacki/develop-layout
...
fix(layout): Fix propagation bugs and allow moderators to set the pushLayout flag
2022-06-02 19:48:07 +01:00
Ramon Souza
0f6a638551
do not group moderator message sent to all breakouts
2022-06-02 13:47:49 -03:00
KDSBrowne
6d4d11a34d
fix cursors lock for viewers
2022-06-02 15:00:28 +00:00
Ramón Souza
162c89d701
Merge pull request #15095 from ramonlsouza/issue-7653
...
style: Revised styles for our primary circle buttons
2022-06-02 13:19:51 +01:00
Ramón Souza
ca762747a3
Merge pull request #14794 from JoVictorNunes/virtual-background-upload
...
feat(video): upload of own webcam virtual background
2022-06-01 21:28:06 +01:00
Joao Victor
b75fbe8279
Remove merge residue
2022-06-01 16:55:28 -03:00
Joao Victor
2a1401f2ae
Merge remote-tracking branch v2.6.x-release into virtual-background-upload
2022-06-01 16:50:29 -03:00
Anton Georgiev
566a11927c
Merge pull request #15074 from Arthurk12/webhooks-update
...
build(webhooks): v2.6.0
2022-06-01 14:31:54 -04:00
Joao Victor
bfe3472609
fix: remove style prop 'isVisualEffects' from button props
2022-06-01 14:46:43 -03:00
Joao Victor
1c02ff3877
fix: make drag-and-drop stuff follow the config
2022-06-01 14:30:50 -03:00
Joao Victor
4840543701
fix: move config key to public.virtualBackgrounds (Settings.yml)
2022-06-01 14:23:00 -03:00
Ramón Souza
9c978e91ee
Merge pull request #15114 from germanocaumo/tldraw-improvs
...
feat(whiteboard): poll result, zoom fit slide +
2022-06-01 17:02:52 +01:00
Joao Victor
22a924181d
fix: state update on delete
2022-06-01 12:31:56 -03:00
Joao Victor
769629daf6
improvement: add a new service function for reading the file
2022-06-01 12:05:16 -03:00
Ramón Souza
21907d5a9e
Merge pull request #15115 from JoVictorNunes/fix-button-style-May-31
...
fix: actions bar button styling
2022-06-01 15:56:33 +01:00
gabriellpr
75bf0bc76f
export chat save and copy updated
...
adding system messages key to public_chat_clear
2022-06-01 10:48:09 -03:00
germanocaumo
08b3659b68
fix(whiteboard): missing import
2022-06-01 13:47:28 +00:00
Joao Victor
b3d18a1d28
improvement: add HOC to concentrate drag-and-drop code
2022-06-01 10:34:21 -03:00
Calvin Walton
9abc934537
Fix rap-enqueue.rb to load gems with bundler
...
In BBB 2.5, we switched the recording system to use bundled gems
included privately in the recording package, rather than installed
system-wide. The rap-enqueue.rb script needs to be updated to load the
bundler gems.
According to bundler devs, setting the BUNDLE_GEMFILE environement
variable is the supported way to tell bundler where to find it
(otherwise bundler will search starting at the current working directory
- which in the case of rap-enqueue.rb is probably nowhere near the
Gemfile).
Use a relative path from the directory where the script is located so it
can be run both when installed and from a development environment.
Switch the script interpreter to use /usr/bin/env to load ruby from the
path. Doesn't make a difference in the installed package, but it makes
testing on development systems with multiple ruby environments easier.
Fixes #15085
2022-05-31 18:13:33 -04:00
Mario Junior
c06bc26488
Merge pull request #15106 from frankemax/camera-avatar-polishment
...
feat(webcam) camera avatar polishment
2022-05-31 18:34:11 -03:00
Joao Victor
c1a42f7ee7
fix: actions bar button styling
2022-05-31 18:03:42 -03:00
germanocaumo
07a3a915c0
feat(whiteboard): poll result, zoom fit slide +
...
- Poll result as text shape in the lower right-hand
- Include all tldraw shape bounds as size in akka (to help Daniel rendering in pdf export)
- Default/initital zoom will be centered in the slide and maximize the size according to the presentation area
- Also limited the max zoom out to be the one that fits the slide, to be similar as we had before
2022-05-31 19:40:31 +00:00
Joao Victor
e7d9b46097
fix: add some file sanitization
2022-05-31 16:32:58 -03:00
Max Franke
8b8ba0c9f4
fix(webcam): draggable camera dock
2022-05-31 14:14:18 -03:00
Ramón Souza
a965dcee82
Merge pull request #15103 from KDSBrowne/2.6-bbb-tldraw
...
feat(whiteboard): Move Multiuser Whiteboard Button to Presentation Toolbar
2022-05-31 18:05:31 +01:00
Ramon Souza
b9a98e3fb9
undo double quotes replace
2022-05-31 13:52:37 -03:00
Max Franke
2fbb4e8821
fix(webcam): user status icons align
...
Align user status icons to match other icons paddings/margins
2022-05-31 13:38:37 -03:00
Max Franke
a53b41721b
fix(video-avatar): prevent state update on an unmounted component
2022-05-31 13:38:37 -03:00
Joao Victor
936829338d
fix: localize default button label for custom backgrounds
2022-05-31 11:38:24 -03:00
Joao Victor
ae3355d685
revert: unifying of click handlers of custom backgrounds
2022-05-31 11:14:33 -03:00
Joao Victor
69b4342e39
revert: unifying of click handlers of the default backgrounds
2022-05-31 11:06:58 -03:00
Mario Junior
f6d7706626
Merge pull request #15075 from frankemax/emoji-picker-v3
...
feat(emoji-picker): add component
2022-05-31 10:34:25 -03:00
Ramon Souza
e705152cc7
restore removed styles
2022-05-31 10:22:17 -03:00
Max Franke
32b3d55ab8
feat(message-form): send emoji at caret position
2022-05-30 17:53:41 -03:00
Anton Georgiev
4e5a0467db
Merge pull request #15107 from JoVictorNunes/chore-npm-audit-May-30
...
chore(Dashboard): run npm audit fix
2022-05-30 16:25:59 -04:00
Anton Georgiev
452accee9e
Merge pull request #15108 from antobinary/may-30-ci
...
build(fsesl-akka): build deps in sequence to allow for ci use
2022-05-30 16:25:07 -04:00
Anton Georgiev
5961797433
build(fsesl-akka): build deps in sequence to allow for ci use
2022-05-30 20:22:18 +00:00
Joao Victor
d28eed3264
chore(Dashboard): run npm audit fix
2022-05-30 16:45:44 -03:00
Joao Victor
65b59a6062
Rename custom hook
2022-05-30 15:49:19 -03:00
Ramón Souza
c34f05279f
Merge pull request #15104 from ramonlsouza/bbb25-locales-may30
...
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-05-30 19:10:51 +01:00
Anton Georgiev
8b9ecba65b
Merge pull request #15105 from GuiLeme/update-nokogiri
...
chore(recording): Updated Ruby Gems (nokogiri, rack-gem)
2022-05-30 14:10:37 -04:00
Max Franke
00a8e64261
feat(video-avatar): change border
...
Apply isTalking border with a pseudo-element.
2022-05-30 15:08:25 -03:00
GuiLeme
eb1331502b
[update-ruby-gems] - Update of nokogiri and rack-gem
2022-05-30 14:43:58 -03:00
Localization Server
44ec5c9460
chore: Pulled the latest 2.4 HTML5 locales from Transifex
2022-05-30 14:42:32 -03:00