bareos-webui: master bf9f51ab

Author Committer Branch Timestamp Parent
frank frank master 2016-09-13 14:48 master ed3db4d4 Pending
Changeset 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