Changesets: bareos
|
master eb0fcf7b 2019-08-20 13:32 Ported: N/A Details Diff |
webui: Remove unnecessary bvfs_update call | ||
| mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
|
master 2dfd922d 2019-08-20 13:29 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request #224 from joergsteffens/dev/joergs/master/doc docs: re-add information |
||
| add - docs/manuals/scripts/generate-bareos-package-info.py | Diff File | ||
| mod - docs/manuals/source/Appendix/OperatingSystems.rst | Diff File | ||
| mod - docs/manuals/source/DeveloperGuide.rst | Diff File | ||
| add - docs/manuals/source/DeveloperGuide/BuildAndTestBareos.rst | Diff File | ||
| mod - docs/manuals/source/DeveloperGuide/generaldevel.rst | Diff File | ||
| mod - docs/manuals/source/DeveloperGuide/regression.rst | Diff File | ||
| mod - docs/manuals/source/conf.py | Diff File | ||
|
master d5f406d4 2019-08-19 18:51 Committer: joergs Ported: N/A Details Diff |
docs: update introductions of the summarizing tables - Chapter: Appendix/Operating Systems |
||
| mod - docs/manuals/source/Appendix/OperatingSystems.rst | Diff File | ||
|
bareos-18.2 5a48e568 2019-08-19 18:51 Committer: joergs Ported: N/A Details Diff |
docs: update introductions of the summarizing tables - Chapter: Appendix/Operating Systems |
||
| mod - docs/manuals/source/Appendix/OperatingSystems.rst | Diff File | ||
|
master d1a41917 2019-08-19 18:22 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request #244 from joergsteffens/dev/joergs/master/minorfixes 3 minor fixes |
||
| mod - core/manpages/bconsole.1 | Diff File | ||
| mod - core/src/console/console.cc | Diff File | ||
| mod - docs/manuals/source/TasksAndConcepts/PAM.rst | Diff File | ||
| mod - systemtests/environment.in | Diff File | ||
|
master f294c310 2019-08-19 18:20 Ported: N/A Details Diff |
docs: add link to bareos-contrib bareos_pam_integration | ||
| mod - docs/manuals/source/TasksAndConcepts/PAM.rst | Diff File | ||
|
bareos-18.2 eb38e745 2019-08-19 18:20 Ported: N/A Details Diff |
docs: add link to bareos-contrib bareos_pam_integration | ||
| mod - docs/manuals/source/TasksAndConcepts/PAM.rst | Diff File | ||
|
master 6af7401a 2019-08-19 18:14 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000241 from fbergkemper/dev/fbergkemper/master/story-3067-docs docs: Configure updating the Bvfs cache frequently |
||
| mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
|
bareos-18.2 5bfd9534 2019-08-19 18:14 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000242 from fbergkemper/dev/fbergkemper/bareos-18.2/story-3067-docs docs: Configure updating the Bvfs cache frequently |
||
| mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
|
bareos-18.2 ffa14a9b 2019-08-19 18:14 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #243 from fbergkemper/dev/fbergkemper/bareos-18.2/story-3067-webui webui: Notify user about Bvfs cache update |
||
| mod - webui/config/autoload/global.php.in | Diff File | ||
| mod - webui/install/configuration.ini.in | Diff File | ||
| mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
| mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
|
master d238e461 2019-08-19 18:13 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000240 from fbergkemper/dev/fbergkemper/master/story-3067-webui webui: Notify user about Bvfs cache update |
||
| mod - webui/config/autoload/global.php.in | Diff File | ||
| mod - webui/install/configuration.ini.in | Diff File | ||
| mod - webui/module/Auth/src/Auth/Controller/AuthController.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 | ||
|
master 8b8fb291 2019-08-19 18:11 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000042 from joergsteffens/dev/joergs/master/pam-integration add PAM integration example |
||
| add - misc/bareos_pam_integration/README.rst | Diff File | ||
| add - misc/bareos_pam_integration/pam_exec_add_bareos_user.py | Diff File | ||
|
master 838aef14 2019-08-19 18:02 Ported: N/A Details Diff |
core: replace crc32 implementation The previous crc32 implementation was not optimal from a performance point-of-view. This patch introduces Stephan Brumme's Fast CRC32 which is a lot faster than the old algorithm. |
Affected Issues 0001004 |
|
| mod - core/src/stored/CMakeLists.txt | Diff File | ||
| mod - core/src/stored/block.cc | Diff File | ||
| rm - core/src/stored/crc32.cc | Diff File | ||
| add - core/src/stored/crc32/Crc32.cpp | Diff File | ||
| add - core/src/stored/crc32/Crc32.h | Diff File | ||
| add - core/src/stored/crc32/Crc32.ino | Diff File | ||
| add - core/src/stored/crc32/Crc32Best.ino | Diff File | ||
| add - core/src/stored/crc32/Crc32Test.cpp | Diff File | ||
| add - core/src/stored/crc32/LICENSE | Diff File | ||
| add - core/src/stored/crc32/Makefile | Diff File | ||
| add - core/src/stored/crc32/changelog.md | Diff File | ||
| add - core/src/stored/crc32/crc32.js | Diff File | ||
| add - core/src/stored/crc32/readme.md | Diff File | ||
| mod - core/src/tests/CMakeLists.txt | Diff File | ||
|
bareos-17.2 69f49da8 2019-08-19 17:47 Ported: N/A Details Diff |
win_cross build: adapt qmake binary names The qmake binary names have changed for qt5 |
||
| mod - src/win32/Makefile.inc | Diff File | ||
|
bareos-18.2 c82c33ce 2019-08-16 21:24 Ported: N/A Details Diff |
webui: Notify user about Bvfs cache update Display an bvfs update cache notification in the restore filetree container while loading the tree and in case of an error after tree loading failed. The filetree refresh timeout is now configurable by the filetree_refresh_timeout parameter in restore section of the configuration.ini file. The default of the parameter is set to 120 seconds. [restore] ; Restore filetree refresh timeout after n milliseconds ; Default: 120000 milliseconds filetree_refresh_timeout=120000 |
||
| mod - webui/config/autoload/global.php.in | Diff File | ||
| mod - webui/install/configuration.ini.in | Diff File | ||
| mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
| mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
|
master b99f7b4f 2019-08-16 21:20 Ported: N/A Details Diff |
added PAM integration example. | ||
| add - misc/bareos_pam_integration/README.rst | Diff File | ||
| add - misc/bareos_pam_integration/pam_exec_add_bareos_user.py | Diff File | ||
|
bareos-18.2 d3e7d896 2019-08-16 21:00 Ported: N/A Details Diff |
docs: Configure updating the Bvfs cache frequently | ||
| mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
|
master 385b9f9a 2019-08-16 20:22 Ported: N/A Details Diff |
docs: Configure updating the Bvfs cache frequently | ||
| mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
|
master ade525a9 2019-08-16 19:13 Ported: N/A Details Diff |
systemtests: fixed typo (bin instead of sbin) Because of this, the dbcheck binary isn't found and the tests logs following warning: Info: unable to get "dbdriver" from config, this is usually not an error. Check /tmp/bareos-config.32302.log |
||
| mod - systemtests/environment.in | Diff File | ||
|
master 55a773ec 2019-08-16 18:57 Ported: N/A Details Diff |
webui: Notify user about Bvfs cache update Display an bvfs update cache notification in the restore filetree container while loading the tree and in case of an error after tree loading failed. The filetree refresh timeout is now configurable by the filetree_refresh_timeout parameter in the restore section of the configuration.ini file. The default of the parameter is set to 120 seconds. [restore] ; Restore filetree refresh timeout after n milliseconds ; Default: 120000 milliseconds filetree_refresh_timeout=120000 |
||
| mod - webui/config/autoload/global.php.in | Diff File | ||
| mod - webui/install/configuration.ini.in | Diff File | ||
| mod - webui/module/Auth/src/Auth/Controller/AuthController.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 | ||
|
master 05b346c3 2019-08-16 18:06 Ported: N/A Details Diff |
bconsole: adapt usage and man page | ||
| mod - core/manpages/bconsole.1 | Diff File | ||
| mod - core/src/console/console.cc | Diff File | ||
|
master d6682a48 2019-08-16 13:56 Tobias Plum Ported: N/A Details Diff |
docs: Fixed spelling | ||
| mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
| mod - docs/manuals/source/DeveloperGuide/pluginAPI.rst | Diff File | ||
| mod - docs/manuals/source/DocumentationStyleGuide/BareosSpecificFormatting/Ticket.rst | Diff File | ||
|
master b944cfb3 2019-08-15 18:25 Ported: N/A Details Diff |
systemtests: fix wrong file manipulation command call | ||
| mod - systemtests/CMakeLists.txt | Diff File | ||
|
master a80c8878 2019-08-15 16:40 Ported: N/A Details Diff |
tests: webui-selenium: adapt for shells != bash | ||
| mod - systemtests/tests/webui-selenium/testrunner.in | Diff File | ||
|
master ecae0dac 2019-08-15 14:22 Ported: N/A Details Diff |
docs: cleanup | ||
| mod - docs/manuals/source/TasksAndConcepts/PAM.rst | Diff File | ||