-
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
12 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,19 +1,25 @@ | ||
|
||
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. | ||
This is a new feature and bug fix release. We added capability to set read-only, | ||
read-write and no access permissions per Bacula configuration resource for | ||
users, hosts and host groups. It makes Bacularis granular permission control | ||
even more powerful and attractive. We also adapted Bacularis for a new coming | ||
Bacula 15 release that all Bacula version 9.6, 11.x, 13.x and now 15.x users | ||
will be able to use Bacularis in theirs environments. Besides of that we added | ||
a pool filter to the volume list and fixed a couple of bugs reported by Community. | ||
|
||
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 | ||
- Add Bacula resource permission settings | ||
- In restore wizard list only filesets used by selected job | ||
- Update translation files | ||
- Add pool filter to volume list | ||
- Fix last successful/failed job column for copy jobs on job list page | ||
|
||
Bacularis API | ||
- Fix providing password parameter to basic user edit endpoint | ||
- Fix saving Exclude resource in the same form as it comes from API | ||
- Add Bacula resource permission settings | ||
- Adapt Bacularis to use with Bacula (beta) 15.0 | ||
- Add job parameter to filesets endpoint | ||
- Fix #7 editing API basic users via Web | ||
- Fix setting resource permissions for oauth2 | ||
|
||
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 | ||
- Add Bacula resource permission settings |