]> git.ipfire.org Git - thirdparty/bacula.git/commit
baculum: Implement autochanger management
authorMarcin Haba <marcin.haba@bacula.pl>
Sun, 4 Apr 2021 21:01:49 +0000 (23:01 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Sun, 4 Apr 2021 21:01:49 +0000 (23:01 +0200)
commit217d27166f2e56a0f93ca16352baded79f178771
tree89495edeb4d365349a782f931168ee863e8586ea
parent31f900d11770ebf9dfa46be95aead491639879c9
baculum: Implement autochanger management
58 files changed:
gui/baculum/examples/selinux/baculum-api.te
gui/baculum/protected/API/Class/ChangerCommand.php [new file with mode: 0644]
gui/baculum/protected/API/Class/DeviceConfig.php [new file with mode: 0644]
gui/baculum/protected/API/Class/VolumeManager.php
gui/baculum/protected/API/Lang/en/messages.mo
gui/baculum/protected/API/Lang/en/messages.po
gui/baculum/protected/API/Lang/pl/messages.mo
gui/baculum/protected/API/Lang/pl/messages.po
gui/baculum/protected/API/Lang/pt/messages.mo
gui/baculum/protected/API/Lang/pt/messages.po
gui/baculum/protected/API/Lang/ru/messages.mo
gui/baculum/protected/API/Lang/ru/messages.po
gui/baculum/protected/API/Pages/API/ChangerDriveLoad.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/ChangerDriveLoaded.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/ChangerDriveUnload.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/ChangerList.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/ChangerListAll.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/ChangerSlots.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/ChangerSlotsTransfer.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/StorageMount.php
gui/baculum/protected/API/Pages/API/StorageMountV1.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/StorageRelease.php
gui/baculum/protected/API/Pages/API/StorageReleaseV1.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/StorageUmount.php
gui/baculum/protected/API/Pages/API/StorageUmountV1.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/VolumeLabel.php
gui/baculum/protected/API/Pages/API/config.xml
gui/baculum/protected/API/Pages/API/endpoints.xml
gui/baculum/protected/API/Pages/Panel/APIDevices.page [new file with mode: 0644]
gui/baculum/protected/API/Pages/Panel/APIDevices.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/Panel/APIInstallWizard.page
gui/baculum/protected/API/Pages/Panel/APISettings.page
gui/baculum/protected/API/Pages/Panel/config.xml
gui/baculum/protected/API/Pages/Panel/endpoints.xml
gui/baculum/protected/API/Portlets/APISideBar.tpl
gui/baculum/protected/API/Portlets/SudoConfig.php [new file with mode: 0644]
gui/baculum/protected/API/Portlets/SudoConfig.tpl [new file with mode: 0644]
gui/baculum/protected/Common/Class/BClientScript.php
gui/baculum/protected/Common/Class/Errors.php
gui/baculum/protected/Common/Class/OAuth2.php
gui/baculum/protected/Common/JavaScript/misc.js
gui/baculum/protected/Web/JavaScript/misc.js
gui/baculum/protected/Web/Lang/en/messages.mo
gui/baculum/protected/Web/Lang/en/messages.po
gui/baculum/protected/Web/Lang/ja/messages.mo
gui/baculum/protected/Web/Lang/ja/messages.po
gui/baculum/protected/Web/Lang/pl/messages.mo
gui/baculum/protected/Web/Lang/pl/messages.po
gui/baculum/protected/Web/Lang/pt/messages.mo
gui/baculum/protected/Web/Lang/pt/messages.po
gui/baculum/protected/Web/Lang/ru/messages.mo
gui/baculum/protected/Web/Lang/ru/messages.po
gui/baculum/protected/Web/Pages/StorageView.page
gui/baculum/protected/Web/Pages/StorageView.php
gui/baculum/protected/Web/Portlets/LabelVolume.php
gui/baculum/protected/Web/Portlets/LabelVolume.tpl
gui/baculum/protected/Web/Portlets/UpdateSlots.php
gui/baculum/protected/Web/Portlets/UpdateSlots.tpl