Changesets: bareos

bareos-19.2 575f0f4a

2021-08-05 16:04

frank

Ported: N/A

Details Diff
webui: fix pool module router constraints

Fixes 0001251: Error when displaying pool detail

(cherry picked from commit 02ccca6ededd6c2fb4f7c123bbbf82209040ec9c)
Affected Issues
0001251
mod - webui/module/Pool/config/module.config.php Diff File

master 69e84e30

2021-08-05 15:33

frank


Committer: pstorz

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 69a25e84

2021-08-05 15:19

frank


Committer: pstorz

Ported: N/A

Details Diff
webui: add missing symlinks for polish localization

Fixes 0001369: webui tries to load a nonexistent file
Affected Issues
0001369
add - webui/public/js/locale/pl_PL/LC_MESSAGES/pl_PL.mo Diff File
add - webui/public/js/locale/pl_PL/LC_MESSAGES/pl_PL.po Diff File

bareos-19.2 ddbec086

2021-08-05 15:19

frank

Ported: N/A

Details Diff
webui: add missing symlinks for polish localization

Fixes 0001369: webui tries to load a nonexistent file

(cherry picked from commit 19a7a5b8121c202e41d0610f58f39e80e7b8496f)
Affected Issues
0001369
add - webui/public/js/locale/pl_PL/LC_MESSAGES/pl_PL.mo Diff File
add - webui/public/js/locale/pl_PL/LC_MESSAGES/pl_PL.po Diff File

master ab5f9cab

2021-08-02 11:38

frank

Ported: N/A

Details Diff
core: improve mtx-changer debug output

Log the drive status in wait_for_drive().
mod - core/scripts/mtx-changer.in Diff File

master abce51c3

2021-07-30 18:58

Alaa Eddine Elamri

Ported: N/A

Details Diff
gtest: added tests for default listening behavior

* the tests launche the bareos director
* checks for the expected addresses and ports to be correctly set in the director,
* and then creates a new socket and tries to bind on the same expected default/set ports, which should fail because the director is supposed to connect on them first.
mod - core/src/tests/bsock_test_connection_setup.cc Diff File
add - core/src/tests/configs/dual_stacking/default_dir_values/bareos-dir.d/director/bareos-dir.conf Diff File
add - core/src/tests/configs/dual_stacking/dir_port_set/bareos-dir.d/director/bareos-dir.conf Diff File
add - core/src/tests/configs/dual_stacking/dir_v4address_and_port_set/bareos-dir.d/director/bareos-dir.conf Diff File
add - core/src/tests/configs/dual_stacking/dir_v4address_set/bareos-dir.d/director/bareos-dir.conf Diff File

master 8d3feccf

2021-07-28 18:12

Alaa Eddine Elamri

Ported: N/A

Details Diff
lib: bareos listens on both ipv6 and ipv4 per default

made sure that IPV6 sockets only listen for V6 when created.
mod - core/src/lib/address_conf.cc Diff File
mod - core/src/lib/bnet_server_tcp.cc Diff File
mod - core/src/lib/res.cc Diff File

master 0dab5a4c

2021-07-27 23:12

Alaa Eddine Elamri

Ported: N/A

Details Diff
Extracted some functions from AddAddresses
mod - core/src/lib/address_conf.cc Diff File
mod - core/src/lib/address_conf.h Diff File

bareos-18.2 7fc53502

2021-07-22 16:55

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000896 from bareos/dev/fbergkemper/bareos-18.2/backport-971-1020

webui: backport to fix issue 0000971 and issue 0001020
Affected Issues
0000971, 0001020
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php Diff File
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

bareos-19.2 a3873fec

2021-07-22 16:54

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000895 from bareos/dev/fbergkemper/bareos-19.2/backport-971-1020

webui: backport to fix issue 0000971 and issue 0001020
Affected Issues
0000971, 0001020
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php Diff File
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

master 8282ab75

2021-07-22 01:48

Alaa Eddine Elamri

Ported: N/A

Details Diff
Added check for existing addresses

Added a check for an address before adding Single Port addresses.
This was added because in case the `DirAddress` is set BEFORE `DirPort` in the config file, the process would go on and assign an extra IPV6 address, which should not be the case. The `DirAddress` is supposed to be the only address reachable. In this case only the V4 address is setup which overall just changes the listening port.
mod - core/src/lib/res.cc Diff File

bareos-18.2 861f6189

2021-07-21 18:29

frank

Ported: N/A

Details Diff
webui: handle filenames containing backslashes properly

Fixes 0000971: Error building tree for filenames with backslashes
Affected Issues
0000971
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php Diff File

master a89617ab

2021-07-21 17:48

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #888 from gnieark/gnieark

webui: quote strings with slashes in dashboards index view
mod - webui/module/Dashboard/view/dashboard/dashboard/index.phtml Diff File

master 9981ab6e

2021-07-21 17:46

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000889 from gnieark/gnieark2

webui: quote strings with slashes in job index and details view
mod - webui/module/Job/view/job/job/details.phtml Diff File
mod - webui/module/Job/view/job/job/index.phtml Diff File

master effd6a02

2021-07-21 17:44

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000890 from gnieark/gnieark3

webui: quote strings with slashes in Pool details view
mod - webui/module/Pool/view/pool/pool/details.phtml Diff File

master 11fe20b3

2021-07-21 16:34

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000892 from bareos/dev/fbergkemper/master/bug-0000971

webui: handle filenames containing backslashes properly
mod - CHANGELOG.md Diff File
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php Diff File

master 7ff1f802

2021-07-21 16:28

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000893 from bareos/dev/fbergkemper/master/bug-0001020

webui: quote restore command parameters
mod - CHANGELOG.md Diff File
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

master e726cc9f

2021-07-15 21:22

frank

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 52827c8b

2021-07-15 21:13

frank

Ported: N/A

Details Diff
webui: quote restore command parameters

Fixes 0001020: Can not restore a client with spaces in its name
Affected Issues
0001020
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

bareos-18.2 20d0d352

2021-07-15 21:13

frank

Ported: N/A

Details Diff
webui: quote restore command parameters

Fixes 0001020: Can not restore a client with spaces in its name

(cherry picked from commit 52827c8b99db724d418736795f64f96af2b1c45a)
Affected Issues
0001020
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

bareos-19.2 64692fd9

2021-07-15 21:13

frank

Ported: N/A

Details Diff
webui: quote restore command parameters

Fixes 0001020: Can not restore a client with spaces in its name

(cherry picked from commit 52827c8b99db724d418736795f64f96af2b1c45a)
Affected Issues
0001020
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

master 83879469

2021-07-15 21:05

frank

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 0df1caaf

2021-07-15 20:14

frank

Ported: N/A

Details Diff
webui: handle filenames containing backslashes properly

Fixes 0000971: Error building tree for filenames with backslashes
Affected Issues
0000971
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php Diff File

bareos-19.2 cabfa11c

2021-07-15 20:14

frank

Ported: N/A

Details Diff
webui: handle filenames containing backslashes properly

Fixes 0000971: Error building tree for filenames with backslashes

(cherry picked from commit 0df1caafed8428ad531a2b8a5a7b5a2e054d0f22)
Affected Issues
0000971
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php Diff File

master d5d03832

2021-07-15 18:44

frank

Ported: N/A

Details Diff
update changelog links
mod - CHANGELOG.md Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 211 212 213 214 215 216 217 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 670 671 672  Next  Last