Commit Graph

33808 Commits

Author SHA1 Message Date
Ramon Souza
375635c797 re-sub to current poll when presenter changes 2022-06-07 16:54:09 -03:00
Anton B
ed757cee34 test: update playwright to v1.19.2 2022-06-07 14:52:54 -03:00
Joao Victor
887b1a588a fix(tooltip): wait 150ms to hide the tooltip 2022-06-07 10:59:18 -03:00
Ramon Souza
242f5d3e29 audio modal spacing polishing 2022-06-03 16:10:09 -03:00
Joao Victor
72d2374b03 fix: focus handling when modal is open 2022-06-03 15:46:29 -03:00
Joao Victor
59c9d1da2e fix: close button focus on open 2022-06-03 15:42:46 -03:00
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
Joao Victor
b467050bc7 improvement: make the close button of the user details modal receive focus on open and improve its styling; close the user details modal when an element outside the modal receives focus 2022-06-03 12:12:44 -03: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
Ramon Souza
0f6a638551 do not group moderator message sent to all breakouts 2022-06-02 13:47:49 -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
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
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
Joao Victor
c1a42f7ee7 fix: actions bar button styling 2022-05-31 18:03:42 -03:00
Ramon Souza
e43c83b7ba fix restoreOnUpdate 2022-05-30 17:37:40 -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
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
Joao Victor
1143cb87c7 fix(chat notification): duplication of first message notification 2022-05-30 10:10:03 -03:00
Daniel Schreiber
1a12514b61 Fix(build): add service dependency to redis for several services
* fix unit name: the unit name on Ubuntu is `redis-server.service`
* services which need a working redis require both After= and Wants=

See the description in the `systemd.unit` man page.
2022-05-29 22:31:03 +02:00
Daniel Schreiber
0506928367 Fix: only show breakout room in user list when user is in breakout room
The user list in the main room showed user being in breakout rooms who
already left a breakout room

closes #14982
2022-05-29 20:02:09 +02:00
Ramón Souza
66286bf40d
Merge pull request #15080 from schrd/issue-14969
Fix: voice users not removed from participants list
2022-05-27 13:27:08 +01:00
Ramón Souza
6f16efb042
Merge pull request #15089 from JoVictorNunes/fix-focus-shadow
fix: ghost button focus shadow
2022-05-27 13:14:35 +01:00
Joao Victor
9d66ff43ad fix: ghost button focus shadow 2022-05-26 17:34:25 -03:00
Gustavo Trott
965a52c315
Merge pull request #15053 from bigbluebutton/antobinary-patch-1 2022-05-26 16:52:04 -03:00
Ramón Souza
69bebe5875
Merge pull request #15087 from Tainan404/fix-userleft
Make sure do not show wrong data in user left message
2022-05-26 17:18:35 +01:00
Gustavo Trott
55ae45b565
Merge pull request #15076 from Tainan404/check-participants 2022-05-26 13:10:39 -03:00
Tainan Felipe
34fcf1d5c4 Make sure do not show wrong data in user left message 2022-05-26 11:29:05 -03:00
Ramón Souza
085273e8c6
Merge pull request #15082 from JoVictorNunes/issue-15036
fix(camera): prevent dock position change on click
2022-05-26 14:07:14 +01:00
Paulo Lanzarin
fbf2458145
Merge pull request #15086 from bigbluebutton/sfu282
build: bump bbb-webrtc-sfu to v2.8.2
2022-05-26 10:06:11 -03:00
Paulo Lanzarin
2d433836c6
build: bump bbb-webrtc-sfu to v2.8.2 2022-05-26 09:59:15 -03:00
Joao Victor
db5a788719 fix(camera): prevent dock position change on click 2022-05-25 14:18:37 -03:00
Ramón Souza
7d7f7e88fe
Merge pull request #15081 from JoVictorNunes/issue-15068
fix: point media button chevrons upwards
2022-05-25 13:45:45 +01:00
Ramón Souza
4e96fc5bd4
Merge pull request #15067 from Tainan404/remove-innerHTML
refactor: Remove inner html
2022-05-25 13:42:04 +01:00
Tainan Felipe
ac07c3ff0c Merge remote-tracking branch 'upstream/v2.5.x-release' into remove-innerHTML 2022-05-25 09:38:39 -03:00
Joao Victor
18b06e1ba5 fix: point media button chevrons upwards #15068 2022-05-25 09:38:22 -03:00
Tainan Felipe
155b90d658 Refactor aria alert and remove inner-htmls from the client 2022-05-25 09:35:24 -03:00
Daniel Schreiber
9493929fec Fix: voice users not removed from participants list
`removeUser` was called with wrong parameters
2022-05-25 14:16:58 +02:00
Ramón Souza
fed0db61b7
Merge pull request #15044 from JoVictorNunes/issue-15030
refactor: sidebar content panel UI polishing
2022-05-25 12:36:00 +01:00