-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
|
||
This is a new function and improvements release. We optimized loading the job tables, | ||
so now they are loaded faster. Besides that we added a new job summary page, | ||
new pre-defined filters to the main job table and we added two new buttons: to | ||
download job log and to copy job log to clipboard. | ||
This is new feature and bug fix release. We introduced two significant changes: | ||
the API host groups and easier to configure Bacula resource access. We hope | ||
that these two new functions will much improve the user and resource management | ||
in Bacularis. | ||
|
||
Bacularis Web | ||
- New API host groups feature | ||
- New much easier way of setting access to selected Bacula resources per API host, | ||
per API host group and per user | ||
|
||
Bacularis API | ||
- Fix providing password parameter to basic user edit endpoint | ||
- Fix saving Exclude resource in the same form as it comes from API | ||
|
||
Bacularis Common | ||
- Add wide action column styles | ||
- Fix copying job log to clipboard if HTTP protocol is used | ||
- Fix PHP warning if TLS LDAP connection cannot be set |