Changesets: bareos

bareos-16.2 8a218d51

2016-09-12 18:36

pstorz


Committer: joergs

Ported: N/A

Details Diff
BAT: notify user, that BAT is deprecated

At the start of BAT, a popup window is displayed, saying that this is
the last release of BAT. It also asks the user to notify bareos about
features available in BAT but missing in bareos-webui.
mod - src/qt-console/mainwin.cpp Diff File

bareos-16.2 ea391e09

2016-09-12 17:03

frank


Committer: pstorz

Ported: N/A

Details Diff
llist command improvement

This also shows the storage name when executing llist media in api2 mode.
mod - src/cats/sql_list.c Diff File

bareos-16.2 b739a305

2016-09-12 15:52

joergs

Ported: N/A

Details Diff
Fix coverity detected problem.

Coverity Ids:
* 1356389
* 1350387
* 1350133
mod - src/dird/fd_cmds.c Diff File
mod - src/lib/bsnprintf.c Diff File
mod - src/lib/output_formatter.c Diff File

master 03405fb6

2016-09-12 14:26

Frank Bergkemper

Ported: N/A

Details Diff
Component update

Updates our dependencies to the latest version according to composer.json, and updates the composer.lock file.
mod - vendor/composer/ClassLoader.php Diff File
mod - vendor/composer/autoload_psr4.php Diff File
mod - vendor/composer/autoload_static.php Diff File
mod - vendor/composer/installed.json Diff File

master 26913a8e

2016-09-12 14:24

Frank Bergkemper

Ported: N/A

Details Diff
Composer update
mod - composer.phar Diff File

master cb7f5a36

2016-09-12 14:19

Frank Bergkemper

Ported: N/A

Details Diff
Dependencies: Cleanup

This removes ZF2 zend-db module and PHP extension dependencies
to different database backends no longer required.
mod - composer.json Diff File
mod - debian/control Diff File
mod - packaging/obs/bareos-webui.spec Diff File
rm - vendor/zendframework/zend-db/.coveralls.yml Diff File
rm - vendor/zendframework/zend-db/CONTRIBUTING.md Diff File
rm - vendor/zendframework/zend-db/LICENSE.txt Diff File
rm - vendor/zendframework/zend-db/README.md Diff File
rm - vendor/zendframework/zend-db/composer.json Diff File
rm - vendor/zendframework/zend-db/phpunit.xml.dist Diff File
rm - vendor/zendframework/zend-db/phpunit.xml.travis Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Adapter.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/AdapterAbstractServiceFactory.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/AdapterAwareInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/AdapterAwareTrait.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/AdapterInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/AdapterServiceFactory.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/AbstractConnection.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/ConnectionInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/DriverInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Feature/AbstractFeature.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Feature/DriverFeatureInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/IbmDb2/Connection.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/IbmDb2/IbmDb2.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/IbmDb2/Result.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/IbmDb2/Statement.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Mysqli/Connection.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Mysqli/Mysqli.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Mysqli/Result.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Mysqli/Statement.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Connection.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Oci8.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Result.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Statement.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Connection.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Feature/OracleRowCounter.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Feature/SqliteRowCounter.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Pdo.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Result.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Statement.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Pgsql/Connection.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Pgsql/Pgsql.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Pgsql/Result.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Pgsql/Statement.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/ResultInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Connection.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Exception/ErrorException.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Exception/ExceptionInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Result.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Sqlsrv.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Statement.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Driver/StatementInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Exception/ErrorException.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Exception/ExceptionInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Exception/InvalidArgumentException.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Exception/InvalidConnectionParametersException.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Exception/InvalidQueryException.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Exception/RuntimeException.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Exception/UnexpectedValueException.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/ParameterContainer.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Platform/AbstractPlatform.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Platform/IbmDb2.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Platform/Mysql.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Platform/Oracle.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Platform/PlatformInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Platform/Postgresql.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Platform/Sql92.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Platform/SqlServer.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Platform/Sqlite.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Profiler/Profiler.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Profiler/ProfilerAwareInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/Profiler/ProfilerInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/StatementContainer.php Diff File
rm - vendor/zendframework/zend-db/src/Adapter/StatementContainerInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Exception/ErrorException.php Diff File
rm - vendor/zendframework/zend-db/src/Exception/ExceptionInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Exception/InvalidArgumentException.php Diff File
rm - vendor/zendframework/zend-db/src/Exception/RuntimeException.php Diff File
rm - vendor/zendframework/zend-db/src/Exception/UnexpectedValueException.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Metadata.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/MetadataInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Object/AbstractTableObject.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Object/ColumnObject.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Object/ConstraintKeyObject.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Object/ConstraintObject.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Object/TableObject.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Object/TriggerObject.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Object/ViewObject.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Source/AbstractSource.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Source/MysqlMetadata.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Source/OracleMetadata.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Source/PostgresqlMetadata.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Source/SqlServerMetadata.php Diff File
rm - vendor/zendframework/zend-db/src/Metadata/Source/SqliteMetadata.php Diff File
rm - vendor/zendframework/zend-db/src/ResultSet/AbstractResultSet.php Diff File
rm - vendor/zendframework/zend-db/src/ResultSet/Exception/ExceptionInterface.php Diff File
rm - vendor/zendframework/zend-db/src/ResultSet/Exception/InvalidArgumentException.php Diff File
rm - vendor/zendframework/zend-db/src/ResultSet/Exception/RuntimeException.php Diff File
rm - vendor/zendframework/zend-db/src/ResultSet/HydratingResultSet.php Diff File
rm - vendor/zendframework/zend-db/src/ResultSet/ResultSet.php Diff File
rm - vendor/zendframework/zend-db/src/ResultSet/ResultSetInterface.php Diff File
rm - vendor/zendframework/zend-db/src/RowGateway/AbstractRowGateway.php Diff File
rm - vendor/zendframework/zend-db/src/RowGateway/Exception/ExceptionInterface.php Diff File
rm - vendor/zendframework/zend-db/src/RowGateway/Exception/InvalidArgumentException.php Diff File
rm - vendor/zendframework/zend-db/src/RowGateway/Exception/RuntimeException.php Diff File
rm - vendor/zendframework/zend-db/src/RowGateway/Feature/AbstractFeature.php Diff File
rm - vendor/zendframework/zend-db/src/RowGateway/Feature/FeatureSet.php Diff File
rm - vendor/zendframework/zend-db/src/RowGateway/RowGateway.php Diff File
rm - vendor/zendframework/zend-db/src/RowGateway/RowGatewayInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/AbstractExpression.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/AbstractPreparableSql.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/AbstractSql.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Combine.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/AlterTable.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/AbstractLengthColumn.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/AbstractPrecisionColumn.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/AbstractTimestampColumn.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/BigInteger.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Binary.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Blob.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Boolean.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Char.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Column.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/ColumnInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Date.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Datetime.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Decimal.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Float.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Floating.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Integer.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Text.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Time.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Timestamp.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Varbinary.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Varchar.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Constraint/AbstractConstraint.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Constraint/Check.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Constraint/ConstraintInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Constraint/ForeignKey.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Constraint/PrimaryKey.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Constraint/UniqueKey.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/CreateTable.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/DropTable.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Index/AbstractIndex.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/Index/Index.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Ddl/SqlInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Delete.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Exception/ExceptionInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Exception/InvalidArgumentException.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Exception/RuntimeException.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Expression.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/ExpressionInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Having.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Insert.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Literal.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/AbstractPlatform.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/IbmDb2/IbmDb2.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/IbmDb2/SelectDecorator.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/Mysql/Ddl/AlterTableDecorator.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/Mysql/Ddl/CreateTableDecorator.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/Mysql/Mysql.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/Mysql/SelectDecorator.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/Oracle/Oracle.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/Oracle/SelectDecorator.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/Platform.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/PlatformDecoratorInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/SqlServer/Ddl/CreateTableDecorator.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/SqlServer/SelectDecorator.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Platform/SqlServer/SqlServer.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/Between.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/Expression.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/In.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/IsNotNull.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/IsNull.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/Like.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/Literal.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/NotIn.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/NotLike.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/Operator.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/Predicate.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/PredicateInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Predicate/PredicateSet.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/PreparableSqlInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Select.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Sql.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/SqlInterface.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/TableIdentifier.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Update.php Diff File
rm - vendor/zendframework/zend-db/src/Sql/Where.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/AbstractTableGateway.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/Exception/ExceptionInterface.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/Exception/InvalidArgumentException.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/Exception/RuntimeException.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/Feature/AbstractFeature.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/Feature/EventFeature.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/Feature/EventFeature/TableGatewayEvent.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/Feature/FeatureSet.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/Feature/GlobalAdapterFeature.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/Feature/MasterSlaveFeature.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/Feature/MetadataFeature.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/Feature/RowGatewayFeature.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/Feature/SequenceFeature.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/TableGateway.php Diff File
rm - vendor/zendframework/zend-db/src/TableGateway/TableGatewayInterface.php Diff File

master 19c39242

2016-09-09 19:31

Frank Bergkemper

Ported: N/A

Details Diff
phpunit: removes old unit tests
mod - phpunit.xml Diff File
mod - tests/phpunit/Bootstrap.php Diff File
rm - tests/phpunit/ClientTest/Controller/IndexControllerTest.php Diff File
rm - tests/phpunit/ClientTest/Model/ClientTableTest.php Diff File
rm - tests/phpunit/DashboardTest/Controller/IndexControllerTest.php Diff File
rm - tests/phpunit/DirectorTest/Controller/IndexControllerTest.php Diff File
rm - tests/phpunit/FilesetTest/Controller/IndexControllerTest.php Diff File
rm - tests/phpunit/FilesetTest/Model/FilesetTableTest.php Diff File
rm - tests/phpunit/JobTest/Controller/IndexControllerTest.php Diff File
rm - tests/phpunit/JobTest/Model/JobTableTest.php Diff File
rm - tests/phpunit/MediaTest/Controller/IndexControllerTest.php Diff File
rm - tests/phpunit/MediaTest/Model/MediaTableTest.php Diff File
rm - tests/phpunit/PoolTest/Controller/IndexControllerTest.php Diff File
rm - tests/phpunit/PoolTest/Model/PoolTableTest.php Diff File
rm - tests/phpunit/RestoreTest/Controller/IndexControllerTest.php Diff File
rm - tests/phpunit/StorageTest/Controller/IndexControllerTest.php Diff File
rm - tests/phpunit/StorageTest/Model/StorageTableTest.php Diff File

master ed3db4d4

2016-09-09 18:56

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'
mod - .travis.yml Diff File
mod - AUTHORS Diff File
mod - debian/docs Diff File
mod - module/Application/config/module.config.php Diff File
mod - module/Auth/view/auth/auth/login.phtml Diff File
mod - packaging/obs/bareos-webui.spec Diff File
mod - public/js/datatables.functions.js Diff File
rm - tests/travis/config_db.sh Diff File
rm - tests/travis/pgsql/grant_privileges.sql Diff File
rm - tests/travis/pgsql/make_tables.sql Diff File

master e99d0d92

2016-09-09 18:30

Frank Bergkemper

Ported: N/A

Details Diff
Packaging: Include selenium test
mod - debian/docs Diff File
mod - packaging/obs/bareos-webui.spec Diff File

master ca0a4775

2016-09-09 18:11

Frank Bergkemper

Ported: N/A

Details Diff
Cleanup: new minimalistic .travis.yml as a startup
mod - .travis.yml Diff File
rm - tests/travis/config_db.sh Diff File
rm - tests/travis/pgsql/grant_privileges.sql Diff File
rm - tests/travis/pgsql/make_tables.sql Diff File

master afeaab35

2016-09-09 17:50

Frank Bergkemper

Ported: N/A

Details Diff
Get version updates fix

To avoid mixed content blocking in browsers, we do the jsoncallback,
to retrieve update data, via https by default.
mod - module/Auth/view/auth/auth/login.phtml Diff File

master 18dccc61

2016-09-09 17:48

Frank Bergkemper

Ported: N/A

Details Diff
Specfile update
mod - packaging/obs/bareos-webui.spec Diff File

master 47584981

2016-09-09 17:11

pstorz

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'
mod - platforms/win32/winbareos.nsi Diff File
mod - src/lib/unittests/sellist_test.c Diff File

master 5c2a9851

2016-09-09 15:41

Frank Bergkemper

Ported: N/A

Details Diff
topnavbar menu item highlighting fix

This fixes an issue with the topnavbar where the highlighting
of the storage menu item gets lost, when switching modul context
via the tabbed navigation (Devices/Pools/Volumes).
mod - module/Application/config/module.config.php Diff File

master f78250d2

2016-09-08 17:02

Frank Bergkemper

Ported: N/A

Details Diff
Adds jobtype O=Consolidate
mod - public/js/datatables.functions.js Diff File

bareos-16.2 ee956366

2016-09-08 15:29

pstorz

Ported: N/A

Details Diff
wininstaller: Make webui login configurable via cmdline settings
mod - platforms/win32/winbareos.nsi Diff File

bareos-16.2 57c2f270

2016-09-08 12:18

pstorz

Ported: N/A

Details Diff
ndmp: Don't ASSERT when restoring with non-NDMP restore job

If trying to restore a NDMP Backup with a normal restore job for files,
the director crashed with an ASSERT:

ERROR in bsock.c:319 Failed ASSERT: password.encoding == p_encoding_md5

This is now altered so that the job is canceled with a fatal error and
shows a help message that explains the problem.
mod - src/lib/bsock.c Diff File

master 8ce39b39

2016-09-06 18:40

Frank Bergkemper

Ported: N/A

Details Diff
Updated AUTHORS
mod - AUTHORS Diff File

master df92c7a8

2016-09-06 18:28

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'
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
mod - public/js/locale/fr_FR/LC_MESSAGES/fr_FR.mo Diff File
mod - public/js/locale/fr_FR/LC_MESSAGES/fr_FR.po Diff File
mod - public/js/locale/ru_RU/LC_MESSAGES/ru_RU.mo Diff File
mod - public/js/locale/ru_RU/LC_MESSAGES/ru_RU.po Diff File

master 03d3e0bc

2016-09-06 18:18

Frank Bergkemper

Ported: N/A

Details Diff
Russian translation

Adds russian *.mo files.
mod - module/Application/language/ru_RU.mo Diff File
mod - public/js/locale/ru_RU/LC_MESSAGES/ru_RU.mo Diff File

master 76595010

2016-09-06 18:13

Frank Bergkemper

Ported: N/A

Details Diff
French translation

Adds french *.mo files.
mod - module/Application/language/fr_FR.mo Diff File
mod - public/js/locale/fr_FR/LC_MESSAGES/fr_FR.mo Diff File

master b79938fb

2016-09-06 17:02

Bruno Friedmann


Committer: Frank Bergkemper

Ported: N/A

Details Diff
First french translation files

Signed-off-by: Bruno Friedmann <bruno@ioda-net.ch>
Signed-off-by: Frank Bergkemper <frank.bergkemper@bareos.com>
mod - module/Application/language/fr_FR.po Diff File
mod - public/js/locale/fr_FR/LC_MESSAGES/fr_FR.po Diff File

master 10c207d1

2016-09-06 15:05

Philipp Storz

Ported: N/A

Details Diff
first version of tests/sparse-autoxflate-test for bug 694
add - tests/sparse-autoxflate-test Diff File

master 2e3b32bd

2016-09-05 16:52

Elena Storz


Committer: Frank Bergkemper

Ported: N/A

Details Diff
Russian translation of webui
mod - module/Application/language/ru_RU.po Diff File
mod - public/js/locale/ru_RU/LC_MESSAGES/ru_RU.po Diff File

master dffe8b7e

2016-09-05 15:40

Joerg Steffens

Ported: N/A

Details Diff
adapted for bareos-16.2
mod - manuals/en/main/bareos.sty Diff File
mod - manuals/en/main/bconsole.tex Diff File
mod - manuals/en/main/configure.tex Diff File
mod - manuals/en/main/dataencryption.tex Diff File
mod - manuals/en/main/dirdconf.tex Diff File
mod - manuals/en/main/general.tex Diff File
mod - manuals/en/main/install.tex Diff File
mod - manuals/en/main/quickstart.tex Diff File
mod - manuals/en/main/state.tex Diff File
mod - manuals/en/main/tutorial.tex Diff File
mod - manuals/en/main/update.tex Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 444 445 446 447 448 449 450 ... 480 ... 540 ... 600 ... 608 609 610  Next  Last