|
|
@@ -399,9 +399,6 @@ function zimbraSingle_CreateAccount($params) {
|
|
|
$addonQuota = $params['configoptions']['addonQuota'] ? $params['configoptions']['addonQuota'] : 0;
|
|
|
$newAddQuota = $params['configoptions']['newAddQuota'] ? $params['configoptions']['newAddQuota'] : 0;
|
|
|
$attrs['zimbraMailQuota'] = ($baseQuota + $addonQuota + $newAddQuota) * 1073741824;
|
|
|
- if(($params['configoptions3'] == 'yes') && ($params['configoptions4'] != '')) {
|
|
|
- $attrs['zimbraZimletAvailableZimlets'] = array('!com_zextras_drive_open', '!zimbra_zimlet_nextcloud');
|
|
|
- }
|
|
|
$zimbraID = $apiAccountManager->createAccount($params['username'], $params['password'], $attrs);
|
|
|
if(is_a($zimbraID, 'Exception')) {
|
|
|
logModuleCall(
|
|
|
@@ -736,12 +733,12 @@ function zimbraSingle_ConfigOptions($params) {
|
|
|
);
|
|
|
$configOptions['nc'] = array(
|
|
|
'Type' => 'yesno',
|
|
|
- 'Description' => 'Nextcloud Zimlets aktivieren',
|
|
|
- 'FriendlyName' => 'Nextcloud aktiv',
|
|
|
+ 'Description' => 'Nextcloud aktiv',
|
|
|
+ 'FriendlyName' => 'Nextcloud URL anzeigen',
|
|
|
);
|
|
|
$configOptions['ncUrl'] = array(
|
|
|
'Type' => 'text',
|
|
|
- 'Description' => 'Nextcloud URL (wenn aktiviert)',
|
|
|
+ 'Description' => 'Nextcloud URL',
|
|
|
'Default' => '',
|
|
|
'Size' => '50',
|
|
|
'FriendlyName' => 'Nextcloud URL',
|