Changesets: bareos

master cb186156

2023-03-20 14:59

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update es_ES.po (POEditor.com)
mod - webui/module/Application/language/es_ES.po Diff File

master 69c25bf3

2023-03-20 14:59

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update sk_SK.po (POEditor.com)
mod - webui/module/Application/language/sk_SK.po Diff File

master 0d31f082

2023-03-20 14:59

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update ru_RU.po (POEditor.com)
mod - webui/module/Application/language/ru_RU.po Diff File

master 3fb49626

2023-03-20 14:59

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update pt_BR.po (POEditor.com)
mod - webui/module/Application/language/pt_BR.po Diff File

master 69472bde

2023-03-20 14:59

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update pl_PL.po (POEditor.com)
mod - webui/module/Application/language/pl_PL.po Diff File

master 06562af2

2023-03-20 14:59

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update it_IT.po (POEditor.com)
mod - webui/module/Application/language/it_IT.po Diff File

master 79c61e97

2023-03-20 14:59

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update hu_HU.po (POEditor.com)
mod - webui/module/Application/language/hu_HU.po Diff File

master 97b7938e

2023-03-20 14:59

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update fr_FR.po (POEditor.com)
mod - webui/module/Application/language/fr_FR.po Diff File

master afb1fde2

2023-03-20 14:59

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update nl_BE.po (POEditor.com)
mod - webui/module/Application/language/nl_BE.po Diff File

master c06718d3

2023-03-20 14:35

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update cs_CZ.po (POEditor.com)
mod - webui/module/Application/language/cs_CZ.po Diff File

master 92328b5a

2023-03-20 14:35

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update cs_CZ.mo (POEditor.com)
mod - webui/module/Application/language/cs_CZ.mo Diff File

master fca73009

2023-03-20 14:35

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update cn_CN.po (POEditor.com)
mod - webui/module/Application/language/cn_CN.po Diff File

master 783d07f7

2023-03-20 14:35

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update cn_CN.mo (POEditor.com)
mod - webui/module/Application/language/cn_CN.mo Diff File

master d21ed856

2023-03-20 14:27

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update de_DE.po (POEditor.com)
mod - webui/module/Application/language/de_DE.po Diff File

master 04cbd70c

2023-03-20 14:27

bpoed


Committer: joergs

Ported: N/A

Details Diff
Update de_DE.mo (POEditor.com)
mod - webui/module/Application/language/de_DE.mo Diff File

master 173b8473

2023-03-20 14:17

frank


Committer: joergs

Ported: N/A

Details Diff
webui: update *.po and *.pot files
mod - webui/module/Application/language/cn_CN.po Diff File
mod - webui/module/Application/language/cs_CZ.po 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.po Diff File
mod - webui/module/Application/language/fr_FR.po Diff File
mod - webui/module/Application/language/hu_HU.po Diff File
mod - webui/module/Application/language/it_IT.po Diff File
mod - webui/module/Application/language/nl_BE.po Diff File
mod - webui/module/Application/language/pl_PL.po Diff File
mod - webui/module/Application/language/pt_BR.po Diff File
mod - webui/module/Application/language/ru_RU.po Diff File
mod - webui/module/Application/language/sk_SK.po Diff File
mod - webui/module/Application/language/tr_TR.po Diff File
mod - webui/module/Application/language/uk_UA.po Diff File
mod - webui/module/Application/language/webui.pot Diff File

master 9793c57a

2023-03-20 10:04

Alaa Eddine Elamri

Ported: N/A

Details Diff
apply bareos-check-sources
mod - core/src/cats/sql.h Diff File
mod - core/src/cats/sql_get.cc Diff File
mod - core/src/dird/ua_purge.cc Diff File

master 0dd067f9

2023-03-17 14:17

frank


Committer: joergs

Ported: N/A

Details Diff
docs: update BareosWebui.rst
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst Diff File

master f47196b4

2023-03-17 13:47

frank


Committer: joergs

Ported: N/A

Details Diff
webui: add a new section to the `configuration.ini`

Adds a new section named `experimental` to the `configuration.ini`
where experimental features can be enabled and disabled.

All experimental features are and should be disabled (`false`)
by default.

First item in this new section is the configuration resource graph,
which is located in the analytics module and reachable via the
navigation tab `Configuration`.

The navigation tab `Configuration` is hidden if the newly introduced
`configuration.ini` parameter `configuration_resource_graph`
is not set or set to `false`.
mod - webui/config/autoload/global.php.in Diff File
mod - webui/install/configuration.ini.in Diff File
mod - webui/module/Analytics/view/analytics/analytics/index.phtml Diff File
mod - webui/module/Auth/src/Auth/Controller/AuthController.php Diff File

master e678933b

2023-03-17 11:56

frank


Committer: joergs

Ported: N/A

Details Diff
webui: add config resource graph to analytics

Adds an experimental feature to the analytics module
that displays a D3 force directed graph of configuration
resources and how these are connected to each other.

Currently the following configuration resources are
a part of the graph.

- client resources
- job resources
- jobdefs resources
- fileset resources
- schedule resources
mod - webui/module/Analytics/src/Analytics/Controller/AnalyticsController.php Diff File
mod - webui/module/Analytics/src/Analytics/Model/AnalyticsModel.php Diff File
add - webui/module/Analytics/view/analytics/analytics/configuration.phtml Diff File
mod - webui/module/Analytics/view/analytics/analytics/index.phtml Diff File

master d127f5d0

2023-03-15 15:03

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001410

Sanitizers: add ASAN options to avoid crashes
mod - CHANGELOG.md Diff File
mod - devtools/build-and-test-with-sanitize.sh Diff File

master 9a706622

2023-03-15 15:03

arogge

Ported: N/A

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

master 8149d56d

2023-03-15 15:01

arogge

Ported: N/A

Details Diff
devtools: add license-header to build script
mod - devtools/build-and-test-with-sanitize.sh Diff File

master 30a263a3

2023-03-15 14:10

pstorz

Ported: N/A

Details Diff
Sanitizers: add ASAN options to avoid false errors

Set `ASAN_OPTIONS=intercept_tls_get_addr=0` to avoid problems with
sanitizers running in containers.

see: https://github.com/google/sanitizers/issues/1322
mod - devtools/build-and-test-with-sanitize.sh Diff File

master 4df14e5a

2023-03-15 11:39

arogge

Ported: N/A

Details Diff
dir: fix leak in vbackup

an allocated ua context was not released.
mod - core/src/dird/vbackup.cc Diff File
 First  Prev  1 2 3 ... 55 56 57 58 59 60 61 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last