bareos: master 06911803

Author Committer Branch Timestamp Parent
frank frank master 2020-09-24 18:15 master 8ab2ad5b Pending
Affected Issues  0001039: Cant login in webui
Changeset webui: Fix login issue

This commit fixes a login issue which occurred when the update
information could not be retrieved.

- Restructured AuthController for readability and optimization
- Use the ZF2 Session Container instead of $_SESSION
- Introduce AuthController method checkAPIStatusDIRD
- Introduce AuthController method checkACLStatusDIRD
- Introduce AuthController method checkUpdateStatusDIRD

The commit also fixes a minor issue with the UpdateAlert ViewHelper.

Fixes 0001039: Can not login in webui
mod - webui/module/Application/src/Application/Controller/Plugin/SessionTimeoutPlugin.php Diff File
mod - webui/module/Application/src/Application/View/Helper/UpdateAlert.php Diff File
mod - webui/module/Auth/src/Auth/Controller/AuthController.php Diff File