connessione con hardware in assets
This commit is contained in:
@@ -108,6 +108,26 @@ plugin_urbackup/
|
||||
|
||||
## Changelog
|
||||
|
||||
### 0.7.3
|
||||
- Servers can now be linked to their hardware host asset (Computer or custom Asset Definition with the UrBackup capacity): new `host_itemtype`/`host_items_id` columns on `glpi_plugin_urbackup_servers`, editable from the server form (itemtype dropdown + AJAX item dropdown)
|
||||
- The asset tab now shows a "This asset hosts the UrBackup server" block with links to the hosted servers (always visible, even when the asset is also a linked client)
|
||||
- Server save validates the host link (unknown/disabled itemtype or missing item resets the link)
|
||||
- Added it_IT/de_DE/en_GB translations (2 new strings) and recompiled locales
|
||||
|
||||
### 0.7.2
|
||||
- UrBackup on Computer is now configurable: new `enable_computer` setting on the plugin configuration page (previously always enabled, hardcoded)
|
||||
- Configuration page lists the custom Asset Definitions with the "Urbackup" capacity enabled
|
||||
- Tab registration, massive actions, links and unlinked/missing client lists now respect the Computer setting
|
||||
- Asset tab: redesigned the "UrBackup status" section with status cards (server, API status, version, client), renamed the "State" tab to "Client State", fixed the Internet mode badge being rendered as escaped text
|
||||
- Added it_IT/de_DE/en_GB translations (7 new strings, 1 orphan removed) and recompiled locales
|
||||
|
||||
### 0.7.1
|
||||
- `api_password` now encrypted with `GLPIKey` on save (plaintext values migrated on update by `plugin_urbackup_install_encrypt_api_passwords()`)
|
||||
- API connection test on server save runs only when connection parameters changed
|
||||
- OPcache invalidation loop limited to development environments
|
||||
- Fixed N+1 queries in the unlinked clients tab (batch loading)
|
||||
- Completed it_IT/de_DE/en_GB translations (115 new strings) and recompiled locales
|
||||
|
||||
### 0.7.0
|
||||
- Dropped legacy `glpi_plugin_urbackup_profiles` and `glpi_plugin_urbackup_assettypes` tables
|
||||
- Added composite index `(locations_id, is_active)` on servers table
|
||||
|
||||
Reference in New Issue
Block a user