Changesets: bareos
master 9f4231be 2021-06-29 16:54 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000859 docs: Update how to run multiple fd instances on windows |
||
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst | Diff File | ||
master c5810070 2021-06-29 16:42 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000869 from bareos/dev/pstorz/master/build-fedora-34 As PR 0000824 was merged, we now are able to build Fedora34 |
||
mod - .matrix.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
bareos-18.2 32d0ccb3 2021-06-29 15:44 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000866 from bareos/dev/fbergkemper/bareos-18.2/bug-0001324 webui: Fix infinite loop when trying to log in with invalid account |
||
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
bareos-19.2 8ad86ef6 2021-06-29 15:43 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000865 from bareos/dev/fbergkemper/bareos-19.2/bug-0001324 webui: Fix infinite loop when trying to log in with invalid account |
||
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
master 8ec8d321 2021-06-29 15:36 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master da8a23bb 2021-06-29 15:33 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 8b0019db 2021-06-29 12:34 Ported: N/A Details Diff |
webui: provide examples for diraddress in directors.ini | ||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
mod - webui/install/directors.ini.in | Diff File | ||
bareos-18.2 6a8b7cc7 2021-06-29 12:34 Ported: N/A Details Diff |
webui: provide examples for diraddress in directors.ini (cherry picked from commit 8b0019dbe3795180ab02a9b92eb69a54940c2479) |
||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
mod - webui/install/directors.ini.in | Diff File | ||
bareos-19.2 139fd5c5 2021-06-29 12:34 Ported: N/A Details Diff |
webui: provide examples for diraddress in directors.ini (cherry picked from commit 8b0019dbe3795180ab02a9b92eb69a54940c2479) |
||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
mod - webui/install/directors.ini.in | Diff File | ||
master d9b394b0 2021-06-29 12:23 Ported: N/A Details Diff |
.matrix.yml: add openSUSE Leap 15.3 | ||
mod - .matrix.yml | Diff File | ||
master 28f95962 2021-06-28 20:13 Ported: N/A Details Diff |
As PR 824 was merged, we now are able to build Fedora34 We changed the systemd service from forking to simple, so we are now able to build also for Fedora34. |
||
mod - .matrix.yml | Diff File | ||
master 6dfdd487 2021-06-28 19:05 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000858 Merge Windows Debug-Build into Release-Build |
||
add - .matrix.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst | Diff File | ||
master 84795bb1 2021-06-28 18:54 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000867 percona-xtrabackup test: fix shutdown procedure |
||
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner | Diff File | ||
master f6dc0d1b 2021-06-28 18:38 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master c7b3be47 2021-06-28 18:28 Committer: arogge Ported: N/A Details Diff |
docs: adapt to the fact that only one windows installer exists now | ||
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst | Diff File | ||
master f0c52d1d 2021-06-28 17:55 Ported: N/A Details Diff |
percona-xtrabackup test: fix shutdown procedure If the "mysql_install_db" binary is not found by cmake, the value of $MYSQL_INSTALL_DB is not the empty string as expected by the former code, but "MYSQL_INSTALL_DB-NOTFOUND". This commit removes checks for this variable completely and only checks that the possible pidfiles exist. |
||
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner | Diff File | ||
master b2e8e740 2021-06-28 17:45 Ported: N/A Details Diff |
webui: remove default stream socket context options Do not enforce a specific bindto (ipv4/ipv6) by stream context options. See: https://www.php.net/manual/en/context.socket.php https://www.php.net/manual/de/function.stream-context-create.php Fixes 0000579: Unable to connect to the director from webui via ipv6 |
Affected Issues 0000579 |
|
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
bareos-18.2 18330c03 2021-06-28 17:45 Ported: N/A Details Diff |
webui: remove default stream socket context options Do not enforce a specific bindto (ipv4/ipv6) by stream context options. See: https://www.php.net/manual/en/context.socket.php https://www.php.net/manual/de/function.stream-context-create.php Fixes 0000579: Unable to connect to the director from webui via ipv6 (cherry picked from commit b2e8e7406704f95dc8dbf6289347a7e81e0ddc2e) |
Affected Issues 0000579 |
|
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
bareos-19.2 da30d4b8 2021-06-28 17:45 Ported: N/A Details Diff |
webui: remove default stream socket context options Do not enforce a specific bindto (ipv4/ipv6) by stream context options. See: https://www.php.net/manual/en/context.socket.php https://www.php.net/manual/de/function.stream-context-create.php Fixes 0000579: Unable to connect to the director from webui via ipv6 (cherry picked from commit b2e8e7406704f95dc8dbf6289347a7e81e0ddc2e) |
Affected Issues 0000579 |
|
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
master ebcb80a5 2021-06-28 17:10 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000853 from bareos/dev/fbergkemper/master/bug-0001096 webui: provide a better error message on login failure |
||
mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
master 8458ba35 2021-06-28 16:34 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000840 from bareos/dev/fbergkemper/master/bug-0001324 webui: Fix infinite loop when trying to log in with invalid account |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
master 8d70dace 2021-06-25 20:04 Ported: N/A Details Diff |
systemtest python-bareos: split unittests file Split monolitic systemtests/tests/python-bareos/python-bareos-unittest.py into one file per test class. Move commonly used functionality to modules in systemtests/python-modules/bareos_unittest/. Use ``unittest discover`` to run all Python tests in the directory named test_*.py. |
||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
add - systemtests/python-modules/bareos_unittest/__init__.py | Diff File | ||
add - systemtests/python-modules/bareos_unittest/base.py | Diff File | ||
add - systemtests/python-modules/bareos_unittest/json.py | Diff File | ||
mod - systemtests/scripts/functions | Diff File | ||
rm - systemtests/tests/python-bareos/python-bareos-unittest.py | Diff File | ||
add - systemtests/tests/python-bareos/test-setup | Diff File | ||
add - systemtests/tests/python-bareos/test_acl.py | Diff File | ||
add - systemtests/tests/python-bareos/test_bvfs.py | Diff File | ||
add - systemtests/tests/python-bareos/test_delete.py | Diff File | ||
add - systemtests/tests/python-bareos/test_filedaemon.py | Diff File | ||
add - systemtests/tests/python-bareos/test_json.py | Diff File | ||
add - systemtests/tests/python-bareos/test_json_config.py | Diff File | ||
add - systemtests/tests/python-bareos/test_plaintext.py | Diff File | ||
add - systemtests/tests/python-bareos/test_protocol_124.py | Diff File | ||
add - systemtests/tests/python-bareos/test_python_bareos_module.py | Diff File | ||
add - systemtests/tests/python-bareos/test_runscript.py | Diff File | ||
add - systemtests/tests/python-bareos/test_show.py | Diff File | ||
add - systemtests/tests/python-bareos/test_tlspsk.py | Diff File | ||
rm - systemtests/tests/python-bareos/testrunner | Diff File | ||
add - systemtests/tests/python-bareos/testrunner-unittest | Diff File | ||
mod - systemtests/tests/python-restapi/testrunner.in | Diff File | ||
master cc7aa9e5 2021-06-25 16:38 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000862 from bareos/dev/pstorz/master/document-accurate-defaults docs: document the default value of fileset accurate option |
||
mod - docs/manuals/source/Configuration/Director.rst | Diff File | ||
master 37582db5 2021-06-25 12:31 Ported: N/A Details Diff |
docs: document the default value of fileset accurate option | ||
mod - docs/manuals/source/Configuration/Director.rst | Diff File | ||
master e7b5a2db 2021-06-24 21:28 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File |