Commit Graph

33180 Commits

Author SHA1 Message Date
Gustavo Trott
4ab9b9bc17 Improve scripts to run/deploy applications 2022-03-31 13:48:57 -03:00
Anton Georgiev
9659d2214b
Merge pull request #14711 from antobinary/ld-npm
chore: npm update deps learning dashboard
2022-03-31 11:31:40 -04:00
Anton Georgiev
b4504e819f chore: npm update deps learning dashboard 2022-03-31 15:27:55 +00:00
Anton Georgiev
74db3a630b
Merge pull request #14658 from ramonlsouza/issue-14655
fix: Clear chat button is not working
2022-03-31 11:17:22 -04:00
Anton Georgiev
c89f952868
Merge pull request #14578 from JoVictorNunes/issue-14443
fix: toast notification style
2022-03-31 10:46:59 -04:00
Anton Georgiev
788fc7bd6a
Merge pull request #14577 from JoVictorNunes/issue-14486
fix(chat): close private chat button
2022-03-31 10:46:49 -04:00
Anton Georgiev
b52768bfd1
Merge pull request #14709 from antobinary/add-sox
chore: move sox dependency to Dockerfile
2022-03-31 08:21:35 -04:00
Anton Georgiev
84821f47bc chore: move sox dependency to Dockerfile 2022-03-31 01:39:46 +00:00
Anton Georgiev
3d9c8d0e4c
Merge pull request #14706 from ramonlsouza/issue-14689-25
fix: setSwapLayout happens after other components change its value
2022-03-30 17:05:03 -04:00
Ramon Souza
eee4fde845 prevent setSwapLayout race condition 2022-03-30 15:43:00 -03:00
Anton Georgiev
6f989b5c09
Merge pull request #14701 from gustavotrott/api-create-meetingExpire25
feat: Add meetingExpire params to API /create
2022-03-30 11:23:34 -04:00
Anton Georgiev
4b10030201
Merge pull request #14702 from antobinary/fs-build
build: drop net-tools from bbb-freeswitch-core
2022-03-30 11:22:49 -04:00
Anton Georgiev
5926217199 build: drop net-tools from bbb-freeswitch-core 2022-03-30 14:57:15 +00:00
Gustavo Trott
4730e4c6db Add params meetingExpireIfNoUserJoinedInMinutes and meetingExpireWhenLastUserLeftInMinutes to API 2022-03-30 10:58:16 -03:00
Anton Georgiev
92f463f5e7
Merge pull request #14700 from bigbluebutton/brsdev
fix: false positive when checking if bbb-web is running, run-dev.sh
2022-03-30 09:38:33 -04:00
Paulo Lanzarin
08c59a60b4
fix: false positive when checking if bbb-web is running, run-dev.sh
-a flag would list everything, including UNIX sockets, and then arbitrarily grep for 8090. That would lead to false positives.
Swap -an for -lt (only TCP sockets on LISTEN) so we can drop the extra LISTEN grep. 
Add an extra `:` to the port grep (avoid factoring things like tcp 18090)
2022-03-30 10:31:05 -03:00
Anton Georgiev
325f744c69
Merge pull request #14695 from bigbluebutton/rsclibjsx
fix: remove spurious console.log in base.jsx
2022-03-29 17:11:19 -04:00
Anton Georgiev
4f1575c233
Merge pull request #14694 from pedrobmarin/b-p-v3-4-0
build(playback): update to v3.4.0
2022-03-29 17:10:28 -04:00
Paulo Lanzarin
1fc6584697
fix: remove spurious console.log in base.jsx 2022-03-29 17:52:29 -03:00
Pedro Beschorner Marin
222517e773 build(playback): bump to v3.4.0
Accumulated changes:
 - https://github.com/bigbluebutton/bbb-playback/releases/tag/v3.3.0
 - https://github.com/bigbluebutton/bbb-playback/releases/tag/v3.3.1
 - https://github.com/bigbluebutton/bbb-playback/releases/tag/v3.4.0
2022-03-29 17:44:20 -03:00
Pedro Beschorner Marin
1949da3513 feat(playback): add theme toggle's locale
Reference: https://github.com/bigbluebutton/bbb-playback/pull/183
2022-03-29 17:42:07 -03:00
Anton Georgiev
23c91a8258
chore: change release to alpha.6 2022-03-29 16:34:05 -04:00
Anton Georgiev
4021051367
Merge pull request #14568 from ramonlsouza/meteor-261
chore: upgrade meteor to 2.6.1
2022-03-29 16:30:04 -04:00
Anton Georgiev
49960b09f7 build: change tag to v2022-03-29-bbb-25-meteor-261 2022-03-29 20:28:24 +00:00
Anton Georgiev
fc688f2038 Merge branch 'meteor-261' of github.com:ramonlsouza/bigbluebutton into meteor-261 2022-03-29 20:27:26 +00:00
Anton Georgiev
a51069e357
Merge pull request #14693 from antobinary/record-core-libs
build: move ruby-bundler libsystemd-dev to docker image
2022-03-29 16:22:12 -04:00
Anton Georgiev
9b370a84be
Merge pull request #14674 from ramonlsouza/issue-14673
fix: fullscreen instead of Exit Full Screen (presentation)
2022-03-29 16:12:38 -04:00
Anton Georgiev
2c90124869
Merge pull request #14690 from gustavotrott/fix-user-ejected-reconnecting
fix: Rejected user keep trying to reconnect
2022-03-29 16:10:51 -04:00
Anton Georgiev
ee9a0146a8 build: move ruby-bundler libsystemd-dev to docker image 2022-03-29 20:09:44 +00:00
Gustavo Trott
35ecbdbf80 Wait for user removal before kill connections 2022-03-29 16:08:34 -03:00
Anton Georgiev
0836351747
Merge pull request #14662 from danimo/recordplaybackfix
make bbb-record-core package install again on focal
2022-03-29 15:04:07 -04:00
Calvin Walton
97c0f51964 bbb-record-core: Restore systemd unit cwd to 'scripts' dir
The rap scripts might load or run some scripts using relative paths from
the scripts directory, so restore that.

Bundler automatically looks up in parent dirs to find the Gemfile, so
loading gems will work correctly.
2022-03-29 12:57:16 -04:00
Calvin Walton
c722b799be bbb-record-core: Use bundler deployment option
This makes the bundle install error out if the Gemfile.lock is out of
date (Gemfile was updated) rather than silently updating it during the
build.
2022-03-29 12:52:12 -04:00
Calvin Walton
db2d8efa0d bbb-record-core: Update systemd units to use bundler
Several scripts internally run bundler setup, so no explicit bundler
command is needed. For the others, start up using /usr/bin/bundle
(installed by ruby-bundler) to load the environment.
2022-03-29 12:41:27 -04:00
Anton Georgiev
01866b2c3e
Merge pull request #14686 from mariogasparoni/real-time-whiteboard-annotation
refactor(whiteboard): text tool updates
2022-03-29 11:59:36 -04:00
Calvin Walton
98dfb2789a bbb-record-core: Use bundler from ruby-bundler package 2022-03-29 11:28:02 -04:00
Calvin Walton
cbaae2c753 Update bbb-record-core dependencies.
Since gems are no longer being built during package install, dev
packages are no longer needed. Install the runtime libraries instead.

Drop the libxslt & libxml dependencies, since current nokogiri versions
used bundled copies of those libraries.
2022-03-29 11:06:00 -04:00
Arthurk12
420bd8b526 refactor(whiteboard): text tool updates
Makes the whiteboard text tool send annotation updates.
Partially reverts 40b18b0662.
2022-03-29 11:46:47 -03:00
Anton Georgiev
2064601673
Merge pull request #14685 from ramonlsouza/issue-7579
fix: adjust chat area size
2022-03-29 09:29:27 -04:00
Ramon Souza
7a9c3b01bd adjust chat padding/margin 2022-03-29 10:03:50 -03:00
Anton Georgiev
996f1bb701
Merge pull request #14681 from ramonlsouza/issue-14669
fix: In Firefox, "Start a private chat" is always with hover style (2.5)
2022-03-28 11:55:25 -04:00
Anton Georgiev
29f5947e21
Merge pull request #14590 from frankemax/refactor-video-list-item
refactor(video-list-item): hookify and reorganize component
2022-03-28 11:53:25 -04:00
Ramon Souza
17f3ca21ec fix menu autofocus firefox 2022-03-28 11:10:54 -03:00
Fred Dixon
78d5427de1
Merge pull request #14680 from bigbluebutton/ffdixon-worker-rlimit-nofile-silent
Update after-install.sh
2022-03-27 09:10:24 -04:00
Fred Dixon
08c6ad67fb
Update after-install.sh
Make check for worker_rlimit_nofile silent
2022-03-27 09:09:52 -04:00
Fred Dixon
22524eaaba
Merge pull request #14679 from bigbluebutton/skip-commented-parameters-bbb-conf
Update bbb-conf to skip commented lines when scanning for empty assignment
2022-03-27 09:04:11 -04:00
Fred Dixon
da21515982
Update bbb-conf
Skip commented lines when checking for empty assignment in bbb-conf
2022-03-27 09:03:12 -04:00
Fred Dixon
3465f48211
Merge pull request #14678 from bigbluebutton/ffdixon-ss-ipv4-bbb-conf
Update bbb-conf
2022-03-27 08:49:12 -04:00
Fred Dixon
8eabe070e6
Update bbb-conf
Scan only for IPV4 address when cross referencing between FreeSWITCH and Kurento
2022-03-27 08:48:46 -04:00
Fred Dixon
a75381b2c1
Merge pull request #14677 from ffdixon/update-vars-xml
Update vars xml
2022-03-26 18:09:39 -04:00