Changesets: bareos-webui

master 89bbfb7e

2017-09-21 18:02

frank

Ported: N/A

Details Diff
Merge branch 'bareos-17.2'
mod - CHANGELOG.md Diff File
mod - README.md Diff File
mod - module/Job/src/Job/Model/JobModel.php Diff File
mod - module/Media/src/Media/Model/MediaModel.php Diff File
mod - module/Pool/src/Pool/Model/PoolModel.php Diff File

bareos-17.2 c25e550a

2017-09-21 18:00

frank

Ported: N/A

Details Diff
changelog update
mod - CHANGELOG.md Diff File

bareos-17.2 bf1d10ec

2017-09-19 15:06

frank

Ported: N/A

Details Diff
Model adjustments according to API 2 changes

Make use of the json result meta object.
mod - module/Job/src/Job/Model/JobModel.php Diff File
mod - module/Media/src/Media/Model/MediaModel.php Diff File
mod - module/Pool/src/Pool/Model/PoolModel.php Diff File

bareos-17.2 d34853e3

2017-09-18 19:22

frank

Ported: N/A

Details Diff
changelog update
mod - CHANGELOG.md Diff File

bareos-17.2 fb0fdb63

2017-09-11 16:34

frank

Ported: N/A

Details Diff
Travis: PHP 5.3 does not install into trusty

Travis has switched the default image to 'Trusty' which does not support
PHP 5.2 or 5.3. Also Travis will drop 'Precise' support entirely in
September 2017.

Therefore we disable testing on PHP version 5.2 or 5.3 which are also
EOL and no longer supported.
mod - .travis.yml Diff File

master 0fb8ce52

2017-09-11 16:34

frank

Ported: N/A

Details Diff
Travis: PHP 5.3 does not install into trusty

Travis has switched the default image to 'Trusty' which does not support
PHP 5.2 or 5.3. Also Travis will drop 'Precise' support entirely in
September 2017.

Therefore we disable testing on PHP version 5.2 or 5.3 which are also
EOL and no longer supported.
mod - .travis.yml Diff File

master 53029071

2017-09-11 16:22

frank

Ported: N/A

Details Diff
Travis: PHP 5.3 does not install into trusty

PHP 5.3 is not supported on Ubuntu Trusty, because of that
we switch the distribution to Precise in that case.
mod - .travis.yml Diff File

bareos-17.2 331e63f6

2017-09-07 18:41

pstorz


Committer: frank

Ported: N/A

Details Diff
Use array initialization compatible with php < 5.4

We now use array() instead of [] for array initialization as
this solves problems on older distributions,
namely on Ubuntu 12.04 and SLE11SP4
mod - module/Job/src/Job/Model/JobModel.php Diff File

master f12d45db

2017-09-07 18:41

pstorz

Ported: N/A

Details Diff
Use array initialization compatible with php < 5.4

We now use array() instead of [] for array initialization as
this solves problems on older distributions,
namely on Ubuntu 12.04 and SLE11SP4
mod - module/Job/src/Job/Model/JobModel.php Diff File

bareos-17.2 a14677a8

2017-09-01 15:07

frank

Ported: N/A

Details Diff
Set badge version to 17.2.4
mod - README.md Diff File

master 9330caf1

2017-09-01 15:00

frank

Ported: N/A

Details Diff
Bumb version number
mod - version.txt Diff File

bareos-17.2 f277fbe6

2017-09-01 14:53

frank

Ported: N/A

Details Diff
changelog updated
mod - CHANGELOG.md Diff File

bareos-17.2 cd54c344

2017-09-01 14:42

frank

Ported: N/A

Details Diff
Bumb version number

17.2.x release branch
mod - version.txt Diff File

bareos-17.2 21e38017

2017-09-01 14:15

frank

Ported: N/A

Details Diff
Bumb version number
mod - version.txt Diff File

bareos-17.2 a032edf6

2017-09-01 14:05

frank

Ported: N/A

Details Diff
Clients: Tiny Client Details View Improvement

Be more precise about what is displayed in the client details
'last backups' table. Therefore the heading is renamed to
'last successful backups' and an additional row 'Status',
which displays the JobStatus, is added to the table.

Fixes 0000812: Add job status in the "Last Backups" section of the Client view
Affected Issues
0000812
mod - module/Client/view/client/client/details.phtml Diff File

bareos-17.2 7ccd7ed6

2017-08-29 19:12

frank

Ported: N/A

Details Diff
changelog update
mod - CHANGELOG.md Diff File

bareos-17.2 fae4f82a

2017-08-29 17:15

frank

Ported: N/A

Details Diff
Configuration restructured
mod - install/configuration.ini Diff File

bareos-17.2 9ffbb5f8

2017-08-29 17:13

frank

Ported: N/A

Details Diff
TLS settings updated and documented
mod - install/directors.ini Diff File

bareos-17.2 2fafbdfa

2017-08-29 14:31

frank

Ported: N/A

Details Diff
Enforce TLSv1_2
mod - vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

bareos-17.2 2c3f39f5

2017-08-24 14:38

frank

Ported: N/A

Details Diff
Use limit and offset arguments in job and joblog context

To avoid the retrieval of a too long json result message,
we now use the recently introduced limit and offset
arguments in the job and joblog context to retrieve the desired
result in chunks which are merged together.
mod - module/Job/src/Job/Model/JobModel.php Diff File

bareos-17.2 d2a69ec8

2017-08-24 13:43

frank

Ported: N/A

Details Diff
Use limit and offset arguments in volume context

To avoid the retrieval of a too long json result message,
we now use the recently introduced limit and offset
arguments in the volume context to retrieve the desired
result in chunks which are merged together.
mod - module/Media/src/Media/Model/MediaModel.php Diff File
mod - module/Pool/src/Pool/Model/PoolModel.php Diff File

bareos-17.2 9c6c3ef3

2017-08-10 18:58

frank

Ported: N/A

Details Diff
Updates required ZF2 components to version 2.4.13
mod - vendor/composer/installed.json Diff File
add - vendor/zendframework/zend-session/CHANGELOG.md Diff File
mod - vendor/zendframework/zend-session/src/AbstractContainer.php Diff File
mod - vendor/zendframework/zend-version/src/Version.php Diff File

master 6606dea2

2017-08-07 14:03

frank

Ported: N/A

Details Diff
Fix to bugreport 0000840

To allow end users to choose the MPM way of running php7 the package
should only require httpd (work also for RHEL related) and one php
engine.

It can recommend mod_php but this will not last long in the future.

Note:

SUSE's RPM supports the Recommends tag, but it was not available
upstream until very recently. As a result, packages with Recommends will
fail to build for OBS targets Fedora_18, RHEL_6 and CentOS_6, for
example. A workaround is to exclude the Recommends tag from non-SUSE
targets. Alternatively the Recommends tag could become a Requires tag so
that a recommended package (foo) gets installed in any case on systems
that do not support RPM Recommends.

Fixes 0000840: bareos-webui openSUSE RPM has hard require to apache2_mod-php (5 or 7)
Affected Issues
0000840
mod - packaging/obs/bareos-webui.spec Diff File

bareos-16.2 c8521c09

2017-08-07 14:03

frank

Ported: N/A

Details Diff
Fix to bugreport 0000840

To allow end users to choose the MPM way of running php7 the package
should only require httpd (work also for RHEL related) and one php
engine.

It can recommend mod_php but this will not last long in the future.

Note:

SUSE's RPM supports the Recommends tag, but it was not available
upstream until very recently. As a result, packages with Recommends will
fail to build for OBS targets Fedora_18, RHEL_6 and CentOS_6, for
example. A workaround is to exclude the Recommends tag from non-SUSE
targets. Alternatively the Recommends tag could become a Requires tag so
that a recommended package (foo) gets installed in any case on systems
that do not support RPM Recommends.

Fixes 0000840: bareos-webui openSUSE RPM has hard require to apache2_mod-php (5 or 7)
Affected Issues
0000840
mod - packaging/obs/bareos-webui.spec Diff File

master a4ef135e

2017-08-07 13:49

frank

Ported: N/A

Details Diff
Bumb version number
mod - version.txt Diff File
 First  Prev  1 2 3 4 5 6 7 8 ... 10 ... 15 ... 20 ... 25 ... 30 ... 32 33 34  Next  Last