Changesets: bareos
master 7992dac0 2019-09-25 14:36 Ported: N/A Details Diff |
core: cleanup HAVE_FASTLZ and friends | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosCheckIncludes.cmake | Diff File | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/src/filed/compression.cc | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/filed/restore.cc | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
mod - core/src/include/jcr.h | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lib/compression.cc | Diff File | ||
mod - core/src/plugins/stored/autoxflate-sd.cc | Diff File | ||
mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
master c4e4cda9 2019-09-25 14:35 Ported: N/A Details Diff |
docs: remove redundant note | ||
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst | Diff File | ||
master bd19f46d 2019-09-25 14:34 Ported: N/A Details Diff |
core: Make Bareos build with internal fastlz | ||
mod - core/src/filed/CMakeLists.txt | Diff File | ||
mod - core/src/filed/compression.cc | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lib/compression.cc | Diff File | ||
mod - core/src/plugins/stored/autoxflate-sd.cc | Diff File | ||
master 396244b7 2019-09-25 14:26 Ported: N/A Details Diff |
core: add new cmake subproject bareosfastlz | ||
mod - core/src/CMakeLists.txt | Diff File | ||
add - core/src/fastlz/CMakeLists.txt | Diff File | ||
add - core/src/fastlz/include/fastlz/fastlz.h | Diff File | ||
add - core/src/fastlz/include/fastlz/fastlzlib.h | Diff File | ||
add - core/src/fastlz/include/fastlz/lz4.h | Diff File | ||
add - core/src/fastlz/include/fastlz/lz4hc.h | Diff File | ||
add - core/src/fastlz/src/fastlz.c | Diff File | ||
add - core/src/fastlz/src/fastlzlib.c | Diff File | ||
add - core/src/fastlz/src/lz4.c | Diff File | ||
add - core/src/fastlz/src/lz4hc.c | Diff File | ||
master ec5674dc 2019-09-25 14:22 Ported: N/A Details Diff |
docs: fix typo | ||
mod - docs/manuals/source/DeveloperGuide/Webui.rst | Diff File | ||
master 6897aada 2019-09-25 14:06 Ported: N/A Details Diff |
docs: fix typo | ||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
master 041d25ea 2019-09-25 13:58 Ported: N/A Details Diff |
docs: change caption to fit section title | ||
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst | Diff File | ||
master d0dfbd8e 2019-09-25 13:36 Ported: N/A Details Diff |
webui: rename variable unknown_commands to invalid_commands Rename variable unknown_commands to invalid_commands so it matches with the returned message from DIR and the controller plugin method named getInvalidCommands(). |
||
mod - webui/module/Application/src/Application/Controller/Plugin/CommandACLPlugin.php | Diff File | ||
mod - webui/module/Client/src/Client/Controller/ClientController.php | Diff File | ||
mod - webui/module/Client/view/client/client/details.phtml | Diff File | ||
mod - webui/module/Client/view/client/client/index.phtml | Diff File | ||
mod - webui/module/Client/view/client/client/status.phtml | Diff File | ||
mod - webui/module/Console/src/Console/Controller/ConsoleController.php | Diff File | ||
mod - webui/module/Console/view/console/console/index.phtml | Diff File | ||
mod - webui/module/Dashboard/src/Dashboard/Controller/DashboardController.php | Diff File | ||
mod - webui/module/Dashboard/view/dashboard/dashboard/index.phtml | Diff File | ||
mod - webui/module/Director/src/Director/Controller/DirectorController.php | Diff File | ||
mod - webui/module/Director/view/director/director/index.phtml | Diff File | ||
mod - webui/module/Director/view/director/director/messages.phtml | Diff File | ||
mod - webui/module/Fileset/src/Fileset/Controller/FilesetController.php | Diff File | ||
mod - webui/module/Fileset/view/fileset/fileset/details.phtml | Diff File | ||
mod - webui/module/Job/src/Job/Controller/JobController.php | Diff File | ||
mod - webui/module/Job/view/job/job/actions.phtml | Diff File | ||
mod - webui/module/Job/view/job/job/cancel.phtml | Diff File | ||
mod - webui/module/Job/view/job/job/details.phtml | Diff File | ||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
mod - webui/module/Job/view/job/job/run.phtml | Diff File | ||
mod - webui/module/Media/src/Media/Controller/MediaController.php | Diff File | ||
mod - webui/module/Media/view/media/media/details.phtml | Diff File | ||
mod - webui/module/Media/view/media/media/index.phtml | Diff File | ||
mod - webui/module/Pool/src/Pool/Controller/PoolController.php | Diff File | ||
mod - webui/module/Pool/view/pool/pool/details.phtml | Diff File | ||
mod - webui/module/Pool/view/pool/pool/index.phtml | Diff File | ||
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php | Diff File | ||
mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
mod - webui/module/Restore/view/restore/restore/versions.phtml | Diff File | ||
mod - webui/module/Schedule/src/Schedule/Controller/ScheduleController.php | Diff File | ||
mod - webui/module/Schedule/view/schedule/schedule/details.phtml | Diff File | ||
mod - webui/module/Schedule/view/schedule/schedule/index.phtml | Diff File | ||
mod - webui/module/Schedule/view/schedule/schedule/overview.phtml | Diff File | ||
mod - webui/module/Schedule/view/schedule/schedule/status.phtml | Diff File | ||
mod - webui/module/Storage/src/Storage/Controller/StorageController.php | Diff File | ||
mod - webui/module/Storage/view/storage/storage/details.phtml | Diff File | ||
mod - webui/module/Storage/view/storage/storage/index.phtml | Diff File | ||
mod - webui/module/Storage/view/storage/storage/status.phtml | Diff File | ||
master 7ee2fc70 2019-09-25 12:57 Committer: pstorz Ported: N/A Details Diff |
Changes to comply with flake8 --max-line-length | ||
mod - core/src/plugins/filed/BareosFdPluginOvirt.py | Diff File | ||
master 35e7e147 2019-09-25 12:57 Ported: N/A Details Diff |
Changes to comply with flake8 --max-line-length | ||
mod - fd-plugins/ovirt-plugin/BareosFdPluginOvirt.py | Diff File | ||
master e4724394 2019-09-25 09:42 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request #271 from joergsteffens/DataTypesCleanup docs: cleanup Data Types section |
||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-RescheduleInterval.rst.inc | Diff File | ||
master 1c666630 2019-09-24 17:39 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000274 from joergsteffens/dev/joergs/master/python python-bareos and dird commands improvments |
||
mod - core/src/cats/dml/0077_list_volumes_select_long_0 | Diff File | ||
mod - core/src/cats/mysql_queries.inc | Diff File | ||
mod - core/src/cats/postgresql_queries.inc | Diff File | ||
mod - core/src/cats/sqlite_queries.inc | Diff File | ||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - python-bareos/bareos/bsock/directorconsolejson.py | Diff File | ||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
mod - python-bareos/bareos/exceptions.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/scripts/check_for_zombie_jobs | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/noapicommand.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/noautodisplaycommand.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/poolfull.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/poolnotfull.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/profile/all.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-sd.d/device/FileStorage.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bconsole-admin.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/python-bareos-unittest.py | Diff File | ||
add - systemtests/tests/python-bareos-test/testrunner | Diff File | ||
master 2b03c0bd 2019-09-24 17:39 Ported: N/A Details Diff |
webui: add profile examples for limited and read-only access | ||
add - webui/install/bareos/bareos-dir.d/profile/webui-limited.conf | Diff File | ||
add - webui/install/bareos/bareos-dir.d/profile/webui-readonly.conf | Diff File | ||
master 0c5489fc 2019-09-24 14:55 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000276 from arogge/TT4200535 Fix nullptr cornercase in mtx-changer parser |
||
mod - core/src/dird/sd_cmds.cc | Diff File | ||
master c7c32d3d 2019-09-23 14:37 Ported: N/A Details Diff |
Revert "removed icu from qt libs to save space" This reverts commit fffe2f0df47e5acf65860497d0f73260e2308bb3. |
||
mod - core/platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
bareos-18.2 4a900b85 2019-09-23 14:37 Committer: arogge Ported: N/A Details Diff |
Revert "removed icu from qt libs to save space" This reverts commit fffe2f0df47e5acf65860497d0f73260e2308bb3. (cherry picked from commit c7c32d3dce842c94dfa2b030a6657e34b9eb7dab) |
||
mod - core/platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
master 9d8f48a5 2019-09-20 14:38 Ported: N/A Details Diff |
dird: show command: add user ressource type and also print all configs when no parameter is given. |
||
mod - core/src/dird/ua_output.cc | Diff File | ||
master fefae5ee 2019-09-20 13:52 Ported: N/A Details Diff |
dird: fix Pool_ACL checking in the "llist media all" command Checking the Pool_ACL in the "list media all" is not possible, therefore the prevent the command execution when a Pool ACL is set. Checking the Pool_ACL in the "llist media all" command no works as expected. Changes: the result now also contains the columns "Pool", "ScratchPool" and "RecyclePool". |
||
mod - core/src/cats/dml/0077_list_volumes_select_long_0 | Diff File | ||
mod - core/src/cats/mysql_queries.inc | Diff File | ||
mod - core/src/cats/postgresql_queries.inc | Diff File | ||
mod - core/src/cats/sqlite_queries.inc | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
master d9e6d1b5 2019-09-19 20:54 Ported: N/A Details Diff |
docs: bconsole command usage in webui modules and the according acl settings | ||
mod - docs/manuals/source/DeveloperGuide.rst | Diff File | ||
add - docs/manuals/source/DeveloperGuide/Webui.rst | Diff File | ||
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst | Diff File | ||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
mod - docs/manuals/source/conf.py | Diff File | ||
master dd264000 2019-09-19 20:12 Ported: N/A Details Diff |
dird: check if list command is called with a keyword Otherwise a not initialized item is accessed. |
||
mod - core/src/dird/ua_output.cc | Diff File | ||
master bb892d1e 2019-09-17 18:18 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000273 from bareos/dev/arogge/master/TT4200540 macos: update postinstall to migrate old config |
||
mod - core/platforms/darwin/resources/postinstall.in | Diff File | ||
mod - core/platforms/darwin/resources/preinstall.in | Diff File | ||
bareos-18.2 efb31b31 2019-09-17 18:18 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #270 from arogge/fix-1112-18.2 core: reset cache on invalidate vol_list->contents (Backport to 18.2) |
||
mod - core/src/dird/storage.cc | Diff File | ||
master e8c6509a 2019-09-17 18:18 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000269 from arogge/fix-1111-master core: reset cache on invalidate vol_list->contents |
||
mod - core/src/dird/storage.cc | Diff File | ||
master 420d4996 2019-09-17 12:19 Ported: N/A Details Diff |
macos: update postinstall to migrate old config previously installation of a newer bareos did not migrate the configuration of an older installation. This patch now detects old configurations and migrates them if required. |
||
mod - core/platforms/darwin/resources/postinstall.in | Diff File | ||
mod - core/platforms/darwin/resources/preinstall.in | Diff File | ||
bareos-18.2 bbd96b65 2019-09-17 12:19 Ported: N/A Details Diff |
macos: update postinstall to migrate old config previously installation of a newer bareos did not migrate the configuration of an older installation. This patch now detects old configurations and migrates them if required. (cherry picked from commit 420d49965d711d28ad1232c9c3c8a0aed8fce439) |
||
mod - core/platforms/darwin/resources/postinstall.in | Diff File | ||
mod - core/platforms/darwin/resources/preinstall.in | Diff File |