Changesets: bareos
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 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 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 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 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 | ||
master 0ee90de5 2016-06-02 15:04 Marco van Wieringen Ported: N/A Details Diff |
Sync jstree Upgrade from v3.1.1 to v3.3.1 |
||
mod - public/css/jstree.css | Diff File | ||
mod - public/css/jstree.min.css | Diff File | ||
mod - public/js/jstree.js | Diff File | ||
mod - public/js/jstree.min.js | Diff File | ||
master f88afc7b 2016-06-02 14:57 Marco van Wieringen Ported: N/A Details Diff |
Sync jquery Upgrade from v1.11.3 to v1.12.4 |
||
mod - public/js/jquery.js | Diff File | ||
mod - public/js/jquery.min.js | Diff File | ||
mod - public/js/jquery.min.map | Diff File | ||
master f759eea5 2016-06-01 20:23 Marco van Wieringen Committer: Frank Bergkemper Ported: N/A Details Diff |
Sync datatables datatables 1.10.12 buttons 1.2.0 select 1.2.0 |
||
mod - module/Client/view/client/client/details.phtml | Diff File | ||
mod - module/Client/view/client/client/index.phtml | Diff File | ||
mod - module/Dashboard/view/dashboard/dashboard/index.phtml | Diff File | ||
mod - module/Fileset/view/fileset/fileset/details.phtml | Diff File | ||
mod - module/Fileset/view/fileset/fileset/index.phtml | Diff File | ||
mod - module/Job/view/job/job/details.phtml | Diff File | ||
mod - module/Job/view/job/job/index.phtml | Diff File | ||
mod - module/Job/view/job/job/run.phtml | Diff File | ||
mod - module/Media/view/media/media/details.phtml | Diff File | ||
mod - module/Media/view/media/media/index.phtml | Diff File | ||
mod - module/Pool/view/pool/pool/details.phtml | Diff File | ||
mod - module/Pool/view/pool/pool/index.phtml | Diff File | ||
mod - module/Restore/view/restore/restore/index.phtml | Diff File | ||
mod - module/Storage/view/storage/storage/details.phtml | Diff File | ||
mod - module/Storage/view/storage/storage/index.phtml | Diff File | ||
rm - public/css/buttons.bootstrap.css | Diff File | ||
rm - public/css/buttons.bootstrap.min.css | Diff File | ||
rm - public/css/buttons.dataTables.css | Diff File | ||
rm - public/css/buttons.dataTables.min.css | Diff File | ||
rm - public/css/dataTables.bootstrap.min.css | Diff File | ||
add - public/css/datatables-ext.min.css | Diff File | ||
add - public/css/datatables.min.css | Diff File | ||
rm - public/css/select.dataTables.min.css | Diff File | ||
rm - public/js/buttons.bootstrap.js | Diff File | ||
rm - public/js/buttons.bootstrap.min.js | Diff File | ||
rm - public/js/dataTables.bootstrap.js | Diff File | ||
rm - public/js/dataTables.bootstrap.min.js | Diff File | ||
rm - public/js/dataTables.buttons.js | Diff File | ||
rm - public/js/dataTables.buttons.min.js | Diff File | ||
rm - public/js/dataTables.select.js | Diff File | ||
rm - public/js/dataTables.select.min.js | Diff File | ||
add - public/js/datatables-ext.js | Diff File | ||
add - public/js/datatables-ext.min.js | Diff File | ||
add - public/js/datatables.min.js | Diff File | ||
rm - public/js/jquery.dataTables.min.js | Diff File | ||
master 52708427 2016-06-01 18:28 Joerg Steffens Ported: N/A Details Diff |
bareos-fd-connect: improved integration bareos-fd-connect now works with all FD commands, can cope with mutliple command arguments (spaces have to be replaced by 0x1) and offers an interactive mode. Under the hood, there is now a cleaner separation between DirectorConsole and FileDaemon connections. The classes BSock and BSockJson are deprecated. You should use the new classes * bareos.bsock.DirectorConsole * bareos.bsock.DirectorConsoleJson * bareos.bsock.FileDaemon |
||
mod - README.rst | Diff File | ||
mod - bareos/bsock/__init__.py | Diff File | ||
mod - bareos/bsock/bsock.py | Diff File | ||
mod - bareos/bsock/bsockjson.py | Diff File | ||
mod - bareos/bsock/constants.py | Diff File | ||
add - bareos/bsock/directorconsole.py | Diff File | ||
add - bareos/bsock/directorconsolejson.py | Diff File | ||
mod - bareos/bsock/filedaemon.py | Diff File | ||
mod - bareos/bsock/lowlevel.py | Diff File | ||
mod - bin/bareos-fd-connect.py | Diff File | ||
mod - bin/bconsole-json.py | Diff File | ||
mod - bin/bconsole.py | Diff File | ||
master 754a3e8a 2016-05-30 12:47 Ported: N/A Details Diff |
dird: Validate pool types in config. This patch adds a special new config type CFG_TYPE_POOLTYPE which is used to parse pool types and makes sure only valid pool types are allowed. Up until now the pool type is stored as a CFG_TYPE_STRNAME and a check in the database checks if the pool type is really valid. This is far from user friendly, from now on the DIR will validate the pool type and store it in the correct way in the config using a filter table which ignores any end user case sensitivity. Fixes 0000664: Validate pool types in config |
Affected Issues 0000664 |
|
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/lib/parse_conf.h | Diff File | ||
mod - src/lib/res.c | Diff File | ||
master 13118735 2016-05-29 12:44 Ported: N/A Details Diff |
lib: Fix compile warning. | ||
mod - src/lib/bsys.c | Diff File | ||
master fe155cbd 2016-05-29 00:01 Marco van Wieringen Ported: N/A Details Diff |
Fix routing for media. Allow also dots in media names for the Media details routing. Fixes 0000663: crashing if parameter contains a dot |
||
mod - module/Media/config/module.config.php | Diff File | ||
master caa50ae5 2016-05-27 15:46 Ported: N/A Details Diff |
Merge branch 'bareos-15.2' | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/dird_conf.h | Diff File | ||
mod - src/dird/ndmp_dma_backup.c | Diff File | ||
mod - src/filed/status.c | Diff File |