Changesets: bareos

master 413f5058

2019-06-25 14:48

arogge_adm

Ported: N/A

Details Diff
webui: fix localization_update script header
mod - webui/scripts/localization_update.sh Diff File

master b054eb6e

2019-06-25 14:48

arogge_adm

Ported: N/A

Details Diff
univention: adapt README to new documentation urls
mod - core/platforms/univention/AppCenter/README Diff File
mod - core/platforms/univention/AppCenter/README_DE Diff File

bareos-18.2 1d234204

2019-06-25 14:48

arogge_adm

Ported: N/A

Details Diff
univention: adapt README to new documentation urls
mod - core/platforms/univention/AppCenter/README Diff File
mod - core/platforms/univention/AppCenter/README_DE Diff File

master 152c58ae

2019-06-25 14:47

arogge_adm

Ported: N/A

Details Diff
vmware: change documentation reference to docs.bareos.org
mod - vmware/README.md Diff File

bareos-18.2 7bf869db

2019-06-25 14:47

arogge_adm

Ported: N/A

Details Diff
vmware: change documentation reference to docs.bareos.org
mod - vmware/README.md Diff File

master c63afc01

2019-06-25 14:45

franku

Ported: N/A

Details Diff
config: added pointer guards to destructor of ConfigurationParser

- tests sometimes do not initialize the resource pointers, this change
guards nullpointers
mod - core/src/lib/parse_conf.cc Diff File

master 1e93088d

2019-06-25 14:19

franku

Ported: N/A

Details Diff
bnet: removed old code

- removed EnableNetworkMessageDump as this is not the right place
mod - core/src/console/connect_to_director.cc Diff File
mod - core/src/dird/fd_cmds.cc Diff File
mod - core/src/dird/sd_cmds.cc Diff File
mod - core/src/dird/socket_server.cc Diff File
mod - core/src/filed/dir_cmd.cc Diff File
mod - core/src/filed/socket_server.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File
mod - core/src/stored/socket_server.cc Diff File

bareos-18.2 11df4c6d

2019-06-24 17:54

arogge_adm


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000190 from bareos/dev/arogge/bareos-18.2/story-2891

docs: remove references to doc.bareos.org (18.2)
mod - docs/manuals/source/DeveloperGuide/messages.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File
mod - docs/manuals/source/index.rst Diff File

master d9c9cced

2019-06-24 17:53

arogge_adm


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000189 from bareos/dev/arogge/master/story-2891

docs: remove references to doc.bareos.org (master)
mod - docs/manuals/source/DeveloperGuide/messages.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File
mod - docs/manuals/source/index.rst Diff File

master 7cc5c631

2019-06-24 17:05

arogge_adm

Ported: N/A

Details Diff
docs: remove references to doc.bareos.org

This patch removes hard-coded links to doc.bareos.org.
It also removes the paragraph marking the RST documentation
a work-in-progress.
mod - docs/manuals/source/DeveloperGuide/messages.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File
mod - docs/manuals/source/index.rst Diff File

bareos-18.2 e3b9d777

2019-06-24 17:05

arogge_adm

Ported: N/A

Details Diff
docs: remove references to doc.bareos.org

This patch removes hard-coded links to doc.bareos.org.
It also removes the paragraph marking the RST documentation
a work-in-progress.
mod - docs/manuals/source/DeveloperGuide/messages.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File
mod - docs/manuals/source/index.rst Diff File

master 3fe22595

2019-06-24 16:41

frank

Ported: N/A

Details Diff
webui: topnavbar follow up fix to commit 637095dee

Unfortunately, some languages have pretty long words, so we need to adjust the previous
introduced media query a bit.

The collapse happens at 1480px now to avoid the top navigation bar overflowing issue
in any language currently available for the webui.
mod - webui/module/Application/view/layout/layout.phtml.in Diff File

master 873a53f9

2019-06-24 14:50

franku

Ported: N/A

Details Diff
bnet: moved private network-dump code into separate files
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/lib/bsock_network_dump.cc Diff File
mod - core/src/lib/bsock_network_dump.h Diff File
add - core/src/lib/bsock_network_dump_private.cc Diff File
add - core/src/lib/bsock_network_dump_private.h Diff File

master cef94763

2019-06-24 14:18

franku

Ported: N/A

Details Diff
bnet: added another create function for network dump

- this creator uses own and destination to create dummy resources
mod - core/src/lib/bsock.cc Diff File
mod - core/src/lib/bsock.h Diff File
mod - core/src/lib/bsock_network_dump.cc Diff File
mod - core/src/lib/bsock_network_dump.h Diff File

master 3260d21f

2019-06-24 12:33

franku

Ported: N/A

Details Diff
bnet: renamed and changed scope of network dump functions

- the unique pointer to the network dump interface should be protected
and initialized by a member function
- creation of the network dump interface should be called from the
protected initializer function
mod - core/src/console/connect_to_director.cc Diff File
mod - core/src/dird/fd_cmds.cc Diff File
mod - core/src/dird/sd_cmds.cc Diff File
mod - core/src/dird/socket_server.cc Diff File
mod - core/src/filed/dir_cmd.cc Diff File
mod - core/src/filed/socket_server.cc Diff File
mod - core/src/lib/bsock.cc Diff File
mod - core/src/lib/bsock.h Diff File
mod - core/src/stored/dir_cmd.cc Diff File
mod - core/src/stored/socket_server.cc Diff File

master ca38ba15

2019-06-24 11:46

franku


Committer: arogge_adm

Ported: N/A

Details Diff
bsr: added default initializer to RestoreBootstrapRecord
mod - core/src/dird/bsr.h Diff File

master fe746ca5

2019-06-24 00:20

franku


Committer: arogge_adm

Ported: N/A

Details Diff
tests: added test for fileindex list
mod - core/src/dird/bsr.h Diff File
mod - core/src/tests/CMakeLists.txt Diff File
add - core/src/tests/test_fileindex_list.cc Diff File

master 81793c90

2019-06-23 22:29

franku

Ported: N/A

Details Diff
bnet: cleanup
mod - core/src/lib/bsock_network_dump.cc Diff File

master 84c9646d

2019-06-22 15:43

franku

Ported: N/A

Details Diff
stored: added network dump initialization for migrate job
mod - core/src/lib/bsock_network_dump.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File

master 95708d59

2019-06-19 14:31

franku

Ported: N/A

Details Diff
tests: added backtrace_test
mod - core/src/tests/CMakeLists.txt Diff File
add - core/src/tests/test_backtrace.cc Diff File

master 967e9677

2019-06-19 13:00

franku


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000187 from bareos/dev/fbergkemper/master/jstree-error-msg

webui: jstree error callback function
mod - webui/module/Restore/view/restore/restore/index.phtml Diff File
mod - webui/module/Restore/view/restore/restore/versions.phtml Diff File

master 60876b3b

2019-06-18 19:23

frank

Ported: N/A

Details Diff
webui: jstree error callback function

Replaces the jstree error callback function which is called
when something goes wrong (operation prevented, ajax failed,
etc.) with a more meaningful one that provides data from the
error object to the user.
mod - webui/module/Restore/view/restore/restore/index.phtml Diff File
mod - webui/module/Restore/view/restore/restore/versions.phtml Diff File

master cb39d523

2019-06-18 16:24

franku

Ported: N/A

Details Diff
bnet: added missing header files
mod - core/src/lib/backtrace.cc Diff File
mod - core/src/lib/bsock_network_dump.cc Diff File

master c92ce8ca

2019-06-18 16:00

franku


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000186 from bareos/dev/bpoed/master/localization

Dev/bpoed/master/localization
mod - webui/module/Application/language/cn_CN.mo Diff File
mod - webui/module/Application/language/cn_CN.po Diff File
mod - webui/module/Application/language/cs_CZ.mo Diff File
mod - webui/module/Application/language/cs_CZ.po Diff File
mod - webui/module/Application/language/de_DE.mo Diff File
mod - webui/module/Application/language/de_DE.po Diff File
mod - webui/module/Application/language/en_EN.po Diff File
mod - webui/module/Application/language/es_ES.mo Diff File
mod - webui/module/Application/language/es_ES.po Diff File
mod - webui/module/Application/language/fr_FR.mo Diff File
mod - webui/module/Application/language/fr_FR.po Diff File
mod - webui/module/Application/language/hu_HU.mo Diff File
mod - webui/module/Application/language/hu_HU.po Diff File
mod - webui/module/Application/language/it_IT.mo Diff File
mod - webui/module/Application/language/it_IT.po Diff File
mod - webui/module/Application/language/nl_BE.mo Diff File
mod - webui/module/Application/language/nl_BE.po Diff File
mod - webui/module/Application/language/pl_PL.mo Diff File
mod - webui/module/Application/language/pl_PL.po Diff File
mod - webui/module/Application/language/pt_BR.mo Diff File
mod - webui/module/Application/language/pt_BR.po Diff File
mod - webui/module/Application/language/ru_RU.mo Diff File
mod - webui/module/Application/language/ru_RU.po Diff File
mod - webui/module/Application/language/sk_SK.mo Diff File
mod - webui/module/Application/language/sk_SK.po Diff File
mod - webui/module/Application/language/tr_TR.mo Diff File
mod - webui/module/Application/language/tr_TR.po Diff File
mod - webui/module/Application/language/webui.pot Diff File

master cf939b10

2019-06-18 15:47

bpoed

Ported: N/A

Details Diff
Update tr_TR.po (POEditor.com)
mod - webui/module/Application/language/tr_TR.po Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 293 294 295 296 297 298 299 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 608 609 610  Next  Last