Changesets: bareos

master 294b6f90

2016-06-08 15:17

mvwieringen

Ported: N/A

Details Diff
python-fd: Fix compiler warning.
mod - src/plugins/filed/python-fd.c Diff File

master 1dd8d699

2016-06-08 12:24

mvwieringen

Ported: N/A

Details Diff
stored: Cleanup changer locking and SD events.
mod - src/plugins/stored/bareos_sd_consts.py Diff File
mod - src/plugins/stored/scsitapealert-sd.c Diff File
mod - src/stored/acquire.c Diff File
mod - src/stored/autochanger.c Diff File
mod - src/stored/dev.c Diff File
mod - src/stored/dir_cmd.c Diff File
mod - src/stored/lock.c Diff File
mod - src/stored/mount.c Diff File
mod - src/stored/protos.h Diff File
mod - src/stored/reserve.c Diff File
mod - src/stored/sd_plugins.h Diff File

master b466ab2c

2016-06-08 11:22

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
added uni-jena.de to Bareos sponsors.
mod - SPONSORS.md Diff File

master 75763633

2016-06-07 23:38

Frank Bergkemper

Ported: N/A

Details Diff
Client: Adds missing Request URI Plugin

Use requestURIPlugin() and SessionTimeoutPlugin() in client controller actions
as it is done in every other controller for consistancy.
mod - module/Client/src/Client/Controller/ClientController.php Diff File
mod - module/Storage/src/Storage/Controller/StorageController.php Diff File

master 6c1429d4

2016-06-07 22:42

Frank Bergkemper

Ported: N/A

Details Diff
Fixes LDAP Fileset browsing in restore filetree

This is a workaround which should fix the following bug reported.

bvfs_lsdirs should deliver @LDAP/ if path argument is left empty like it's
giving a / for *nix and all drives for windows clients on top level.

It currently only works if path argument get's an @, like:

*.bvfs_lsdirs jobid=684,691 path=@
282 0 0 0 A A A A A A A A A A A A A A .
282 0 0 0 A A A A A A A A A A A A A A ..
281 0 0 0 A A A A A A A A A A A A A A @LDAP/
282 0 0 0 A A A A A A A A A A A A A A @

Fixes 0000597: Python LDAP Plugin Fileset not visible in restore
mod - module/Restore/src/Restore/Model/RestoreModel.php Diff File

master 1473cde4

2016-06-07 11:06

mvwieringen

Ported: N/A

Details Diff
dird: Change migrate/copy exit code from -- OK to OK

Seems a copy/migrate selection Job give the status Copying -- OK instead
of Copying OK what is issued by all jobs it spawns. This makes things a
bit more uniform.
mod - src/dird/migrate.c Diff File

master f88262cc

2016-06-05 19:58

Marco van Wieringen

Ported: N/A

Details Diff
Update LICENSE file.

Update LICENSE file to reflect all included external software and
acknowledge the mostly MIT license of the components. Also synced the
text to the newest imported versions of the different components as
of recently.
mod - LICENSE Diff File

master 55be16b1

2016-06-04 19:50

Marco van Wieringen

Ported: N/A

Details Diff
Format the datafield in the filebrowser using moment.js

Eventually we probably want to print these fields in the right timezone
depending on the setting the end-user has for a given session.
mod - module/Restore/view/restore/restore/index.phtml Diff File

master 0cd2f44c

2016-06-04 19:50

Marco van Wieringen

Ported: N/A

Details Diff
Import moment-timezone JS class.
add - public/js/moment-timezone-with-data.js Diff File
add - public/js/moment-timezone-with-data.min.js Diff File

master ce3d7a6b

2016-06-04 13:56

Marco van Wieringen

Ported: N/A

Details Diff
Sync moment

Upgrade from v2.10.3 to v2.13.0

Also fix autochanger view to include moment.js as its used to format
some fields in the autochanger overview which otherwise won't work.
mod - module/Storage/view/storage/storage/details.phtml Diff File
add - public/js/moment-with-locales.js Diff File
mod - public/js/moment-with-locales.min.js Diff File
add - public/js/moment.js Diff File
mod - public/js/moment.min.js Diff File

master 4c446904

2016-06-03 23:58

Joerg Steffens

Ported: N/A

Details Diff
fix reference
mod - manuals/en/main/director-resource-job-definitions.tex Diff File

master 920da622

2016-06-03 16:47

mvwieringen

Ported: N/A

Details Diff
ndmp: Add some media hook functions.

We want to be able to hook into the loading of media by an NDMP session
so analog to the already existing callbacks this adds some so called
media callbacks which are called from the Media handling code of the
NDMP libray. Currently we have hooks for the following :

- load_first()
Called before the NDMP library tries to load the first medium
specified in the job->media_tab.
- load_next()
Called before the NDMP library tries to load the next medium
specified in the job->media_tab.
- unload_current()
Called after the NDMP library tried to unload the medium from the
drive.
mod - src/ndmp/ndma_ctrl_media.c Diff File
mod - src/ndmp/ndmagents.h Diff File

master 71634be8

2016-06-03 16:47

mvwieringen

Ported: N/A

Details Diff
ndmp: Change NDMP SCSI element status to linked list.

In its current implementation the NDMP SCSI element status uses a fixed
size array with SMC_MAX_ELEMENT(80) elements. This is far from efficient
as we just want to be able to store as many elements as we actually have
without having the additional overhead of unused items. Further more the
element have either a primary_vol_tag or an alternate_vol_tag but in the
old scheme there was a fixed size for both, in the new scheme we only
allocate room for the actual vol_tag that is used.
mod - src/ndmp/ndma_control.c Diff File
mod - src/ndmp/ndma_ctrl_robot.c Diff File
mod - src/ndmp/smc.h Diff File
mod - src/ndmp/smc_api.c Diff File
mod - src/ndmp/smc_parse.c Diff File
mod - src/ndmp/smc_pp.c Diff File
mod - src/ndmp/smc_priv.h Diff File

master 34474e52

2016-06-03 16:40

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/dird/dird_conf.c Diff File
mod - src/lib/parse_conf.h Diff File
mod - src/lib/res.c Diff File

master 78b3268b

2016-06-03 16:25

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - module/Media/config/module.config.php Diff File

master 589f7c6e

2016-06-03 12:00

joergs

Ported: N/A

Details Diff
dird_conf: explicietly set some booleans to false

This does not change the initial settings, but this way, it looks better
in the documentation.
mod - src/dird/dird_conf.c Diff File

master 4a93ace8

2016-06-03 11:59

Joerg Steffens

Ported: N/A

Details Diff
cleanup: remove default descriptions
mod - manuals/en/main/director-resource-director-definitions.tex Diff File
mod - manuals/en/main/director-resource-fileset-definitions.tex Diff File
mod - manuals/en/main/director-resource-job-definitions.tex Diff File
mod - manuals/en/main/director-resource-pool-definitions.tex Diff File

master c03310b1

2016-06-02 21:02

Joerg Steffens

Ported: N/A

Details Diff
cleanup Maximum Concurrent Jobs and Recycle

adding description of multi device configuration for running concurrent
jobs on disk storage.
mod - manuals/en/main/bareos-fd-resource-client-definitions.tex Diff File
mod - manuals/en/main/bareos-manual-main-reference.tex Diff File
mod - manuals/en/main/bareos-sd-resource-storage-definitions.tex Diff File
mod - manuals/en/main/bareos.sty Diff File
mod - manuals/en/main/bconsole.tex Diff File
mod - manuals/en/main/director-resource-client-definitions.tex Diff File
mod - manuals/en/main/director-resource-director-definitions.tex Diff File
mod - manuals/en/main/director-resource-job-definitions.tex Diff File
mod - manuals/en/main/director-resource-pool-definitions.tex Diff File
mod - manuals/en/main/director-resource-storage-definitions.tex Diff File
mod - manuals/en/main/disk.tex Diff File
mod - manuals/en/main/migration.tex Diff File
mod - manuals/en/main/ndmp.tex Diff File
mod - manuals/en/main/recycling.tex Diff File
mod - manuals/en/main/spooling.tex Diff File
mod - manuals/en/main/troubleshooting.tex Diff File

master fa484dbd

2016-06-02 18:56

Frank Bergkemper

Ported: N/A

Details Diff
cleanup
rm - module/Job/view/job/job/running.phtml Diff File
rm - module/Job/view/job/job/successful.phtml Diff File
rm - module/Job/view/job/job/timeline.phtml Diff File
rm - module/Job/view/job/job/unsuccessful.phtml Diff File
rm - module/Job/view/job/job/waiting.phtml Diff File

master 3fbbfe75

2016-06-02 18:52

Frank Bergkemper

Ported: N/A

Details Diff
Jobs: Allow to cancel restore jobs
mod - module/Job/view/job/job/index.phtml Diff File

master 50d91a55

2016-06-02 17:02

Frank Bergkemper

Ported: N/A

Details Diff
Updates README-TRANSLATION.md
mod - doc/README-TRANSLATION.md Diff File

master e8fff3ee

2016-06-02 16:44

Frank Bergkemper

Ported: N/A

Details Diff
Localization: automates *.pot, *.po and *.mo updates
mod - Makefile.am Diff File
mod - Makefile.in Diff File
mod - configure Diff File
mod - configure.ac Diff File
add - doc/README-TRANSLATION.md Diff File
add - module/Application/language/Makefile.am Diff File
add - module/Application/language/Makefile.in Diff File
mod - module/Application/language/de_DE.mo Diff File
mod - module/Application/language/de_DE.po Diff File
mod - module/Application/language/en_EN.mo Diff File
mod - module/Application/language/en_EN.po Diff File
mod - module/Application/language/fr_FR.mo Diff File
mod - module/Application/language/fr_FR.po Diff File
mod - module/Application/language/ru_RU.mo Diff File
mod - module/Application/language/ru_RU.po Diff File
add - module/Application/language/webui.pot Diff File

master e84278b4

2016-06-02 16:36

Marco van Wieringen

Ported: N/A

Details Diff
Sync bootstrap

Upgrade from v3.3.5 to v3.3.6
mod - public/css/bootstrap-theme.css Diff File
mod - public/css/bootstrap-theme.css.map Diff File
mod - public/css/bootstrap-theme.min.css Diff File
mod - public/css/bootstrap.css Diff File
mod - public/css/bootstrap.css.map Diff File
mod - public/css/bootstrap.min.css Diff File
mod - public/js/bootstrap.js Diff File
mod - public/js/bootstrap.min.js Diff File

master 7203e8ed

2016-06-02 15:36

Marco van Wieringen

Ported: N/A

Details Diff
Sync jqplot

Upgrade from v1.0.8 to v1.0.9
mod - public/css/jquery.jqplot.min.css Diff File
mod - public/js/excanvas.min.js Diff File
mod - public/js/jqplot.barRenderer.js Diff File
mod - public/js/jqplot.barRenderer.min.js Diff File
mod - public/js/jqplot.categoryAxisRenderer.js Diff File
mod - public/js/jqplot.categoryAxisRenderer.min.js Diff File
mod - public/js/jqplot.pieRenderer.js Diff File
mod - public/js/jqplot.pieRenderer.min.js Diff File
mod - public/js/jqplot.pointLabels.js Diff File
mod - public/js/jqplot.pointLabels.min.js Diff File
mod - public/js/jquery.jqplot.js Diff File
mod - public/js/jquery.jqplot.min.js Diff File

master a3de8fb3

2016-06-02 15:08

Marco van Wieringen

Ported: N/A

Details Diff
Sync jstreegrid

Upgrade from v3.2.3 to v3.4.2
mod - public/js/jstreegrid.js Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 487 488 489 490 491 492 493 ... 540 ... 600 ... 641 642 643  Next  Last