Skip to content

Commit 9abcb0a

Browse files
committed
Merge branch 'develop' of git.ispconfig.org:ispconfig/ispconfig3 into develop
2 parents 80d71cf + 2e4e448 commit 9abcb0a

File tree

100 files changed

+278
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+278
-107
lines changed

install/dist/tpl/gentoo/apache_ispconfig.vhost.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<VirtualHost _default_:{vhost_port}>
1313
ServerAdmin webmaster@localhost
1414

15+
Alias /mail /var/www/ispconfig/mail
16+
1517
<IfModule mod_fcgid.c>
1618
DocumentRoot /var/www/ispconfig/
1719
SuexecUserGroup ispconfig ispconfig

install/tpl/apache_ispconfig.vhost.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ NameVirtualHost *:<tmpl_var name="vhost_port">
99
<VirtualHost _default_:<tmpl_var name="vhost_port">>
1010
ServerAdmin webmaster@localhost
1111

12+
Alias /mail /var/www/ispconfig/mail
13+
1214
<Directory /var/www/ispconfig/>
1315
<FilesMatch "\.ph(p3?|tml)$">
1416
SetHandler None

install/tpl/server.ini.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ connect_userid_to_webid=n
112112
connect_userid_to_webid_start=10000
113113
web_folder_protection=y
114114
php_ini_check_minutes=1
115+
overtraffic_disable_web=y
115116
overquota_notify_admin=y
116117
overquota_notify_client=y
117118
overquota_notify_freq=7

install/tpl/system.ini.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ reseller_can_use_options=n
3636
web_php_options=no,fast-cgi,mod,php-fpm
3737
show_aps_menu=n
3838
client_protection=y
39+
ssh_authentication=
3940

4041

4142
[tools]
@@ -71,4 +72,3 @@ session_timeout=0
7172
session_allow_endless=0
7273
min_password_length=8
7374
min_password_strength=3
74-
ssh_authentication=

interface/web/admin/form/server_config.tform.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,12 @@
10151015
'default' => 'y',
10161016
'value' => array(0 => 'n', 1 => 'y')
10171017
),
1018+
'overtraffic_disable_web' => array(
1019+
'datatype' => 'VARCHAR',
1020+
'formtype' => 'CHECKBOX',
1021+
'default' => 'y',
1022+
'value' => array(0 => 'n', 1 => 'y')
1023+
),
10181024
'overquota_notify_admin' => array(
10191025
'datatype' => 'VARCHAR',
10201026
'formtype' => 'CHECKBOX',

interface/web/admin/form/system_config.tform.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,12 @@
235235
'separator' => ',',
236236
'value' => array('no' => 'Disabled', 'fast-cgi' => 'Fast-CGI', 'cgi' => 'CGI', 'mod' => 'Mod-PHP', 'suphp' => 'SuPHP', 'php-fpm' => 'PHP-FPM', 'hhvm' => 'HHVM')
237237
),
238+
'ssh_authentication' => array(
239+
'datatype' => 'VARCHAR',
240+
'formtype' => 'SELECT',
241+
'default' => '',
242+
'value' => array('' => 'ssh_authentication_password_key', 'password' => 'ssh_authentication_password', 'key' => 'ssh_authentication_key')
243+
)
238244
//#################################
239245
// END Datatable fields
240246
//#################################
@@ -772,12 +778,6 @@
772778
'formtype' => 'SELECT',
773779
'default' => '',
774780
'value' => array('' => 'None', '1' => 'strength_1', '2' => 'strength_2', '3' => 'strength_3', '4' => 'strength_4', '5' => 'strength_5')
775-
),
776-
'ssh_authentication' => array(
777-
'datatype' => 'VARCHAR',
778-
'formtype' => 'SELECT',
779-
'default' => '',
780-
'value' => array('' => 'ssh_authentication_password_key', 'password' => 'ssh_authentication_password', 'key' => 'ssh_authentication_key')
781781
)
782782
//#################################
783783
// END Datatable fields

interface/web/admin/lib/lang/ar_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ $wb['enable_ip_wildcard_txt'] = 'Enable IP wildcard (*)';
191191
$wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)';
192192
$wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin';
193193
$wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client';
194+
$wb['overtraffic_disable_web_txt'] = 'Disable websites that exceed traffic limit';
194195
$wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
195196
$wb['overquota_notify_admin_txt'] = 'Send quota warnings to admin';
196197
$wb['overquota_notify_client_txt'] = 'Send quota warnings to client';

interface/web/admin/lib/lang/bg_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ $wb['website_autoalias_txt'] = 'Website auto alias';
191191
$wb['website_autoalias_note_txt'] = 'Placeholders:';
192192
$wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin';
193193
$wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client';
194+
$wb['overtraffic_disable_web_txt'] = 'Disable websites that exceed traffic limit';
194195
$wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
195196
$wb['overquota_notify_admin_txt'] = 'Send quota warnings to admin';
196197
$wb['overquota_notify_client_txt'] = 'Send quota warnings to client';

interface/web/admin/lib/lang/br_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ $wb['enable_ip_wildcard_txt'] = 'Habilitar curingas de IP (*)';
198198
$wb['web_folder_protection_txt'] = 'Tornar pastas web imutáveis (atributos estendidos)';
199199
$wb['overtraffic_notify_admin_txt'] = 'Enviar notificação de tráfego excedido para o administrador';
200200
$wb['overtraffic_notify_client_txt'] = 'Enviar notificação de tráfego excedido para o cliente';
201+
$wb['overtraffic_disable_web_txt'] = 'Disable websites that exceed traffic limit';
201202
$wb['rbl_error_regex'] = 'Por favor, nomes de host válidos para RBLs.';
202203
$wb['overquota_notify_admin_txt'] = 'Enviar alerta da cota para o administrador';
203204
$wb['overquota_notify_client_txt'] = 'Enviar alerta da cota para o cliente';

interface/web/admin/lib/lang/ca_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ $wb['enable_ip_wildcard_txt'] = 'Enable IP wildcard (*)';
194194
$wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)';
195195
$wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin';
196196
$wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client';
197+
$wb['overtraffic_disable_web_txt'] = 'Disable websites that exceed traffic limit';
197198
$wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
198199
$wb['overquota_notify_admin_txt'] = 'Send quota warnings to admin';
199200
$wb['overquota_notify_client_txt'] = 'Send quota warnings to client';

0 commit comments

Comments
 (0)