Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-webui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-04packaging: reconfigure autoconf files before builddev/arogge/bareos-16.2/backport-cmakeAndreas Rogge
2019-11-04Update "missing" scriptAndreas Rogge
previously our configure script detected the missing script to be to old. This patch upgrades the missing script to the one provided with automake 1.13 (cherry picked from commit cb07ce50bfefbaf7e67d413eb7e74c4499793923)
2019-10-30Packaging: Use .tar.bz2 instead of tar.gzAndreas Rogge
(cherry picked from commit 4b31ca6441c71498be4ac7cd370a7bc177eaf8f0)
2018-01-27webui-selenium-test: make tests works in more environmentsJoerg Steffens
Support Firefox and Chrome as backends. Use new set of environment variables: * BAREOS_BASE_URL * BAREOS_USERNAME * BAREOS_PASSWORD * BAREOS_CLIENT * BAREOS_RESTOREFILE * BAREOS_LOG_PATH * BAREOS_DELAY=1
2018-01-15AUTHORS updatedFrank Bergkemper
2018-01-15Merge branch 'thraizz-bareos-16.2' into bareos-16.2Frank Bergkemper
2018-01-12adds new WebUI selenium test with more functions, also contains reworked ↵[Aron Schueler]
README for the selenium test.
2017-10-10Drop PHP 5.3 from Travis (EOL)Frank Bergkemper
2017-10-09Bumb version numberRelease/16.2.7Frank Bergkemper
2017-08-07Fix to bugreport #840Frank Bergkemper
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 #840: bareos-webui openSUSE RPM has hard require to apache2_mod-php (5 or 7)
2017-06-06Bumb version numberRelease/16.2.6Frank Bergkemper
2017-04-04Adds a modal for error messages into different placesFrank Bergkemper
This displays a bootstrap modal in case of any error happens while retrieving e.g. volume/media data via the getVolumes() function, 'llist volumes all', in our media model. API 2 result errors e.g. could happen in environments with a large number of volumes/media due to the fact that the director daemon currently has a limitation to deliver really long result messages. It displays also a modal with error message if any errors occur while data is fetched for the media details view, e.g. in case there are too many jobs to list on a specific volume. In addition, if any error occurs while fetching volumes of a specific pool, there is now also a modal with the error message displayed.
2017-03-25Update bootstrap-select jQuery pluginFrank Bergkemper
Updates bootstrap-select jquery plugin from v1.7.2 to v1.12.2.
2017-03-23DT Update: Adds missing bootstrap filesFrank Bergkemper
DT CSS expects glyphicons in css path. This adds the missing files, which 'caused a 404.
2017-03-23Update jQueryFrank Bergkemper
Updates jQuery from version 1.12.4 to version 3.2.0. Meaning, we drop support for old browsers like Internet Explorer 6-8, Opera 12.1x or Safari 5.1+.
2017-03-23Fix Update CheckFrank Bergkemper
To be able to compare architectures, we have to exchange arch keys parsed from clients uname string to match arch keys retrieved from remote site via ajax call. E.g. for Ubuntu/Debian, architecture x86_64, parsed from FD uname string, has to be replaced with amd64 to be able to compare versions by architecture. Additionally, let the application determine protocol to use for update retrieval (ajax/jsonp) itself.
2017-03-21Fix OBS SpecfileFrank Bergkemper
Sets suse version according to SLE 11 for the a2enmod conditions, so a2enmod is executed automatically during post install on SLE 11 as well.
2017-03-20Update jsTree jQuery tree pluginFrank Bergkemper
Updates jsTree from version 3.3.1 to 3.3.3 and also updates jstreegrid plugin from version 3.4.2 to 3.8.0.
2017-03-20Update composerFrank Bergkemper
Updates composer.phar from version 1.2.1 to 1.4.1.
2017-03-20Update Zend Framework 2 componentsFrank Bergkemper
Updates Zend Framework 2 components from version 2.4.10 to 2.4.11.
2017-03-20Update DataTables jQuery plug-in and extensionsFrank Bergkemper
This updates DataTables plug-in for the jQuery Javascript library from version 1.10.12 to version 1.10.13. It removes the DataTables select extension as it is was only used during development and updates the buttons extension from version 1.2.1 to version 1.2.4.
2017-03-17Fix to bugreport #692Frank Bergkemper
Fixes #692: Postin rpm script contain a2enmod calls, there's no a2enmod on RHEL system
2017-03-16Fix to bugreport #781Frank Bergkemper
Check if request URI matches against registered Router to prevent injected arbitrary uri redirects. Fixes #781: Login will redirect to arbitrary urls from req parameter
2017-03-06Jobs: verify jobsFrank Bergkemper
Shows verify jobs in the job action tab listing as well.
2017-02-01Drop php nightly from travis-ciRelease/16.2.5Frank Bergkemper
2017-01-31Fix to bugreport #684 and #693Frank Bergkemper
Fixes #684: Long logs aren't displayed Fixes #693: bareos-webui generate error exception with certain messages
2017-01-30Fix to bugreport #752Frank Bergkemper
Fixes #752: Retention/Expiration column not sorted by number
2017-01-26Bumb version numberFrank Bergkemper
2017-01-26Fix to bugreport #771Frank Bergkemper
Fixes #771: 404 error when browsing a host starting with a number
2017-01-26Fix to bugreport #736Frank Bergkemper
Fixes #736: Webui when login from different IP is not respond untill remove browser cookies for bareos-webui record
2017-01-23Update RestoreModel.phpsamverstraete
There's a situation where if $mergefilesets==0 and $mergejobs==1, the $cmd variable isn't set and code is executed, leading into an error trying to get jobids. The user shouldn't be able to select this situation, but I have tried this, and it can happen. I'm proposing a change in the if-structure so that $cmd is always correctly set.
2017-01-11Fix to Bugreport #744Frank Bergkemper
Comment lines with '#' are deprecated, replaced it with ';'. Fixes #744: Comment line with #: Deprecated, replace with ';'
2016-12-21Fix to bugreport #742Frank Bergkemper
Escape backslashes in filenames. Fixes #742: Folder contents not displayed if a filename "\"exists.
2016-12-21Fix to bugreport #741Frank Bergkemper
Some config variables in the job details job log datatable initialization were missing. Fixes #741: pagination ini setting not working for job details
2016-12-02Default console profile updatedFrank Bergkemper
Disallow the prune command as well.
2016-12-02Spanish localization updatedFrank Bergkemper
Updates .po and .mo file for datatables and the spanish localization, as there were some translations missing.
2016-12-01Chinese localization updatedFrank Bergkemper
Updates .po and .mo file for datatables and the chinese localization, as there were some translations missing.
2016-12-01AUTHORS updatedFrank Bergkemper
2016-12-01Chinese language integrationFrank Bergkemper
2016-12-01Chinese localization .po file datatablesFrank Bergkemper
2016-12-01Chinese localization .po fileFrank Bergkemper
2016-12-01Chinese localization .json file for datatablesFrank Bergkemper
2016-12-01AUTHORS updatedFrank Bergkemper
2016-12-01Spanish language integrationFrank Bergkemper
2016-12-01Spanish localization .po file datatablesFrank Bergkemper
2016-12-01Spanish localization .po fileFrank Bergkemper
2016-12-01Spanish localization .json file for datatablesFrank Bergkemper
2016-12-01Italian language integrationFrank Bergkemper
2016-12-01Italian localization .po file for Bareos WebUIchown-me
This is the .po file containing the strings translated into Italian for the Bareos WebUI, stored under modules/Application/language.
2016-12-01Italian localization .po file for bareos WebUI datatableschown-me
This is the .po file containing the strings translated into Italian for the Bareos WebUI datatables entries, stored under public/js/locale.