Changesets: bareos

bareos-16.2 805800af

2016-09-13 17:10

pstorz

Ported: N/A

Details Diff
Fix problems that popped up with gcc 6.1

On Fedora 24 we have now gcc 6.1

This caused some problems that were fixed with this commit.
mod - src/filed/fd_plugins.c Diff File
mod - src/lib/alist.h Diff File
mod - src/lib/plugins.c Diff File
mod - src/plugins/filed/test-deltaseq-fd.c Diff File
mod - src/plugins/filed/test-plugin-fd.c Diff File
mod - src/tools/bsmtp.c Diff File

bareos-16.2 035f184a

2016-09-13 15:34

pstorz

Ported: N/A

Details Diff
Merge branch 'bareos-15.2' into bareos-16.2
mod - AUTHORS Diff File

master 8e6c54a7

2016-09-13 15:26

Philipp Storz

Ported: N/A

Details Diff
selenium-test: username and password from environment

The webui selenium test can now optionally get the
username and password from the environment.

Also, depending on the setting of DIST in the environment
it uses a different baseurl.
mod - tests/selenium/webui-selenium-test.py Diff File

master 8adc58dd

2016-09-13 15:06

Frank Bergkemper

Ported: N/A

Details Diff
Travis CI: removes hhvm test

Do not test against HHVM.

http://hhvm.com/
mod - .travis.yml Diff File

master bf9f51ab

2016-09-13 14:48

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'
mod - composer.json Diff File
mod - composer.phar Diff File
mod - debian/control 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 - packaging/obs/bareos-webui.spec Diff File
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
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
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 3a300c31

2016-09-13 14:06

Philipp Storz

Ported: N/A

Details Diff
Change the order of copy-xxx-confs and cleanup

Before, the copy-xxx-confs was called first,
afterwards the cleanup-xxx was called.

Because of the changes for the new configuration
scheme with subdirectories, the cleanup was
changed to also remove configuration files.

This lead to non-existing configuration files because
of the wrong order.
mod - scripts/functions Diff File

bareos-16.2 7ce6222d

2016-09-13 12:11

mvwieringen

Ported: N/A

Details Diff
Update AUTHORS.
mod - AUTHORS Diff File

master 2a73276a

2016-09-13 01:01

Frank Bergkemper

Ported: N/A

Details Diff
PHPUnit: test bootstrap added

This adds just a basic test boostrap to set up autoloading for
future phpunit tests.
mod - phpunit.xml Diff File
mod - tests/phpunit/Bootstrap.php Diff File

bareos-16.2 9f5e4c88

2016-09-12 20:30

joergs

Ported: N/A

Details Diff
fixes a segfault when specifying invalid fileset

Without this patch, a console command like
run client=bareos-fd job=backup-bareos-fd fileset=NOTEXISTING
and finishing the selection dialog with "." resulted in a segfault.

This does not happen, when specifying invalid clients or jobs,
however, other parameters should also be checked.
mod - src/dird/ua_run.c Diff File

master 82e3444e

2016-09-12 18:59

Frank Bergkemper

Ported: N/A

Details Diff
Storage: Show storage name instead of storage id
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

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
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 443 444 445 446 447 448 449 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last