Michael Kaufmann (d00p)
9fe55cb729
set version to 0.9.34.1 for upcoming maintenaince release
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2016-01-18 08:07:16 +01:00
Michael Kaufmann (d00p)
ca9670e832
update copyright year in static standard-customer-index page
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2016-01-15 10:26:00 +01:00
Michael Kaufmann (d00p)
29494b71fa
do not create vhost content for ssl-vhosts that do not have a ssl-certificate specified, fixes #1583
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2016-01-15 09:40:59 +01:00
Michael Kaufmann (d00p)
f2c3b3f165
ignore errors when deleting old statistics-index-page in case this is the first run and no index.html exists yet
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2016-01-11 09:14:09 +01:00
Michael Kaufmann (d00p)
4e402b6378
unset js and css variables of theme after using footer-template so they can be used there instead of the header-template only, fixes #1580
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2016-01-11 07:14:57 +01:00
Michael Kaufmann (d00p)
6a22fbbf78
fix wrong webserver-setting when chosing apache-2.4 in the installation process, thx to TByte
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-12-27 16:26:15 +01:00
Michael Kaufmann (d00p)
27f2217139
fix typo, refs #1578
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-12-21 14:23:17 +01:00
Michael Kaufmann (d00p)
038bb803db
fixing more path-related warnings when editing an ftp-user, refs #1578
2015-12-21 14:12:30 +01:00
Michael Kaufmann (d00p)
67b85e5708
fix path displaying in some cases
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-12-21 08:32:04 +01:00
Michael Kaufmann (d00p)
a21b1f7df5
correct display of paths in domain- and ftp-overview
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-12-09 08:49:43 +01:00
Michael Kaufmann (d00p)
eb6e66cbf2
do not double mailbox-paths in postfix config, fixes #1575
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-12-09 08:49:15 +01:00
Michael Kaufmann
778fe718ed
Merge pull request #261 from knox/master
...
added more php_value and php_flag for suhosin
2015-11-29 20:05:32 +01:00
Michael Kaufmann
ef080cd80e
Merge pull request #262 from knox/feature/suexec-workaround
...
improvements of suexec-workaround
2015-11-29 20:05:10 +01:00
knox
22a4a1824a
remove suexec-workaround when removing dir options
2015-11-29 18:21:30 +01:00
knox
56163f66d8
fixed ownership of cgi-bin symlink created by suexec-workaround
...
see http://manpages.debian.org/cgi-bin/man.cgi?apropos=0&format=html&query=chown&sektion=1&locale=en
2015-11-29 17:24:24 +01:00
knox
73a7e438ec
added more php_value and php_flag for suhosin
...
see https://suhosin.org/stories/howtos.html and https://suhosin.org/stories/configuration.html
2015-11-29 16:08:22 +01:00
Michael Kaufmann
27f4e226f3
Merge pull request #260 from knox/master
...
added php_flag 'suhosin.session.encrypt' and 'mbstring.func_overload'
2015-11-23 09:38:27 +01:00
knox
7357029a28
added php_flag 'suhosin.session.encrypt' and 'mbstring.func_overload'
...
these are required for custom php configuration for roundcube webmail
2015-11-22 13:41:06 +01:00
Michael Kaufmann (d00p)
accfd6fa14
allow /dev/urandom to be used in open_basedir path, as some applications may require that (*cough* owncloud), thx to J-BBB
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-11-20 14:20:15 +01:00
Michael Kaufmann
77dcc37b33
Merge pull request #259 from stweil/master
...
Don't assign variable from void function
2015-11-15 10:26:39 +01:00
Stefan Weil
5df4b3e7df
Don't assign variable from void function
...
Database::pexecute is based on execute which is a void function.
It does not return a value which can be assigned to a variable.
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2015-11-15 10:16:33 +01:00
Roman Schmerold
997141efea
Merge pull request #257 from stweil/master
...
templates: Code cleanup
2015-11-14 19:16:11 +01:00
Stefan Weil
6fe0f56e41
templates: Code cleanup
...
* Remove unneeded semicolon.
* Add missing semicolon.
* Add linefeed at end of file
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2015-11-14 19:09:39 +01:00
Michael Kaufmann
8c3b7b518f
Merge pull request #256 from lobeck/master
...
fix ssl setttings for rewrite vhosts on nginx, fixes #1568
2015-11-14 14:14:57 +01:00
Christian Becker
6996f6516c
fix ssl setttings for rewrite vhosts on nginx, fixes #1568
...
- previously the ssl settings were missing in rewrite vhosts
- this caused ssl errors for these hosts as the default certificate has been used instead of the vhost specific cert.
- this seem to only apply for nginx, not apache
2015-11-14 14:10:23 +01:00
Michael Kaufmann
60cc071031
Merge pull request #255 from stweil/typos
...
Fix typos found by codespell, thx to stweil
2015-11-13 08:05:27 +01:00
Stefan Weil
fe5ab0d8da
Fix typos found by codespell
...
Fix also a grammar issue.
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2015-11-13 07:56:12 +01:00
Michael Kaufmann (d00p)
0939d032a5
fix wrong vhost creation with nginx when customer is deactivated and no docroot for deactivated users was given, fixes #1565
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-11-12 08:42:32 +01:00
Michael Kaufmann (d00p)
d21391e8ba
add apache-2.4 to the installer so apache-2.4 users get the 2.4 mods activated right away, NOTE: we cannot find out whether you're on 2.2 or 2.4 - so you should now what you got and select the correct one, fixes #1566
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-11-12 08:27:07 +01:00
Michael Kaufmann (d00p)
0651dc28c8
fix filename in ubuntu trusty
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-11-12 08:18:46 +01:00
Michael Kaufmann (d00p)
5b8fea9378
introduce warning-progress-bar-color when using -15% of the given web/traffic max-warn level (default 90%), fixes #1567
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-11-12 08:18:28 +01:00
Michael Kaufmann (d00p)
eda055acca
Allow always_populate_raw_post_data to be set in php.ini for php-fpm, fixes #1562
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-11-04 11:35:05 +01:00
Michael Kaufmann
7fb3918773
Merge pull request #253 from github-ivan/master-fixes
...
Checking for possible duplicate froxlor-local user entries in ftp-group
2015-10-30 15:58:08 +01:00
Krisztian Ivancso
4e38f614f2
Checking froxlor-local user membership in ftp-group
...
It prevents possible duplication in list.
2015-10-25 11:48:21 +01:00
Robert Förster (Dessa)
c7d8cb6d33
switch postfix default to postfix 3 on gentoo since this is what is stable for a while already (2.x got dropped back to ~arch and will be removed from the template once removed from the tree)
2015-10-20 02:59:44 +02:00
Dessa
e211fb891b
Merge pull request #252 from rpasing/master
...
Fix problems in Dovecot quota configuration:
2015-10-20 02:53:07 +02:00
Rene Pasing
05f3e8f433
Fix problems in Dovecot quota configuration:
...
1) Since Dovecot 2.x, quota rules are by default in bytes,
and not in kilobytes (hence multiplicating with 1024 is
not going to be megabytes). Fixed this by adding 'M' suffix.
2) Since Dovecot 2.x, the quota rule is always named `quota_rule`
or (for userdb prefetch) `userdb_quota_rule` (there were some
incorrect namings in the distribution configs).
Ref: http://wiki2.dovecot.org/Quota/Configuration#MySQL
2015-10-20 02:26:28 +02:00
Michael Kaufmann (d00p)
b6949e12b1
correct gentoo.xml config-templates
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-10-19 09:04:14 +02:00
Michael Kaufmann
0772952e71
Merge pull request #251 from Commifreak/master
...
Update froxlor.sql
2015-10-18 18:19:39 +02:00
Robin Kluth
dc4d5c6953
Update froxlor.sql
...
Did someone forget the M after 128 in the Default PHP-Config? ;)
2015-10-18 18:09:26 +02:00
Robert Förster (Dessa)
9d45f4d534
Revert "ease file-permissions, they sometimes cause issues"
...
This reverts commit 5ead5e9c90 .
part of this commit is reverted as most files shouldn't be world readable
2015-10-08 00:32:13 +02:00
Michael Kaufmann (d00p)
2b8a9a74be
move checkCrondConfigurationFile() from cron_init to cron_shutdown so a forced regeneration of the cron.d-file is being handled in the same cronrun
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-10-05 20:10:55 +02:00
Michael Kaufmann (d00p)
d226af5314
do not select cron.d-file-regeneration task in cron_task as it is not being handled there
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-10-04 17:30:33 +02:00
Michael Kaufmann (d00p)
be5a13fbb1
crypt() does not seem to like some special-characters in its salts, so we skip'em whenever we are generating a password as a salt-value, thx to Tobse101 for a nice debugging session ;)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-10-02 17:09:41 +02:00
Michael Kaufmann (d00p)
94b43021ff
sort libnss-result by length of name to always return the 'base'user instead of a ftp-user (because select does not have a default order), fixes #1556
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-09-21 10:26:18 +02:00
Michael Kaufmann (d00p)
0b901af0f0
define array for mod_php users, fixes #1555
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-09-14 22:23:40 +02:00
Michael Kaufmann (d00p)
5ead5e9c90
ease file-permissions, they sometimes cause issues
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-09-12 20:33:28 +02:00
Michael Kaufmann (d00p)
1cdaa1d727
revert wrong changes from pull-request
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-09-10 08:28:12 +02:00
Michael Kaufmann
2c38bca1b5
Merge pull request #250 from blueJack92/patch-3
...
Fixing (possible) permission problems of configuration files
2015-09-10 08:19:41 +02:00
blueJack92
7c45ca220b
Fixing some (big) peanuts
...
Fixing permission problems with files, which have 0640 as file attributes.
Fixing problems in main.cf (Postfix). setgid_group must be set, otherwise running newaliases will fail.
Moreover I set the missing paths correctly in the main.cf (regard to Debian Jessie).
2015-09-09 23:33:27 +02:00
Michael Kaufmann (d00p)
bdb2115c16
allow one-character usernames (or mysql-prefix)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-09-09 23:01:24 +02:00
Michael Kaufmann (d00p)
e23bf72006
remove syntax-error from pull-request #249...
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-09-09 09:32:35 +02:00
Michael Kaufmann
7c63b78bbb
Merge pull request #249 from 5nafu/findDirs
...
Fix Regression from commit 687c5ce for Bug #611
2015-09-09 07:44:14 +02:00
5nafu
b611ebcccb
Fix Regression from commit 687c5ce for Bug #611 :
...
Ignore unreadable directiories instead of stoping after first unreadable
directory in function.findDirs.
This Fix comes from php.net user antennen @
http://php.net/manual/en/class.recursivedirectoryiterator.php#101654
2015-09-08 21:29:59 +02:00
Michael Kaufmann (d00p)
722d17b211
[configfiles] correct permissions for froxlor_bind.conf
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-09-08 08:21:33 +02:00
Michael Kaufmann (d00p)
afbfb810fd
[configfiles] don't mv a file that is to be backed up but has mode=append, use cp instead
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-09-08 08:18:32 +02:00
Michael Kaufmann (d00p)
1d3ae4f2c8
merged current stable 0.9.34 release as master
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-09-07 15:24:40 +02:00
Michael Kaufmann (d00p)
9bf784f64e
set version to 0.9.34 for upcoming release
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-09-07 13:33:22 +02:00
Michael Kaufmann (d00p)
116c0e19b2
add managesieve/sieve config-template for dovecot to Gentoo
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-09-04 19:34:09 +02:00
Michael Kaufmann (d00p)
7939187916
remove old/unused config-template-files (replaced by XML)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-09-04 10:56:20 +02:00
Piotr Rzeczkowski
9d40e0903b
Allow max_input_vars in PHP-FPM configuration
2015-08-30 08:37:57 +02:00
Roman Schmerold
320adad154
Merge pull request #248 from rzeka/master
...
Allow max_input_vars in PHP-FPM configuration
2015-08-24 17:06:23 +02:00
Piotr Rzeczkowski
c52df5b286
Allow max_input_vars in PHP-FPM configuration
2015-08-24 12:18:56 +02:00
Michael Kaufmann (d00p)
30a25c0e8c
comment out unexisting group 'Debian-exim' when exim is not installed
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-08-20 20:50:35 +02:00
Michael Kaufmann (d00p)
95035afe38
comment out unexisting group 'Debian-exim' when exim is not installed
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-08-20 20:49:56 +02:00
Roman Schmerold (BNoiZe)
62559dd2b4
Fixed undefined error in admin_customers.php
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-08-19 07:16:05 +02:00
Roman Schmerold (BNoiZe)
a6473695eb
Fixed width of email inputs
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-08-19 07:06:52 +02:00
Frank Gehann
edd60d3331
Fixed composeSslSettings which used variables not available in the function scope.
2015-08-18 11:03:06 +02:00
Michael Kaufmann
c9e4819f3f
Merge pull request #247 from Tak0r/master
...
Fixed unknown variables in composeSslSettings
2015-08-16 20:08:14 +02:00
Frank Gehann
7cf321b24a
Fixed composeSslSettings which used variables not available in the function scope.
2015-08-16 15:45:48 +02:00
Michael Kaufmann (d00p)
3b96efc04d
forgot to use the new distro-editor variable
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-08-13 15:46:21 +02:00
Michael Kaufmann (d00p)
8a17a90b1a
forgot to use the new distro-editor variable
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-08-13 15:45:53 +02:00
Michael Kaufmann (d00p)
4da3a87772
instead of env-variable, show ditro editor which is defined in the xml
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-08-13 15:42:57 +02:00
Michael Kaufmann (d00p)
ab9b92112d
instead of env-variable, show ditro editor which is defined in the xml
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-08-13 15:37:34 +02:00
Michael Kaufmann (d00p)
161e11a8dd
fix subdir-value if homeDir == dirToCreate in mkDirWithCorrectOwnership(), fixes pr #246
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-08-03 17:50:16 +02:00
Michael Kaufmann (d00p)
967bd45a63
fix subdir-value if homeDir == dirToCreate in mkDirWithCorrectOwnership(), fixes pr #246
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-08-03 17:46:29 +02:00
Michael Kaufmann (d00p)
e1b80b513d
add umask form-field, fixes #1486 (0_9_34)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-31 13:22:23 +02:00
Michael Kaufmann (d00p)
6abe0bdaec
allow customization of umask in php-fcgi-starter scripts, refs #1486
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-31 13:21:50 +02:00
Michael Kaufmann (d00p)
7b5069f1b9
add umask form-field, fixes #1486 (master)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-31 13:21:23 +02:00
Michael Kaufmann (d00p)
4429c5e8b2
allow customization of umask in php-fcgi-starter scripts, refs #1486
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-31 13:20:31 +02:00
Michael Kaufmann
5136824844
Merge pull request #244 from greybyte/vhost_config_variables
...
Variable substitution in vhost specialconfig
2015-07-31 12:02:40 +02:00
Michael Kaufmann
918e9ed408
Merge pull request #244 from greybyte/vhost_config_variables
...
Variable substitution in vhost specialconfig
2015-07-31 11:45:30 +02:00
Michael Kaufmann (d00p)
8e8c97f7f9
avoid empty value for makeCorrectDir as the assert-check runs before evaluating to / in certain places
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-31 10:45:06 +02:00
Michael Kaufmann (d00p)
d86fb7ed23
avoid empty value for makeCorrectDir as the assert-check runs before evaluating to / in certain places
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-31 10:44:33 +02:00
Michael Kaufmann (d00p)
819db2583b
add mpm-itk to the list of dependents of libnss-mysql; fix proftpd-sql config for jessie; update powerdns-config for jessie
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-31 09:19:47 +02:00
Michael Kaufmann (d00p)
089fb25da7
add mpm-itk to the list of dependents of libnss-mysql; fix proftpd-sql config for jessie; update powerdns-config for jessie
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-31 09:18:57 +02:00
Michael Kaufmann (d00p)
3d01947f3d
fix wrong tpl-variable-name
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-30 11:36:48 +02:00
Chris Vigelius
19d94471d9
Merge branch 'master' into vhost_config_variables, and replace IS_SSL with SCHEME
...
Conflicts (resolved):
lng/english.lng.php
lng/german.lng.php
2015-07-30 11:35:26 +02:00
Michael Kaufmann (d00p)
8d26f583e9
fix wrong tpl-variable-name
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-30 11:35:24 +02:00
Michael Kaufmann (d00p)
12723d4941
add update compatibility for bugfix-release 0.9.33.2
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-29 18:11:14 +02:00
Michael Kaufmann (d00p)
0455cb96ca
add update compatibility for bugfix-release 0.9.33.2
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-29 18:09:42 +02:00
Michael Kaufmann (d00p)
532c5d1b9f
revert the new formfield-layout for customer-mysql
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-29 16:03:55 +02:00
Michael Kaufmann (d00p)
565bb55b13
display description of integrity-check rather then just the function-name, makes things clearer
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-29 15:58:53 +02:00
Michael Kaufmann (d00p)
744d85ec4c
display description of integrity-check rather then just the function-name, makes things clearer
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-29 15:58:27 +02:00
Michael Kaufmann (d00p)
5e60b96cd6
add tentative jessie config xml file, testers are welcome
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-29 14:57:56 +02:00
Michael Kaufmann (d00p)
8b6f708b7c
remove unused (old) php-configfile-files
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-29 14:57:12 +02:00
Michael Kaufmann (d00p)
5096e2d68d
add tentative jessie config xml file, testers are welcome
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-29 14:56:06 +02:00
Michael Kaufmann (d00p)
b0325983a1
log db errors to syslog and remove tmp-error-logs for reporting in cronrun
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-29 13:20:10 +02:00
Michael Kaufmann (d00p)
7cd6651895
replace passwords even before logging, not just for display
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-29 13:20:05 +02:00
Michael Kaufmann (d00p)
4ec376b296
log db errors to syslog and remove tmp-error-logs for reporting in cronrun
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-29 13:19:32 +02:00
Michael Kaufmann (d00p)
8558533a91
replace passwords even before logging, not just for display
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-29 13:11:38 +02:00
Michael Kaufmann (d00p)
de4a953bb7
check for existence of ssl-related files for ip/port vhost in order to avoid the webserver to be unable to restart when the cronjob runs; fixes #1485
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-28 15:44:10 +02:00
Michael Kaufmann (d00p)
26a41a0672
check for existence of ssl-related files for ip/port vhost in order to avoid the webserver to be unable to restart when the cronjob runs; fixes #1485
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-28 15:41:31 +02:00
Michael Kaufmann (d00p)
a1d38dc05f
solve sub-sub-domain-problem by dynamically assigning vhost-number in vhost-filename (the deeper the lower the number thus being included earlier), fixes #1535
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-28 15:13:32 +02:00
Michael Kaufmann (d00p)
222841f09b
solve sub-sub-domain-problem by dynamically assigning vhost-number in vhost-filename (the deeper the lower the number thus being included earlier), fixes #1535
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-28 15:11:55 +02:00
Michael Kaufmann (d00p)
fce9de7372
remove superfluous call to 'getDomainRedirectCode' as its been called before; allow changing of redirect-code when domain has 'ssl-redirect' = 1
2015-07-28 13:21:02 +02:00
Michael Kaufmann (d00p)
8332b77fcc
remove superfluous call to 'getDomainRedirectCode' as its been called before; allow changing of redirect-code when domain has 'ssl-redirect' = 1
2015-07-28 13:20:11 +02:00
Michael Kaufmann (d00p)
f4f1315715
fix undefined-indeces when search-result contained only subdomains in customer-domains
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-28 08:23:54 +02:00
Michael Kaufmann (d00p)
5d423c9e63
fix undefined-indeces when search-result contained only subdomains in customer-domains
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-28 08:23:10 +02:00
Michael Kaufmann (d00p)
895be02237
remove unused (old) php-configfile-files
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-28 08:22:00 +02:00
Michael Kaufmann (d00p)
95475f7b52
change default ssl-cipher-list; minor changes in config-xmls, fixes #1541
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-08 16:08:31 +02:00
Michael Kaufmann (d00p)
c3da264cfe
change default ssl-cipher-list; minor changes in config-xmls, fixes #1541
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-07-08 16:04:18 +02:00
Chris Vigelius
89c4b969d1
make sure we fill all context parameters in any case
2015-07-06 21:21:07 +02:00
Chris Vigelius
9dbc04678c
correct path for nginx
2015-07-06 17:16:49 +02:00
Chris Vigelius
ed9e524e03
use absolute path and require_once, instead of relative include
2015-07-06 17:09:49 +02:00
Chris Vigelius
c2d75c7030
add description and normalize {IS_SSL} value
2015-07-06 15:09:13 +02:00
Chris Vigelius
de84419035
add nginx and lighttpd support, refactor into common base class
2015-07-06 14:15:01 +02:00
Chris Vigelius
d9e0854bb7
add docroot
2015-07-06 13:45:10 +02:00
Chris Vigelius
558b779944
allow variables in special config
2015-07-06 13:28:09 +02:00
Michael Kaufmann
628b45efeb
Merge pull request #243 from greybyte/defuse_dangerous_delete
...
fix potentially dangerous programming
2015-06-25 14:21:50 +02:00
Chris Vigelius
92cf4c16e3
missing semicolon
2015-06-25 14:08:19 +02:00
Chris Vigelius
3cad16d2b7
fix dangerous code
2015-06-25 13:49:55 +02:00
Michael Kaufmann
e7503c3c7a
Merge pull request #242 from andre-luiz-dos-santos/patch-1
...
Update english.lng.php
2015-06-23 21:33:16 +02:00
André Luiz dos Santos
db8e643c62
Update english.lng.php
2015-06-23 16:22:34 -03:00
Michael Kaufmann (d00p)
a1337df44f
do not show error-trace / sensitive data when db-server is down or login credentials are wrong
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-06-11 21:02:39 +02:00
Michael Kaufmann (d00p)
ee73eaee5c
adjust fastcgi conf for php-fpm when using apache-2.4
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-06-11 21:01:41 +02:00
Michael Kaufmann (d00p)
94f3b99ad0
do not show error-trace / sensitive data when db-server is down or login credentials are wrong
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-06-11 21:00:45 +02:00
Michael Kaufmann (d00p)
d0c4d5616a
adjust fastcgi conf for php-fpm when using apache-2.4
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-06-11 20:59:41 +02:00
Roman Schmerold (BNoiZe)
38f36841e3
Merge branch '0_9_34' of github.com:Froxlor/Froxlor into 0_9_34
2015-06-10 16:26:49 +02:00
Roman Schmerold (BNoiZe)
340f3bcf8c
Add missing LSB tags, thanks to Wuzaa, fixes #1492
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-06-10 15:41:51 +02:00
Michael Kaufmann (d00p)
cd1e03c033
fix openbasedir-path when using mod_php, fixes #1507
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-06-10 15:31:15 +02:00
Roman Schmerold (BNoiZe)
ba002a1683
Merge commit '97816748498982799832238d1a2ba441ae16b91b' into 0_9_34
...
* commit '97816748498982799832238d1a2ba441ae16b91b':
the awstats files live in the non static outputdir.
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-06-10 15:07:42 +02:00
Roman Schmerold (BNoiZe)
457e378d1e
Reverting HTMLform2 changes
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-06-10 14:59:38 +02:00
Michael Kaufmann
9781674849
Merge pull request #241 from m4rcu5/master
...
Correcting a minor type in Feature #545
2015-06-10 14:59:26 +02:00
Marcus van Dam
d9660e66a8
the awstats files live in the non static outputdir.
2015-06-10 14:43:50 +02:00
Michael Kaufmann
25f4f3900e
Merge pull request #240 from m4rcu5/master
...
access to stats from previous months with awstats, fixes #545
2015-06-01 19:32:14 +02:00
Marcus van Dam
83e904c9f7
Feature #545 : Prevent ln from linking withing the current symlink.
2015-06-01 16:24:45 +02:00
Marcus van Dam
9bbdb1b3b9
Feature #545 : Include the awstatsGenerateIndex in cronjob.
...
Seperate the awstats updates output directory from the awstats static
output directory.
Switch to zero padded months.
Symlink current month to 'current' directory (force needed to update
the link if it already exists)
2015-06-01 14:55:43 +02:00
Marcus van Dam
f6cdc0575b
Feature #545 : function to deploy the index and nav templates
...
Should deploy the html files with its template variables replaced
into the awstats root.
2015-06-01 14:45:20 +02:00
Marcus van Dam
2017bc9cf6
Feature #545 : New index.html and nav.html templates
...
These templates should later provide the navigation and index for the
per month based awstats.
2015-06-01 14:06:05 +02:00
Marcus van Dam
7e8e28fc90
Move to a generic awstats template directory
...
We need this generic directory for future changes in Feature #545 .
Some line-ending cleanup included.
2015-06-01 13:09:43 +02:00
Michael Kaufmann
30c883c85d
Merge pull request #239 from RipClaw2971/apache24_fix
...
Set require all directive when using mod_proxy_fcgi, fixes #1533
2015-05-12 08:24:01 +02:00
Andreas Grundler
16568c11f1
Fix für Apache 2.4 + mod_proxy_fcgi
2015-05-11 22:23:49 +02:00
Michael Kaufmann
f90982347a
Merge pull request #238 from xWuZaa/master
...
Add custom port to userdata.inc.php
2015-05-07 20:17:11 +02:00
xWuZaa
bd5647351e
Add custom port to userdata.inc.php
2015-05-07 19:58:48 +02:00
Michael Kaufmann (d00p)
ec77e47cd6
Merge branch 'master' of github.com:Froxlor/Froxlor
2015-05-06 15:37:46 +02:00
Michael Kaufmann (d00p)
565866c529
adjust default memory_limit to php's default (128M)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-05-06 15:37:38 +02:00
Michael Kaufmann
e4a262eb7b
Merge pull request #235 from rzeka/master
...
Better customers sorting based on name and company
2015-04-28 14:25:40 +02:00
rzeka
a3f2fa1b16
Better customers sorting based on name and company
2015-04-28 14:14:12 +02:00
Michael Kaufmann (d00p)
e0ef3e9984
fix mpm-itk stuff, thx to Ithariel; minor fixes in updater
2015-04-22 15:58:04 +02:00
Michael Kaufmann (d00p)
bf30c1a3d7
fix escaping of shell commands in new xml-config-template-files
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-03-11 16:51:56 +01:00
Michael Kaufmann (d00p)
c2c573902f
separate dovecot for postfix and exim4 as exim4 needs 'special treatment'...
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-03-11 16:42:22 +01:00
Michael Kaufmann (d00p)
d874ebf1b0
use correct username of bind-daemon in debian wheezy config templates
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-03-11 14:30:22 +01:00
Michael Kaufmann (d00p)
8ef6032570
also re-generate bind configs (if enabled) when using --force with the cronjob
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-03-11 11:21:17 +01:00
Michael Kaufmann (d00p)
b32a6951da
add Debian-exim group to dovecots Exim4-unix_listener, fixes #1513
2015-03-11 09:44:43 +01:00
Robert Förster (Dessa)
b7bc347323
fix language string
2015-03-10 20:35:33 +01:00
Michael Kaufmann
07e49e53c5
Merge pull request #231 from dadadom/master
...
Add missing table definition for table 'mail_autoresponder' for older updaters
2015-03-08 13:56:45 +01:00
Dominik Sandjaja
b87db2a82b
Add missing table definition for table 'mail_autoresponder'.
...
Add the define for the mail_autoresponder table. This define is needed in the update_0.9.inc.php script which is used when updating from an early version of froxlor or from SysCP.
2015-03-08 13:54:36 +01:00
Michael Kaufmann (d00p)
c150d559c7
enhance domain-importer, fixes #1512
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-03-06 20:28:41 +01:00
Michael Kaufmann (d00p)
5dce0db661
dont create 'require all granted' if the directory is protected by a customer (htaccess), fixes #1455 (again); thx to Laryllian
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-03-02 20:25:41 +01:00
Michael Kaufmann (d00p)
27514d32de
visible-tag needs to respect the do_show-value in case websrv_avail set do_show to false already
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-03-02 13:41:14 +01:00
Michael Kaufmann (d00p)
fe718ef67f
add requirement for mbstring-extension as we need to be multibyte-character-safe in generatePassword(); adjust special-character-default setting to be the same as on a fresh install; outsource version-definition to separate file; set version to 0.9.34-dev3
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-23 12:23:44 +01:00
Michael Kaufmann (d00p)
e132723475
PDOStatement::rowCount is a function
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-20 11:56:24 +01:00
Michael Kaufmann (d00p)
72fc9db38d
add integrity check for user/group membership when fcgid/fpm is used, refs #1491
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-20 09:58:24 +01:00
Michael Kaufmann (d00p)
1374e08cd4
make sql-fields for ssl-certs larger as there are ca-bundle-certs larger then 64k; add new settings for apache-itk-mpm integration, fixes #1400
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-18 16:05:28 +01:00
Michael Kaufmann (d00p)
03e48927a3
add optional support for apache-itk-mpm (mod_php only)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-18 16:01:38 +01:00
Michael Kaufmann (d00p)
bbf05fa6fd
remove smarty-remnant; remove unnecessary variable assignment
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-17 13:27:30 +01:00
Roman Schmerold (BNoiZe)
6dad29cae7
Even more HTMLform2 migrations
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-16 17:56:37 +01:00
Roman Schmerold (BNoiZe)
52afba5a86
Migrate to new HTMLform2 class
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-16 16:55:56 +01:00
Roman Schmerold (BNoiZe)
913a53e436
Improve new htmlform class
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-16 16:18:39 +01:00
Michael Kaufmann (d00p)
4fd68a4153
fieldset is in subfileblock, not in file
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-16 16:02:08 +01:00
Michael Kaufmann (d00p)
fae58078f8
update ftp_groups table in case webserver-/fcgid-/fpm-user changes, refs #1491 (i guess)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-16 14:56:08 +01:00
Michael Kaufmann (d00p)
1d319e001c
group file-relevant commands into the fieldset; enhance layout
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-16 13:29:01 +01:00
Michael Kaufmann (d00p)
927e6fe23a
add update compatibility for 0.9.33.1 users
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-16 09:45:55 +01:00
Michael Kaufmann (d00p)
b85eb98303
clear group-cache of nscd as this solves issues with webserver/php-fpm most of the time
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-16 08:21:33 +01:00
Roman Schmerold (BNoiZe)
643f124e8b
Fixing a bug with linebreaks, fixes #1498
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-15 19:07:01 +01:00
Michael Kaufmann (d00p)
6fe4027de5
fix typo of vmail-user in rhel/centos config-template for dovecot
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-15 16:26:32 +01:00
Michael Kaufmann (d00p)
f9d79ba5a6
use correct PEAR directory setting in fpm-interface, fixes #1500
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-15 15:43:45 +01:00
Michael Kaufmann (d00p)
2382f526b2
reduce code - unnecessary complicated
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-15 07:54:34 +01:00
Michael Kaufmann (d00p)
1581e08594
show only hash algorithms that are available on the system
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-15 07:51:58 +01:00
Michael Kaufmann (d00p)
37ca78913c
respect possible empty-value when validating string::validate_ip
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-12 13:02:50 +01:00
Michael Kaufmann (d00p)
df3b97c5dd
change comments for better understanding, fixes #1496
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-12 09:22:59 +01:00
Michael Kaufmann (d00p)
953e3f5ba6
Merge branch 'master' of github.com:Froxlor/Froxlor
2015-02-11 21:21:13 +01:00
Michael Kaufmann (d00p)
74b73c6446
rename 'MySQL User' to 'Froxlor Customer' as username for users read from db via libnss; fix language strings
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-11 21:21:09 +01:00
Roman Schmerold (BNoiZe)
bc80fb71df
Restyling configfiles with textareas instead of pre
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-11 19:35:18 +01:00
Michael Kaufmann (d00p)
b0279025d0
add numbrows to commands and files for BNoiZe's template magic; added possibility to use sql-data inside xml-config; updates xml-configs a bit when socket is used (not 100% done)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-11 14:30:30 +01:00
Roman Schmerold (BNoiZe)
a45712198b
Update configfiles templates
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-11 13:01:48 +01:00
Michael Kaufmann (d00p)
704a0fce08
make integritycheck in update-procedure more clear whether there actually is a problem or not (if it's been fixed for example), fixes #1493
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-11 12:08:58 +01:00
Michael Kaufmann (d00p)
d6c708e6ee
only show restart command of php-fcgi for nginx if fcgid/fpm is not used
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-11 08:25:19 +01:00
Michael Kaufmann (d00p)
1f24ca9ba2
split codename and version from version field in config-xml file as this eases automation
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-11 07:15:05 +01:00
Michael Kaufmann (d00p)
c482db8c89
prepare database-class to have a separate socket-option, not as replacement for 'host'
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-10 16:13:14 +01:00
Michael Kaufmann (d00p)
c356639ce9
fix move-customer-to-admin
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-10 16:12:47 +01:00
Michael Kaufmann (d00p)
8b0572add1
fix visibility of fields in admin/formfields.admin.php
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-10 16:11:35 +01:00
Michael Kaufmann (d00p)
61b1adfb3d
fix typo
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-10 16:11:08 +01:00
Michael Kaufmann (d00p)
2f5ea4b305
added postfix-3.x configs for gentoo
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-10 08:39:05 +01:00
Michael Kaufmann
ccc321be8a
Merge pull request #230 from junkpad92/patch-1
...
"discard changes" and "save" on top of each other in security options; there was missing this additional template to fix the bug definitely, fixes #1488
2015-02-09 22:53:22 +01:00
junkpad92
b68861c175
Fix Bug #1488
...
"discard changes" and "save" on top of each other in security options; there was missing this additional template to fix the bug definitely.
2015-02-09 22:49:40 +01:00
Roman Schmerold (BNoiZe)
2ffcba78cc
Remove another remainent of Smarty
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-09 15:00:21 +01:00
Michael Kaufmann (d00p)
855226d01a
sort distribution-names in admin_configfiles, it's confusing otherwise; display the default/recommended daemon of every service; fix small c'n'p error (courier is not our recommended default)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-09 14:49:53 +01:00
Michael Kaufmann (d00p)
b8e548d1df
clean variable after subfile-block
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-09 14:28:24 +01:00
Michael Kaufmann (d00p)
095f1df947
add Ubuntu Precise 12.04 XML-config
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-09 13:55:10 +01:00
Michael Kaufmann (d00p)
4bd91a811d
change admin_configfiles to handle the new XML-configs instead of the old php-arrays
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-09 13:54:55 +01:00
Michael Kaufmann (d00p)
c3b45a62ca
use native word for the different languages
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-08 19:59:24 +01:00
Michael Kaufmann (d00p)
7b354eec0f
fix template->language issues (not html-encoded special-characters in language-name), set version to 0.9.34-dev1 due to db structure change / update
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-08 19:45:15 +01:00
Roman Schmerold (BNoiZe)
677ed371a9
Remove another template we only used for webftp
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-08 19:01:03 +01:00
Roman Schmerold (BNoiZe)
987caa632b
Add Cancel-Button to template selection
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-08 19:00:21 +01:00
Michael Kaufmann (d00p)
3df581152d
remove webftp.php as it: pulls smarty-tplengine we don't use anywhere else, is unknown to most of our users, a possible security-issue, etc. etc. etc.; just don't use webftp stuff
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-08 18:56:31 +01:00
Michael Kaufmann (d00p)
f0ca931dfc
update idna_convert class
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-08 18:49:32 +01:00
Michael Kaufmann
52541f18f1
Merge pull request #229 from stweil/typos
...
Fix typos found by codespell, thx to stweil
2015-02-08 18:34:32 +01:00
Stefan Weil
4ee200e9f6
english: Fix typos found by codespell
...
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2015-02-08 17:52:53 +01:00
Stefan Weil
47ef9f74a7
classes: Fix typos
...
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2015-02-08 17:52:53 +01:00
Stefan Weil
92478d0e4f
smarty: Fix typo
...
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2015-02-08 17:52:53 +01:00
Stefan Weil
0fc73b2bbb
Fix typos found by codespell
...
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2015-02-08 17:52:45 +01:00
Michael Kaufmann (d00p)
909c6a8bdf
allow private-network ip-addresses for database-connection, fixes #1489
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-08 17:35:31 +01:00
Michael Kaufmann (d00p)
be387ccf35
show whether a customer is deavtivated after successful login rather then nothing at all
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-08 16:07:24 +01:00
Michael Kaufmann (d00p)
6f73afe265
don't use -1 for standard-subdomains as the parentdomainid field is declared as unsigned int and therefore converted to 0 anyways
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-08 15:21:19 +01:00
Michael Kaufmann (d00p)
65d548d4f9
fix undefined variable in cases 'custom-notes-show' is not set when adding/editing an admin/a customer
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-08 12:43:04 +01:00
Florian Aders (EleRas)
682b27fdd8
Added when to execute an autogenerated file in ConfigDaemon
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-08 12:05:22 +01:00
Roman Schmerold (BNoiZe)
d213d65a24
Fixed buttons on top of each other, fixes #1488
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-08 12:01:05 +01:00
Robert Förster (Dessa)
36780d53c2
remove some useless executable bits spotted by lintian
2015-02-08 05:12:37 +01:00
Michael Kaufmann (d00p)
5a3bbd928a
fix nscd restart command in rhel/centos XML
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-07 23:29:38 +01:00
Michael Kaufmann (d00p)
69854a8e0c
minor fixes to rhel-configfiles + new rhel/centos config-XML
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-07 17:54:08 +01:00
Michael Kaufmann (d00p)
78667ce08b
update config-file-xml's: gentoo.xml and wheezy.xml; added trusty.xml
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-07 15:32:07 +01:00
Michael Kaufmann (d00p)
0ef5749925
use correct restart commands for trusty
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-07 15:29:50 +01:00
Michael Kaufmann (d00p)
218104e6e2
add new configuration-template-XML-files for future use (they will replace [dist].inc.php + text-file-templates)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-07 10:59:28 +01:00
Michael Kaufmann (d00p)
38b7d44e3a
remove unuused lang-indeces
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-07 10:56:22 +01:00
Florian Aders (EleRas)
332cb64b71
Group file-commands for easier processing in ConfigDaemon
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-07 10:41:54 +01:00
Michael Kaufmann (d00p)
f1360d8792
set version to 0.9.33 for upcoming stable release
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-07 09:57:06 +01:00
Florian Aders (EleRas)
269c24a398
Added file - parameter to command if command was created by expanding file - attributes in ConfigDaemon
2015-02-06 13:27:01 +01:00
Michael Kaufmann
bad427bfba
Merge pull request #228 from HolySephi/master
...
fixed some rhel/centos 7 config issues, thx to Sephi
2015-02-06 10:56:23 +01:00
HolySephi
4256546115
fixed mysql file permissions for postfix-files
2015-02-06 10:46:37 +01:00
HolySephi
67fb2e1f59
removed DebugLevel, changed umask
2015-02-06 10:42:46 +01:00
HolySephi
8fab2ae8f0
fixed some minor problems
2015-02-06 10:39:16 +01:00
HolySephi
2f80477f7d
Update etc_postfix_master.cf
...
spamassassin-line is not needed by default froxlor installation
2015-02-06 10:34:41 +01:00
Michael Kaufmann (d00p)
71bb3ccc40
update italian.lng.php, thx to Heaven73
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-06 10:34:35 +01:00
HolySephi
4d89dbfaa3
Update rhel7.inc.php
...
corrected and secured dovecot-sql.conf.ext
2015-02-06 10:31:40 +01:00
Florian Aders (EleRas)
2b9d6dc9c4
Added grouping - functionality for configfiles
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-05 20:28:11 +01:00
Florian Aders (EleRas)
75fb18bcec
Trim the values of the distribution - xml at sane places
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-05 20:07:22 +01:00
Florian Aders (EleRas)
44bf843797
Added usernotexists / groupnotexists to ConfigDaemon
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-05 15:20:53 +01:00
Florian Aders (EleRas)
37cedafa8f
Added userxists / groupexists to ConfigDaemon
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-05 15:20:09 +01:00
Florian Aders (EleRas)
09adbf8717
Added "equals" to visibility and "const." to placeholder in ConfigDaemon
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-05 15:11:02 +01:00
Roman Schmerold (BNoiZe)
56b619b777
Update generation of unlimited fields
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-05 09:40:23 +01:00
Florian Aders (EleRas)
96e7a3ad8c
Added "mode" for file - tag in ConfigDaemon
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-04 10:19:57 +01:00
Michael Kaufmann (d00p)
859665fbd0
Merge branch 'master' of github.com:Froxlor/Froxlor
2015-02-03 21:39:13 +01:00
Michael Kaufmann (d00p)
d6f3bf112b
some minor tweaks to configfiles
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-03 21:38:57 +01:00
Roman Schmerold (BNoiZe)
67c02dcc40
Fixed missing values, removed old files
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-03 21:37:32 +01:00
Roman Schmerold (BNoiZe)
4fccc86b03
Updated HTMLform2 with some tweaks
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-03 21:32:23 +01:00
Florian Aders (EleRas)
a5d041926a
Converted customer_mysql to HTMLform2
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-03 20:57:54 +01:00
Florian Aders (EleRas)
c971d3fafe
Fixed $lng in ConfigParser
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-03 20:04:31 +01:00
Florian Aders (EleRas)
7c153d5e76
Remove debug in ConfigDaemon
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-03 20:03:50 +01:00
Michael Kaufmann (d00p)
7071b812b6
Merge branch 'master' of github.com:Froxlor/Froxlor
2015-02-03 19:56:01 +01:00
Michael Kaufmann (d00p)
a0a2977b7f
allow to disable fcgid also with lighttpd because we allow it to be enabled with lighttpd
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-03 19:55:46 +01:00
Florian Aders (EleRas)
a63cc0759f
Improved _parseContent and use it where needed in ConfigDaemon
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-03 19:45:40 +01:00
Florian Aders (EleRas)
4c10eed3b1
Updated comments and various small improvements in ConfigParser - classes
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-03 18:52:37 +01:00
Florian Aders (EleRas)
827b3cc5f6
Added configuration - descriptions to ConfigParser, only parse complete file at first access
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-03 18:14:00 +01:00
Florian Aders (EleRas)
ac34bfdad2
Added basic distribution - XML - config - parser - classes, needs to be improved
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2015-02-03 17:45:40 +01:00
Roman Schmerold (BNoiZe)
72ce20224d
Take values as parameter when editing something
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-02 19:13:52 +01:00
Roman Schmerold (BNoiZe)
609bd557c5
Merge branch 'master' of github.com:Froxlor/Froxlor
2015-02-02 17:44:49 +01:00
Roman Schmerold (BNoiZe)
87fe3669a1
Migrate to new HTMLform2-class
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-02 17:43:53 +01:00
Michael Kaufmann (d00p)
6df6fc2361
pid of cronjob is the part after the last dash (we did not have more then one before), fixes #1483
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-02 16:13:07 +01:00
Roman Schmerold (BNoiZe)
48eaab89ba
Add missing space in sed command
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-02 13:57:23 +01:00
Roman Schmerold (BNoiZe)
a0b0fa48bb
Fix that name is not returned for admins
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-02-02 11:01:26 +01:00
Michael Kaufmann (d00p)
6534dbf47b
doc-fixes; fix hardcoded installation-path in centos-cron-configtemplate
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-01 20:09:24 +01:00
Michael Kaufmann (d00p)
f4dff676d6
do not allow to enable fcgid/fpm at the same time when both are set to 'yes' simultaneously in settings
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-01 18:02:29 +01:00
Michael Kaufmann (d00p)
77ae3aa387
generate only password that match our complexity-settings in customer_email.php; don't use md5() for the admin password in the installation process
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-01 13:57:06 +01:00
Michael Kaufmann (d00p)
99bed23b95
another md5() leftover
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-02-01 13:12:24 +01:00
Michael Kaufmann
5b012a33c3
Merge pull request #226 from RipClaw2971/bug_1482
...
use new password-hashes everywhere, fixes #1482
2015-02-01 13:05:10 +01:00
Andreas Grundler
28f26cce72
fix for bug #1482
2015-02-01 12:25:26 +01:00
Robert Förster (Dessa)
23b091ea82
add virtual_transport parameter which i somehow missed in my last commit, refs #1465
2015-02-01 03:08:18 +01:00
Michael Kaufmann (d00p)
e92b5e2c05
set version to 0.9.33-rc3 due to the password-hash-update-issue
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-31 12:54:00 +01:00
Michael Kaufmann (d00p)
4d60b19194
only update hash if password matches, fixes #1479
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-31 12:51:20 +01:00
Michael Kaufmann (d00p)
7680cd441c
force integer conversion for domainimport-offset-field, as POST sends it as string; filter IP-addresses that are unknown to froxlor when importing domains.
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-30 17:55:27 +01:00
Michael Kaufmann (d00p)
d7f8586413
allow language-check against a specific language file
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-30 17:54:06 +01:00
Michael Kaufmann (d00p)
83e062c845
remove unused Minify_HTML class
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-30 17:53:43 +01:00
Michael Kaufmann (d00p)
c6c950596a
use better error-message for misuse of froxlor.hostname
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-28 22:01:16 +01:00
Michael Kaufmann (d00p)
4714a458fe
don't allow a customer to add the froxlor-hostname as subdomain in case the froxlor-hostname is sub.dom.tld and the customer has dom.tld assigned, thx to chrisalexthomas for 'finding' this :)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-28 21:55:46 +01:00
Michael Kaufmann (d00p)
1672b01426
Merge branch 'master' of github.com:Froxlor/Froxlor
2015-01-28 13:25:08 +01:00
Michael Kaufmann (d00p)
36c7527b2a
add function to validate different password-hashes and update them to the currently set hash if login successfull and hash differs, set default hash to SHA256, fixes #1289 - add custom-notes field to admin/customer, fixes #1471 - set version to 0.9.33-rc2 for upcoming second release-candidate
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-28 13:24:36 +01:00
Roman Schmerold (BNoiZe)
00e74a05cb
Disable input if unlimited is checked
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-01-28 04:54:00 +01:00
Michael Kaufmann (d00p)
7904946862
push some upcoming changes (still holding back db changes b/c of version jump to rc2)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-27 23:04:46 +01:00
Roman Schmerold (BNoiZe)
88ace5785e
Fix broken custom newsfeed, newsfeed redesign
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-01-27 22:43:52 +01:00
Robert Förster (Dessa)
614d9c127b
fix mail delivery for dovecot, closes #1465
2015-01-27 17:55:46 +01:00
Dessa
f0551ac122
Merge pull request #212 from junkpad92/master
...
Fixing deprecated Postfix templates & Providing Dovecot2 Sieve-Configs
2015-01-27 17:52:36 +01:00
Michael Kaufmann (d00p)
bdfbe4947a
fix undefined variables introduced in commit #b1acc9a8efc01a5139b042f8f9e97881e4a52b83
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-27 11:23:03 +01:00
Michael Kaufmann (d00p)
7b8341d826
add function to validate different password-hashes and update them to the currently set hash if login successfull and hash differs (unimplemented yet because of required db-updates which are hold back until 0.9.33-rc2), refs #1289
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-27 11:09:27 +01:00
Michael Kaufmann
9d008efabc
Merge pull request #224 from heaven73/master
...
Pure-FTPd template for FreeBSD
2015-01-26 22:15:35 +01:00
Chris Energia Positiva
6c3f6fd57f
Update freebsd.inc.php
2015-01-26 22:09:47 +01:00
Chris Energia Positiva
533279ec25
Create usr_local_etc_pureftpd-mysql.conf
2015-01-26 22:07:39 +01:00
Chris Energia Positiva
68d678aff8
Create usr_local_etc_pure-ftpd.conf
2015-01-26 22:06:12 +01:00
Roman Schmerold (BNoiZe)
6767edfaff
Merge branch 'master' of github.com:Froxlor/Froxlor
2015-01-26 17:20:05 +01:00
Roman Schmerold (BNoiZe)
b1acc9a8ef
Make the side navigation more styleable
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-01-26 17:19:40 +01:00
Michael Kaufmann (d00p)
16dde03f96
get rid of almost never used HTMLPurifier library and beautify subject display on ticket-overview
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-25 08:34:03 +01:00
Michael Kaufmann (d00p)
5a7462972f
revert commit 84ff476dfa from Lednerb, as the cron-reload command is being read from the settings (and can be adjusted)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-22 08:19:50 +01:00
Dessa
4c60b40c64
Merge pull request #220 from Lednerb/master
...
Ubuntu 14.04 Integration
2015-01-22 07:51:12 +01:00
Dessa
90bcaee2c9
Merge pull request #202 from antedaxara/rhel7
...
Added RHEL 7 configfiles
2015-01-22 07:50:56 +01:00
Michael Kaufmann (d00p)
a4973c9c38
don't add rewritecond for https off if this is a ssl-vhost
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-21 16:51:36 +01:00
Roman Schmerold (BNoiZe)
6c39ac80e6
Optimized images
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-01-16 21:16:50 +01:00
Roman Schmerold (BNoiZe)
979c5e7c0c
Tidied up the code
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-01-16 21:11:17 +01:00
Michael Kaufmann (d00p)
2250b3c37a
show custom-notes correctly on admin/customer index when activated + tiny fixes, refs #1471
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-15 22:19:28 +01:00
Michael Kaufmann (d00p)
e578a29058
add option to display the custom-notes to the user and actually save the custom-note
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-15 22:10:37 +01:00
Michael Kaufmann (d00p)
4c50d35945
Merge branch 'master' of github.com:Froxlor/Froxlor
2015-01-15 21:30:35 +01:00
Michael Kaufmann (d00p)
7b8885c05e
add custom-notes field to admins and customers, fixes #1471
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-15 21:30:15 +01:00
Roman Schmerold (BNoiZe)
1e6df86b7b
Add new small info icon
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-01-15 20:27:11 +01:00
Michael Kaufmann (d00p)
4e9b2d0e97
replace DB_SRV with the hostname/ip and not the caption of the mysql-server, thx to rzeka for noticing
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-15 17:29:49 +01:00
Roman Schmerold (BNoiZe)
67f3263a2e
Don't remove custom comments, add newline after blocks
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-01-14 00:20:04 +01:00
Roman Schmerold (BNoiZe)
f61567be81
Changed the way php-fpm is included, fixes #1427
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2015-01-13 20:37:57 +01:00
Michael Kaufmann (d00p)
3ee8f6ac25
use generatePassword() for generating passwords as it respects the settings; fix user-modification under freebsd as there is no 'usermod'
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-12 20:24:55 +01:00
Sascha Brendel
5eb630d858
Merge pull request #6 from Lednerb/testing-1
...
Testing 1
2015-01-12 14:36:14 +01:00
Lednerb
e7d07c7924
Deleted unnecessary config template
2015-01-12 14:32:00 +01:00
Lednerb
ab44d27914
Deleted unnecessary config prompts
2015-01-12 14:25:10 +01:00
Lednerb
1889958e2b
added missing php5-cli to installation script
2015-01-11 22:19:49 +01:00
Michael Kaufmann (d00p)
b78729319c
added logging to integry-check so admins know what exactly was wrong when monkeys ate the integrity :)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-11 20:32:18 +01:00
Lednerb
7d478fd378
dovecot Installation angepasst
2015-01-11 16:36:50 +01:00
Lednerb
1cb237e8e1
Test zum Entfernen
2015-01-11 16:01:58 +01:00
Lednerb
8a3745aee8
updated service restart at courier imap/pop3 server
2015-01-11 15:42:01 +01:00
Lednerb
84ff476dfa
check Cron reload config
2015-01-11 13:22:35 +01:00
Michael Kaufmann (d00p)
b3935bfda8
Merge branch 'master' of github.com:Froxlor/Froxlor
2015-01-11 09:31:49 +01:00
Lednerb
2ae64d0abe
Added Trusty
2015-01-11 00:06:14 +01:00
Lednerb
e21b923194
Added Ubuntu 14.04 Trusty, didn't check if the configfiles are working
2015-01-10 23:46:37 +01:00
Michael Kaufmann
9ab90aa3b9
Merge pull request #219 from Lednerb/master
...
Updated language files
2015-01-10 18:19:14 +01:00
Sascha Brendel
797db9aa8b
Merge pull request #5 from Lednerb/patch-8
...
Update swedish.lng.php
2015-01-10 18:15:04 +01:00
Sascha Brendel
982421b9b3
Merge pull request #4 from Lednerb/patch-7
...
Update portugues.lng.php
2015-01-10 18:14:44 +01:00
Sascha Brendel
d0d7e7f369
Merge pull request #3 from Lednerb/patch-4
...
Update french.lng.php
2015-01-10 18:14:25 +01:00
Sascha Brendel
0b35c833f3
Merge pull request #2 from Lednerb/patch-5
...
Update italian.lng.php
2015-01-10 18:14:03 +01:00
Sascha Brendel
aef58921ce
Merge pull request #1 from Lednerb/patch-6
...
Patch 6
2015-01-10 18:13:36 +01:00
Sascha Brendel
b681d9ba90
Update swedish.lng.php
2015-01-10 18:11:26 +01:00
Sascha Brendel
caedb34d00
Update portugues.lng.php
...
removed duplicated entry
2015-01-10 18:09:37 +01:00
Sascha Brendel
251fa70228
Update english.lng.php
2015-01-10 18:06:12 +01:00
Sascha Brendel
ced2f0c3d4
Update italian.lng.php
...
Removed duplicated entries
2015-01-10 17:58:04 +01:00
Michael Kaufmann
25514e1030
Merge pull request #217 from Lednerb/patch-2
...
Update english.lng.php
2015-01-10 17:28:31 +01:00
Michael Kaufmann
196454c7ab
Merge pull request #216 from Lednerb/patch-1
...
Update german.lng.php
2015-01-10 17:22:01 +01:00
Sascha Brendel
331b65e384
Update french.lng.php
...
Commented & Removed doubled entries.
The uncommented versions were the newer ones.
2015-01-10 17:20:49 +01:00
Sascha Brendel
794140f3c1
Update english.lng.php
...
Removed multiple definitions.
If in doubt, more recent entries have been used.
2015-01-10 16:52:40 +01:00
Sascha Brendel
22eeeaf231
Update german.lng.php
...
Doppelte Einträge entfernt, im Zweifelsfall aktuellere Einträge übernommen.
2015-01-10 15:48:14 +01:00
Michael Kaufmann (d00p)
aff531a274
set from and reply to from settings in usage-report-mails
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-10 07:33:40 +01:00
Michael Kaufmann (d00p)
c1ff010283
allow 'localhost' or any local-hostname for db-connection
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-08 14:39:52 +01:00
Michael Kaufmann (d00p)
bb3376d1aa
update Smarty to version 3.1.21
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-07 18:18:16 +01:00
Michael Kaufmann (d00p)
bcd49186fb
update phpMailer to 5.2.9
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-07 18:12:27 +01:00
Michael Kaufmann (d00p)
c0f2745d30
of course, still allow localhost/127.0.0.1 as valid-ip xD
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-07 16:34:58 +01:00
Michael Kaufmann (d00p)
64959c75fe
clear out whether pcntl extension is not installed or just pcntl_fork is unavailable, fixes #1469
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-07 15:36:35 +01:00
Michael Kaufmann (d00p)
82fdb84e61
give possibility to specify a socket-file as 'host' in userdata.inc.php to connect via mysql-socket instead of hostname; not a setting because this might break some other stuff (mysql-access-hosts -> problems when adding mysql-users/databases, etc.)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-07 15:13:32 +01:00
Michael Kaufmann
10acd16e17
Merge pull request #215 from junkpad92/patch-1
...
Fixing spelling mistake
2015-01-06 16:05:41 +01:00
junkpad92
21adfeed89
Update german.lng.php
2015-01-06 15:31:51 +01:00
junkpad92
791f12401f
Fixing spelling mistake
2015-01-06 15:31:08 +01:00
Michael Kaufmann (d00p)
55c7b2aedf
use separate escapeshellarg()-calls as it leads to 'group user' as being recognized as the group only
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-05 18:16:51 +01:00
Michael Kaufmann (d00p)
40d51dc7ef
fix possible undefined variable
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2015-01-04 09:16:19 +01:00
Michael Kaufmann
378d66f36a
Merge pull request #213 from stweil/master
...
Improve German translation
2014-12-30 17:50:13 +01:00
Stefan Weil
fd26beb941
Improve German translation
...
* Grammar fix dass -> das.
* Consistent spelling Email -> E-Mail.
* Typo Addresse -> Adresse.
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2014-12-30 16:56:21 +01:00
Michael Kaufmann (d00p)
c7dc68c848
add froxlor-group to customer-group in case fcgid/fpm is used for froxlor
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-30 16:44:52 +01:00
Michael Kaufmann (d00p)
6ae3691f20
dont show apache-needed stuff for php-fpm when not using apache
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-30 12:15:18 +01:00
Michael Kaufmann (d00p)
5d5062c262
make ownership-hint a bit larger like the db-error-page; add theme-fallback to database-error-function to avoid this stupid 'we are sorry, but a MySQL - error occurred'-message
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-29 21:42:28 +01:00
Michael Kaufmann (d00p)
509033e2b8
put install-css-stuff into the correct install.css file
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-29 21:23:21 +01:00
Michael Kaufmann (d00p)
7584b0acc4
remove google-webfont-stuff (just create your own theme or overwrite Sparkle to use another font); remove more inline css and remove unnecessary JS in hints-templates
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-29 21:08:01 +01:00
Michael Kaufmann (d00p)
dd34ab8d9b
fix inline-css (violation of Content Security Policy)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-29 20:48:56 +01:00
Michael Kaufmann (d00p)
c6f3b03891
do some sql-minor-fixing, refs #1486 - set version to 0.9.33-rc1 for possible upcoming release-candidate
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-29 14:59:58 +01:00
Michael Kaufmann (d00p)
d765cc8633
fix possible undefined variable if session timed out after login and re-login with another user
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-27 18:35:31 +01:00
Michael Kaufmann (d00p)
4b0507c4d3
secure scripts which should not be called directly (install/update stuff); avoid url-manipulation
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-27 15:13:25 +01:00
Michael Kaufmann (d00p)
4523ef87b7
show correct errormessage when sql-prefix is wrong
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-23 13:56:49 +01:00
Michael Kaufmann (d00p)
2b55ceba7a
rework updateCounters
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-22 14:47:56 +01:00
Michael Kaufmann (d00p)
b2eeef8d38
beautification and fallback just in case
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-22 14:14:53 +01:00
Michael Kaufmann (d00p)
d674f4dd70
same alias-ip-stuff when adding a new domain and aliasdomain is selected
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-22 13:37:35 +01:00
Michael Kaufmann (d00p)
0406948c4b
remove unneeded functions; fix ip-assigning when a domain is an alias of another domain and the ip's from the alias-domain are being read, no check for ssl/non-ssl was made resulting in an integrity constraint violation in the database
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-22 13:32:37 +01:00
Michael Kaufmann (d00p)
366e0f6061
various permission fixes when using fcgid / fpm and customerdocroots having 0770 and sockets are 0660
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-22 09:51:55 +01:00
Michael Kaufmann (d00p)
3c12e825f5
fix progress-bar value of >100%; fixes #1467
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-22 08:50:23 +01:00
Michael Kaufmann (d00p)
925afbd03f
fix design-issues when no add-link is present in overviews; fixes #1466
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-22 08:06:26 +01:00
Michael Kaufmann (d00p)
bfa9478649
password-reset fix
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-19 14:11:17 +01:00
Michael Kaufmann (d00p)
19f5f2a7a4
remove static copyright-year in templates; fix possible undefined theme-variable in phpErrHandler by specifying a fallback-default
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-19 09:49:33 +01:00
Michael Kaufmann (d00p)
c1ca72dd3c
fix validation of offset-value in domain import + minor fixes
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-19 09:29:25 +01:00
Michael Kaufmann (d00p)
495a48bc87
avoid undefined variable in case the admin has unlimited domain-contingent
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-19 07:51:44 +01:00
Michael Kaufmann (d00p)
687c5cea08
enhance findDirs() to avoid exceptions on unreadable directory
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-18 08:51:54 +01:00
Michael Kaufmann (d00p)
b0c0918580
let the documentation-link for domain-import open in a new window
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-17 18:28:03 +01:00
junkpad92
d78fde88ce
Merge branch 'master' of https://github.com/junkpad92/Froxlor
2014-12-17 17:22:23 +01:00
junkpad92
56b652d185
Fixing deprecated Postfix templates & Providing Dovecot2 Sieve-Configs
2014-12-17 17:21:28 +01:00
junkpad92
c69d023685
Install dovecot-managesieved and dovecot-sieve
2014-12-17 17:18:21 +01:00
junkpad92
99a249ac5c
Install dovecot-managesieved and dovecot-sieve
...
Added also config files.
2014-12-17 17:13:22 +01:00
junkpad92
060f10f064
Fixing deprecated Postfix templates & Providing Dovecot2 Sieve-Configs
2014-12-16 21:42:16 +01:00
Michael Kaufmann (d00p)
1e5f80ace6
re-work findDirs()-function
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-16 15:14:57 +01:00
Michael Kaufmann (d00p)
cd5e8801e4
add domain-bulk-import, fixes #1452
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-15 14:49:34 +01:00
Michael Kaufmann (d00p)
7dd6f9b97c
explicitly set charset / collation of database when installing + new integrity-check-function to validate the database charset / collation and optionally fix it; fixes #1426
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-13 19:19:10 +01:00
Marco Vogt (vogti)
28b7cd6e90
bugfixing template-variables list when editing mail-templates; refs #496
...
Signed-off-by: Marco Vogt (vogti) <mail@mdvogt.de >
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-12 20:54:59 +01:00
Marco Vogt (vogti)
6bfa95f8a8
Import default subject/body for e-mails templates; fixes #496
...
Signed-off-by: Marco Vogt (vogti) <mail@mdvogt.de >
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-12 19:26:06 +01:00
Michael Kaufmann (d00p)
b0d5049e68
fix -> self in pFlush() in Settings-class, fixes #1464
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-10 17:40:04 +01:00
Michael Kaufmann (d00p)
5a9fa8592a
bugfixing frxDirectory-class
2014-12-09 08:50:12 +01:00
Marco Vogt (vogti)
bc4cb480be
improved traffic report
...
Signed-off-by: Marco Vogt (vogti) <mail@mdvogt.de >
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-08 14:43:15 +01:00
Michael Kaufmann (d00p)
897a8a084e
Merge branch 'master' of github.com:Froxlor/Froxlor
2014-12-06 19:47:35 +01:00
Michael Kaufmann (d00p)
afe2041e94
set max-age for Strict-Transport-Security header to >180days, thx to priority
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-06 19:47:27 +01:00
Michael Kaufmann
ad1d8d3cd2
Merge pull request #208 from Churro/master
...
Fix for duplicate .htpasswd entries (Nginx)
2014-12-02 23:21:39 +01:00
Churro
4fe33a0b7a
Fix for duplicate htpasswd entries (Nginx)
2014-12-02 22:29:54 +01:00
Roman Schmerold (BNoiZe)
d927ede388
Merge branch 'master' of github.com:Froxlor/Froxlor
2014-12-02 17:28:38 +01:00
Roman Schmerold (BNoiZe)
6f5f69db2b
Made tablesorter work without inline-js
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-12-02 17:27:41 +01:00
Michael Kaufmann
e64846b2c1
Merge pull request #207 from Churro/master
...
Nginx cronjob improvements; show realm-name on directory-protection
2014-12-02 08:42:30 +01:00
Churro
8842c02136
Fixed indentation of location-block in Nginx Vhosts
2014-12-01 22:50:07 +01:00
Churro
adbc4bc402
Basic auth realms now work for Nginx Vhosts too
2014-12-01 22:48:54 +01:00
Michael Kaufmann (d00p)
3be43c4848
outsource a few directory-functions in a class; make apache-2.4 not create 'require all granted' if there is an active directory-protection or option set for the customerroot-dir, possibly fixes #1455
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-01 08:07:28 +01:00
Michael Kaufmann
e24e8297f1
Merge pull request #206 from Commifreak/master
...
Markup fix in templates.
2014-11-30 12:55:21 +01:00
Robin Kluth
c58446359c
Update templates_edit.tpl
...
Replaced <i> with <em> to match the rest of the form
2014-11-30 12:19:04 +01:00
Robin Kluth
dc5e13d13c
Update templates_add_2.tpl
...
Replaced <i> with <em> to match the rest of the form
2014-11-30 12:17:14 +01:00
Michael Kaufmann (d00p)
cf7c11a106
keep original template filename for the possible error message to show the correct file that was not found
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-29 08:22:36 +01:00
Michael Kaufmann (d00p)
b0d1290e66
Merge branch 'master' of github.com:Froxlor/Froxlor
2014-11-29 07:43:38 +01:00
Michael Kaufmann (d00p)
60d48f2002
make template-fallback work for overwriting themes partially
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-29 07:43:33 +01:00
Roman Schmerold (BNoiZe)
9627238966
Round percentages to 0 decimals
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-11-28 13:57:33 +01:00
Michael Kaufmann (d00p)
d89f2c87e5
Merge branch 'master' of github.com:Froxlor/Froxlor
2014-11-28 12:46:40 +01:00
Michael Kaufmann (d00p)
242b42ba95
respect special characters in redirects
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-28 12:46:28 +01:00
Roman Schmerold (BNoiZe)
b1a9c2bf49
Disabling unsafe-inline for security again
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-11-28 09:12:14 +01:00
Roman Schmerold (BNoiZe)
b6bc386072
Allow inline styles/scripts, otherwise template functions will break
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-11-27 22:04:21 +01:00
Roman Schmerold (BNoiZe)
a1625d1768
Removed another unused image... doh
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-11-27 21:45:42 +01:00
Roman Schmerold (BNoiZe)
1e0cc86288
Removed unneeded header image
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-11-27 21:41:10 +01:00
Michael Kaufmann (d00p)
b4a8418e10
add possibility to move customers to another admin/reseller, fixes #1166
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-25 12:23:30 +01:00
Michael Kaufmann (d00p)
e4ceb962e9
remove trailing slash from mod_proxy stuff, regardless of what the apache-docs say, it works this way!
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-24 18:44:26 +01:00
Michael Kaufmann (d00p)
c6ed0b63c9
fix vhost-block-merging for nginx, fixes #1450
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-19 16:29:05 +01:00
Michael Kaufmann (d00p)
4794c21fb4
show message on display-failure of phpinfo()-page, thx to papa-smurf for the hint
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-18 10:56:25 +01:00
Michael Kaufmann (d00p)
e7f54503c1
fix template-variable for 'forgot password', thx to Nepstar for noticing
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-17 10:47:24 +01:00
Michael Kaufmann (d00p)
bdc0a4caf1
fix visibility of fpm-mod_proxy_fcgi-apache-2.4 setting
2014-11-10 12:59:05 +01:00
Michael Kaufmann (d00p)
5499388777
add possibility to use php-fpm over mod_proxy_fcgi with apache >=2.4.9
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-10 11:47:27 +01:00
Michael Kaufmann (d00p)
4cc3c01dcb
remove password-suggestion if a custom regex is defined; added password-complexity-settings for non-regex users to define what generated passwords should contain, thx to Marco Vogt; fixes #1216
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-10 10:07:32 +01:00
Michael Kaufmann (d00p)
f5f7bc449a
use recent Content-Security-Policy values and header for all browser, secure script/query-string to redirect to after login if given
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-04 13:01:42 +01:00
Roman Schmerold
0fbc2ab821
Merge pull request #204 from junkpad92/patch-1
...
Fix Safari checkbox-bug
2014-11-03 20:34:25 +01:00
junkpad92
329197902e
Fix Safari checkbox-bug
...
If checkbox is focused (clicking in the checkbox) checkbox shifts downward. I think: Only in Safari on Yosemite. Other browsers not affected.
2014-11-03 18:56:23 +01:00
Michael Kaufmann (d00p)
f303bfdbfd
use /etc/crontab directly when on FreeBSD because it does not use anything like /etc/cron.d/ file-inclusion, refs and possibly fixes #1437
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-10-31 09:48:38 +01:00
Michael Kaufmann (d00p)
0156c3a59d
few fixes in inline-css; added mail.log php.ini option and enabled it in default ini-config
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-10-31 09:14:28 +01:00
Michael Kaufmann
6f9f5880ee
Merge pull request #203 from Tak0r/master
...
fix fpm settings for session.auto_start (php_flag -> php_value), nginx poodle "fix", wheezy config for fpm with fpm vhost
2014-10-30 15:02:59 +01:00
Frank Gehann
29d755433f
set explicit sslprotocol to react to poodle attack stuff (nginx)
2014-10-30 14:57:04 +01:00
Frank Gehann
c63fa7ec97
wheezy config change to reflect the fpm permission change (add the panel vhost group to the webserver user
2014-10-30 14:54:04 +01:00
Frank Gehann
dc2b690fa4
session.auto_start needs to be a php_value since it gets passed a 0 or 1 and not on/off which causes the fpm to not start at all.
2014-10-30 13:55:56 +01:00
Michael Kaufmann (d00p)
97ec269838
set explicit sslprotocol to react to poodle attack stuff
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-10-27 11:46:28 +01:00
Michael Kaufmann (d00p)
58ec17ce10
don't allow subdomains as alias-domains as it could lead to a possible dead-end for editing ip/port for the domain
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-10-27 10:41:29 +01:00
Roman Schmerold (BNoiZe)
1b00a816e3
Rewrite of merging special vhost settings, fixes #1430
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-10-12 15:34:40 +02:00
Roman Schmerold (BNoiZe)
911d3769f6
Added froxlor logo to footer
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-10-11 14:22:51 +02:00
Roman Schmerold (BNoiZe)
3f3a02147b
Update copyright in standard customer index
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-10-11 14:16:19 +02:00
Roman Schmerold (BNoiZe)
a7450dfe37
Fixed duplicate creation of directory protection, fixes #1450
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-10-11 09:08:27 +02:00
Roman Schmerold (BNoiZe)
fe5eff890f
Removed another evil if I overlooked
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-10-11 08:18:43 +02:00
Roman Schmerold
539ec529c2
Removing evil if from nginx vhosts
...
Signed-off-by: Roman Schmerold <bnoize@froxlor.org >
2014-10-11 07:58:01 +02:00
Michael Kaufmann (d00p)
bc8e56e7da
fix version_compare
2014-10-07 08:24:40 +02:00
Michael Kaufmann (d00p)
332a6bc550
don't make the fpm-socket readable for all, fixes #1418
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-10-01 13:39:41 +02:00
Michael Kaufmann (d00p)
480e3a8bfd
fix incorrect security check on mail-directories where various special-characters are allowed, fixes #1458
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-10-01 07:29:25 +02:00
Ante
34f20ffd1a
Added RHEL 7 configfiles
2014-09-30 11:07:37 +02:00
Michael Kaufmann (d00p)
cbab67a2fd
Merge branch 'master' of github.com:Froxlor/Froxlor
2014-09-22 10:17:46 +02:00
Michael Kaufmann (d00p)
559fb4d4a4
done a few fixes for newer php-versions
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-09-22 10:17:42 +02:00
Roman Schmerold
a47b1e7f5d
Merge pull request #201 from Stricted/patch2
...
Fix nginx auto index, fixes #1446
2014-09-18 09:39:52 +02:00
Stricted
141e728c0f
fix last commits
2014-09-16 22:47:07 +02:00
Stricted
024d01b300
fix directory index for folders on nginx #2
2014-09-16 21:24:50 +02:00
Stricted
cbf47f46ea
fix directory index for folders on nginx
2014-09-16 21:17:06 +02:00
Michael Kaufmann (d00p)
74c493f39c
remove unnecessary fields that have been removed in updater a long time ago
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-09-13 09:32:19 +02:00
Michael Kaufmann (d00p)
37624a912e
add task 99 the correct way in installation as the constant FROXLOR_INSTALL_DIR is not set there
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-09-12 07:50:05 +02:00
Michael Kaufmann
997135d7c0
Merge pull request #200 from Stricted/patch-1
...
fix path_info on nginx cronjob
2014-09-09 09:22:25 +02:00
Stricted
31f3639c15
fix path_info on nginx cronjob
2014-09-08 18:37:14 +02:00
Michael Kaufmann (d00p)
70a9ad2f3d
enhanced list of allowed php.ini-directives for php-fpm
2014-09-07 08:21:30 +02:00
Michael Kaufmann (d00p)
b1fe737a03
Merge branch 'HolySephi-master'
2014-09-06 09:41:09 +02:00
HolySephi
6f974c035d
Update etc_libnss-mysql.cfg
2014-09-06 08:18:45 +02:00
HolySephi
3c091f9cce
Update etc_libnss-mysql.cfg
2014-09-06 08:17:48 +02:00
HolySephi
b2268861b0
Update usr_local_etc_libnss-mysql.cfg
2014-09-06 08:16:47 +02:00
HolySephi
4b5b9e8d1c
Update etc_libnss-mysql.cfg
2014-09-06 08:16:03 +02:00
Michael Kaufmann (d00p)
c5c2f735cc
code beautification and better documentation
2014-09-06 08:06:33 +02:00
Michael Kaufmann
ed6c78dd50
Merge pull request #196 from privatehosting/patch-1
...
Fix undefined offset if no entries are in the quotaused-array in cron-tasks
2014-09-06 08:05:32 +02:00
Michael Kaufmann
c303f8a683
Merge pull request #199 from schadowfox/master
...
added php error log capabilities in php-configuration (php.ini) for php-fpm
2014-09-06 07:58:15 +02:00
schadowfox
1d27a27751
added php error log capabilities
...
not sure why this is missing in the default config, but with this you can once again have a error log for php files.
2014-09-05 23:26:48 +02:00
Michael Kaufmann (d00p)
9776624c32
honor max_children values for php-fpm
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-08-11 08:24:26 +02:00
Michael Kaufmann (d00p)
2ebb5259a0
after a new installation, insert a task for generating the cron.d file, also let cronjob's --force re-create the cron.d file
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-08-05 18:14:04 +02:00
Michael Kaufmann (d00p)
ce88d1caae
fix command for creating deactivated-root-dir, thx to oschni
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-08-05 18:12:35 +02:00
Michael Kaufmann (d00p)
80a2b5da34
correct precise postfix-master.cf config-template
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-07-19 14:40:26 +02:00
Michael Kaufmann (d00p)
92eea6d7b2
insert task for rebuilding config files after changing the ips (not perfect yet but better then no task)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-07-09 17:52:16 +02:00
Michael Kaufmann (d00p)
25fa9a8121
various tiny improvements
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-07-09 09:39:26 +02:00
PrivateCityHosting
4c4a39994c
Update cron_tasks.php
...
Fixing: PHP Notice: Undefined offset:
if problem: repquota: Einhängepunkt oder Gerät / nicht gefunden oder hat keine aktivierten Quotas.
repquota: Nicht alle angegebenen Mountpunkte verwenden Quotas.
2014-07-07 02:16:13 +02:00
Michael Kaufmann (d00p)
a7a971f444
secure password-reset form against possible header-modification, thx to Hendrik
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-06-29 11:25:31 +02:00
Michael Kaufmann (d00p)
946e5d28e9
Merge branch 'master' of github.com:Froxlor/Froxlor
2014-06-23 08:51:17 +02:00
Michael Kaufmann (d00p)
addd70dfe8
correct validating list of AXFR-servers, fixes #1440
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-06-23 08:51:04 +02:00
Michael Kaufmann (d00p)
6a14cb57e6
initialize variables so no warnings/notices are output when the directory is empty (all files deleted); fixes #1435
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-06-17 11:49:07 +02:00
Michael Kaufmann (d00p)
1c1affa7bd
set directory permissions to 0755 for mod_php user as they dont (want to) use libnss-mysql, fixes #1431
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-06-09 16:21:57 +02:00
Michael Kaufmann (d00p)
8b25ac1685
fix variable in webftp-script
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-06-08 09:37:29 +02:00
Michael Kaufmann (d00p)
ff549a5ab0
re-add line-breaks for nicer display of ip/port combos in domain::add and domain::edit
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-06-07 15:05:21 +02:00
Michael Kaufmann (d00p)
74b71bb926
fix validation of system-hostname setting, thx to lando
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-06-07 15:04:51 +02:00
Michael Kaufmann (d00p)
f1eb5420a7
add option to enable/disable generation of bind-configs for the system-hostname
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-06-02 12:35:45 +02:00
Michael Kaufmann (d00p)
0d04077d6e
Merge branch 'junkpad92-master'
2014-06-02 09:15:54 +02:00
Michael Kaufmann (d00p)
3fe10d8d3d
merge pull request #193
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-06-02 09:15:45 +02:00
Roman Schmerold (BNoiZe)
9b0cc70542
Fix height of #maincontent if newsfeed is shown
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-06-01 22:02:48 +02:00
Roman Schmerold (BNoiZe)
38599ec4b9
Read the custom RSS directly from the settings
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-06-01 21:55:10 +02:00
Roman Schmerold (BNoiZe)
7d4ea57381
Removing obsolete 'language' attribute from script-tags
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-06-01 19:12:14 +02:00
Roman Schmerold (BNoiZe)
538b99055c
Removing unwanted files which should be ignored by git anyway
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-06-01 18:50:55 +02:00
Roman Schmerold (BNoiZe)
3acfcd4a95
Adding a custom newsfeed to the customer-dashboard, fixes #1408
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-06-01 18:46:15 +02:00
Michael Kaufmann (d00p)
fd3ab6221c
fix wrong grammar in german language file, thx to Nepstar
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-05-29 13:40:23 +02:00
Michael Kaufmann
e05369ffd9
Merge pull request #194 from Commifreak/master
...
Some FPM improvements
2014-05-25 13:09:50 +02:00
Robin Kluth
2376200a73
Whoops...
2014-05-25 12:05:17 +02:00
Robin Kluth
7e1e7851cc
Changed fpm-config var description...
...
* start_servers not used if ondemand, same with min and max_spare_servers
[http://www.php.net/manual/de/install.fpm.configuration.php#pm ]
2014-05-25 12:04:15 +02:00
Robin Kluth
7a8e345084
Removed unecessary 'start_servers' if pm = ondemand
...
http://www.php.net/manual/de/install.fpm.configuration.php#pm.start-servers
2014-05-25 12:01:16 +02:00
Robin Kluth
9b42200746
Changed fpm-config var description...
...
* start_servers not used if ondemand, same with min and max_spare_servers
[http://www.php.net/manual/de/install.fpm.configuration.php#pm ]
2014-05-25 11:55:14 +02:00
Michael Kaufmann (d00p)
e8e2731c6f
use reload-commands from settings also for wheezy :)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-05-24 09:13:33 +02:00
Michael Kaufmann (d00p)
4167451da6
Merge branch 'master' of github.com:Froxlor/Froxlor
2014-05-24 09:12:06 +02:00
Michael Kaufmann (d00p)
48f288789f
use reload-commands from settings
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-05-24 09:12:02 +02:00
Michael Kaufmann
0574a9733c
Merge pull request #192 from Commifreak/master
...
Minor fixes
2014-05-24 08:39:42 +02:00
Robin Kluth
67bee6d620
Added restart hint after PHP-FPM configuration
2014-05-23 23:06:40 +02:00
Robin Kluth
72dd7fb138
Fixing double question mark for german language
2014-05-23 23:04:42 +02:00
Robert Förster (Dessa)
92f9cf3621
bump phpmailer to 5.2.8
2014-05-23 12:24:02 +02:00
Robert Förster (Dessa)
aafea237f3
forgot to change the status of squeeze, bah.
2014-05-23 12:11:28 +02:00
Robert Förster (Dessa)
a130013c5d
some os deprecations
...
- SLE10 will be replaced by SLE11
- opensuse11 will be replaced by opensuse13 once i managed to clean up the configs from upstream
- ubuntu lucid will be replaced by ubuntu trusty once i get to it
2014-05-23 12:08:23 +02:00
Robert Förster (Dessa)
9a1b0e6ea8
update jquery to 1.11.1
2014-05-23 11:58:24 +02:00
Michael Kaufmann (d00p)
acbaedb44f
setting version to 0.9.32 for release
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-05-23 08:29:28 +02:00
Robert Förster (Dessa)
ab667d0bc8
forgot to sync the css
2014-05-20 20:05:45 +02:00
Robert Förster (Dessa)
73acfb5d7c
update js folder
...
- add images from jquery-ui to css folder, the stylesheet expects them being around even though we don't use them, adding them and not using them is better then editing the stylesheet and then forgetting about it again after every jquery-ui update, i suppose..
- fix html5shiv name, it was minified to begin with
- bump flot to 0.8.3, fix plugin name (no functional changes for us)
- bump tablesorter to 2.16.4 (likewise)
2014-05-20 19:50:57 +02:00
Michael Kaufmann
641c0a09e5
Merge pull request #191 from andre-luiz-dos-santos/patch-1
...
Small translation corrections
2014-05-20 07:26:33 +02:00
André Luiz dos Santos
e053a22f1b
More missing translations
2014-05-19 23:51:56 -03:00
André Luiz dos Santos
8d3046269b
Missing translation, small corrections
...
Two repeated vowels: AAtiva, Iinformações.
Translate message 'loginnameiswrong2'.
contem => contém
http://wp.clicrbs.com.br/sualingua/2009/05/18/tem-e-tem-contem-contem/
2014-05-19 23:37:24 -03:00
André Luiz dos Santos
14620d9b52
Small translation corrections
...
voce => você
http://michaelis.uol.com.br/moderno/ingles/index.php?lingua=portugues-ingles&palavra=voc%EA
dominio => domínio
http://michaelis.uol.com.br/moderno/ingles/index.php?lingua=portugues-ingles&palavra=dom%EDnio
2014-05-19 22:58:26 -03:00
Roman Schmerold (BNoiZe)
ca4dd8a75d
Remove comments from special vhost settings, fixes #1422
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-05-18 12:38:50 +02:00
Michael Kaufmann (d00p)
41f971a4d5
also, fight stupidity in development, my bad :P
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-05-18 11:20:22 +02:00
Michael Kaufmann (d00p)
3c8bf348d1
fight stupidity - teach your customers not to use password == username
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-05-18 11:16:35 +02:00
Michael Kaufmann (d00p)
6e4ff4705b
just because people are stupid...really, there are people doing this - thanks for a wonderful afternoon fighting spam
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-05-17 19:10:28 +02:00
Michael Kaufmann (d00p)
d73b069944
delete connections between domain and ip's after deleting a customer completely
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-05-15 14:18:39 +02:00
Michael Kaufmann (d00p)
9c500f290e
when cleaning strings, actually return them after that or it's senseless
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-05-15 08:20:52 +02:00
Michael Kaufmann
f82fe620dd
Merge pull request #188 from junkpad92/master
...
Improved translations for customer section (mainly)
2014-05-14 08:24:22 +02:00
junkpad92
de89610011
Improved translations for customer section
2014-05-13 23:37:02 +02:00
Roman Schmerold (BNoiZe)
c15fb4043b
Removed unneeded height setting on checkboxes
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-05-07 13:59:53 +02:00
Roman Schmerold (BNoiZe)
7f5c74b502
Forgot to add the two new values together. D'Oh
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-05-07 09:46:23 +02:00
Roman Schmerold
0d1fc17db9
Changed regex to match new logformat, fixes #1398
...
Signed-off-by: Roman Schmerold <bnoize@froxlor.org >
2014-05-07 09:34:34 +02:00
Michael Kaufmann (d00p)
32ff9840b8
Merge branch 'junkpad92-master'
2014-05-07 09:13:51 +02:00
Michael Kaufmann (d00p)
07e5385fa2
merging pull-request #187 , set log format for dovecot in froxlor config and updated German translations
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-05-07 09:13:44 +02:00
Michael Kaufmann (d00p)
fb3d0269a1
when redirecting to an uri, don't use a trailing slash in order for the redirect to be correct, fixes #1411
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-05-02 08:49:27 +02:00
Michael Kaufmann (d00p)
fceffc05e7
fix double line-break in ticket-message, fixes #1413
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-05-02 08:34:14 +02:00
Florian Aders (EleRas)
4a3043e113
Ignore an empty adminid (should fix user-errorreport)
2014-05-02 08:10:53 +02:00
Michael Kaufmann
aa90a4aec8
Merge pull request #183 from hildende/master
...
Added support for new/longer TLDs (up to 63 characters allowed)
2014-05-01 10:47:19 +02:00
Roman Schmerold
2f9744fe9d
Merge pull request #184 from junkpad92/patch-1
...
Update german.lng.php, fixes #1406
2014-04-28 21:12:50 +02:00
junkpad92
8fe3945c4c
Update german.lng.php
...
Removed double spaces.
2014-04-28 20:50:59 +02:00
junkpad92
db00ef83c0
Update german.lng.php
2014-04-28 20:29:39 +02:00
Dennis Hildenbrand
40fd5cd41e
added support for new TLDs that are longer than 6 characters like .photography
2014-04-28 19:51:33 +02:00
Michael Kaufmann (d00p)
4dc774c11c
also, add french to the available language-files for install-process
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-04-28 17:22:46 +02:00
Michael Kaufmann (d00p)
f48d97e132
add french language file for installation-process, thx to hurl for translating; fixes #1415
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-04-28 14:06:10 +02:00
Michael Kaufmann (d00p)
b341228dd9
fix invalid sql in very old update-procedure (happens when you update from 0.9.7-svn1 to 0.9.7-svn2)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-04-27 09:23:36 +02:00
Michael Kaufmann (d00p)
813a534b41
fix missing user-array for output in ticket-overview, fixes #1412
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-04-26 08:32:17 +02:00
Michael Kaufmann (d00p)
086cd21cea
Merge branch 'master' of github.com:Froxlor/Froxlor
2014-04-14 14:35:59 +02:00
Michael Kaufmann (d00p)
69ec85ef19
fix setting of passwords in case mysql-access-hosts list gets changed, fixes #1407
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-04-14 14:35:12 +02:00
Roman Schmerold (BNoiZe)
0336f7ccf8
Merge branch 'master' of github.com:Froxlor/Froxlor
2014-04-14 09:49:37 +02:00
Roman Schmerold (BNoiZe)
4994a90be9
Removing old languages from database, pushing version to 0.9.32-rc3
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-04-14 09:48:39 +02:00
Michael Kaufmann (d00p)
d73e5f8dc7
fix prepending of domain-name to domain.documentroot if admin has 'edit-server-settings == false' when adding a new domain
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-04-12 09:37:51 +02:00
Michael Kaufmann (d00p)
3d44d381bc
correct permissions after creating cron.d-file
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-04-07 09:55:04 +02:00
Roman Schmerold (BNoiZe)
39dd832c84
Removed languages with more than 20% missing
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-03-28 15:33:34 +01:00
Michael Kaufmann
1ae58837db
Merge pull request #182 from mainboarder/patch-1
...
Update cron_usage.inc.diskspace.php
2014-03-23 18:37:49 +01:00
mainboarder
739c279526
Update cron_usage.inc.diskspace.php
...
Line 176 another $resul(t)2_data typo
2014-03-23 13:04:53 +01:00
Roman Schmerold (BNoiZe)
8b7dc057e1
Removed linebreak after checkboxes, fixes #1397
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-03-19 13:16:16 +01:00
Michael Kaufmann (d00p)
9c87792c63
keep known_filenames as it results in no zone-file being generated (d'oh); also use all available ip's for the froxlor-hostname config, thx a lot to vali for testing, really fixes #1090 this time
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-03-11 11:07:14 +01:00
Michael Kaufmann (d00p)
31fa23a388
create a dns-config for the froxlor-hostname, fixes #1090
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-03-11 10:18:23 +01:00
Michael Kaufmann (d00p)
08ce6be3ff
fix 'field does not have a default value' error reported via email
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-03-05 08:11:56 +01:00
Michael Kaufmann (d00p)
2d68216699
remove old and unused setting from install-sql-file
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-03-05 08:00:04 +01:00
Michael Kaufmann (d00p)
0002056e51
fix wrong variable name which causes wrong theme to be stored for new customers, fixes #1392
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-03-05 07:59:32 +01:00
Michael Kaufmann (d00p)
4636409724
Merge branch 'master' of github.com:Froxlor/Froxlor
2014-03-04 10:57:30 +01:00
Michael Kaufmann (d00p)
3b7fa93e72
set lastguid to system-lastguid in case there are no customers yet, thx to Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-03-04 10:57:16 +01:00
Roman Schmerold (BNoiZe)
d10a2764af
Improving display of new ticket icon
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-03-01 16:21:13 +01:00
Florian Aders (EleRas)
718a313673
Added new (debian) way for dovecot - IMAP - traffic-report, thx devil65
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2014-02-26 08:44:23 +01:00
Michael Kaufmann (d00p)
d00cdec296
added cronjob-auto-update-feature (beware and READ), fixes #1342 ; remove old backup-ftp-users on update, fixes #1381
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-25 07:48:46 +01:00
Michael Kaufmann (d00p)
e650be3814
fix quota on freebsd, thanks to skotti's patch. fixes #1377
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-21 08:04:26 +01:00
Michael Kaufmann (d00p)
c59fe0e4ad
fix wrong variable
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-20 11:18:46 +01:00
Roman Schmerold (BNoiZe)
b191b67f21
Removed translations of the unlimited char
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-02-20 10:46:52 +01:00
Roman Schmerold (BNoiZe)
9c09cb874e
Updated jQuery-UI to latest version
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-02-20 10:42:46 +01:00
Florian Aders (EleRas)
b661547817
Correcting PDO - Constant, fixes #1382
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2014-02-20 08:29:26 +01:00
Michael Kaufmann (d00p)
2d7ca2a7db
fix Call to undefined method when updating mysql-access-hosts-setting
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-19 16:13:50 +01:00
Michael Kaufmann (d00p)
d6fdf887ce
don't add session-id to external redirects, thx to Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-19 11:08:43 +01:00
Michael Kaufmann (d00p)
4f4689c4e9
also check for php.configs that are set as default on deletion; emphasize default config in overview
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-18 17:13:25 +01:00
Michael Kaufmann (d00p)
8ff2c930ee
show and check whether a php-config is used by the system-hostname
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-18 17:01:02 +01:00
Michael Kaufmann (d00p)
bad1183f42
set correct default php-ini for own-vhost, thx Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-14 14:08:58 +01:00
Michael Kaufmann (d00p)
20d54d5a04
put cron.d-generation task directly to froxlor.sql as there might be no userdata.inc.php after the installation (only in /tmp or plaintext for copy'n'paste) so the database action fails
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-14 11:18:02 +01:00
Michael Kaufmann (d00p)
938bb429d8
insert task to generate cron.d file after installation
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-14 11:03:08 +01:00
Michael Kaufmann (d00p)
57a9f3747b
fix incorrect description text of ip/port add/edit, thx to Sephi and Thomas
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-13 12:06:07 +01:00
Roman Schmerold (BNoiZe)
8d601a065e
Removed unused stuff from jQuery-UI
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-02-12 10:33:22 +01:00
Roman Schmerold (BNoiZe)
125b648af7
Made the headers in froxlor theme a little more pleasent to view
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-02-12 10:01:52 +01:00
Roman Schmerold (BNoiZe)
97154d2065
Fixed dashboard table header in Froxlor theme
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-02-12 09:50:39 +01:00
Florian Aders (EleRas)
b4b80dd0cf
Add integritycheck for ssl_redirect where parentdomains have no SSL (leftovers from a bug recently fixed by d00p)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2014-02-11 19:17:25 +01:00
Michael Kaufmann (d00p)
cdd1f0bb65
fix sql-error in new code from previous commit
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-11 18:20:43 +01:00
Florian Aders (EleRas)
e3e4dba90d
Added manuel integritycheck for admins
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2014-02-11 16:40:53 +01:00
Michael Kaufmann (d00p)
b726a8528b
when ssl-ip/port is being removed from a main-domain, set ssl_redirect to 0 as it cannot be changed with no ssl-ip/port afterwards
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-11 15:39:24 +01:00
Roman Schmerold (BNoiZe)
b5a3567238
D'oh, forgot to redo the customer dashboard
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-02-08 17:47:43 +01:00
Roman Schmerold (BNoiZe)
dff26e68b9
Improving the dashboard styling, fixed missing border-radius
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-02-08 17:41:10 +01:00
Florian Aders (EleRas)
d7c94726fd
Add a basic integritychecker after every update
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2014-02-07 18:25:35 +01:00
Roman Schmerold (BNoiZe)
0aeadb37af
Fixed missing linebreak on lists of ip addresses
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-02-07 17:21:47 +01:00
Michael Kaufmann (d00p)
ec7d006069
forgot the 'TABLE' in the query
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-07 16:48:50 +01:00
Michael Kaufmann (d00p)
a1aa87940b
fix non-default value of data-field in tasks-table (thx to an error-report), set version to 0.9.32-rc1 for upcoming release candidate
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-07 15:49:40 +01:00
Michael Kaufmann (d00p)
031a80cd88
remove formtoken from the query as it is unused, fixes #1378
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-02-07 15:43:17 +01:00
Roman Schmerold (BNoiZe)
3f7819f6bb
Optimized the Dashboard CSS/HTML
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-02-06 07:33:57 +01:00
Michael Kaufmann (d00p)
c5cb91a882
add comment to cron.d-template; fix linker class to void double-slash after redirectTo, fixes #1372
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-30 11:42:16 +01:00
Michael Kaufmann (d00p)
658a9288f1
read allowed max-file-size from php.ini in webftp script, fixes #1370
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-29 11:41:22 +01:00
Roman Schmerold (BNoiZe)
b050e3dcd4
Fixing display of mailquota in dashboard, fixes #1369
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-28 21:13:18 +01:00
Roman Schmerold (BNoiZe)
9dd63fd1e1
Fixed a missing icon
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-27 23:28:57 +01:00
Roman Schmerold (BNoiZe)
b5d56f9992
Fixed problems with merging oneline blocks, fixes #1360
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-27 20:26:45 +01:00
Roman Schmerold (BNoiZe)
c69a05efa5
Redesigned tables to use less CSS
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-27 19:57:03 +01:00
Michael Kaufmann (d00p)
ff06513115
and another variable typo, fixes #1364
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-27 17:41:27 +01:00
Michael Kaufmann (d00p)
65bab15c7f
add missing quota-modules to freebsd's proftpd config-template, fixes #1361
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-27 10:56:54 +01:00
Michael Kaufmann (d00p)
fe5922c0a0
code beautification and variable-name-fix
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-26 20:53:31 +01:00
Roman Schmerold (BNoiZe)
5991c5de30
Finally really fixing dropdowns
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-24 18:34:51 +01:00
Roman Schmerold (BNoiZe)
c107652e9a
fixing tables and dropdowns in froxlor theme
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-24 17:48:30 +01:00
Roman Schmerold (BNoiZe)
397c6e9c50
Various design fixes
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-24 15:14:57 +01:00
Michael Kaufmann (d00p)
d2a51b4bca
enhance error-display on missing php-extension in webftp.php - thx to boonkerz
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-23 14:10:42 +01:00
Michael Kaufmann (d00p)
019da862dd
use the same cron.d-name as in the config-template as the 'default' cronjob is not needed after the first generation of the new one; generate different lockfiles for the different jobs to avoid unnecessary conflicts
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-23 13:59:09 +01:00
Michael Kaufmann (d00p)
6d1899d72e
fix typo
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-23 13:25:03 +01:00
Michael Kaufmann (d00p)
abcdfb03d9
add cron-daemon reload command in order for new cron.d file to be applied, fixes #858
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-23 13:22:11 +01:00
Michael Kaufmann (d00p)
d66e375d8a
remove connections domain<->ip when removing subdomains as customer
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-22 10:02:17 +01:00
Michael Kaufmann (d00p)
2a72ae073a
fix wrong 'You cannot set less resources of X than this user already used' message when editing admins/reseller, fixes #1359
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-22 08:18:06 +01:00
Florian Aders (EleRas)
d4e856d437
Fixing permissions a better way, thx crazy4chrissi, fixes #532
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2014-01-18 14:22:45 +01:00
Michael Kaufmann (d00p)
b7cf58e167
fix errormessage-format when used more than once, fixes #1356
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-18 07:41:56 +01:00
Michael Kaufmann (d00p)
00a0a4337e
fix nginx configs-generation when setting is 'one file', thx to pcdummy
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-17 11:12:37 +01:00
Michael Kaufmann (d00p)
52536e0e45
fix unwanted NULL value when logging a cleaned string, thx to an error-reporter
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-16 18:46:34 +01:00
Michael Kaufmann (d00p)
7d8da2c399
month starts at 1 not 0
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-14 10:25:31 +01:00
Michael Kaufmann (d00p)
f96a38f8d6
fix cron.d ... again
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-14 09:55:04 +01:00
Michael Kaufmann (d00p)
1448796fa7
traffic runs daily
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-14 09:38:26 +01:00
Michael Kaufmann (d00p)
5065f5e7e4
fix cron.d-timing
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-14 09:31:25 +01:00
Michael Kaufmann (d00p)
f4e2449822
add missing panel-text for task #8 and #99
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-14 07:35:14 +01:00
Michael Kaufmann (d00p)
4e095aaeb4
d'oh
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-13 17:33:51 +01:00
Michael Kaufmann (d00p)
84eb3c64fd
fix variables etc.
2014-01-13 17:03:35 +01:00
Michael Kaufmann (d00p)
e671d01ff2
ugh, what happened there?
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-13 13:44:16 +01:00
Michael Kaufmann (d00p)
17255de669
bugfix new cron.d-file generation and don't overwrite our master, refs #858
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-13 13:42:02 +01:00
Michael Kaufmann (d00p)
4be52f76eb
introducing new way of controling the cronjobs by creating a cron.d-file
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-13 08:55:39 +01:00
Roman Schmerold (BNoiZe)
c5efe9fd7f
Fixed a bug which made the function always return false, fixes #1348
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-08 16:07:13 +01:00
Roman Schmerold (BNoiZe)
7101655ed7
Cleaning up unnessesary js code, removing inline js
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-07 13:39:29 +01:00
Roman Schmerold (BNoiZe)
7fc3ac587a
Redirect to last URL after relogin when session timed out, fixes #443
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-05 22:35:26 +01:00
Roman Schmerold (BNoiZe)
fdc29ee8c2
Adding icon for touch devices
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-05 19:52:24 +01:00
Roman Schmerold (BNoiZe)
ba9d185eb4
Improving favicon
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-05 19:33:27 +01:00
Roman Schmerold (BNoiZe)
ec69af7938
Added a reset button to searchfields, improved js code
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-05 19:16:56 +01:00
Roman Schmerold (BNoiZe)
39b1980509
Only use header css if webfont is enabled, fixes navigation padding
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-05 18:41:48 +01:00
Roman Schmerold (BNoiZe)
d6d40c8e12
Fixed wrong path to IE stylesheet
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-05 18:18:21 +01:00
Roman Schmerold (BNoiZe)
d9a5f052a1
Fixed mailparser ignoring last day of year
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-05 18:16:55 +01:00
Roman Schmerold (BNoiZe)
d5df53bb60
Handle traffic which may be from last year
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-05 17:26:42 +01:00
Roman Schmerold (BNoiZe)
c288d31762
Fixed usage of wrong fallback fonts if webfonts are enabled
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-05 17:18:33 +01:00
Roman Schmerold (BNoiZe)
11adf4b196
Fixed webfonts not used if enabled
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-05 17:12:44 +01:00
Roman Schmerold (BNoiZe)
30add37bd6
Fixed a missing comma (thx Johannes Gilges)
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-05 08:04:04 +01:00
Roman Schmerold
666bc5b036
Merge pull request #179 from 23networks/master
...
Override fontcolor to obtain readability
2014-01-04 10:57:48 -08:00
Johannes Matheis
f320daa93c
make color of input fields consistent to body color
2014-01-04 16:24:02 +00:00
Florian Aders (EleRas)
e20b083f0b
Fix date - regex for mail-log - parser
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2014-01-04 15:43:02 +01:00
Johannes Matheis
2bbfd47ac2
set some more fg colors to obtain readability
2014-01-03 17:14:06 +00:00
Johannes Matheis
d596eb754a
override fg color to obtain readability
2014-01-03 17:00:42 +00:00
Florian Aders (EleRas)
ba3d342e2b
Fixing executing perl-scripts with apache 2.4 and prevent users to access other users docroot, fixes #532
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2014-01-03 11:12:33 +01:00
Michael Kaufmann (d00p)
f252f134b2
fix missing space between action and username
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-03 10:56:59 +01:00
Florian Aders (EleRas)
63d5547d1e
Fixed typo in updater
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2014-01-03 08:22:40 +01:00
Roman Schmerold (BNoiZe)
0c2aa8de45
Add description field to FTP accounts, fixes #1340
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-01-02 22:45:30 +01:00
Michael Kaufmann (d00p)
15515f2840
fix typo in variable name, thx to SaneG
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-01-02 20:43:17 +01:00
Florian Aders (EleRas)
2d1fd0c8c5
Delete old froxlor-theme and automatically move users to CSS - version of theme
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2014-01-01 13:11:27 +01:00
Florian Aders (EleRas)
93d60e4305
Only show description for theme variants, not base-theme - name
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-31 10:15:31 +01:00
Florian Aders (EleRas)
e98792a6af
froxlor.css: move menuitems closer together
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-30 19:27:50 +01:00
Florian Aders (EleRas)
7f1b696edd
Removed double tinyform in change language/password/theme
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-30 19:25:46 +01:00
Florian Aders (EleRas)
25649c2aa9
froxlor.css: fixed formatting of formfields
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-30 18:34:12 +01:00
Florian Aders (EleRas)
a2f7025940
froxlor.css: fixed corners of add/edit forms
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-30 18:30:02 +01:00
Florian Aders (EleRas)
3e5e4790bf
froxlor.css: fixed dashboard - corners
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-30 18:25:14 +01:00
Florian Aders (EleRas)
41263ab031
froxlor.css: display menu and content on the same height
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-30 18:17:55 +01:00
Florian Aders (EleRas)
e006a69535
Removed a lot of stuff from froxlor.css, load sparkle and modify needed elements for easier maintainabiity
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-30 18:00:02 +01:00
Florian Aders (EleRas)
41b7724d7e
Fixed edge-bug in table for froxlor.css
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-30 17:22:22 +01:00
Michael Kaufmann (d00p)
db5a80a7e1
fix version-check to display output text again if a newer version is available
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-30 17:14:26 +01:00
Florian Aders (EleRas)
ffac6e38dc
Move the froxlor - theme further to css, nearly done
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-30 17:06:36 +01:00
Michael Kaufmann (d00p)
e97e377723
fix query when admin/reseller has ips != unlimited, fixes #1345
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-30 15:00:36 +01:00
Florian Aders (EleRas)
18547929ca
Fixed typo in aliasdomain - SQL, thx rubber
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-30 08:20:58 +01:00
Florian Aders (EleRas)
813c76d55b
Added Froxlor - theme based on sparkle in css
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-29 19:26:10 +01:00
Roman Schmerold (BNoiZe)
3621effb36
Fixed a bug where action links where highlighted even if they weren't active
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-29 19:16:22 +01:00
Florian Aders (EleRas)
3d8fa8e7ea
Add theme - config for Froxlor until this theme is moved to css-only
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-29 17:43:10 +01:00
Florian Aders (EleRas)
b4a345d182
Allow themes to have various variants
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-29 17:35:03 +01:00
Roman Schmerold (BNoiZe)
675e93b99a
Added resize plugin to flot, removed inline css
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-29 16:39:47 +01:00
Roman Schmerold (BNoiZe)
34b4aaa828
Fixed https not used in passwort reset links, fixes #1344
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-29 15:24:42 +01:00
Roman Schmerold (BNoiZe)
5b7fe8cf88
Fixed encoding with new database class, fixes #1343
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-29 15:11:18 +01:00
Michael Kaufmann (d00p)
0fb0d3b2db
Merge remote-tracking branch 'origin/0.9.31.2'
2013-12-27 16:46:33 +01:00
Michael Kaufmann (d00p)
01d825fc2a
set version to 0.9.31.2 for bugfix release
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-27 16:20:11 +01:00
Michael Kaufmann (d00p)
9d5d60fa88
bugfix squeeze dovecot.conf and correct wheezy dovecot-15-lda.conf, fixes #1334
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-27 16:18:51 +01:00
Roman Schmerold (BNoiZe)
f3b61ce87c
Removed unused plugins, added axis labels
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-27 15:00:38 +01:00
Roman Schmerold (BNoiZe)
5cb0256a58
Improvements to traffic graphs
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-27 14:13:38 +01:00
Roman Schmerold (BNoiZe)
1539ad1344
Fixed a bug which prevented mailtraffic from being written to database
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-27 12:32:12 +01:00
Michael Kaufmann (d00p)
b2ab5629e8
fix 'Invalid parameter number' error, thx to an anonymous report
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-26 13:34:03 +01:00
Roman Schmerold (BNoiZe)
166d75454e
Minor interface tweaks, removed unused css
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-24 23:06:29 +01:00
Michael Kaufmann (d00p)
0c9d62977c
Merge remote-tracking branch 'origin/0.9.31.2'
2013-12-24 15:41:33 +01:00
Michael Kaufmann (d00p)
d34515b9e0
also add curl check to master-branch, dunno why this was not merged automatically, git is teh shit
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-24 15:35:47 +01:00
Michael Kaufmann (d00p)
da371fa560
Merge remote-tracking branch 'origin/0.9.31.2' and fix install-SQL file
2013-12-24 15:29:57 +01:00
Michael Kaufmann (d00p)
44ae470d7e
add check for optional php-curl extension
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-24 14:43:47 +01:00
Michael Kaufmann (d00p)
2dc0bf2104
use better german
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-24 14:36:11 +01:00
Michael Kaufmann (d00p)
3b9727942a
we need php-5.3 not 5.2 - check is correct but text was not
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-24 14:34:27 +01:00
Michael Kaufmann (d00p)
cffd16a6a1
re-do all the fixes (git screwed up branches, i don't know, this is a clean one now)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-24 10:13:11 +01:00
Michael Kaufmann (d00p)
9fca6a7953
don't rely on Database-functions for getting sql/sql_root data in error-reporting
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-24 09:48:57 +01:00
Michael Kaufmann (d00p)
1ec41d0f77
when adding subdomains as customer, respect the wwwserveralias and iswildcarddomain setting of the parent domain, also when editing a subdomain as customer, pre-set the values that were entered before
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-23 20:46:10 +01:00
Michael Kaufmann (d00p)
0031e19c70
damn automatic merge...stupid thing
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-22 19:24:40 +01:00
Michael Kaufmann (d00p)
99c0bda7f2
Merge remote-tracking branch 'origin/0.9.31.1'
2013-12-22 19:21:34 +01:00
Michael Kaufmann (d00p)
d831d06da9
don't show 'nice' error if no is specified and disguise passwords of sql-accounts, fixes #1336
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-22 18:14:55 +01:00
Roman Schmerold (BNoiZe)
429f748ad8
Fixing mailtraffic cron, fixes traffic graph sorting
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-22 10:57:56 +01:00
Roman Schmerold (BNoiZe)
82f3d8d18c
Fixes various traffic graph issues
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-20 23:56:48 +01:00
Roman Schmerold (BNoiZe)
308cc0cfb9
Fixed a bug which prevented mailtraffic from being shown
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-20 23:36:09 +01:00
Roman Schmerold (BNoiZe)
9acaa94895
Fixed mailtraffic not using lastrun time
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-20 23:19:50 +01:00
Roman Schmerold (BNoiZe)
a92cdb2926
Added cron for mailtraffic (with EleRas), fixes #69
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-20 23:12:47 +01:00
Roman Schmerold (BNoiZe)
7969edf1b4
Added title-tags to buttons, fixes 1328
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-20 19:14:24 +01:00
Roman Schmerold (BNoiZe)
7af7842fe9
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-12-20 18:28:44 +01:00
Roman Schmerold (BNoiZe)
70dc53db6e
Fixed missing template vars
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-20 18:28:36 +01:00
Michael Kaufmann (d00p)
05dad04384
add 0.9.31.1 to updater of 0.9.32-dev
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-19 18:30:00 +01:00
Michael Kaufmann (d00p)
261d6e7d76
backport bugfixes from current master
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-19 18:05:40 +01:00
Michael Kaufmann
119eb5a4b8
Merge pull request #178 from RipClaw2971/sql_fix
...
SQL fix in install/froxlor.sql
2013-12-19 08:47:47 -08:00
Andreas Grundler
18d93fb07d
SQL Fix
2013-12-19 17:26:04 +01:00
Michael Kaufmann (d00p)
984624bdc4
fix initial value of function parameter as it leads to the first condition to be always true, fixes #1330
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-19 12:35:07 +01:00
Michael Kaufmann (d00p)
d1211bdb1a
make cronjob category stuff php-5.3 compatible, damn i'm way ahead the current stable versions of php :P
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-19 12:17:56 +01:00
Florian Aders (EleRas)
996f53786f
Fixed bug in webftp regarding email as ftp-login, fixes #1252
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-19 08:29:22 +01:00
Michael Kaufmann (d00p)
0fee9a3480
complete migration to new Settings class, fixes #1325
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-19 07:56:58 +01:00
Michael Kaufmann (d00p)
ec59d3a8e8
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-12-19 07:55:48 +01:00
Roman Schmerold (BNoiZe)
c7d00d4d11
Switched traffic charts from jqPlot to flot
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-18 18:30:57 +01:00
Michael Kaufmann (d00p)
7267c2dec9
Merge remote-tracking branch 'origin/0.9.31'
2013-12-18 09:58:38 +01:00
Michael Kaufmann (d00p)
23a1a55bf2
set version to 0.9.31 for upcoming release
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-18 09:40:48 +01:00
Michael Kaufmann (d00p)
7a5be5456d
categorize cronjob on cronjob-overview
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-17 09:59:11 +01:00
Michael Kaufmann (d00p)
6902868e58
Merge remote-tracking branch 'origin/0.9.31'
2013-12-17 07:57:58 +01:00
Michael Kaufmann (d00p)
7256d4ff91
fix possible xss-target
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-17 07:57:38 +01:00
Michael Kaufmann (d00p)
bdf03486d2
set better defaults (sites-enabled/* is included in apache by default on most systems)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-16 18:33:57 +01:00
Michael Kaufmann (d00p)
baac572666
fix missing ::Get when using new Settings-class
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-16 13:37:28 +01:00
Michael Kaufmann (d00p)
6a8cd15456
Merge remote-tracking branch 'origin/0.9.31'
2013-12-16 13:37:01 +01:00
Michael Kaufmann (d00p)
41d33ae538
use correct quoting-character in sql-query
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-16 13:34:08 +01:00
Michael Kaufmann (d00p)
5be5787afd
fix wrong Database method-usage when toggling catchall for e-mail address
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-16 13:28:03 +01:00
Michael Kaufmann (d00p)
8ad3c79589
add actually a www-alias if set, fixes #1326
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-16 12:26:10 +01:00
Roman Schmerold (BNoiZe)
dc886c9fc5
added tooltips to webspace/traffic bars
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-16 11:47:25 +01:00
Michael Kaufmann (d00p)
7c0ab217ee
Merge remote-tracking branch 'origin/0.9.31'
2013-12-16 11:34:25 +01:00
Michael Kaufmann (d00p)
28fbd2487e
backport important changes of makePathfield for 0.9.31
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-16 11:33:13 +01:00
Michael Kaufmann (d00p)
6ed02e593c
display phperror below fixed header in sparkle theme; fix wrong parameter-list and ignorance of in makePathfield
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-16 11:32:25 +01:00
Michael Kaufmann (d00p)
37a242a679
migrate webftp stuff to new settings-class, refs #1325
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-16 11:03:09 +01:00
Michael Kaufmann (d00p)
164b40fef3
fix wrong language-string in settings/180.dkim.php, implemented Settings::Add() for updates later (much better than a manual query etc.), added new php-errorhandler so we can display php errors/warnings/notices (whatever is activated) in a nicer way
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-16 10:43:38 +01:00
Roman Schmerold (BNoiZe)
cd3554eecf
migrated the themes to use the nice Settings-class
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-16 10:25:25 +01:00
Michael Kaufmann (d00p)
14311eb8b0
Merge remote-tracking branch 'origin/0.9.31'
2013-12-15 19:45:27 +01:00
Michael Kaufmann (d00p)
f12428f80d
don't rely on defined settings, just read in what's in the database, refs #1325
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-15 19:43:15 +01:00
Michael Kaufmann (d00p)
2f707974e2
fix missing variable in logger, tmp-fix dkim settings
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-15 16:46:15 +01:00
Michael Kaufmann (d00p)
1af06b2413
fix typo, refs #1325
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-15 16:26:47 +01:00
Roman Schmerold (BNoiZe)
121669ee69
migrating more files to new Settings-class makes me dance, refs #1325
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-15 15:51:25 +01:00
Michael Kaufmann (d00p)
e7c53e4abb
some more migrating to new settings class, refs #1325
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-15 15:37:07 +01:00
Michael Kaufmann (d00p)
352749c798
cant stop migrating to new Settings class, refs #1325
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-15 15:21:30 +01:00
Roman Schmerold (BNoiZe)
1e87fb8d94
removed whitespace and german strings
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-15 14:55:27 +01:00
Michael Kaufmann (d00p)
7f565c305c
migrate more stuff to new Settings class, refs #1325
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-15 14:38:53 +01:00
Roman Schmerold (BNoiZe)
bcf187761c
still implementing the new Settings-class, refs #1325
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-15 14:35:07 +01:00
Roman Schmerold (BNoiZe)
fd0a2bea2f
tweaking the traffic-graphs
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-15 14:21:23 +01:00
Roman Schmerold (BNoiZe)
528082b49f
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-12-15 13:16:08 +01:00
Roman Schmerold (BNoiZe)
d5e0484de3
even moar implementations of new Settings-class, refs #1325
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-15 13:15:34 +01:00
Michael Kaufmann (d00p)
52aaedd33a
migrated a few functions to new Settings class and removed unused function createAWStatsVhost(), refs #1325
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-15 13:05:19 +01:00
Michael Kaufmann (d00p)
558108008a
more implementing of new Settings class, refs #1325
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-15 12:40:24 +01:00
Roman Schmerold (BNoiZe)
eb33493c79
implemented new Setting-class, refs #1325
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-15 12:24:32 +01:00
Michael Kaufmann (d00p)
276d6b30d1
first few implementations of new Setting-class, refs #1325
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-15 11:47:23 +01:00
Michael Kaufmann (d00p)
4667ccbe43
Merge remote-tracking branch 'origin/0.9.31'
2013-12-15 11:40:22 +01:00
Michael Kaufmann (d00p)
b8f963cd29
fix pagination and sorting in customer-tickets, refs #701
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-15 10:48:54 +01:00
Michael Kaufmann (d00p)
b18afacedb
Merge remote-tracking branch 'origin/0.9.31'
2013-12-15 08:41:29 +01:00
Roman Schmerold (BNoiZe)
e4142571d7
removed duplicate of overview page (settings)
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-14 19:09:45 +01:00
Roman Schmerold (BNoiZe)
40dbf85f77
added a.active class to the template css
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-14 18:07:15 +01:00
Roman Schmerold (BNoiZe)
491ac02c0d
added 'active' to class in navigation when link is active
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-14 16:30:08 +01:00
Michael Kaufmann (d00p)
eb7d7d7316
Merge remote-tracking branch 'origin/0.9.31'
2013-12-14 15:44:34 +01:00
Michael Kaufmann (d00p)
7688f83134
beautify loadConfigArrayDir(); fix pagination and sorting in admin-tickets, fixes #701
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-14 15:43:51 +01:00
Roman Schmerold (BNoiZe)
36b6b6b857
Added logging of faulty login attempts, fixes #1321
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-14 10:28:33 +01:00
Michael Kaufmann (d00p)
296b8b36ab
Merge remote-tracking branch 'origin/0.9.31'
2013-12-13 21:33:24 +01:00
Michael Kaufmann (d00p)
83b615bc37
why easy if you could do it the hard way? :P
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-13 08:14:01 +01:00
Michael Kaufmann (d00p)
682defcbcf
fix tiny sql-query error when using APS and correct DbManager-replacers
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-13 08:07:52 +01:00
Michael Kaufmann (d00p)
810399d337
Merge remote-tracking branch 'origin/0.9.31'
2013-12-13 07:15:43 +01:00
Michael Kaufmann (d00p)
26b57e2d4d
fix sql-query (thx to anonymous report) in admin-customers; fix german language-string (thx to dnano91)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-13 07:15:13 +01:00
Roman Schmerold (BNoiZe)
fcaa2f8aa9
fixed translation of 'traffic' for german
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-12 23:07:18 +01:00
Michael Kaufmann (d00p)
06cff22caa
allow custom sendmail_path value in php.ini when using php-fpm, fixes #1323
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-12 14:27:24 +01:00
Michael Kaufmann (d00p)
aa7d1d3f48
show customer name and loginname in ticket-archive if customer-exists
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-12 13:39:18 +01:00
Michael Kaufmann (d00p)
18933ad118
Merge remote-tracking branch 'origin/0.9.31'
2013-12-12 11:38:32 +01:00
Michael Kaufmann (d00p)
8516cbb64d
don't show 'there is a newer version of froxlor available' if a customzied (unknown) version is being checked
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-12 11:20:19 +01:00
Michael Kaufmann (d00p)
73f5547a5e
add php-config for froxlor-vhost and set it as default for froxlor's vhost when fcgid/fpm is used (and the current default is set, custom settings won't be overwritten)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-12 10:44:32 +01:00
Michael Kaufmann (d00p)
0e6da344ba
don't use -b for 'du' command as FreeBSD does not know it, fixes #1320
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-12 09:09:57 +01:00
Michael Kaufmann (d00p)
ce28cb1f0e
Merge remote-tracking branch 'origin/0.9.31'
2013-12-12 08:27:10 +01:00
Roman Schmerold (BNoiZe)
911de0727f
fixed search not calculating diskspace/traffic if no operator is used
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-11 17:11:49 +01:00
Michael Kaufmann (d00p)
e7678b8b6a
Merge remote-tracking branch 'origin/0.9.31'
2013-12-11 07:30:29 +01:00
Michael Kaufmann (d00p)
7eedf6e694
add logger to dbmanager, thx Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-10 08:18:27 +01:00
Michael Kaufmann (d00p)
7bf0299d33
Merge remote-tracking branch 'origin/0.9.31'
2013-12-10 07:23:42 +01:00
Michael Kaufmann (d00p)
3e54fd765c
darn, traffic_used is being calculated in the traffic cron, need to re-check what the heck is wrong there (if after all)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-09 18:49:45 +01:00
Michael Kaufmann (d00p)
220fb17824
add traffic-used when adding a customer; fix sql-error when removing a customer
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-09 18:16:47 +01:00
Michael Kaufmann (d00p)
be6c8462f0
use default lenght of 10 characters if no password-minimum is specified
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-09 18:04:47 +01:00
Michael Kaufmann (d00p)
8822067311
fix search for webspace and traffic related values, also, for integer fields (like diskspace) you can now use the following operators when searching: >, < and =; fixes #772
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-09 17:24:11 +01:00
Michael Kaufmann (d00p)
a5b1065195
generate spf-entry also for 'mail'-record when no mxservers are specified, fixes #1314
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-09 13:57:03 +01:00
Michael Kaufmann (d00p)
904f412495
set correct postmaster_address (using <SERVERNAME>-variable) for dovecot config-templates
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-09 11:52:09 +01:00
Michael Kaufmann (d00p)
2fa6c5cd97
generate more secure password suggestions and respect password-min-length setting
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-09 10:57:54 +01:00
Michael Kaufmann (d00p)
7bf4cc73b6
Merge remote-tracking branch 'origin/0.9.31'
2013-12-09 09:54:44 +01:00
Michael Kaufmann (d00p)
bafcf07300
adjust gitignore file to not stage error-logs
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-09 09:23:54 +01:00
Michael Kaufmann (d00p)
dc666e96b3
outsource monster-query to new WebserverBase class and adjust query which most likely fixes #1295
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-09 09:23:21 +01:00
Michael Kaufmann (d00p)
15bb78d447
remove some special characters from directory-names when validating, fixes #1231 and pull-request 73 partly
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-09 07:49:33 +01:00
Michael Kaufmann (d00p)
0771ccc9a6
Merge remote-tracking branch 'origin/0.9.31'
2013-12-08 22:00:51 +01:00
Michael Kaufmann (d00p)
3b0387901f
don't cast mysql-max to integer as for admins-usernames, it may be '' instead of 0
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-08 22:00:23 +01:00
BNoiZe
2b13ae3ad8
fixed a wrong array-index in installation language file
2013-12-08 15:40:07 +01:00
Michael Kaufmann (d00p)
2e9310daf1
set master-branch version to next dev-version, so people don't break their database too early
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-08 14:36:04 +01:00
Michael Kaufmann (d00p)
e7ce62c7ff
set version, please don't use this yet, if you're on git-version, switch to '0.9.31' branch
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-08 14:00:28 +01:00
Michael Kaufmann (d00p)
bf4c16b063
first work on permission-improvements by adding webserver-user to ftp-group of customer and therefore make it possible to chown the user-docroot to 750 keeping 'others' out, refs #532
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-08 11:13:43 +01:00
Michael Kaufmann (d00p)
0f80e66a01
Merge remote-tracking branch 'origin/0.9.31'
2013-12-08 10:22:21 +01:00
Michael Kaufmann (d00p)
dde6581f9c
create SuexecUserGroup-statement on apache/fpm if customer has perl enabled so perl-scripts run under the same username, fixes #1317
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-08 10:18:18 +01:00
Florian Aders
0c0c8c63a7
Merge pull request #176 from BNoiZe/master
...
Various improvements
2013-12-06 09:44:36 -08:00
BNoiZe
ecb9fe9d5c
Changed id to class
2013-12-06 18:39:55 +01:00
BNoiZe
56f8ca47dc
Updated config templates
2013-12-06 18:27:51 +01:00
BNoiZe
29bf2e473d
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-12-06 18:24:10 +01:00
Michael Kaufmann (d00p)
6a6c5db88d
forgot the update-status
2013-12-06 14:43:01 +01:00
Michael Kaufmann (d00p)
9f8a6a6f5e
set version everywhere so updater takes effect :P
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-06 14:40:59 +01:00
Michael Kaufmann (d00p)
2035739131
added setting to enable/disable news-feed on admin-dashboard
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-06 14:37:27 +01:00
Michael Kaufmann (d00p)
b762cce94d
custom user-agent also for simplexml_load_file-method of reading news-feed
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-06 10:31:22 +01:00
Michael Kaufmann (d00p)
a325eb921f
Merge remote-tracking branch 'origin/0.9.31'
2013-12-06 10:06:54 +01:00
Michael Kaufmann (d00p)
ce1608ab2c
set long-lasting url for news-feed (and switch to inside.froxlor.org, which will be used more often in the future to provide up-to-date content in froxlor) and prefer connection via cURL to pass a custom-useragent for possible version depended news later
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-06 09:44:57 +01:00
Michael Kaufmann (d00p)
14074d066c
fix wiki urls in language files, thx to lando
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-06 07:56:54 +01:00
Michael Kaufmann (d00p)
7b1b2ce9d7
Merge remote-tracking branch 'origin/0.9.31'
2013-12-05 14:57:07 +01:00
Michael Kaufmann (d00p)
49b2cf68e9
return the generated user-/databasename after adding the database because it's needed
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-05 14:56:36 +01:00
Michael Kaufmann (d00p)
bc1b64a688
Merge remote-tracking branch 'origin/0.9.31'
2013-12-05 14:37:00 +01:00
Michael Kaufmann (d00p)
c3336b7d0f
fix correctMysqlUsers() function for new pdo-class, also created new wrapper for dbms-specific queries to possibly give the freedom to use anything else but MySQL (no promises so far)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-05 13:55:01 +01:00
Michael Kaufmann (d00p)
3064477066
remove more aps/autoresponder/backup stuff
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-05 12:17:47 +01:00
Michael Kaufmann (d00p)
93d1e1f24d
Merge remote-tracking branch 'origin/0.9.31'
2013-12-05 12:00:54 +01:00
Michael Kaufmann (d00p)
ab4f589816
add new template-variables (SERVER_HOSTNAME, SERVER_IP, SERVER_IP and DOMAINNAME) to create-customer-email-template, fixes #432
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-05 11:50:49 +01:00
Michael Kaufmann (d00p)
85ee0751bd
Merge remote-tracking branch 'origin/removal'
2013-12-05 09:02:40 +01:00
Michael Kaufmann (d00p)
eca5265735
more removing of aps/autoresponder/backup
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-05 08:37:58 +01:00
Michael Kaufmann (d00p)
188baaf180
fix escaping of current filename, fixes #1316
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-05 08:12:53 +01:00
Robert Förster (Dessa)
29ae767c17
fix typo
2013-12-05 00:39:42 +01:00
BNoiZe
429be9f774
changed "discard changes" to a more useful "cancel" button
...
„cancel” will take you back to the last view you were in.
2013-12-04 21:59:33 +01:00
Florian Aders
69ac6c0d73
Merge pull request #175 from BNoiZe/master
...
fixed scrolling in phpinfo(), various layoutfixes
2013-12-04 12:47:18 -08:00
BNoiZe
50bd0302b6
fixed scrolling in phpinfo(), various layoutfixes
2013-12-04 21:39:56 +01:00
Michael Kaufmann (d00p)
84ab0e5daa
fix undefined index if ssl-checkbox is unchecked (still results in correct value being stored, no worries)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-04 21:10:52 +01:00
Florian Aders
d618ef2759
Merge pull request #174 from BNoiZe/master
...
Fixed a typo in admin_domains, fixed <strong>-tags not being strong in s...
2013-12-04 12:03:49 -08:00
BNoiZe
cd464ed01e
Fixed a typo in admin_domains, fixed <strong>-tags not being strong in sparkle
2013-12-04 21:02:15 +01:00
Florian Aders
34dd96ec68
Merge pull request #173 from BNoiZe/master
...
Newsfeed improvements
2013-12-04 11:04:39 -08:00
BNoiZe
ab7e271f1d
Moved date to top, changed date/time format
2013-12-04 19:53:55 +01:00
Florian Aders (EleRas)
f855bb7f4e
Removed APS from lng - files
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-12-04 18:56:00 +01:00
Michael Kaufmann (d00p)
2800ca05a1
began to 'clean up' for future releases (APS, Autoresponder and Backup)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-04 18:32:46 +01:00
BNoiZe
0fc77dddd6
Added date to newsfeed
2013-12-04 16:55:08 +01:00
Michael Kaufmann (d00p)
47b1675dea
set version to 0.9.31-rc1 for upcoming release-candidate
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-04 14:52:25 +01:00
Michael Kaufmann (d00p)
83a77acc02
fix usage of sql-server description and info in customer-mysql, thx Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-03 22:58:56 +01:00
Michael Kaufmann (d00p)
6c424dff6a
fix wrong error message if customer-loginname has invalid characters when unix-names == 1, thx to Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-03 18:57:17 +01:00
Michael Kaufmann (d00p)
9c8ebdd1d3
fix mysqldump for backup (if db exists) on install-process
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-03 15:55:30 +01:00
Florian Aders
419fb1bb81
Create readme.md
2013-12-03 14:47:17 +01:00
Michael Kaufmann (d00p)
61c04d5e31
use better defaults for fpm-slowlog settings, refs #1051
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-03 11:21:22 +01:00
Michael Kaufmann (d00p)
2853d6e1a4
added possibility to enable slowlog for fpm-users in the php-config (domain based logs), fixes #1051
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-03 11:14:32 +01:00
Michael Kaufmann
64137f68a8
Merge pull request #172 from seidler2547/master
...
add session gc vars to configurable values for php-fpm
2013-12-03 01:24:25 -08:00
Michael Kaufmann (d00p)
cf23980f0b
minor fixes in installation-class, better error-handling
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-03 09:46:00 +01:00
seidler2547
dfeefc2e6f
add session gc vars to configurable values
...
session.gc_divisor and session.gc_probability are needed e.g. for Horde to work correctly
2013-12-03 08:52:05 +01:00
Michael Kaufmann (d00p)
84f973ce26
fix html-tag in preconfig, fix missing global in database-class, change description of password-reset-setting accordingly to new activation-link-procedure
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-02 20:39:15 +01:00
Michael Kaufmann (d00p)
30f7d0a070
make send-report an option for admin and customer (section: security)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-02 20:26:39 +01:00
Michael Kaufmann (d00p)
ede732417e
remove old and usused postfix config-parameters from freebsd-postfix config-template, fixes #1255
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-02 11:06:38 +01:00
Michael Kaufmann (d00p)
31f2ececa8
loadmodule mysql in freebsd's proftpd config, fixes #1291
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-02 11:02:57 +01:00
Michael Kaufmann (d00p)
96bcb34d81
show correct error-message when loginname has too many characters, fixes #811
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-02 10:57:12 +01:00
Michael Kaufmann
de05bdc968
Merge pull request #171 from markc/markc
...
Fix typo in Install-class
2013-12-01 22:55:18 -08:00
Mark Constable
b551c931e9
Renamed exceute() to execute() in class.FroxlorInstall.php
2013-12-02 11:38:08 +10:00
Michael Kaufmann (d00p)
f50268c806
update lng-files (thx oschn0r) and fixed dropdown of default-php-config in fcgid/fpm settings (thx Sephi)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-12-01 18:37:17 +01:00
Michael Kaufmann
073c5824bb
Merge pull request #170 from BNoiZe/master
...
Changed password reset to use a activation link, fixes #729
2013-12-01 08:38:20 -08:00
BNoiZe
f74ed8ed93
Added preconfig hint for 0.9.31-dev4
2013-12-01 11:06:33 +01:00
BNoiZe
e5e0ae7527
Fixed some bugs, made activationcode more secure, added update script, merged missing commit
2013-12-01 10:34:31 +01:00
BNoiZe
2a36a0c22f
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-12-01 09:59:16 +01:00
BNoiZe
cd342691ca
Updating method to reset password to use a activation link, fixes #729
2013-11-30 21:30:24 +01:00
Michael Kaufmann (d00p)
f8e7f1a975
remove not-functional method 'maildirExists' as maildirs have chmod 700, show 'remove files' on overview-delete if mail-address is an account, fixes #1275
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-30 16:40:27 +01:00
Michael Kaufmann (d00p)
f278b42353
fix wrong parameter-name in admin-customers; check for disabled imap/pop3 when adding mail-accounts as customer, fixes #1298
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-30 16:07:23 +01:00
Michael Kaufmann (d00p)
1e87c21956
removed deprecated db-class (mysql-extension) as it is not needed anymore
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-30 15:32:57 +01:00
Michael Kaufmann (d00p)
b1ae352d88
migrated install-class to new PDO database class, needs testing, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-30 14:25:49 +01:00
Michael Kaufmann (d00p)
cf3de1c657
fix customer-mysql overview, set better email address for error-reports to send to
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-29 23:13:26 +01:00
Michael Kaufmann
380d358a54
Merge pull request #168 from BNoiZe/master
...
sizes are displayed correctly, fixes #1277
2013-11-29 13:56:28 -08:00
BNoiZe
87bc9432f3
Fixed typos, refs #1287
2013-11-29 18:22:50 +01:00
BNoiZe
7731d69929
Updated to reflect 1024 size calculation systemwide, refs #1277
...
Fixed decimal places in customer_mysql.php
2013-11-29 18:03:02 +01:00
BNoiZe
d1cb2625ca
Made display of database errors wider
2013-11-29 14:24:16 +01:00
BNoiZe
9986c3405e
Manually trigger window resize to fix circular missbehaviour on several browsers
2013-11-29 13:55:27 +01:00
Michael Kaufmann
b38479f92d
Merge pull request #167 from BNoiZe/master
...
Updated language definitions for the new error reporting system; added templates for Froxlor-theme
2013-11-29 04:51:12 -08:00
BNoiZe
21f7c82a95
Updated language definitions for the new error reporting system, added templates to "Froxlor" theme
2013-11-29 13:44:57 +01:00
Michael Kaufmann (d00p)
88ec1a15f1
make linker available in Database class
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-29 12:55:10 +01:00
Michael Kaufmann (d00p)
3774b967f8
fix minor errors
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-29 11:28:48 +01:00
Michael Kaufmann (d00p)
defdaeee2e
first implementation of error-reporting
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-29 11:09:16 +01:00
Michael Kaufmann (d00p)
6f61c7b5e7
show std-subdomain (if any) to customer on the dashboard, fixes #1297
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-28 13:07:53 +01:00
Michael Kaufmann (d00p)
4426ab52d3
migrate ALL the crons to new PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-28 12:35:20 +01:00
Michael Kaufmann (d00p)
990e39cadb
forgot replacer in prepared statement, thx BNoiZe
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-28 11:01:14 +01:00
Michael Kaufmann (d00p)
4cbd92abf3
migrated lib/init.php to new PDO database class, no more in the frontend now, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-28 10:58:37 +01:00
Michael Kaufmann
7b3937af11
Merge pull request #166 from BNoiZe/master
...
Fixed an error in webftp template, refs #1312
2013-11-28 01:59:28 -08:00
BNoiZe
fc363925cd
Fixed an error in the correct file, refs #1312
2013-11-28 10:56:42 +01:00
BNoiZe
34c6ab3e06
Revert "Fixed an error in webftp template, refs #1312 " - Wrong file
...
This reverts commit 0e977b45cb .
2013-11-27 23:03:47 +01:00
Florian Aders (EleRas)
b748270249
Fixed type
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-11-27 08:59:00 +01:00
Michael Kaufmann (d00p)
25687953c5
correct author :P damn copy'n'paste
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-27 08:36:28 +01:00
Michael Kaufmann (d00p)
4381eff384
check for fcgid being enabled when switching the webserver as only apache2 can handle fcgid (prevent a possible deadlock in the panel)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-27 08:34:49 +01:00
Florian Aders
87fae7f2e4
Merge pull request #165 from BNoiZe/master
...
Fixed an error in webftp template, refs #1312
2013-11-26 22:02:08 -08:00
BNoiZe
0e977b45cb
Fixed an error in webftp template, refs #1312
...
$linker->getLink() will not work in webftp
2013-11-27 05:27:29 +01:00
Dessa
e47cc86259
Merge pull request #164 from BNoiZe/master
...
fixed an error, refs #1287
2013-11-26 11:39:18 -08:00
BNoiZe
2d1e7f7756
fixed an error, refs #1287
2013-11-26 20:38:27 +01:00
Michael Kaufmann
35c3f3d71e
Merge pull request #163 from BNoiZe/master
...
More PDO migration. Merge multiple location-blocks of the same directory in ngnix, fixes #1309
2013-11-26 09:25:22 -08:00
Michael Kaufmann (d00p)
567f789dab
at this stage in the updater, it's too late to inform about pdo
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-26 10:16:19 +01:00
Michael Kaufmann (d00p)
84ed13d791
update-note about php-pdo being used now
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-26 09:41:40 +01:00
Michael Kaufmann (d00p)
81c0771f3b
corrected Database::needSqlData() and Database::getSqlData(), refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-26 09:08:27 +01:00
Michael Kaufmann (d00p)
a2dbf56d2e
migrated correctMysqlUsers() function to new PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-26 08:13:05 +01:00
BNoiZe
589e422767
Migrated updateCounters to new PDO database class, refs #1287
2013-11-25 22:32:22 +01:00
BNoiZe
fc5c4658d1
Added mergeVhostBlocks() for nginx cron, refs #1309
2013-11-25 19:32:01 +01:00
Michael Kaufmann (d00p)
c5937077c4
add needed sql-root-data to customer-mysql
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-25 10:01:39 +01:00
Michael Kaufmann (d00p)
7297ce88b5
fixed missed statement-fetch in cron-task when adding a new ftp-user
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-25 09:21:51 +01:00
Michael Kaufmann (d00p)
7a3d696c6a
migrated DomainSSL-class to new PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-25 09:18:11 +01:00
Michael Kaufmann (d00p)
ae4bc4471e
migrated APS parser class to new PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-25 08:47:54 +01:00
Michael Kaufmann (d00p)
c4fc03d7af
separate certificate and chainfile by newline, fixes #1307
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-23 15:14:41 +01:00
Robert Förster (Dessa)
94e63e78d1
fix typo
...
Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org >
2013-11-23 10:28:29 +01:00
Michael Kaufmann (d00p)
02f7a56aeb
fix syntax-error in getLanguages, thx to Sephi, refs #1306
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-22 22:46:48 +01:00
Michael Kaufmann (d00p)
000bf6aebc
restored missing function and migrated it to new PDO database class, fixes #1306
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-22 15:56:25 +01:00
Florian Aders (EleRas)
fcd537b091
Fixed newsfeed with curl
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-11-21 10:09:05 +01:00
Florian Aders
a9a2d296bf
Merge pull request #162 from BNoiZe/master
...
Added fallback if allow_url_fopen is off
2013-11-21 01:01:11 -08:00
BNoiZe
df95189e87
Added check if curl is enabled
2013-11-21 09:56:06 +01:00
BNoiZe
dc09840f99
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-11-21 08:59:23 +01:00
Michael Kaufmann (d00p)
b8952259ba
fix creating of ssl-redirect without ssl-ip/port, fixes #1303
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-21 08:01:43 +01:00
BNoiZe
37e6158b57
Added fallback if allow_url_fopen is off
2013-11-20 18:16:24 +01:00
Michael Kaufmann
254672f2dd
Merge pull request #161 from BNoiZe/master
...
Fixed a typo in a query refs #1287
2013-11-20 07:22:01 -08:00
BNoiZe
59e9af11fc
Fixed a typo in a query refs #1287
2013-11-20 15:40:09 +01:00
Michael Kaufmann (d00p)
ee19c268cc
migrated ApsInstaller and ApsUpdater, fixed typo in traffic-cron (thx to Sephi), refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-20 15:02:49 +01:00
Michael Kaufmann (d00p)
cf2eea43c9
fix wrong usage of rowCount()
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-20 14:14:33 +01:00
Florian Aders
de5f85dacf
Merge pull request #160 from BNoiZe/master
...
Fixed a typo
2013-11-20 03:49:25 -08:00
BNoiZe
0abd2df357
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-11-20 12:30:44 +01:00
BNoiZe
88382d2856
Fixed a typo
2013-11-20 12:29:48 +01:00
Michael Kaufmann (d00p)
7a45a534fc
added functions to get sql-data to Database-class, migrated backup-cron to new PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-20 10:01:34 +01:00
Michael Kaufmann (d00p)
60ba3f9127
migrated cron_tasks to new PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-20 09:29:14 +01:00
Michael Kaufmann (d00p)
345ba3a202
migrated autoresponder-cron to new PDO database class, beautify sql-query in paging-class, fix typos in traffic-cron (thx to Dessa), refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-20 08:15:30 +01:00
Dessa
55185aab5c
Merge pull request #159 from BNoiZe/master
...
Fixed a another typo
2013-11-19 06:27:59 -08:00
BNoiZe
f5940db7b1
Fixed a another typo
2013-11-19 15:17:34 +01:00
Michael Kaufmann
e128f3484b
Merge pull request #158 from BNoiZe/master
...
Updated webftp to PDO database class, refs #1287
2013-11-19 04:41:38 -08:00
BNoiZe
74faad408e
Fixed a typo refs #1287
2013-11-19 12:44:32 +01:00
BNoiZe
fa027863a2
require is a statement and not a function
2013-11-18 14:49:49 +01:00
BNoiZe
7c9d5ef8dc
Merge branch 'master' of git://github.com/Froxlor/Froxlor
...
Conflicts:
webftp.php
2013-11-18 14:46:25 +01:00
Michael Kaufmann (d00p)
48de5d7c22
require_once is also a statement and not a function
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-18 13:06:43 +01:00
Michael Kaufmann (d00p)
87ccff6a7b
more require-statement/function stuff
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-18 13:02:59 +01:00
Michael Kaufmann (d00p)
0db0b3bd88
require is a statement and not a function
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-18 12:53:33 +01:00
Michael Kaufmann (d00p)
ca38e20345
migrated traffic-cron and cron-usage-report to new PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-18 11:59:16 +01:00
BNoiZe
2069d150a3
Updated webftp to PDO database class refs #1287
2013-11-18 10:00:28 +01:00
Michael Kaufmann (d00p)
e2ca3873a8
migrated traffic-cron-functions to new PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-18 09:23:09 +01:00
Michael Kaufmann
bb1561b628
Merge pull request #157 from BNoiZe/master
...
Removed $db from customer paging #refs 1287
2013-11-18 00:12:18 -08:00
BNoiZe
3527177ea9
Removed $db from customer paging #refs 1287
2013-11-18 09:10:18 +01:00
Michael Kaufmann (d00p)
a4ee4be2b4
migrate paging class to new PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-18 09:09:06 +01:00
Michael Kaufmann
17de0ab19e
Merge pull request #156 from BNoiZe/master
...
Migrated customer_email to PDO database class, refs #1287
2013-11-17 23:41:07 -08:00
BNoiZe
c6c87fe55a
Fixed a typo, small improvements
2013-11-17 21:51:32 +01:00
BNoiZe
38ebfa364f
Migrated customer_email to PDO database class, refs #1287
2013-11-17 21:40:50 +01:00
Michael Kaufmann
5b7920c788
Merge pull request #155 from BNoiZe/master
...
simplexml check, admin_index-information and more
2013-11-17 10:35:32 -08:00
BNoiZe
c86a3af042
Removed .orig files
2013-11-17 19:32:44 +01:00
BNoiZe
00375949b5
improve admin_index-information part 2/2
2013-11-17 19:30:09 +01:00
Michael Kaufmann (d00p)
ed1c87c521
as fcgid does not add a handler in a separate config such as fpm does, in the ip/port vhost-config of course, this has to be SetHandler instead of AddHandler, thx to quizzi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-17 19:29:35 +01:00
BNoiZe
7e383fcc10
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-11-17 18:41:49 +01:00
Michael Kaufmann (d00p)
5d29ce2ad0
improve admin-index information part 1/2
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-17 18:35:38 +01:00
Michael Kaufmann
464ca7a61b
Merge pull request #153 from BNoiZe/master
...
Initial version of newsfeed in admin dashboard, needs a setting to enable/disable
2013-11-17 08:36:37 -08:00
Michael Kaufmann (d00p)
4aa23f1e12
migrated mailboxsize-cron to PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-17 12:35:16 +01:00
Michael Kaufmann (d00p)
0b3df4c7d7
removed unused global db-variables
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-17 12:31:15 +01:00
Michael Kaufmann (d00p)
97c6385c36
migrated admin_settings to PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-17 11:01:59 +01:00
Michael Kaufmann (d00p)
cf4865828c
fix forgotten ->escape in customer_ftp
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-17 10:51:28 +01:00
Robert Förster (Dessa)
50b9eec6c1
fix another typo
...
Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org >
2013-11-16 22:26:51 +01:00
Dessa
006505b32c
Merge pull request #154 from ternes3/patch-1
...
Update admin_ipsandports.php
2013-11-16 13:06:50 -08:00
Björn Ternes
057e8d5f8e
Update admin_ipsandports.php
...
Fix: Fatal error: Uncaught exception 'Exception' with message 'Could not find class 'Datbase'' in /var/www/froxlor/lib/functions.php:126 Stack trace: #0 [internal function]: Autoloader->doAutoload('Datbase') #1 /var/www/froxlor/admin_ipsandports.php(379): spl_autoload_call('Datbase') #2 {main} thrown in /var/www/froxlor/lib/functions.php on line 126
2013-11-16 18:50:33 +01:00
BNoiZe
401dd7c96c
Added check if simplexml is activated
2013-11-16 17:36:47 +01:00
Michael Kaufmann (d00p)
38563a443c
migrated admin_admins to PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-16 17:23:51 +01:00
BNoiZe
a431cbcf9e
Cleaning up admin newsfeed
2013-11-15 22:50:54 +01:00
BNoiZe
c2bae1f25a
Initial version of newsfeed in admin dashboard
2013-11-15 22:11:25 +01:00
Michael Kaufmann (d00p)
f1cfe41d07
fix getCustomerDetail()-query, thx to Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-15 08:29:53 +01:00
Michael Kaufmann (d00p)
e25597106e
make fpm socket directory a setting, fixes #1300
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-14 09:29:55 +01:00
Michael Kaufmann (d00p)
12800b730d
remove some unused functions and migrated some more functions to PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-14 08:27:57 +01:00
Michael Kaufmann (d00p)
868b472b98
fix undefined variable because of re-structuring, thx Dessa
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-13 17:52:00 +01:00
Michael Kaufmann (d00p)
11393abfbe
every day is typo day, again...thx oschn0r
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-13 17:41:39 +01:00
Michael Kaufmann (d00p)
c21b767654
every day is typo day...thx oschn0r
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-13 17:22:37 +01:00
Michael Kaufmann (d00p)
5f7ab0330a
fix another typo, thx to oschn0r
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-13 16:55:54 +01:00
Michael Kaufmann (d00p)
e07596b642
fix typo, thx to oschn0r
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-13 16:27:27 +01:00
Michael Kaufmann (d00p)
0d7a16ad46
migrated admin_domains to new PDO Database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-13 15:39:20 +01:00
Michael Kaufmann
268bb10d1e
Merge pull request #151 from BNoiZe/master
...
Pushed TableSorter to version 2.13.3
2013-11-11 13:31:11 -08:00
BNoiZe
cbb03b3f44
Pushed TableSorter to version 2.13.3
2013-11-11 22:29:49 +01:00
Michael Kaufmann
d2c363cd81
Merge pull request #150 from BNoiZe/master
...
Serveral theme improvements and bugfixes
2013-11-11 13:24:36 -08:00
BNoiZe
d5a958353f
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-11-11 22:13:50 +01:00
BNoiZe
af86e0945f
Fixed an error 404, removed useless duplicate description
2013-11-11 22:08:34 +01:00
Michael Kaufmann (d00p)
6a2b81bc17
read open_basedir value properly from php.ini template, thx to s_v_e_n
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-11 12:42:50 +01:00
Michael Kaufmann (d00p)
e5bc565d7e
also fix 'su' link on admin-traffic page in old theme
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-11 10:02:00 +01:00
Michael Kaufmann (d00p)
101d972a14
fix 'su' on admin-traffic overview, thx Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-11 09:59:03 +01:00
Michael Kaufmann (d00p)
a97c24634b
improve logging user-storage, thx oschn0r
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-10 20:56:37 +01:00
BNoiZe
7af2ddca86
Updated WebFTP styling, made login sligthly smaller
2013-11-09 20:54:50 +01:00
BNoiZe
abadb69443
Restyling of several components, small bugfixes
2013-11-09 20:46:34 +01:00
Michael Kaufmann
50bd15c5a8
Merge pull request #149 from BNoiZe/master
...
Fixed an error 404, pushed jCanvas to newest version, language update
2013-11-09 09:18:15 -08:00
BNoiZe
3f793e8c18
Updated cron_usage_report in english and german
2013-11-09 18:01:18 +01:00
BNoiZe
7f0a70a070
Pushed jcanvas to version 13.11.07
2013-11-09 17:56:09 +01:00
BNoiZe
3eebf840f2
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-11-09 14:54:03 +01:00
Michael Kaufmann (d00p)
d2a8877069
fix query in admin-customers, improve admin-ipsandports, clean up getThemes(), refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-09 13:56:27 +01:00
BNoiZe
f85c0ce495
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-11-09 10:37:08 +01:00
Michael Kaufmann (d00p)
e1253413d5
dont show error-message when removing of database physically failed
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-08 14:25:48 +01:00
Michael Kaufmann (d00p)
a152ae3e06
fix some ticket-system issues related with migrating to PDO
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-08 14:25:19 +01:00
Michael Kaufmann (d00p)
d9952f7401
fix pdo stuff in admin-customers, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-08 09:31:51 +01:00
Michael Kaufmann (d00p)
fa5f1900f0
add trace to database error-log-message (it just helps a lot finding the error); fixed queries in fpm und fcgid class; minor cosmetic changes
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-08 08:54:44 +01:00
Michael Kaufmann (d00p)
fb8b233560
migrate updateFunctions to PDO and fix version_compare2
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-08 08:48:13 +01:00
Michael Kaufmann (d00p)
26d9aa570c
remove unused code and database-tables; set version to 0.9.31-dev1
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-07 18:49:16 +01:00
BNoiZe
b56b149bdb
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-11-07 17:01:17 +01:00
Michael Kaufmann (d00p)
aec5eb9161
fix undefined language-string index in add/edit ip
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-07 16:46:19 +01:00
Michael Kaufmann (d00p)
f8d2a76784
fixed queries in admin_templates
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-07 11:16:38 +01:00
Michael Kaufmann (d00p)
d251509beb
fix two queries and corrected escaping of ticket-category, thx to vali
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-07 10:26:54 +01:00
BNoiZe
635681b634
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-11-06 18:05:57 +01:00
BNoiZe
cb1f6307dc
FIxed an error 404
2013-11-06 18:04:55 +01:00
Michael Kaufmann (d00p)
3e4697eb51
migrated and improved two functions regarding PDO stuff, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-06 17:21:56 +01:00
Michael Kaufmann (d00p)
f2643103b3
completed migration of ticket-class to PDO database class and bugfixing admin-tickets, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-06 15:24:39 +01:00
Michael Kaufmann (d00p)
941a391c0e
bugfixing admin_customers, damn typos
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-06 11:29:40 +01:00
Michael Kaufmann (d00p)
04012e5fff
more fixes for migration to PDO, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-06 11:08:48 +01:00
Michael Kaufmann (d00p)
74bb3ccb7e
migrate ticket-system to PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-06 11:06:03 +01:00
Michael Kaufmann (d00p)
8a9ed3d9f1
change pexecute tp pexecute_first in phpinterface-classes
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-06 10:52:20 +01:00
Michael Kaufmann (d00p)
94a5edc1eb
implement pexecute_first to PDO database class to return a result right away
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-06 10:51:50 +01:00
Michael Kaufmann (d00p)
2e42ef2043
fix creation of vhosts-config if email_only==1 (means, don't create a config)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-06 09:41:01 +01:00
Michael Kaufmann (d00p)
849da2a423
migrate phpinterface-classes to PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-06 09:11:26 +01:00
Michael Kaufmann (d00p)
388156b7b8
migrated admin-customers to PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-06 08:46:45 +01:00
Michael Kaufmann (d00p)
96525584e2
fix typo in prepared-statement-replacer, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-05 13:51:05 +01:00
Michael Kaufmann (d00p)
864e6c6139
fix typo in replacer-variable in customer-extras
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-04 22:29:50 +01:00
Michael Kaufmann (d00p)
661c081a77
fix execute of statement if variables != replacers in sql-prepare query
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-04 22:23:49 +01:00
Michael Kaufmann
4b900f9b8f
Merge pull request #148 from BNoiZe/master
...
Migrated index to PDO database class, refs #1287
2013-11-04 07:09:14 -08:00
BNoiZe
9765799bc7
Migrated index to PDO database class, refs #1287
2013-11-04 15:23:52 +01:00
Michael Kaufmann (d00p)
3e7df9cb7a
remove parameter from FroxorLogger class and migrated it to PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-04 13:28:23 +01:00
Michael Kaufmann (d00p)
222e304c93
add missing language strings to german language file
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-04 13:09:56 +01:00
Michael Kaufmann (d00p)
9a187b8e82
removed unused htpasswd-htaccess-remover script; removed non-existing language-string-indeces from langfile
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-04 13:03:53 +01:00
Michael Kaufmann (d00p)
2614c86079
migrated preconfig to PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-04 11:38:09 +01:00
Michael Kaufmann (d00p)
af2c068970
migrated update script to PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-04 11:34:57 +01:00
Michael Kaufmann (d00p)
8638952afe
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-11-04 09:04:20 +01:00
Michael Kaufmann (d00p)
e3750a2988
remove unused upgrade procedures, migrated a few minor functions and files to PDO database, fixed FROXLOR_INSTALL_DIR define for master-cronjob, fixes #1294
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-04 09:03:29 +01:00
Michael Kaufmann
80ebbc9228
Merge pull request #147 from BNoiZe/master
...
Migrated customer_extras to new PDO database class, refs #1287
2013-11-03 13:49:18 -08:00
BNoiZe
36d65bf7ac
Migrated customer_extras to new PDO database class
2013-11-03 21:48:57 +01:00
Michael Kaufmann (d00p)
e549ab2cbb
finally removed super-old syscp-update-procedures, we now require the last available syscp for upgrading; migrate some functions to PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-03 10:54:43 +01:00
Michael Kaufmann (d00p)
c9d91d178b
fix 'NULL' <> null problem when adding/editing a domain as customer, thx to Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-02 12:20:23 +01:00
Michael Kaufmann (d00p)
3ec08a8f48
migrate admin_message, admin_phpsettings and admin_templates to PDO, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-02 12:07:34 +01:00
Michael Kaufmann (d00p)
111804b665
migrated admin_tickets and admin_updates to PDO database, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-02 10:19:19 +01:00
Michael Kaufmann (d00p)
a05fae7b75
remove unnecessary globals from generatePassword() function
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-02 10:14:17 +01:00
Michael Kaufmann
d9903e1be2
Merge pull request #146 from BNoiZe/master
...
Migrated customer_ftp to new database class refs #1287
2013-11-01 06:08:51 -07:00
BNoiZe
36d40f8312
Migrated customer_ftp to new database class refs #1287
2013-11-01 14:04:18 +01:00
Michael Kaufmann (d00p)
08c219a291
fix blowfish hashing on php >=5.3.7, see http://php.net/manual/en/function.crypt.php , fixes #1288
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-01 09:29:13 +01:00
Michael Kaufmann
316b132ac5
Merge pull request #145 from BNoiZe/master
...
Migrated customer_mysql, customer_tickets, customer_traffic to new database class
2013-10-31 09:46:09 -07:00
BNoiZe
b4a2124d1b
Migrated customer_mysql, customer_tickets, customer_traffic to new database class
2013-10-31 17:35:57 +01:00
Michael Kaufmann (d00p)
256a714d55
enhanced pdo database class; migrated admin_logger and admin_traffic
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-31 15:46:38 +01:00
Michael Kaufmann
1b03a55dae
Merge pull request #144 from coacx/master
...
update apache path in install/froxlor.sql to reflect apache2 conform standard paths
2013-10-31 07:32:15 -07:00
coacx
c21bf7014e
fixed apache path in install/froxlor.sql
2013-10-31 15:03:27 +01:00
Michael Kaufmann
bf0b443d4b
Merge pull request #143 from BNoiZe/master
...
Fixed a bug with tokens
2013-10-31 04:27:20 -07:00
BNoiZe
e8e6471f02
Fixed a bug with tokens
2013-10-31 12:11:50 +01:00
Michael Kaufmann
77af777b89
Merge pull request #142 from BNoiZe/master
...
Icon cleanup, implement new PDO database class in customer_autoresponder/customer_domains/customer_index
2013-10-31 04:01:59 -07:00
BNoiZe
4735d92a0f
Converted to new PDO database class
2013-10-31 11:51:01 +01:00
Michael Kaufmann (d00p)
2057864116
forgot one query in admin_index; converted admin_ipsandports to new pdo database class
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-31 08:01:50 +01:00
BNoiZe
122c43c18a
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-10-30 17:23:37 +01:00
BNoiZe
97cd522726
Removed unused and duplicate icons
2013-10-30 17:14:37 +01:00
Michael Kaufmann
7e5c8bd596
Merge pull request #141 from BNoiZe/master
...
Moving "add"-links to top, removing unused froxlorclient
2013-10-30 07:02:26 -07:00
BNoiZe
16989a077d
Removed unused froxlor client
2013-10-30 14:58:27 +01:00
BNoiZe
2852589598
Moved links fpr adding stuff to top of table, fixed position of search
2013-10-30 14:56:41 +01:00
Michael Kaufmann (d00p)
b618dd4e00
ehance new PDO database class
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-30 14:38:04 +01:00
Michael Kaufmann (d00p)
8172cb8fc0
add possibility to use root-mysql-connection to new database class
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-29 14:24:50 +01:00
Michael Kaufmann (d00p)
5d8906f1d8
enhance new PDO Database class; converted admin_cronjobs
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-29 09:02:49 +01:00
Michael Kaufmann (d00p)
87867edfca
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-10-29 08:22:31 +01:00
Michael Kaufmann (d00p)
a14f04c25b
Added new database-class based on PHP-PDO to use prepared-statements; implemented new Database-class in admin_index (more to follow, old DB class still in use everywhere else); secure standard_error back-link output
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-29 08:22:17 +01:00
Michael Kaufmann
8b06c897f6
Merge pull request #140 from BNoiZe/master
...
Many bugfixes and usability improvements (thanks to oschn0r)
2013-10-27 14:18:52 -07:00
BNoiZe
8f7ab2a243
Many bugfixes and usability improvements (thanks to oschn0r)
2013-10-27 22:07:47 +01:00
Michael Kaufmann
23da3259c4
Merge pull request #139 from BNoiZe/master
...
Fixed bug with small traffic graph
2013-10-27 11:22:47 -07:00
BNoiZe
5b7f68f77d
Fixed bug with small traffic graph
2013-10-27 19:21:09 +01:00
Michael Kaufmann
2368267bb8
Merge pull request #138 from BNoiZe/master
...
Updated translations, more information in dashboard (part 2/2), minor bugfixes...
2013-10-27 10:50:30 -07:00
BNoiZe
09b50b2b48
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-10-27 18:49:00 +01:00
BNoiZe
59c0207301
Updated translations, more information in dashboard (part 2/2), bugfixes once again
2013-10-27 18:48:46 +01:00
Michael Kaufmann (d00p)
b618e86512
collect more info for the customer-dashboard (part 1/2); check for existance of cronjob (just in case)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-27 18:42:40 +01:00
Michael Kaufmann (d00p)
5d4448b659
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-10-27 16:54:54 +01:00
Michael Kaufmann (d00p)
89877f7ff2
fix wrong error-message of non-existing ip/port combo when a ssl-ip/port exists but not checked when adding a domain
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-27 16:53:14 +01:00
Michael Kaufmann
32636359e1
Merge pull request #137 from BNoiZe/master
...
Some more bugfixes, soft animation when resizing window
2013-10-27 05:22:15 -07:00
BNoiZe
9d3f2deef1
Removed useless text
2013-10-27 12:14:57 +01:00
BNoiZe
fc69afcffc
Some more bugfixes, soft animation when resizing window
...
No more oh! (Hopefully)
2013-10-27 11:52:53 +01:00
Michael Kaufmann
af17373afa
Merge pull request #136 from BNoiZe/master
...
Dashboard bugfixes
2013-10-27 02:47:03 -07:00
BNoiZe
c233fbfffb
Dashboard bugfixes
2013-10-27 10:44:31 +01:00
Michael Kaufmann
2c08bfcfd1
Merge pull request #135 from BNoiZe/master
...
First version of the new dashboard, various language- and bugfixes + design improvements
2013-10-27 01:49:32 -07:00
BNoiZe
be9bf3fd34
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-10-27 09:45:00 +01:00
Michael Kaufmann (d00p)
9d5851e9be
deny possible direct call of cronjobs
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-27 06:18:09 +01:00
BNoiZe
3e73f6ccb4
First version of the new Dashboard
2013-10-24 22:07:01 +02:00
BNoiZe
33414f4c68
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-10-24 20:39:53 +02:00
Michael Kaufmann (d00p)
6ac4b87a84
make ssl-cipher-list an option, fixes #1274 ; improve ssl-related language-strings; setting version to 0.9.30 for release
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-24 19:45:13 +02:00
BNoiZe
d15242ced7
Fixed footer cell
2013-10-24 17:10:00 +02:00
Michael Kaufmann
b81d163e1d
Merge pull request #134 from RipClaw2971/#1281
...
fixes #1281
2013-10-21 09:11:31 -07:00
Andreas Grundler
d0315b7ed3
RealPath nicht DomainPath
2013-10-21 17:36:44 +02:00
Andreas Grundler
3c76594abb
Fixed CleanupData to prevent recursive delete of all data
2013-10-21 16:35:32 +02:00
Andreas Grundler
db5aa1a98c
Merge remote-tracking branch 'upstream/master' into apsfix
2013-10-21 07:29:50 +02:00
Andreas Grundler
4a61df8ae7
typo
2013-10-21 07:27:38 +02:00
Andreas Grundler
95da4e9eab
Bufix for "chown -R [User]:[User] /"
2013-10-21 07:14:46 +02:00
Michael Kaufmann
510c429956
Merge pull request #133 from BNoiZe/master
...
Language, Theme, Password - Margin fix
2013-10-20 10:44:33 -07:00
BNoiZe
55d09ac569
Language, Theme, Password - Margin fix
2013-10-20 19:42:25 +02:00
Michael Kaufmann
d2923228da
Merge pull request #132 from BNoiZe/master
...
Some more design fixes
2013-10-20 02:32:52 -07:00
BNoiZe
a86d2d2df3
Some more design fixes
2013-10-20 11:29:54 +02:00
Michael Kaufmann
67c8953a84
Merge pull request #131 from BNoiZe/master
...
New ticket notification icon
2013-10-20 00:55:41 -07:00
BNoiZe
d4c4e31804
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-10-20 09:52:58 +02:00
BNoiZe
78807a8ea8
Added new ticket notification icon
2013-10-20 09:52:14 +02:00
Michael Kaufmann
fa4fbdc7c4
Merge pull request #130 from BNoiZe/master
...
Spanish translation fixes
2013-10-19 11:19:21 -07:00
BNoiZe
036bd61ded
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-10-19 20:13:43 +02:00
Michael Kaufmann (d00p)
cb556093c1
fix undefined language indeces (add english as fallback as intented in case a string is not defined in the used language)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-19 18:48:08 +02:00
Michael Kaufmann (d00p)
729b52cf0a
outsource check for open support-tickets to init.php so that themes may display the info wherever they want
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-19 18:47:02 +02:00
BNoiZe
0e6aec2533
Added missing spanish translations
2013-10-19 16:46:54 +02:00
Michael Kaufmann
993d5114e3
Merge pull request #129 from BNoiZe/master
...
Img height and autofocus on login, other fixes
2013-10-19 00:21:10 -07:00
BNoiZe
4312ed9181
Many small fixes and beautifications
2013-10-19 09:02:12 +02:00
BNoiZe
0eb8e0c55c
Fixed img height on login page, set focus to username
2013-10-18 18:53:52 +02:00
Michael Kaufmann
6a47752665
Merge pull request #128 from BNoiZe/master
...
Some CSS fixes and header improvements
2013-10-18 06:46:16 -07:00
BNoiZe
5231ae2383
Some CSS fixes and header improvements
2013-10-18 15:16:55 +02:00
Michael Kaufmann (d00p)
03ba127fab
use new directory-validator 'confdir'; fix if last ssl-ipport got deactivated and a security question is being asked
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-16 16:23:10 +02:00
Michael Kaufmann (d00p)
6b93b973e2
add new directory-validator 'confdir' to check against disallowed paths (like /, /bin, /home, etc.)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-16 08:54:39 +02:00
Michael Kaufmann
64e646b526
Merge pull request #127 from BNoiZe/master
...
history.go(-1) fix
2013-10-15 06:13:45 -07:00
BNoiZe
9d66507050
history.go(-1) fix
2013-10-15 15:10:10 +02:00
Michael Kaufmann (d00p)
b10b8df791
output nicer error's also in webftp-script
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-15 15:02:14 +02:00
Michael Kaufmann (d00p)
e40c7289c4
change default path of custom-ssl-certificates as too many people can't read. Also, don't let updaters specify '/' (result of an empty value) as custom-ssl path and let the cron only clean the custom-ssl-path of ssl is enabled (just in case), refs #1279
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-15 14:49:53 +02:00
Michael Kaufmann (d00p)
e38e4532b3
fix update procedure for users who upgraded from syscp (the database field which is to be dropped does not exist for them, just in fresh installs), fixes #1278
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-15 08:50:38 +02:00
Michael Kaufmann
7bd0fdfa6a
Merge pull request #126 from BNoiZe/master
...
WebFTP fixes (sparkle theme related)
2013-10-14 11:13:32 -07:00
BNoiZe
0b6518a751
Fixed linebreaks and icons
2013-10-14 20:05:37 +02:00
BNoiZe
96faf31618
Sparkle as WebFTP default, fixes for WebFTP-Templates
2013-10-14 20:00:35 +02:00
Michael Kaufmann (d00p)
b2d873fe31
set version to 0.9.30-rc1
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-14 16:12:34 +02:00
Michael Kaufmann (d00p)
e0a4c9b8d1
add note for apache2 + php-fpm users that they need to change the fastcgi.conf when updating to 0.9.30; minor improvements of Sparkle-Theme (update templates)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-14 15:47:08 +02:00
Michael Kaufmann (d00p)
207f5c69d4
select correct value for serveralias-option when editing domain; customer now has same options as admin; refs #1147
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-14 10:08:15 +02:00
Michael Kaufmann (d00p)
1a99a272b1
let the admin set the server-alias completely (either wildcard, www. or none), customer option follows, this fixes #1147
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-14 09:50:55 +02:00
Michael Kaufmann (d00p)
e1fa5f6f0a
don't link to index.php on sql-error but rather to the page before the error
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-14 09:49:47 +02:00
Michael Kaufmann (d00p)
8c8cb5a0d7
remove sort-by-path as it does not work anyway (and makes not much sense), fixes #692
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-13 16:43:46 +02:00
Michael Kaufmann (d00p)
ff19d7209d
fix lighttpd cronjob for multi-stack; add ssl-cipher for nginx; set version to 0.9.30-dev1; fixes #583
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-13 16:08:14 +02:00
Michael Kaufmann (d00p)
92243991bc
finally output a nice error-message on mysql-errors
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-13 12:59:43 +02:00
Michael Kaufmann (d00p)
4b5b2db6db
check for FQDN before creating db, etc.
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-13 12:59:20 +02:00
Michael Kaufmann (d00p)
26885b0f35
improved error-message on incorrect ownership of lib/userdata.inc.php; set correct copyright in hint-templates; beautify code in lib/init.php
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-13 11:51:26 +02:00
Michael Kaufmann
4785c19b62
Merge pull request #125 from BNoiZe/master
...
Styling for new install, CSS fixes & tweaks, corrected icons
2013-10-13 02:33:34 -07:00
BNoiZe
b744447714
Styling for new install
2013-10-13 11:29:01 +02:00
BNoiZe
e0184e2b40
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-10-13 10:55:50 +02:00
BNoiZe
82b109d170
CSS fixes and tweaks
2013-10-13 10:49:31 +02:00
Michael Kaufmann (d00p)
d055c1ca72
re-work the whole install-process, now templates- and class-based; set Sparkle as default theme; set version to 0.9.29.1-dev4
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-13 10:45:09 +02:00
Michael Kaufmann (d00p)
b480a0be57
a few fixes here and there, imporved autoloader, updated database-class (ugly old php4 style), removed two functions which will be included in the following updated installer
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-13 10:39:11 +02:00
BNoiZe
2ba1c1eb42
Fixed wrong icons
2013-10-12 15:09:33 +02:00
BNoiZe
e7871cb5b4
Small design improvements
2013-10-11 20:44:31 +02:00
Michael Kaufmann (d00p)
72fcad5007
remove unnecessary removal of fcgid-configs (done in ConfigIO) and remove old logs from customer if file-deletion is wanted
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-11 18:27:26 +02:00
Michael Kaufmann
0b0126ed68
Merge pull request #122 from BNoiZe/master
...
Removed dataTables
2013-10-11 09:27:09 -07:00
BNoiZe
0651238e41
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-10-10 17:01:01 +02:00
Michael Kaufmann (d00p)
6a76e8a53f
remove build-in logrotate feature and provide logrotate-script
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-09 16:23:59 +02:00
Michael Kaufmann (d00p)
da0ae9040a
fixes for php-5.4 (strict standard)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-09 16:12:54 +02:00
Michael Kaufmann (d00p)
b779a67e60
create sql-error.log file for database errors so support/debugging will be easier
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-09 15:58:05 +02:00
Michael Kaufmann (d00p)
e670065a0f
clean phpfpm-aliasconfig-directory so old data is being removed, fixes #1273
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-09 10:43:04 +02:00
Robert Förster (Dessa)
d74d61826f
bump Smarty to 3.1.15
2013-10-07 23:43:52 +02:00
Robert Förster (Dessa)
ed08303ec6
bump html5shiv to 3.7.0
2013-10-07 14:04:35 +02:00
Robert Förster (Dessa)
af136cf1f0
- add mod_quotatab_sql to wheezy proftpd fixes #1268
...
- replace a stray tab with a space
2013-10-07 13:42:44 +02:00
Michael Kaufmann (d00p)
cbe7792929
clean-up for fpm (remove unecessary stuff), thx to tomreyn & Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-06 18:59:10 +02:00
Michael Kaufmann (d00p)
b8960149ff
really fix deletion of ip/port combo (typo && wrong field-name)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-06 18:22:59 +02:00
BNoiZe
553eca9b29
Removed dataTables
2013-10-06 15:14:58 +02:00
Michael Kaufmann (d00p)
16917505af
fix domain-cross-check when deleting a IP/port combo, thx to datenfalke
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-06 14:13:36 +02:00
Michael Kaufmann (d00p)
e078d39f2d
improve design for ssl-certificate descriptions, also increase size of textareas to fit a certificate-width
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-06 13:57:39 +02:00
Michael Kaufmann (d00p)
56ef9e1992
enhance customer set ssl-certificates and improve description, this should fix #1244
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-06 13:41:01 +02:00
Michael Kaufmann (d00p)
455aa33d14
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-10-06 11:36:51 +02:00
Michael Kaufmann (d00p)
475e2bf735
provide full path to 'nice'-executable in cron-configuration-templates, fixes #1272
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-06 11:36:34 +02:00
Michael Kaufmann
4584afe5fd
Merge pull request #120 from BNoiZe/master
...
Fixed natural sorting
2013-10-06 01:24:01 -07:00
BNoiZe
6af5608f0f
Added natural dynamic sorting
...
New attributes for sortable tables: sort-column (0 ... x) for default
sort col in template and sort-direction (asc, desc) for default sort
order on load
2013-10-06 09:43:01 +02:00
BNoiZe
718c19f230
Fixed a bug which made the edit link unclickable
2013-10-05 23:30:48 +02:00
Michael Kaufmann
11380a9819
Merge pull request #119 from BNoiZe/master
...
Sorting, unlock link, greyed out customer
2013-10-05 11:14:01 -07:00
BNoiZe
933a47cf7f
Merge branch 'master' of https://github.com/BNoiZe/Froxlor
2013-10-05 20:09:05 +02:00
BNoiZe
521acfbe5c
Added unlock link and greyed out customer if deactivated
2013-10-05 20:06:23 +02:00
BNoiZe
08e9f3ebd0
Dynamic sorting for theme Sparkle
2013-10-05 18:15:31 +02:00
Michael Kaufmann
fc0a069a74
Merge pull request #118 from BNoiZe/master
...
CSS tweaks
2013-10-04 10:47:24 -07:00
BNoiZe
1acf7d852d
Merge branch 'master' of https://github.com/BNoiZe/Froxlor
2013-10-04 19:40:13 +02:00
BNoiZe
015e688a0e
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-10-04 19:39:06 +02:00
BNoiZe
939c1950ea
CSS tweaks
2013-10-04 19:27:37 +02:00
BNoiZe
57e0d84d69
Removed error file created by git
2013-10-04 19:02:50 +02:00
BNoiZe
9e633d6e11
Merge branch 'master' of https://github.com/BNoiZe/Froxlor
...
Conflicts:
templates/Sparkle/assets/css/main.css
2013-10-04 18:57:25 +02:00
BNoiZe
6d12ad9986
Merge pull request #117 from BNoiZe/master
...
Fixes for installtion screen
2013-10-04 18:56:18 +02:00
Michael Kaufmann (d00p)
205f80ff8d
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-10-04 18:54:24 +02:00
Michael Kaufmann (d00p)
30e664e8ea
remove unecessary sed-command on debian wheezy (fpm), fixes #1269
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-04 18:53:31 +02:00
Michael Kaufmann
21020fecc4
Merge pull request #117 from BNoiZe/master
...
Fixes for installtion screen
2013-10-04 06:50:07 -07:00
BNoiZe
c649970f4d
Fixes for installtion screen
2013-10-04 15:42:01 +02:00
Michael Kaufmann
c5dc953071
Merge pull request #116 from BNoiZe/master
...
CSS & HTML cleanup, usage of $linker->getLink() in header.tpl (sparkle theme)
2013-10-03 13:19:41 -07:00
BNoiZe
6ca09a3ca0
Replaced static links with $linker->getLink()
2013-10-03 21:51:59 +02:00
BNoiZe
0c3aa5c0be
CSS & HTML cleanup
2013-10-03 21:21:54 +02:00
Michael Kaufmann
ee38a99b19
Merge pull request #115 from BNoiZe/master
...
Fixed heading of replaceable vars
2013-10-03 11:17:26 -07:00
BNoiZe
ce403a855a
Fixed heading of replaceable vars
2013-10-03 20:10:34 +02:00
Michael Kaufmann (d00p)
c2b35d81c6
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-10-03 16:11:01 +02:00
Michael Kaufmann (d00p)
0ca935b553
fix incorrect strings for AXFR in updater, thx to Max
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-03 16:09:59 +02:00
Michael Kaufmann
b985e6c0f2
Merge pull request #113 from BNoiZe/master
...
New PHPinfo template and Default Page (Sparkle theme)
2013-10-02 13:42:03 -07:00
BNoiZe
fda66945b5
Removed static text for testing purposes
2013-10-02 21:47:13 +02:00
BNoiZe
8c2276da64
New Default Page
2013-10-02 18:56:43 +02:00
BNoiZe
5684cd8a9f
New PHPinfo table
2013-10-02 18:29:31 +02:00
Michael Kaufmann (d00p)
b43a55b9b8
fix incorrect path to awstats_buildstaticpages.pl on Ubuntu Precise, thx to get
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-02 17:14:14 +02:00
Michael Kaufmann (d00p)
47d595edda
fix checklastguid, thx oschni
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-02 10:23:58 +02:00
Michael Kaufmann (d00p)
10dc017dd1
add phpinfo() in admin-panel, thx to EleRas; fixes #1270
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-02 09:48:24 +02:00
Michael Kaufmann (d00p)
91ed3cb128
fix has_certs == 3 which is old (it's the default which is 0)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-01 22:16:36 +02:00
Michael Kaufmann
83743eef8c
Merge pull request #112 from BNoiZe/master
...
Fixes and cleanup
2013-10-01 13:16:44 -07:00
BNoiZe
e5304d1cc1
Code cleanup
2013-10-01 22:02:44 +02:00
BNoiZe
f44395a001
Fixed css
2013-10-01 22:00:37 +02:00
BNoiZe
b56149f3f3
Added scroll to top button
2013-10-01 21:52:43 +02:00
BNoiZe
d55cccda39
Added background to options dropdown
2013-10-01 21:37:30 +02:00
BNoiZe
63bfea75a5
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-10-01 21:28:59 +02:00
BNoiZe
413b34bf34
Show type of certificate
2013-10-01 21:28:44 +02:00
BNoiZe
bc83e65a50
Replaced wrong customer-icon
2013-10-01 21:27:56 +02:00
Michael Kaufmann
2e503302a8
Merge pull request #111 from BNoiZe/master
...
Sparkle fixes/updates and lng/english.lng.php update
2013-10-01 12:17:09 -07:00
BNoiZe
993814edd5
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-10-01 20:45:37 +02:00
Michael Kaufmann (d00p)
b19e226609
fix webftp template (Froxlor and Sparkle theme)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-01 18:44:09 +02:00
Michael Kaufmann (d00p)
c2831007e7
update sparkle theme to reflect latest changes + some minor bugfixes
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-01 18:43:41 +02:00
BNoiZe
12bf2b779f
Changed old CUST_NAME to new SALUTATION
2013-10-01 18:30:02 +02:00
BNoiZe
c4713f3ebf
Replaced static text with language var
2013-10-01 18:03:04 +02:00
BNoiZe
180d711d9c
Fixed uppercase of options
2013-10-01 18:02:45 +02:00
BNoiZe
34814e37ea
Merge branch 'master' of git://github.com/Froxlor/Froxlor
2013-10-01 17:32:55 +02:00
BNoiZe
d179831033
better readability of green buttons
2013-10-01 17:28:21 +02:00
BNoiZe
8032e6f0d5
if/else bugfix
2013-10-01 16:22:19 +02:00
Michael Kaufmann (d00p)
81ada4c9a4
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-10-01 16:11:27 +02:00
Michael Kaufmann (d00p)
2ca9420bd4
don't show form to add e-mail addresses if no domain exists
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-01 16:11:19 +02:00
Michael Kaufmann
d76e52cfde
Merge pull request #110 from BNoiZe/master
...
multi-stack support for Sparkle-Theme
2013-10-01 07:03:13 -07:00
BNoiZe
a2fb15db68
multi-stack support
2013-10-01 15:58:37 +02:00
Michael Kaufmann (d00p)
38a53e49fd
welcome on board new 'Sparkle' theme and also welcome on board BNoiZe as theme maintainer (creater of Sparkle theme)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-01 15:21:35 +02:00
Michael Kaufmann (d00p)
ecdb9ddbdc
fix missing file-extension for AddHandler directive
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-01 10:16:13 +02:00
Michael Kaufmann (d00p)
a59fee305a
fix php-fcgi starter script for nginx/php, thx to Witalij from Aixit GmbH
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-01 10:08:47 +02:00
Michael Kaufmann (d00p)
09b408c375
make changing default theme in settings recurse through customers and admins if changing themes for them is disallowed, fixes #1233
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-01 10:07:36 +02:00
Michael Kaufmann (d00p)
c109f9098c
remove pretty old backwards-compatibility symlinks of cron-files, noone should need them anymore
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-01 09:40:01 +02:00
Michael Kaufmann
bde5ef5c90
Merge pull request #109 from tilman19/upstreamfix
...
Changing SetHandler to AddHandler again
2013-09-30 09:58:42 -07:00
Tilman Klaeger
0ca34daf76
Changing SetHandler to AddHandler again, works for me on my system.
2013-09-30 18:36:45 +02:00
Florian Aders (EleRas)
8c50c21657
Fixed type (add should be edit in edit-case)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2013-09-30 14:12:43 +02:00
Michael Kaufmann (d00p)
2b8d42b418
fix minor spelling error, thx to Talisman
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-30 12:13:31 +02:00
Michael Kaufmann (d00p)
2e52b95d37
fix weird behavior when adding/editing the aliasdomain value and no ssl-ip/port is given, thx datenfalke
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-30 12:12:04 +02:00
Michael Kaufmann (d00p)
5be9861bad
respect default_vhostconf_domain setting of all ip/port combinations
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-30 09:59:47 +02:00
Michael Kaufmann (d00p)
de16c9c4a0
don't create a full vhost for every ip/port, just put all the ip's in the <virtualhost>-tag
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-30 08:50:18 +02:00
Michael Kaufmann (d00p)
f9459e92e7
fix redirect to non-standard-ssl port and also implement it for lighttpd
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-30 08:20:03 +02:00
Michael Kaufmann
5e4cb880f7
Merge pull request #108 from tilman19/upstreamfix
...
Fix for SSL redirect if ssl port != 443
2013-09-29 23:08:24 -07:00
Tilman Klaeger
573ada496a
Fix for SSL redirect if ssl port != 443
...
Before it used to forward to https://site:80 as it only checked for
domain[port] to be !=443, wich the redirecting vhost usualy is.
Now we check for destination port !=443.
Customer still has to be carefull when setting ports and IPs,
different ports on different IPs on same domain will always cause
trouble.
tilman19, tilman@3c7.de
2013-09-30 01:26:08 +02:00
Michael Kaufmann (d00p)
7b918ec982
fix php-fpm on apache2 (update 'AddHandler with SetHandler, etc.), thx to snoopotic from the forum
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-29 20:37:39 +02:00
Michael Kaufmann (d00p)
9d43e64610
domain-hascert state 3 is non-existent, it should be 0, thx EleRas
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-29 19:29:24 +02:00
Michael Kaufmann (d00p)
0b0a515124
show either if domain has a global certificate (via ip/port), a shared certificate (via parentdomain) or it's own certificate (customer-entered), thx to Nico for the artwork
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-29 18:40:25 +02:00
Michael Kaufmann (d00p)
b3280e2264
use same aliasdomain-check queryin 'add' like we do in 'edit' of domains
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-29 18:15:46 +02:00
Michael Kaufmann (d00p)
879302623b
dirty fix for adding new domains when alias-domain is set (IP-check etc. were not done in tilman19-master branch), I'll get into that later
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-29 15:08:45 +02:00
Michael Kaufmann (d00p)
94478d7ebc
set correct guid when using fcgid and own-vhost for froxlor, thx to snoopotic from the forum
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-29 14:49:35 +02:00
Michael Kaufmann (d00p)
7015ded73a
fix missing variable-sign in updater (only regarding nginx users with false fastcgi_param setting updating from 0.9.28.1 to 0.9.29-dev1)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-29 12:10:09 +02:00
Michael Kaufmann (d00p)
5ff3b04679
add SSLVerifyDepth also to the ip/port section
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-28 18:48:56 +02:00
Michael Kaufmann
243e30365f
Merge pull request #106 from tilman19/master
...
Minor additions to ssl per vhost settings
2013-09-28 09:47:14 -07:00
Tilman Klaeger
c90eecba49
Minor additions to ssl per vhost settings:
...
add ssl CA cert and chainfail to ssl vhost
tilman19, tilman@3c7.de
2013-09-28 18:37:10 +02:00
Michael Kaufmann (d00p)
eca2df275c
improve ip-address description in admin_domains, thx to datenfalke and Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-28 12:55:43 +02:00
Michael Kaufmann (d00p)
93ba24374b
move a long, these are not the changes you are looking for
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-28 10:44:59 +02:00
Michael Kaufmann
d2c142c07e
Merge pull request #105 from tilman19/master
...
Little addition to phpfpm ondemand, part 1
2013-09-28 01:24:39 -07:00
Tilman Klaeger (tilman19)
fd3852da68
php-fpm in ondemand mode keeps php process as long alive as set in
...
php_fpm_idle_timeout to prevent reload on every call when setting
startup_servers to 0
tilman19 <tilman@3c7.de >
2013-09-28 03:43:49 +02:00
Michael Kaufmann (d00p)
86d3cf794c
re-add ssl.png-icon as it is still used (ssleditor), thx Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-27 17:14:57 +02:00
Michael Kaufmann (d00p)
f7c014e14f
remove unecessary and weird conditional (how's that supposed to work?) and fix editing of domain as admin (not always reproducible though...)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-27 16:28:33 +02:00
Michael Kaufmann (d00p)
0727a6bf7b
show whether ssl-certs are given for a domain by red or green icon in customer-domains, thx to nico for the icon-work
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-27 11:03:21 +02:00
Michael Kaufmann (d00p)
5b419cb7df
add missing copyright notes to cron_mailboxsize; implement untested version of multi-stack for lighttpd-webserver
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-27 10:19:58 +02:00
Michael Kaufmann (d00p)
a3eeb21ae2
create correct SetHandler/FCGID config for froxlor's own vhost when vhostcontainer=1 and fcgid is enabled, thx to snoopotic from our forum
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-26 21:19:22 +02:00
Michael Kaufmann (d00p)
5d4b7e3856
when removing a ip/port combination, also remove the connections to domains
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-25 17:59:36 +02:00
Michael Kaufmann (d00p)
7cdfdda45c
allow non-standard ssl-port for ssl-redirects (actually, put the port in there if non-standard is defined in ip/port combination), fixes #201
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-25 17:08:06 +02:00
Michael Kaufmann (d00p)
a993295356
fixes when adding a user with std.subdomain (multi-stack related)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-24 17:32:40 +02:00
Michael Kaufmann (d00p)
bacf60df59
Sephi doesn't like missing B's in KB :P
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-23 17:38:52 +02:00
Michael Kaufmann (d00p)
1edb3c7874
also, select field 'mboxsize' in customer_email because we want to show it to the user :P, thx Sephi...again...
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-23 17:36:17 +02:00
Michael Kaufmann (d00p)
2a396ffb31
enhance master-cronjob parameter usage, you can now use --force-[cronname] to force any cronjob you like; now show mailbox sizes of emial accounts in the customers email overview, fixes #1007
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-23 16:58:27 +02:00
Michael Kaufmann (d00p)
f9f4773616
properly escape custom-error strings in apache2, fixes #1009
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-23 14:48:02 +02:00
Michael Kaufmann (d00p)
74b48dace2
better error-message when version of files do not match version in database (update needed), thx to 'unknown75' from the Forum
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-23 12:27:11 +02:00
Michael Kaufmann (d00p)
6b3a54995c
fix enabling of 'speciallogfile' if security questions are asked when editing a domain, fixes #1213
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-23 09:35:33 +02:00
Robert Förster (Dessa)
bdd2ca2300
embed html5shiv.js locally instead of using a (probably) unreliable source (which also updates it to 3.6.2 final)
2013-09-22 20:35:09 +02:00
Robert Förster (Dessa)
bbab7d7298
we don't use the non-minified versions of the jqplot plugins so we don't need to keep them
2013-09-22 20:35:09 +02:00
Robert Förster (Dessa)
8a5c9dd03b
update css folder, use minified versions as we do not change them
2013-09-22 20:35:09 +02:00
Michael Kaufmann (d00p)
6a9de311c7
re-add jqery-stuff - something went wrong the last time
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-22 17:17:00 +02:00
Michael Kaufmann (d00p)
fea16cd108
register our own autoloader and add PHPMailerAutoload so we don't need to patch phpMailer on every update
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-21 13:10:04 +02:00
Michael Kaufmann (d00p)
b894e273c7
remove requirement of PHPMailerAutoloader as we have our own
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-21 13:03:04 +02:00
Michael Kaufmann (d00p)
30122d8bf1
just replace the german word for 'unlimited' with the corresponding sign like in the english lang-file
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-21 12:48:52 +02:00
Michael Kaufmann (d00p)
fc802f8087
Update all JQuery related libraries to more recent versions
2013-09-21 12:47:53 +02:00
Michael Kaufmann (d00p)
5ceaede1a9
Update Smarty to current stable version 3.1.14
2013-09-21 12:23:33 +02:00
Michael Kaufmann (d00p)
2dfdd6a5f9
Update HTMLPurifier to current stable version 4.5.0
2013-09-21 12:18:55 +02:00
Michael Kaufmann (d00p)
fc8bd2b7af
Update phpMailer to current stable release 5.2.7
2013-09-21 12:07:44 +02:00
Michael Kaufmann (d00p)
98f1bc49fd
beautify ip-list when editing a domain as customer; correct 'sed'-command for fpm-setup for debian wheezy; add note for ftp-path validation (bug #1231 )
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-20 10:58:36 +02:00
Michael Kaufmann (d00p)
0475751cee
fix minor issues; re-added cronjob for lighttpd-webserver (i swear i don't know what happened :P)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-19 22:13:12 +02:00
Michael Kaufmann (d00p)
9e405dafce
merge tilman19-master branch (multistack support) - note: this is a very early stage, don't expect everything to work 100%, use at your own risk. Testers are very very welcome (only apache2 and nginx (even more testing) so far)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-19 19:36:06 +02:00
Michael Kaufmann (d00p)
46e260fc91
correcting variable name, now really fixes #1264
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-19 08:04:25 +02:00
Michael Kaufmann (d00p)
005dfac926
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-09-18 23:30:46 +02:00
Michael Kaufmann (d00p)
a62eff0819
fix deactivating of nameserver-option in admin_domains when editing a domain, fixes #1264
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-18 23:29:41 +02:00
Robert Förster (Dessa)
1d49bfe80e
partially revert to a75dad35dd, fixes #1263
2013-09-18 15:46:23 +02:00
Michael Kaufmann (d00p)
23361e64bb
setting version to 0.9.29
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-18 12:50:22 +02:00
Michael Kaufmann (d00p)
b5a999ae6b
remove mod_tls_memcache module from debian wheezy's proftpd config as it is provided without memcache-support, fixes #1258
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-18 07:38:01 +02:00
Michael Kaufmann (d00p)
2432b7c466
add note for customer-ssl-directory that it will be purged by the cron (just like fcgid-config-dir)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-12 18:45:36 +02:00
Michael Kaufmann (d00p)
075e18def3
add note to customer domain-add/edit to clearify trailing-slash in URLs, corrected apache-rewrite for url-redirects, fixes #1261
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-07 11:32:08 +02:00
Michael Kaufmann (d00p)
cce4bd36ef
wrong solution by SCD in #1261 . This works as intended for me.
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-07 09:53:02 +02:00
Michael Kaufmann (d00p)
d61fe9e0c0
fix mod-rewrite for redirect to URIs, fixes #1261
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-06 14:00:15 +02:00
Michael Kaufmann (d00p)
daf94c6ec9
regenerate webserver-configuration files after changing ssl-certificates as customer, fixes #1260
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-03 14:40:03 +02:00
Michael Kaufmann (d00p)
77143c7de0
use correct vmail username/groupname variable for postfix/dovecot
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-03 10:29:49 +02:00
Michael Kaufmann
ed2949bd21
Merge pull request #104 from nsb2006/patch-1
...
Update zh-cn.lng.php
2013-09-01 03:54:16 -07:00
nsb2006
427f862dac
Update zh-cn.lng.php
2013-09-01 18:50:49 +08:00
Michael Kaufmann (d00p)
c97b3f3e0c
add note that opendkim is currently not supported
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-08-27 11:45:21 +02:00
Michael Kaufmann
e50e9cbd8d
Merge pull request #103 from misdoro/master
...
fix regex-pattern in validateDomain to allow IDN TLDs (punycode), fixes #640
2013-08-25 22:49:41 -07:00
misdoro
d90af956de
Update function.validateDomain.php
...
Fix pattern to support IDN TLDs, like .рф that becomes .xn--p1ai in punycode at this point. (inserted as .рф in domain edit page)
2013-08-25 20:46:08 +02:00
Robert Förster (Dessa)
ef688bd0c0
add htmlpurifier Serializer dir to .gitignore.
...
Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org >
2013-08-20 07:12:08 +02:00
Michael Kaufmann (d00p)
022b83d881
remove notice of undefined variable when adding/editing a customer as admin
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-08-20 06:55:56 +02:00
Michael Kaufmann (d00p)
14bd4c927b
show real loginname instead of just <froxloruser> so people won't get confused, refs #1251
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-08-19 12:23:28 +02:00
Michael Kaufmann (d00p)
6bfec9dc40
adding cipher-order to ssl-vhosts when using apache, thx to Marcel
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-08-19 11:20:39 +02:00
Michael Kaufmann (d00p)
60ddcc221c
fix undefined index 'openbasedir' when creating a subdomain
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-08-18 21:17:41 +02:00
Michael Kaufmann (d00p)
c11460cfcc
use correct html-characters to display lower-than and greater-than signs in backup-info-text, fixes #1251
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-08-18 13:00:07 +02:00
Michael Kaufmann (d00p)
a181954864
remove duplicate, old and wrong language entry in dutch language file, fixes #1250
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-08-18 12:07:08 +02:00
Michael Kaufmann (d00p)
dc57eb1394
remove unknown user 'froxlorftp' and use nobody/nogroup (default) for proftpd on gentoo, fixes #1249
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-08-18 12:00:28 +02:00
Michael Kaufmann (d00p)
a33b3b3fd9
remove duplicate config-entry in proftpd.conf for gentoo, fixes #1247
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-08-18 11:55:43 +02:00
Michael Kaufmann (d00p)
e4a4755ed0
add missing icon, thx to novaflash
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-07-19 12:08:45 +02:00
Michael Kaufmann (d00p)
ab8975ccc3
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-07-14 11:24:17 +02:00
Michael Kaufmann (d00p)
d4d02bfa7d
fix undefined variables and domain-edit of php-config when FPM is enabled
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-07-14 11:23:52 +02:00
Robert Förster (Dessa)
fbb4c81e53
- put proper smtpd_relay_restrictions also in gentoo template, postfix 2.10 is stable for a while now (and the only available version besides masked 2.11 anyway)
...
- fix 80 char "limit" per line for wheezy postfix templates (only cosmetic)
2013-07-12 09:22:21 +02:00
Michael Kaufmann (d00p)
6d06187df4
make e-mail address and compare-address lowercase, thx to DasTho from the forum
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-07-10 13:45:52 +02:00
Michael Kaufmann (d00p)
1870a88f6b
fix possible undefined variable in error-message, thx to Dessa
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-07-09 21:46:56 +02:00
Michael Kaufmann (d00p)
d02c739640
fix proftpd-config-templates for debian wheezy, thx to finnq & Spacey
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-07-09 20:54:06 +02:00
Robert Förster (Dessa)
26326937b1
(probably) fixed postfix configuration
...
Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org >
2013-07-08 18:40:10 +02:00
Michael Kaufmann (d00p)
3267cdfda7
fix undefined variable in wheezy-config
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-07-05 10:55:42 +02:00
Michael Kaufmann (d00p)
b7a4b69ee0
enhance php-fpm configuration options to use custom-ini-settings, refs #587
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-07-05 10:54:52 +02:00
Michael Kaufmann
69e2c7dee1
Merge pull request #101 from 23networks/master
...
"White text on light background"-fix
2013-07-04 10:24:01 -07:00
Michael Kaufmann (d00p)
7589e7a21b
fix incorrect database-field regarding Maildir setting, fixes #1242 ; set version to 0.9.29-rc1
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-07-04 19:20:20 +02:00
Michael Kaufmann (d00p)
272de00af2
php-fpm--config 'log_errors_max_len' belongs to php_value and not php_flag, fixes #1241
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-07-04 19:03:06 +02:00
Michael Kaufmann (d00p)
ff66f62831
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-07-03 11:34:45 +02:00
Michael Kaufmann (d00p)
68fb822160
give possibility to change php.ini-values for fpm-pool configurations (only pre-defined sections are possible for now), refs #587
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-07-03 11:34:34 +02:00
Johannes Matheis
c00edd399e
override fg color to obtain readability
2013-07-03 08:47:42 +00:00
Robert Förster (Dessa)
a75dad35dd
massive update of the wheezy templates, but take them with a grain of salt for now, in particular:
...
- dkim is broken (pending code changes, this affects *everyone* with opendkim i suppose)
- it has received *no* testing (yet)
other noteworthy stuff:
- nginx should be switched to upstream provided fcgi params file, as its essentially the same.
- dovecot should now work with exim4
- for the most part, configs were switched to the commented version if available, that requires some more reading for the admins, but this isn't a problem for you... right? :)
while i don't think any of this will break horribly, like drinking the beer in your fridge or some other nasty stuff, it will still require testing
Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org >
2013-07-01 15:07:28 +02:00
Dessa
d4e79911cb
Merge pull request #100 from evgeni/allow_sieve
...
allow sieve usage for all mail users
2013-07-01 03:55:30 -07:00
Evgeni Golov
44cfa99c5c
allow sieve usage for all mail users
2013-06-30 21:45:58 +02:00
Michael Kaufmann (d00p)
9b60dc09ea
add possibility to specify enabled Zend Guard for APS, fixes #1235
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-06-21 10:22:46 +02:00
Michael Kaufmann
04e1ade0d2
Merge pull request #99 from 5nafu/master
...
Added smtpd_relay_restrictions to all postfix configurations, fixes #1220
2013-06-21 00:06:43 -07:00
Michael Kaufmann
05399ce53e
Merge pull request #98 from wb7/master
...
Updated german grammer
2013-06-21 00:05:46 -07:00
5nafu
3ef481763c
Bug #1220 : Added smtpd_relay_restrictions to all postfix configurations
2013-06-21 08:57:57 +02:00
Lucas
f842e69d81
Changed sentence @d00p
2013-06-20 13:54:09 +03:00
Lucas
de09d3dd5f
Removed tag at the end
2013-06-19 19:48:55 +03:00
Lucas
1793873bbb
Updated german grammer #2
2013-06-19 19:46:58 +03:00
Michael Kaufmann
fb04e99dcb
Merge pull request #97 from wb7/master
...
Changed some german sentences
2013-06-19 08:56:03 -07:00
Lucas
817966f4ea
Changed some German sentences - grammer
2013-06-19 18:15:56 +03:00
Michael Kaufmann (d00p)
d9e7cd349b
fix in display of error for path-field when dropdown is chosen (customer/domains); update change in speciallogfile also for subdomains of that domain, fixes #1223
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-06-09 15:18:38 +02:00
Dessa
95061ecf77
Merge pull request #96 from powerfolder/master
...
Changed executable dir for Postfix on Gentoo
2013-06-07 04:41:27 -07:00
Florian Lahr
188f189d74
fixes #1152
2013-06-07 12:54:12 +02:00
Michael Kaufmann (d00p)
15ff558d5f
don't call a cronjob function from within the panel (safe_exec not allowed), fixes #1227
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-06-07 08:10:45 +02:00
Michael Kaufmann (d00p)
6bde0820c6
update IDNA-class to latest version 0.8.0
2013-06-06 15:07:43 +02:00
Michael Kaufmann
21aabb154d
Merge pull request #95 from powerfolder/master
...
Fixes related to the Awstats/Nginx and Awstats/Gentoo
2013-06-06 07:05:24 -07:00
Florian Lahr
a3ee1430ac
Changes related to missing awstats icon location block in Nginx vhosts and Awstats configuration on Gentoo
...
fixes #1228
fixed #1229
2013-06-06 14:49:21 +02:00
Michael Kaufmann
fc4a93ff6e
Merge pull request #94 from yaplik/master
...
czech translation update
2013-06-06 04:05:22 -07:00
Jiří Zapletal
d595aea7a6
corrections in czech language file
2013-06-06 00:01:09 +02:00
Jiří Zapletal
9ec659be5b
fixing encoding of characters in czech language file
2013-06-06 00:00:40 +02:00
Michael Kaufmann (d00p)
cf515ef8be
use correct user/group setting for froxlor-fpm-vhost-config, fixes #1225
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-30 17:03:52 +02:00
Michael Kaufmann (d00p)
7d49a76c32
don't show openbasedir-textfield for customers if open-basedir is disabled for this domain (only edit), fixes #1224
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-29 16:25:07 +02:00
Michael Kaufmann (d00p)
8e20d5214b
correct sentence's grammar, fixes #1221
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-27 09:38:40 +02:00
Michael Kaufmann (d00p)
537bad3926
improve description of apache-2.4 modification settings as people still activate it even without having >=apache-2.4 installed
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-26 11:42:17 +02:00
Michael Kaufmann (d00p)
dee238d6bd
allow empty value for Maildir-directory-suffix, fixes #1219
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-24 15:42:19 +02:00
Michael Kaufmann (d00p)
fedb513c29
fix unknown fields as it wasn't selected from the table, fixes #1218
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-24 13:34:05 +02:00
Michael Kaufmann (d00p)
435f4a189a
Remove mod_log_sql model for awstats as there's no mod_log_sql anymore
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-24 13:26:52 +02:00
Michael Kaufmann (d00p)
ff218168b9
more work on wheezy configs, added fcgid- and phpfpm-commands for setup; fixed non-working call to mysqldump in backup-cronjob
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-24 10:31:26 +02:00
Michael Kaufmann (d00p)
043422b101
show customer name with su-link on ticket view for admins, and just as plaintext for customers, fixes #1045
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-17 09:50:22 +02:00
Michael Kaufmann (d00p)
a1ff131fd6
use correct sender for usage-email, fixes #1212
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-17 09:28:36 +02:00
Michael Kaufmann (d00p)
fb9ed8b7da
implement per-domain-ssl-certificates in the cronjobs, refs #365
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-15 11:55:26 +02:00
Michael Kaufmann (d00p)
42b201c54d
prepare ssl-per-domain (customer setable), no cronjob-functionality yet (intended), refs #365
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-14 17:26:30 +02:00
Michael Kaufmann (d00p)
14e9b81995
preparation for wheezy config-templates (just copied for now); fixed missing courier-templates for precise
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-13 18:40:30 +02:00
Michael Kaufmann (d00p)
b5fc0ad532
fix error when security question is being asked when adding a domain as admin, thx to Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-08 16:34:04 +02:00
Michael Kaufmann (d00p)
2d54fb8187
don't use name 'usage' as it is a mysql-reserved word, thx to anbrosius for noticing
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-06 17:46:16 +02:00
Michael Kaufmann (d00p)
d234abc19c
better calculation of mysql-diskspace usage (like we do in the customer_mysql-overview), thx to KulMaks from the forum
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-06 11:59:10 +02:00
Robert Förster (Dessa)
db8f2a767d
fix rpmlints incorrect-fsf-address
2013-05-04 10:32:16 +02:00
Robert Förster (Dessa)
90ea8cfc1b
phase out hardy and dovecot1 configs for gentoo
2013-05-04 10:03:44 +02:00
Michael Kaufmann (d00p)
55312a6df4
fix zonefile nameserver-entries when there are no nameservers given (use A/AAAA entries then)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-03 10:45:27 +02:00
Michael Kaufmann (d00p)
e0db240a3f
tiny fixes in nginx-cronjob; clean up unused code from lighttpd cronjob
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-03 09:50:07 +02:00
Michael Kaufmann (d00p)
4825c77e2e
don't create one giant vhost for all IP's but separate ones for each ip
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-02 13:02:40 +02:00
Michael Kaufmann (d00p)
9691a39102
fix setting of default IP/Port (which still used panel_domain's ipandport-field), don't show ssl-enabled IP/Ports for default-ip (wrong default parameter of function getIpPortCombinations()), smaller fixes in bind- and lighttpdcronjob
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-05-02 10:38:44 +02:00
Michael Kaufmann (d00p)
257444558f
fix rewrite-rule for redirects to URIs, fixes #1043
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-30 11:52:57 +02:00
Michael Kaufmann (d00p)
8aa74a9b90
fixes for dualstack by tilman19
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-29 10:02:44 +02:00
Tilman Klaeger (tilman19)
80f19c7dfb
Add multistack options to userpanel, fixes #586
2013-04-29 09:06:40 +02:00
Tilman Klaeger (tilman19)
0d3daace49
Add multistack configuration to Bind nameserver, fixes #585
2013-04-29 08:56:43 +02:00
Tilman Klaeger (tilman19)
af899c290f
Add multistack configuration for nginx, fixes #584
2013-04-29 08:54:36 +02:00
Tilman Klaeger (tilman19)
a5048007de
Create multistack configuration for Apache, fixes #582
2013-04-29 08:31:32 +02:00
Tilman Klaeger (tilman19)
0ba04fbe42
Change database structure to support multistack, #581
2013-04-29 08:22:25 +02:00
Michael Kaufmann (d00p)
fe638b5f52
fix missing bracket in lighttpd cronjob; update the ssl-listening on nginx, thx to byteworkshosting
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-27 10:28:40 +02:00
Michael Kaufmann
e8096b1cb6
Merge pull request #93 from Guite/master
...
Minor coding-style related changes
2013-04-27 01:05:30 -07:00
Axel Guckelsberger
54fc4758d9
Update admin_message.php
2013-04-27 10:56:34 +03:00
Axel Guckelsberger
2d6d3349cf
Update admin_logger.php
2013-04-27 10:48:42 +03:00
Axel Guckelsberger
ee45bd9f14
Update customer_mysql.php
2013-04-27 10:46:49 +03:00
Axel Guckelsberger
9665fe8c1f
Update customer_index.php
2013-04-27 10:26:48 +03:00
Axel Guckelsberger
10d1b8063d
Update admin_cronjobs.php
2013-04-27 10:22:23 +03:00
Axel Guckelsberger
1f0a2ca358
Update admin_updates.php
2013-04-27 10:18:35 +03:00
Axel Guckelsberger
a7687659cc
Update customer_ftp.php
2013-04-27 10:15:36 +03:00
Axel Guckelsberger
016ae12884
Update customer_traffic.php
2013-04-27 10:10:48 +03:00
Axel Guckelsberger
f6a729df87
Update index.php
2013-04-27 10:06:19 +03:00
Axel Guckelsberger
413461364d
Update customer_autoresponder.php
2013-04-27 09:59:22 +03:00
Axel Guckelsberger
c14b18ab39
Update customer_aps.php
2013-04-27 09:54:23 +03:00
Axel Guckelsberger
febb8e37bc
Update cron_tasks.inc.http.10.apache.php
2013-04-27 09:50:05 +03:00
Axel Guckelsberger
84d87adb9b
Update cron_tasks.inc.http.30.nginx.php
2013-04-27 09:32:28 +03:00
Axel Guckelsberger
ed151d5fd8
Update cron_tasks.inc.http.20.lighttpd.php
2013-04-27 09:16:53 +03:00
Michael Kaufmann (d00p)
b93bb806f6
don't use makeCorrectFile() on custom error-pages when it is a URL; also fix include-order for lighttpd vhosts, fixes #833
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-26 18:53:20 +02:00
Michael Kaufmann (d00p)
fb4c809ba4
forgot the extra panel on admin-index
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-25 20:00:49 +02:00
Michael Kaufmann (d00p)
fe1ad85d29
auto-height parent-container if info-panels on customer-index are too big, fixes #1198
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-25 19:58:01 +02:00
Michael Kaufmann (d00p)
7a69cf73ba
don't require a port-declaration in validating an URL when an IP address is given, fixes #1179
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-23 15:58:03 +02:00
Michael Kaufmann (d00p)
f2d10046b6
fix axfr-server-stuff (and close allow-transfer block), let updater and settings validate ipv4/ipv6 via function validate_ip
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-22 16:39:35 +02:00
Michael Kaufmann (d00p)
ce9c8a766f
set year to 2013 thanks to LeonP
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-20 17:20:28 +02:00
Michael Kaufmann (d00p)
82973267f3
respect deactivation of 'nameserver' yes|no in domain-edit (thx to monumentum); beautify preconfig
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-19 15:32:10 +02:00
Michael Kaufmann (d00p)
7adc2dd35c
Update version_compare function; fix syntax-error in bind-config generation, thx to monumentum
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-19 13:55:38 +02:00
Michael Kaufmann (d00p)
1ae7876e44
provide a correct user-salutation for all templates, thanks to Shortie
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-19 11:56:53 +02:00
Michael Kaufmann (d00p)
e97a7c611c
add possibility to specify AXFR servers for bind zone-configuration, fixes #100
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-18 16:38:22 +02:00
Michael Kaufmann (d00p)
0001c30a5d
added new configio-class to reduce the duplicate code of removing config-files for the webservers (it's all pretty much the same), CAUTION: very untested
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-16 21:39:46 +02:00
Michael Kaufmann (d00p)
d51977af65
move the merging-code for location-/ sections to the end of all possible location-blocks; fixes #1193
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-16 07:57:58 +02:00
Michael Kaufmann (d00p)
e29068f0d8
ups, wrong brakets :P
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-15 13:19:04 +02:00
Michael Kaufmann (d00p)
8f127e4769
revert last nginx-fix (nonsense) and now respect 'vhost-statement=no' setting for froxlor-vhost (no server-block), fixes #1076
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-15 13:13:36 +02:00
Michael Kaufmann (d00p)
802d59670c
add possibility to allow/disallow changing of themes; fixes #1175
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-15 09:54:35 +02:00
Michael Kaufmann (d00p)
3d246d7926
respect listen_statement = 0 setting from ipsandports-table in nginx - use with caution; fixes #1076
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-15 09:05:53 +02:00
Michael Kaufmann (d00p)
25b4826395
show specific templates only if corresponding feature is enabled, fixes #1191
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-15 08:56:50 +02:00
Michael Kaufmann (d00p)
65b3d536b6
just needed it and thought it'd be helpful for all :)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-14 22:57:57 +02:00
Michael Kaufmann (d00p)
5e91e98450
better check the faulty value explicitly so nothing user-customized gets overwritten, refs #1192
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-14 20:28:38 +02:00
Michael Kaufmann (d00p)
39d30644db
falsely used makeCorrectDir() where makeCorrectFile() should be used, this concerns updaters with webserver=nginx only, the setting nginx-fastcgiparams can manually be changed of course; fixes #1192
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-14 20:08:24 +02:00
Michael Kaufmann (d00p)
df56cc45fe
be sure the nginx-fastcgi_param file is a file; refs #1192
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-14 19:56:20 +02:00
Michael Kaufmann (d00p)
fb045c3fe1
let admin chose what password-hash-algorithm is to be used to crypt() passwords; fixes #852
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-14 18:41:21 +02:00
Michael Kaufmann (d00p)
271e4a660b
don't db->escape the password for makeCryptPassword as its result is being db->escaped anyway; refs #852
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-14 11:56:01 +02:00
Michael Kaufmann (d00p)
1c0937f29b
don't show subdomains in php-configuration-overview + allow to hide standard-subdomains (they are full-domains) via panel-setting; fixes #744
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-14 11:10:51 +02:00
Michael Kaufmann (d00p)
79b2adea16
fix open_basedir path's for newer php-versions as a trailing slash won't allow the usage of subfolders within the given folder, fixes #797
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-14 10:05:49 +02:00
Michael Kaufmann (d00p)
6da6915cac
fix version_compare (why did this work for me in the first place?); fix fallback if user still has 'classic' as theme
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-12 10:48:26 +02:00
Michael Kaufmann (d00p)
e9f3e617c7
fix bug in updater which prevents the updater to finish correctly, fixes #1186
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-12 09:56:02 +02:00
Michael Kaufmann (d00p)
9af43854d9
sh*t - forget the 'table' part in the alter-query
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-11 12:37:16 +02:00
Michael Kaufmann (d00p)
8211a73c15
setting version to 0.9.28 (preparation for release)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-11 12:29:24 +02:00
Michael Kaufmann (d00p)
eb843c5f31
respect decimal-places setting in admin_traffic, thx to HammerFall and Shortie
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-11 11:46:12 +02:00
Michael Kaufmann (d00p)
9cac851ab6
add note to remove the default awstats cronjob as it conflicts with froxlor, fixes #1185
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-11 11:30:49 +02:00
Michael Kaufmann (d00p)
090d4a6835
fix escaping of spaces in dir/filename
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-06 18:57:49 +02:00
Michael Kaufmann (d00p)
3f738f6ecd
remove old mod_log_sql language-file-entry
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-06 17:21:24 +02:00
Michael Kaufmann (d00p)
fbaafafdca
set dovecot-1 on gentoo deprecated as announced
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-06 17:19:52 +02:00
Michael Kaufmann (d00p)
900df7127c
be more specific what 'caneditdomain' field means, thx to fuchsi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-06 14:38:24 +02:00
Michael Kaufmann (d00p)
350e1b2d2d
if empty string is allowed for file/folder in settings by definition, really allow empty string; fixes #1160
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-06 13:38:57 +02:00
Michael Kaufmann (d00p)
b0449165f9
when editing an admin/reseller check if the changed resources are still at least as much as the admin/reseller used already
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-04 21:08:47 +02:00
Michael Kaufmann (d00p)
95efc2f3a7
trim path before checking, fixes #927
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-04 16:10:17 +02:00
Michael Kaufmann (d00p)
faa8169964
add -i to the sendmail parameter list (php-default is -t -i anyway), thx to Psi|4ward. A note will be shown on the update screen later; fixes #1134
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-04 12:46:49 +02:00
Michael Kaufmann (d00p)
e96461bd4c
add additional commands for postfix installation on freebsd, fixes #1155
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-04 12:29:16 +02:00
Michael Kaufmann (d00p)
67ec8861d7
awstats_configure.pl not available on gentoo and also not even a good idea to use because it breaks our webserver config and more; fixes #1085
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-04 12:21:33 +02:00
Michael Kaufmann (d00p)
551c1616f5
don't include specialsettings or default-vhost-content to ssl-redirects, fixes #1136
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-04 10:29:28 +02:00
Michael Kaufmann (d00p)
3d79564fd2
remove traffic-cron-lockfile after its finished, thx to netsurfer
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-03 15:33:48 +02:00
Michael Kaufmann (d00p)
8c8cbc74cf
make fcgid and php-fpm config cleaning work for real, fixes #1180
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-01 10:51:42 +02:00
Michael Kaufmann (d00p)
da516ed615
don't insert the ftp-directory-build-permission-task when rebuilding config files - has nothing to do with it and just confuses admins
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-30 23:14:38 +01:00
Michael Kaufmann (d00p)
ab410cc91e
don't insert task if feature is disabled even though they are not run but might be irritating for the admin, thx to fuchsi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-29 20:10:37 +01:00
Michael Kaufmann (d00p)
93f320ed6d
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-03-29 14:54:20 +01:00
Michael Kaufmann (d00p)
8016bd4ed0
localize 'speciallogfile' and give it a better label/description, thanks to xming
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-29 14:53:54 +01:00
Michael Kaufmann
c4879519fb
Merge pull request #90 from madmuffin1/language_cleanup
...
Removing missed chinese string, include references-file; refs #1171
2013-03-28 10:09:09 -07:00
madmuffin1
66e7e8323b
Removing missed chinese string, include references-file (refs #1171 )
2013-03-28 16:53:31 +01:00
Michael Kaufmann (d00p)
4e41fd84fe
only build dialog if needed
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-27 13:05:28 +01:00
Michael Kaufmann (d00p)
a8681b1e7b
put the language-string for speciallogwarning to admin_domains, not customer_domains, this fixes an undefined variable and the possibility to edit the 'special-logfile' setting; thx to oschn00r for the hint
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-27 12:30:37 +01:00
Michael Kaufmann (d00p)
a903455ee0
only show 'SSL redirect' checkbox for customers when there really is a ip/port combination for SSL; fixes #1179
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-27 08:34:59 +01:00
Michael Kaufmann (d00p)
c986c08cfb
switching users if the user is deactivated lead to a redirect to the login-screen with an undefined variable, just showing a message that the user is deactivated now
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-23 08:59:20 +01:00
Michael Kaufmann (d00p)
a9941fe0a4
include future -dev version-strings in version-check
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-22 20:05:59 +01:00
Michael Kaufmann (d00p)
1fa04c668d
use the version compare of version.froxlor.org also in froxlor, thx for the hint to byteworkshosting
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-22 19:59:14 +01:00
Michael Kaufmann (d00p)
cce3c0fde3
don't make documentroot include domain-name by default (forgot on update); remove possible undefined index; beautification for template-forms, thx to monumentum
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-22 18:51:12 +01:00
Michael Kaufmann
d5997d5772
Merge pull request #87 from madmuffin1/language_cleanup
...
Language cleanup, fixes #1171
2013-03-22 09:55:40 -07:00
madmuffin1
f2ecf74d41
Removed error references strings from all language_files, these language files should now be suitable for translation using transifex (refs #1171 )
2013-03-22 16:38:56 +01:00
madmuffin1
6a16940aa0
* Removed last real backreference ($lng['dkim']['dkim_keylength']) from language files (refs #1171 )
2013-03-22 16:04:12 +01:00
madmuffin1
4675bfe2b9
* removed more backreferences in language files (refs #1171 )
2013-03-21 21:50:17 +01:00
Michael Kaufmann (d00p)
3587f6d119
add parameter isRelative=true to call of redirectTo() and it magically fixes #1177
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-20 21:39:07 +01:00
Michael Kaufmann (d00p)
ed3fc0208c
fix notice, meh
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-20 21:24:01 +01:00
Michael Kaufmann (d00p)
acfe8a40b7
a bit of beautification, now fixes #536
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-20 21:14:56 +01:00
Michael Kaufmann
d5fd89beb7
Merge pull request #85 from sorinpohontu/Feature#536
...
use complete domain name as default path for DocumentRoot (a few changes are to be made), refs #536
2013-03-20 12:48:44 -07:00
Sorin Pohontu (frontline)
faada48e38
Feature #536 : Use complete domain name as default path for DocumentRoot
2013-03-20 21:37:37 +02:00
Michael Kaufmann (d00p)
236ba6abfb
myhostname should be different from mydomain in postfix's main.cf - use mail. to avoid confusion
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-16 11:59:52 +01:00
madmuffin1
2912d0ec4c
Fix sprintf/printf confusion. Thanks to @Discordier
2013-03-16 09:03:46 +01:00
madmuffin1
50327e2df6
Removed 6 back-references from language files
2013-03-15 23:05:40 +01:00
Michael Kaufmann (d00p)
d3e902ac63
when a new e-mail address is created, don't use the the customers name, as it might confuse the owner of the account, fixes #1127
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-15 17:13:50 +01:00
Michael Kaufmann (d00p)
71544ccc40
gentoo/proftpd: add use-flag for mysql before emerge and touch proftpd.conf before editing it (makes sense); mark ubuntu hardy as deprecated as it will be removed in 0.9.29
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-15 11:26:01 +01:00
Michael Kaufmann (d00p)
74c5d0718c
remove php's safe_mode as it is deprecated since php-5.3 and removed since php-5.4
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-15 09:34:41 +01:00
Michael Kaufmann (d00p)
cbc745ff72
remove mod_log_sql as planned
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-15 08:38:29 +01:00
Michael Kaufmann (d00p)
eaba3c783a
make the 'RANDOM'-mysql-naming case insensitive; refs #1050
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-14 09:56:30 +01:00
Michael Kaufmann
8db5e40661
Merge pull request #70 from b-bittner/Ticket1150
...
Add random SQL-Prefixes to customer DBs when mysql-prefix is set to 'RANDOM', fixes #1150
2013-03-14 01:54:11 -07:00
Michael Kaufmann (d00p)
3895c30ffa
clean up language files for a better fresh start on transiflex, or similar; refs #1171
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-13 09:07:04 +01:00
Michael Kaufmann (d00p)
1a9c5f162f
respect ip/port-default-vhost-config-for-every-domain and system-defaultvhost-conf setting in nginx and lighttpd, fixes #916
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-13 08:18:15 +01:00
Michael Kaufmann (d00p)
a071811dd0
respect 'access froxlor directly via hostname' and 'custom docroot in ip/port' setting in nginx, refs #920
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-13 08:16:36 +01:00
Dessa
c0322b39f1
Merge pull request #84 from byteworkshosting/master
...
Providing Dovecot 2.x configuration steps on FreeBSD
2013-03-12 20:44:32 -07:00
Charlie Root
ca7a91d4cf
Merge remote-tracking branch 'Froxlor/master'
2013-03-12 20:52:20 +01:00
Michael Kaufmann (d00p)
4d0dfb1c88
allow ip:port in redirections, fixes #1173
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-12 19:26:21 +01:00
byteworkshosting
c6477f345f
Providing Bind9 Nameserver configuration steps on FreeBSD
2013-03-12 15:06:14 +01:00
byteworkshosting
c7eccd6086
Providing Nginx Webserver configuration steps on FreeBSD
2013-03-12 12:03:47 +01:00
byteworkshosting
877add851b
Providing Dovecot 2.x configuration steps on FreeBSD
...
(fixes also the FreeBSD-Part of ticket #1015 )
- configuration files can be adopted for other os i think
2013-03-12 11:57:50 +01:00
Michael Kaufmann (d00p)
b5fb0da98f
escape database name when converting to UTF-8 as it may contain a dash or similar character that needs escaping, fixes #1172
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-12 08:14:52 +01:00
Michael Kaufmann
3ed063dd5c
Merge pull request #83 from anbrosius/bugfix-1058
...
Bugfix when deleting customer, fixes #1058 fixes #758
2013-03-12 00:10:39 -07:00
anbrosius
7733b1e625
Bugfix when deleting customer
2013-03-12 00:39:38 +01:00
Michael Kaufmann (d00p)
66e6a21f77
fix and cleanup polish language file, thx to imachine; fixes #1170 refs #1171
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-11 21:21:55 +01:00
Michael Kaufmann (d00p)
e8c833e16d
fix idna conversion for UTF-8, thx to anbrosius (via github)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-11 11:01:30 +01:00
Michael Kaufmann (d00p)
8d7c858931
setting version to 0.9.28-rc1
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-11 10:51:36 +01:00
Michael Kaufmann (d00p)
deee18a7a1
fix awstats/webalizer alias-generation (better solution), this one goes to byteworkshosting, thanks), finally fixes #1067
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-10 18:09:23 +01:00
Michael Kaufmann (d00p)
69e785b5fe
php-fpm + apache fixes when using ssl, refs #1048
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-10 15:35:08 +01:00
Michael Kaufmann (d00p)
2897b0374c
fix awstats/webalizer alias issue, (hopefully) fixes #1067
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-10 15:18:30 +01:00
Michael Kaufmann (d00p)
9b56b0c29d
fix undefined indexes when path already exists and an error is thrown
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-10 14:46:45 +01:00
Michael Kaufmann (d00p)
47481aab56
check if the used froxlor version has already iso-codes in the language-table for this will output undefined variables after updating the files before updating the database in the panel
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-10 10:23:24 +01:00
Michael Kaufmann (d00p)
4b872399ac
check for correct array in ApsInstaller, fixes #1098
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-10 09:11:05 +01:00
Michael Kaufmann (d00p)
a76b064a56
display domains one below the other, so you get a better overview
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-10 08:52:56 +01:00
Michael Kaufmann (d00p)
db81594404
generalize language string
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-10 08:49:52 +01:00
Michael Kaufmann (d00p)
56cc714c2a
the link to open the customer-traffic details via admin-panel now uses rel='external' as we do with switch-user
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-10 08:45:01 +01:00
Michael Kaufmann (d00p)
e1e11061c6
activate/deactivate backup-cronjob with the backup-enabled setting
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-10 08:37:13 +01:00
Michael Kaufmann (d00p)
2a48c2b598
fix fpm-description in english langfile; make --force command really force a regeneration of the config files by inserting the task; beautify nginx customer vhost
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-09 16:59:33 +01:00
Michael Kaufmann (d00p)
b84bd2017c
use language file and better description for google-webfont integration
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-09 16:41:11 +01:00
Michael Kaufmann (d00p)
be11f81af4
minor fixes in installation
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-09 16:26:07 +01:00
Michael Kaufmann (d00p)
d9ebd7a3f9
fix description of the nginx php-reload and php-backend setting
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-08 22:59:16 +01:00
Michael Kaufmann (d00p)
e6816c12ef
php-fpm sanity checks if pm='dynamic' or pm='ondemand', fixes #955
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-07 15:50:22 +01:00
Michael Kaufmann (d00p)
a048cd96b1
implement php-fpm process-manager 'ondemand', fixes #1035
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-07 15:40:07 +01:00
Michael Kaufmann (d00p)
f1e7c09d96
Merge branch 'master' of github.com:Froxlor/Froxlor
2013-03-07 10:51:29 +01:00
Michael Kaufmann
caf60c6f85
Merge pull request #78 from madmuffin1/ticket1163
...
* Log customer deletion of database, fixes #1163
* Enable deletion and correct revoking of database for customer, refs #1108
2013-03-07 01:46:33 -08:00
madmuffin1
bd3661d1d4
* Log customer deletion of database ( #1163 )
...
* Enable deletion and correct revoking of database for customer (#1108 )
2013-03-07 10:31:34 +01:00
Michael Kaufmann (d00p)
011c27101c
remove unused variable which causen an undefined-index notice because it is not part of the form, fixes #1133
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-07 09:44:00 +01:00
Michael Kaufmann (d00p)
3b1be99814
use correct linker-property to set the hostname in redirectTo() function, fixes #1151
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-07 09:35:20 +01:00
Michael Kaufmann (d00p)
12e57c5f10
fix maildirExists() function to check also 'old' maildir layout, refs #1103
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-07 09:13:20 +01:00
Michael Kaufmann (d00p)
cb6db7385a
escape directories/files correctly - TODO: store the user-inputs in the database correctly (source of the data), checking in the cronjob is only just-in-case, refs #717
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-06 17:56:42 +01:00
Michael Kaufmann (d00p)
debdbf5d41
update FCGIWrapper directive to FcgidWrapper (since mod_fcgid-2.3.2), refs #1138
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-06 15:46:15 +01:00
Michael Kaufmann
2c41ea48c1
Merge pull request #59 from madmuffin1/mysqlrevoke
...
Patching Revoking Privileges (both when deleting user and disabling user), fixes #1108
2013-03-05 23:40:45 -08:00
Michael Kaufmann (d00p)
e7a0508989
check for errors in database-description before the actual creation of the database to prevent a physical existing database without an entry in the corresponding froxlor-table, fixes #1052
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-05 16:28:54 +01:00
Michael Kaufmann (d00p)
f88c93a301
fix variable typo (undefined variable) in cron_autoresponder; don't use webfonts by default
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-05 15:51:32 +01:00
Michael Kaufmann (d00p)
92aea9d27e
fix font-stuff on installation
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-05 13:36:24 +01:00
Michael Kaufmann (d00p)
447f61ba78
settings are not available when reading them from the database, let admin set the php-reload command and the php-backend for nginx even if php-fpm is disabled. Added a note to the description, fixes #1075
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-05 10:29:06 +01:00
Michael Kaufmann (d00p)
747b01d141
make path to nginx's fastcgi_params customizable, fixes #1153
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-05 09:03:38 +01:00
Dessa
de89a07970
Merge pull request #63 from adlerweb/fix-gentoocfg-dovecot2
...
[Gentoo] New dovecot configuration
2013-03-04 08:21:54 -08:00
Michael Kaufmann
95faab4a82
Merge pull request #76 from felixww/patch-1
...
Update scripts/jobs/cron_autoresponder.php
2013-03-04 08:17:34 -08:00
Michael Kaufmann
bbb44bc857
Merge pull request #62 from adlerweb/fix-installtranslation
...
Fix install translation
2013-03-04 08:14:32 -08:00
Michael Kaufmann (d00p)
59e65b445f
respect caneditdomain selection
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-28 09:31:33 +01:00
Michael Kaufmann (d00p)
6b1a4ce84d
respect deactivated bind value in formfields
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-28 09:12:45 +01:00
felixww
09e765ba13
Update scripts/jobs/cron_autoresponder.php
...
Emails used to be read for parsing, using PHP's file() command.
I changed it to read the file line by line, so the script doesn't run into the PHP memory limit.
Note that this has been a severe bug, since it used to make PHP abort script execution, thus possibly losing many emails for many users (i.e, on a multi domain setup with many autoresponders running).
2013-02-27 12:56:45 +01:00
Michael Kaufmann (d00p)
afd16138e4
remove stupid joke
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 20:58:24 +01:00
Michael Kaufmann (d00p)
d9ac3b535e
make the panel more customizable by letting the admin use a google-webfont for it
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 20:54:24 +01:00
Michael Kaufmann (d00p)
cebd5ccf56
be nice to an admin/reseller if they don't have any customer-contingent
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 16:37:00 +01:00
Michael Kaufmann (d00p)
7289ec1459
custom order of ticket-categories has to be admin/reseller-dependend
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 16:20:20 +01:00
Michael Kaufmann (d00p)
204d539041
custom order of ticket-categories has to be admin/reseller-dependend
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 16:11:27 +01:00
Michael Kaufmann (d00p)
0aa6b8ceb8
respect tickets_see_all when editing admins/reseller, update version in tables.inc.php
2013-02-25 16:06:08 +01:00
Michael Kaufmann (d00p)
8b9bc44279
custom order of ticket-categories has to be admin/reseller-dependend
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 15:54:33 +01:00
Michael Kaufmann (d00p)
0c471639b1
don't remove php-fpm-configs after they have been
...
created, the cron_tasks.php cleans up the directory already *update -> also in apache2 and lighttpd cron*
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 14:16:37 +01:00
Michael Kaufmann (d00p)
9061bfd9a3
customers should only see the ticket-categories created by their admin/reseller. Also, there now needs to be a 'tickets-see-all' flag for admins
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 14:09:14 +01:00
Michael Kaufmann (d00p)
177e8cf064
backward-compatibility for old mail-folder-structure
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 13:07:35 +01:00
Michael Kaufmann (d00p)
bfcd824799
fix various undefined indexes/variables, respect deactivated bind value, make checkboxes openbasedir/safemode work again
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 11:18:12 +01:00
Michael Kaufmann (d00p)
d7eef7a8b2
add support for the new apache-2.4
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 09:59:26 +01:00
Michael Kaufmann (d00p)
519db12a85
don't remove php-fpm-configs after they have been created, the cron_tasks.php cleans up the directory already
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 09:48:09 +01:00
Benjamin Bittner
bb3716c03e
Feature #1150 ; Add random SQL-Prefixes to customer DBs
2013-01-01 12:50:10 +01:00
Florian Knodt
5612fb1c8d
Add a warning related to SSL
2012-12-13 02:16:12 +01:00
Florian Knodt
4155fdfd4b
Disable SSL by default so dovecot can start without certificates
2012-12-13 02:14:56 +01:00
Florian Knodt
648f52a262
missed ','
2012-12-13 02:12:34 +01:00
Florian Knodt
e530e53dcb
Fixed missing paths and USE-flags for gentoo/dovecot
2012-12-13 02:05:28 +01:00
Florian Knodt
123cc1336e
...and add a bit of grammar to the german translation...
2012-12-13 01:32:42 +01:00
Florian Knodt
f8e9bf9424
Fixed misplaced translation
2012-12-13 01:25:40 +01:00
madmuffin
3657cf7cc6
Patching Revoking Privileges (both when deleting user and disabling user):
...
* if manual changes were made or user was created with very old version of SysCP or if MySQL access hosts in settings were altered since creating user/privileges, all privileges will be deleted anyways.
2012-11-19 19:22:21 +01:00
Florian Aders
6b9e6bd842
Merge pull request #57 from squareZ/master
...
mail criteria added to search form
2012-10-16 23:30:04 -07:00
Florian Aders
39508ca717
Merge pull request #56 from squareZ/48f2c7833d97fb1b711c930be40cc5d01a38bfa5
...
Disable setting fields to configure nameserver
2012-10-16 23:29:17 -07:00
squareZ
59c65db070
Mail criteria added to search form
2012-10-17 01:06:29 +02:00
squareZ
48f2c7833d
Hides nameserver settings for domains if DNS isn't in use
...
see http://redmine.froxlor.org/issues/964#note-12
2012-10-17 00:51:03 +02:00
Florian Aders
3f41b6d716
Merge pull request #54 from chrisv2/dovecot_allow_login_auth
...
allow 'login' mech (to support Outlook < 2007, and Outlook Express)
2012-09-26 09:06:09 -07:00
Chris Vigelius
ede92f3065
allow 'login' mech (to support Outlook < 2007, and Outlook Express)
2012-09-26 17:11:54 +02:00
Florian Aders
2e1f282a94
Merge pull request #53 from chrisv2/dovecot_iterate_query
...
add iterate_query to make doveadm -A work
2012-09-25 05:23:53 -07:00
Chris Vigelius
06db6dad72
add configfile for gentoo
2012-09-25 14:06:34 +02:00
Chris Vigelius
0622eca98e
remove unnecessary semicolon at the end
2012-09-25 12:56:14 +02:00
Chris Vigelius
0c383eac50
add iterate_query to make doveadm -A work (see http://wiki2.dovecot.org/AuthDatabase/SQL#User_iteration )
2012-09-25 12:51:10 +02:00
Florian Aders
08bd5f7041
Merge pull request #33 from anbrosius/ssl-with-redirect
...
Fix bug: with a SSL-enabled domain and redirection Apache won't start, fixes #893 and #1023
2012-09-25 01:21:25 -07:00
Florian Aders
9ea0839426
Merge pull request #52 from chrisv2/logrotate_speciallogfile_undefined_variable
...
fix: undefined variable $logrotatefile when rotating speciallogfile
2012-09-25 00:27:40 -07:00
Florian Aders
ec537625a5
Merge pull request #51 from SirUli/master
...
Fix for cron_tasks.inc.http.10.apache.php on 1315
2012-09-25 00:27:17 -07:00
Florian Aders
30b185825c
Merge pull request #43 from RipClaw2971/master
...
fixes #1118 FastCgiExternalServer: redefinition of previously defined class, thx RipClaw2971
2012-09-25 00:25:48 -07:00
Chris Vigelius
10cda9f5a9
fix: undefined variable $logrotatefile when rotating speciallogfile
2012-09-24 10:56:41 +02:00
Uli
bd890e8ebe
Fix for cron_tasks.inc.http.10.apache.php on 1315
...
Error should have been fixed in #24 but the following error still
occured if $this->settings['phpfpm']['configdir'] is not available:
```
PHP Warning: readdir() expects parameter 1 to be resource, boolean
given in /var/www/froxlor/scripts/jobs/cron_tasks.inc.http.10.apache.php
on line 1315
```
Structure of the fix is the same as in
f5bc81faca but copied to the other
section.
2012-09-24 09:10:57 +02:00
Dessa
24fb46b3d7
Merge pull request #49 from chrisv2/fix_postfix_virtual_transport
...
fix virtual transport in postfix
2012-09-23 02:25:07 -07:00
Chris Vigelius
8994029b3e
fix virtual transport in postfix
2012-09-22 14:20:50 +02:00
Robert Förster (Dessa)
fc91683f5f
drop lenny
...
as announced, lenny is no longer supported by us, as upstream has dropped support in February
Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org >
2012-09-21 17:50:21 +02:00
Robert Förster (Dessa)
76355f5617
fix last commit (conf -> cfg)
2012-09-21 17:45:49 +02:00
Robert Förster (Dessa)
188e80ab2e
fix chmod for libnss config files (the PM should have taken care of that when creating the file already but better safe than sorry)
2012-09-21 17:38:11 +02:00
Dessa
ec032c7a15
Merge pull request #48 from chrisv2/postfix-dovecot-ubuntu1204
...
Fix Postfix & Dovecot for Ubuntu 12.04
2012-09-21 08:34:11 -07:00
Dessa
79ae6da6b5
Merge pull request #47 from chrisv2/libnss-cfg-rename
...
with libnss-mysql-bg, configfiles end in .cfg (not .conf)
2012-09-21 08:33:42 -07:00
Chris Vigelius
977b887e6b
revert disable_plaintext_auth which was changed by mistake
2012-09-21 17:27:06 +02:00
Chris Vigelius
2f1bbf7055
fix Postfix and Dovecot for Precise (Ubuntu 12.04)
...
- Dovecot config updated for Dovecot2
- postfix delivery method 'dovecot' enabled again
2012-09-21 17:26:45 +02:00
Chris Vigelius
86457e7a93
with libnss-mysql-bg, configfiles end in .cfg (not .conf)
2012-09-21 17:09:07 +02:00
Andreas Grundler
e6a30edd0b
Merge remote-tracking branch 'upstream/master'
2012-09-13 10:30:17 +02:00
Andreas Grundler
e2700ce91d
Fix for Bug #1118
2012-08-23 11:32:25 +02:00
Florian Aders
251a2ebd96
Merge pull request #42 from bechtoldt/master
...
Use {$header_logo} within login templates
2012-08-22 05:07:50 -07:00
Arnold Bechtoldt
11e33d855b
Use {$header_logo} within login templates
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-22 13:55:54 +02:00
Florian Aders
dcfe3493a2
Merge pull request #37 from Ivaylo-Bachvarov/master
...
Bulgarian support, thx to Ivaylo-Bachvarov
2012-08-22 03:06:19 -07:00
Florian Aders
65cdb2def0
Merge pull request #40 from bechtoldt/ticket1044
...
Ticket Center: Link usernames with their user panel, fixes #1044
2012-08-22 03:04:57 -07:00
Arnold Bechtoldt
7d0ae7ebd2
Ticket Center: Link usernames with their user panel, fixes #1044
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-22 11:55:13 +02:00
Ivaylo Bachvarov
2bb7ac9e06
The whole user interface is now done.
...
The pull request is done. For now i don't have enought time to translate
the admin parth. But user interface is more important so i am done with
this.
2012-08-22 00:49:05 +03:00
Florian Aders
7ba4e6e066
Merge pull request #39 from bechtoldt/ticket1119
...
Removing Classic Theme Support, fixes #1119
2012-08-21 12:35:01 -07:00
Arnold Bechtoldt
19095cb3ae
Update theme setting of active sessions (DB:panel_sessions), refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 21:33:13 +02:00
Arnold Bechtoldt
d196b0b5c8
Change theme when Classic Theme in use only. Fix Froxlor SQL file, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 21:25:56 +02:00
Arnold Bechtoldt
5a276dbf8d
Removing Classic Theme Support, fixes #1119
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 20:22:45 +02:00
Florian Aders
733cb43f1c
Merge pull request #38 from bechtoldt/ticket1114
...
Implement *deactivate-catchall*-feature, fixes #1114
2012-08-21 11:11:38 -07:00
Arnold Bechtoldt
78f286cbda
Implement *deactivate-catchall*-feature, refs #fixes 1114
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 20:08:20 +02:00
Florian Aders (EleRas)
3655055030
Removed outdated, not needed file
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-08-21 19:25:35 +02:00
Florian Aders
26d93f6308
Merge pull request #36 from bechtoldt/templateoptimization
...
Move Froxlor to utf8 and various template - optimizations, fixes #1117
2012-08-21 10:09:35 -07:00
Arnold Bechtoldt
f6d47fe96c
use UTF-8 as charset during mysql connection, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 18:40:38 +02:00
Arnold Bechtoldt
a91e7009db
improving language within preconfig (v0.9.28.svn4). T e m p l a t e O p t i m i z a t i o n D o n e, fixes #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 15:32:53 +02:00
Arnold Bechtoldt
c9a93e95aa
change SysCP->Froxlor within Slovak lng translation file, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 15:14:34 +02:00
Arnold Bechtoldt
084069aaf4
change SysCP->Froxlor within Swedish lng translation file, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 15:13:40 +02:00
Arnold Bechtoldt
d006c7ecac
converting additional Swedish HTML numeric entities to actual chars, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 15:12:16 +02:00
Arnold Bechtoldt
63057fe0ac
converting additional Spanish HTML numeric entities to actual chars, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 15:07:22 +02:00
Arnold Bechtoldt
9a406e8cec
converting additional Slovak HTML numeric entities to actual chars. Some native speakers have to review some special char errors within this file, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 15:06:09 +02:00
Arnold Bechtoldt
36f8e50453
converting additional Portugues HTML numeric entities to actual chars, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 15:01:13 +02:00
Arnold Bechtoldt
a7689f5a28
converting additional Polish HTML numeric entities to actual chars. Some native speakers have to review some special errors within this file, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 14:56:20 +02:00
Arnold Bechtoldt
92e4e2d826
converting additional Italian HTML numeric entities to actual chars and removing CR's, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 14:51:40 +02:00
Arnold Bechtoldt
8ce991a249
converting additional Hungarian HTML numeric entities to actual chars, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 14:42:32 +02:00
Arnold Bechtoldt
8ab8bc0b42
converting Hungarian HTML numeric entities to actual chars, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 14:40:06 +02:00
Arnold Bechtoldt
861376b2a2
converting French HTML numeric entities to actual chars, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 14:27:28 +02:00
Arnold Bechtoldt
a45b231a7f
converting Dutch HTML numeric entities to actual chars, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 14:24:26 +02:00
Arnold Bechtoldt
d9a28d197e
converting Czech HTML numeric entities to actual chars, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 14:22:34 +02:00
Arnold Bechtoldt
e1a0cca5cc
Don't change PHPMailer core just modify public charset object-var, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 14:12:15 +02:00
Ivaylo Bachvarov
7ac1240640
The error translating is now done
...
Still have a lot of translating work :(
2012-08-21 13:21:58 +03:00
Ivaylo Bachvarov
b8f1118bbc
Improve Bulgarian translation.
...
Almost all of the user interface is translated now. And the BG file is
now structured like the orginal Enlish file.
2012-08-19 02:02:34 +03:00
Arnold Bechtoldt
022d21054c
convert data sets to utf8 too when updating to the next version, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-18 11:04:10 +02:00
Arnold Bechtoldt
68308c4fca
using more UTF-8, optimized the initial froxlor.sql statements, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-17 15:47:27 +02:00
Arnold Bechtoldt
f575e94ddb
converting English HTML [numeric] entities to actual chars, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-16 16:11:30 +02:00
Arnold Bechtoldt
26849f89d1
converting Danish HTML numeric entities to actual chars, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-16 16:08:02 +02:00
Arnold Bechtoldt
efacd85fdd
converting German HTML numeric entities to actual chars, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-16 16:07:05 +02:00
Arnold Bechtoldt
e4c1bacb6e
converting Russian HTML numeric entities to actual chars, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-16 16:06:02 +02:00
Arnold Bechtoldt
823a09da85
converting zn-cn HTML numeric entities to actual chars, refs #1117
2012-08-16 16:04:27 +02:00
Arnold Bechtoldt
a9dfdb7432
reverting some movements. common css/js should be placed in a common directory
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-16 11:32:34 +02:00
Arnold Bechtoldt
1943747594
adding global variable to buildNavigation() to grant templates of the Classic template access to $theme
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-15 16:52:43 +02:00
Arnold Bechtoldt
31e24050bf
fixing some paths within the installer. adding favicon to the installer page.
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-15 15:06:02 +02:00
Arnold Bechtoldt
b1df344390
removing an unecessary variable in webftp and adding favicon to the webftp template
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-14 23:14:54 +02:00
Arnold Bechtoldt
601bf68d09
Implementing the whole template system using Smarty. This commit includes movements of ROOT/js, ROOT/images, etc. to theme specific directories like templates/<THEME>/. If you are attemping to use your own templates you won't need to modify Froxlor's core files. This commit may require additional work.
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-14 23:08:25 +02:00
Arnold Bechtoldt
6d0d1ae015
don't ignore Froxlor's templates
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-14 14:59:43 +02:00
Arnold Bechtoldt
dc558f096a
Ignore new templates within templates/
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-14 14:57:21 +02:00
anbrosius
38b7d46596
Fix bug: with a SSL-enabled domain and redirect Apache won't start
2012-07-25 17:09:44 +02:00
Andreas Burchert
607cbded7d
Merge pull request #26 from avengerx/confscripts
...
Improve default config files generation
2012-07-25 01:40:52 -07:00
Andreas Burchert
e160ff58ba
Merge pull request #32 from scarya/ticket852
...
Added support for encrypted passwords, refs #852
2012-07-25 01:38:06 -07:00
Andreas Burchert (scarya)
5b15de8e9a
Merged upstream/master to encrypted passwords, refs #852
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2012-07-25 09:01:52 +02:00
Andreas Burchert
b8fefe6020
Merge pull request #31 from anbrosius/ticket1068
...
Fix uncheck specialsettings for subdomains, fixes #1068
2012-07-24 02:19:30 -07:00
anbrosius
cac5f7a204
Fix ticket #1068 : uncheck specialsettings for subdomains
2012-07-24 01:06:45 +02:00
Andreas Burchert
da186c0505
Merge pull request #30 from anbrosius/master
...
Fix bug IMAP/POP3 after reactivating a customer, fixes #1113
2012-07-22 14:00:11 -07:00
anbrosius
437a92d0b5
Fix bug IMAP/POP3 after reactivating a customer
2012-07-22 14:51:02 +02:00
Andreas Burchert
7f7bf62d95
Merge pull request #29 from scarya/master
...
Added logrotate to speciallogfiles, fixes #1014
2012-07-20 04:12:12 -07:00
Andreas Burchert
68d4264d84
Merge pull request #4 from bechtoldt/ticket1021
...
Make check of creating e-mail addresses case-insensitive, thanks to d4f, fixes #1021
2012-07-20 04:11:41 -07:00
Andreas Burchert (scarya)
46e788f875
Added support for encrypted passwords, refs #852
...
Thanks to sardyna12
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2012-07-20 11:35:33 +02:00
Andreas Burchert (scarya)
f0ba09dd93
Changed default niceness of master cronjob to -5 in the templates, fixes #1050
...
Thanks to crazy4chrissi
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2012-07-20 10:54:24 +02:00
Andreas Burchert (scarya)
9a5b52f609
Added logrotate to speciallogfiles, fixes #1014
...
Thanks to dahuafschmied
Signed-off-by: Andreas Burchert <andreas.burchert@igd.fraunhofer.de >
2012-07-20 10:20:47 +02:00
Andreas Burchert
288d29de7a
Merge pull request #28 from avengerx/new_maildir_structure
...
New maildir structure fixes #1103
Thanks to avengerx
2012-07-18 03:35:03 -07:00
Andreas Burchert
35a59e9f31
Merge pull request #24 from d00p/master
...
Various bugtracker-fixes
Thanks to d00p
2012-07-14 05:44:47 -07:00
Fabrício Zimmerer Murta
1c3690a882
Erase full user dir instead of just Maildir/ when erasing customer email data.
2012-07-10 00:54:03 -03:00
Fabrício Zimmerer Murta
72cefb38db
Setup froxlor update script.
2012-07-10 00:53:20 -03:00
Fabrício Zimmerer Murta
432e898318
Additional modifications to domain/user/Maildir email file structure
...
- Added email settings' option to specify Maildir directory (depending
on postfix version this is ./Maildir/, .maildir/ or, optionally, one
can choose to leave Maildir file structure directly on user's
directory.
- Fixed database 'insert' command to describe the new structure using
specified Maildir directory into new accounts.
- Fixed maildirExists function to the new file structure
- Fixed older bug that email exclusions that were scheduled (task 7)
were not being displayed on overview.
- Added entries on 'english' language file for the new entries on panel
- Changed task id 6 (delete customer) behavior on scrips/jobs/cron_tasks.php
to assure email account is owned to mail uid/gid and the target is an
actual directory before zapping it.
- Fixed task id 7 (delete customer mail data) behavior on script above
to correctly fill and find Maildir and also do additional paranoid
checks before zapping the mail account directory. Notice this is not
the same from above directory-wise: here we erase a single account's
data, while in task id a entire customer set of accounts and domains
are eliminated.
2012-07-09 23:46:51 -03:00
root
f7754e2845
Change how email folders are created.
...
Before it was: customer_dir/mail/customer_login/user@domain/
Now it is: customer_dir/mail/customer_login/domain/user/Maildir/
2012-07-09 23:43:59 -03:00
Florian Aders (EleRas)
0a79ef4e30
Updated updater with new version, refs #1107
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-07-04 08:53:00 +02:00
Florian Aders
30d06584c5
Merge pull request #27 from madmuffin1/master
...
pull feature #1107 back to trunk, fixes #1107
2012-07-03 23:50:01 -07:00
Patrick Brueckner
bb315b783f
Implemented auto-language selection (feature #1107 ) based on HTTP_ACCEPT_LANGUAGE headers.
2012-07-03 16:26:20 +02:00
avengerx
e7c11bfe5f
More fixes for gentoo's confs related to uid/gid.
...
Gentoo 'mail' user/group has uid/gid 8/12 respectively. This makes
postfix' 'virtual' complain about 'bad uid'. Then the default is set
back to 'vmail' user/group. You can force using the 'mail' user (which
is responsible for the local mail delivery files) by adding to
/etc/postfix/main.cf the following lines:
virtual_minimum_uid = 8
virtual_minimum_gid = 12
But this is not encouraged, so the default is to create a really
unprivileged 'vmail' user with a high uid/gid (above 1000).
Due to this, the test for already existent uid/gid is added here (if
you have set uid/gid on froxlor but they don't actually exist, lines to
add the user/group will be added to the config file as it does with the
other distro's files.
2012-07-02 03:11:27 -03:00
avengerx
7a4ce63b75
Update scripts for postfix+courier and postfix+dovecot for gentoo.
...
Changes here include:
- shorten some repetitive commands (gentoo.inc.php)
- maps uid/gid from database instead of statically on main.cf
- maps 'homedir' from database instead of statically in
vmail_mailbox_base (concatenates 'homedir' and 'maildir' columns from
mail_users table)
- update mysql query files to use strictly postfix 2.2+ new format
(in accordance to http://www.postfix.org/mysql_table.5.html )
2012-07-02 02:51:37 -03:00
avengerx
07e879a9f8
Fix imapd-ssl and pop3d-ssl example files to point to gentoo actual paths.
2012-07-01 20:39:14 -03:00
avengerx
80c4fdeb79
Fix authmysqlrc example config to point to actual mysql columns.
2012-07-01 20:38:02 -03:00
avengerx
1f281a2a9a
Minor changes to gentoo-specific default confs for SMTPd
...
Pointed SSL keys to default (system-installed) keys that would work
out-of-the-box.
Changed max size of emails from 50MB to 512MB to avoid problems on
default installations (some customers like sending big emails
sometimes).
Some additional cosmetic changes.
2012-07-01 18:30:11 -03:00
avengerx
a6c5592541
Improve user/group name handling on configuration script generation.
2012-07-01 18:23:34 -03:00
Michael Kaufmann (d00p)
938b6ebf52
correct std-customer index-file so the broder-radius works in all browser supporting it
2012-06-30 13:58:20 +02:00
Michael Kaufmann (d00p)
f5bc81faca
check if path could be opened before iterating through it, fixes #1104
2012-06-28 08:53:23 +02:00
Michael Kaufmann (d00p)
d89856fac0
fix some possible undefined indexes due to the change from yesno-selectbox to a checkbox, refs #645 fixes #1105
2012-06-25 09:27:39 +02:00
Michael Kaufmann (d00p)
40d68df86b
Fix jquery-ui.css inclusion in templates/Froxlor/header.tpl
2012-06-22 09:29:23 +02:00
Florian Aders
a2c49c3071
Merge pull request #23 from avengerx/42b9964e
...
Fix 'task id 9' issue. Fixes #1102
2012-06-20 21:38:21 -07:00
Fabrício Zimmerer Murta
42b9964e9c
Fix 'task id 9' issue.
...
Adds a message on Admin's Overview page if a task is of an unknown type.
Removes task '9' adding on function.inserttask and ignores task id 9 on
CronJobFunctions.
2012-06-18 02:05:55 -03:00
Florian Aders
f4738818e6
Merge pull request #20 from avengerx/master
...
Fixes bug #1097 reported by and with suggestion from d00p
2012-06-10 23:40:41 -07:00
root
12d137aac4
Apply patch from d00p from http://redmine.froxlor.org/issues/1097
...
Fixes the following error:
Fatal error: Cannot access private property db::$password in
/var/www/froxlor/lib/functions/database/function.correctMysqlUsers.php
on line 27
But ID on Redmine: #1097 2012-05-30
2012-06-07 15:47:05 -03:00
Arnold Bechtoldt
f957a0a04e
email address validation: using strtolower() with equal-operator to check if address is not already in use, instead of comparing with LIKE-operator, fixes #1021
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-05-29 10:21:58 +02:00
Florian Aders (EleRas)
4f5186f97c
Corrected updater too Froxlor standards, fixes #1089
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-05-23 09:17:16 +02:00
Florian Aders
8f4f0b106b
Merge pull request #16 from dschallert/Bug_#693_hide_empty_information_in_customer_control_panel_index
...
fixes #693 Hide empty information on customerpanel index
2012-05-22 23:39:57 -07:00
Florian Aders
06e672ca2a
Merge pull request #17 from blackice2999/fixes-php-fpm-rewrite
...
Fixes php fpm rewrite, fixes #1089 , thx blackice2999
2012-05-22 23:36:20 -07:00
Florian Aders
3119cb01bc
Merge pull request #19 from wittich/patch-2
...
Caused by the update from admin_admins.php, fixes #1095
2012-05-22 23:32:55 -07:00
Florian Aders
3577fa6d5d
Merge pull request #18 from wittich/patch-1
...
Admin progressbar, refs #1095 , http://redmine.froxlor.org/issues/1095
2012-05-22 23:32:18 -07:00
wittich
b5556d4f93
Caused by the update from admin_admins.php
2012-05-22 18:51:42 -07:00
wittich
cc6b05840f
Admin progressbar, Bug #1095 , http://redmine.froxlor.org/issues/1095
2012-05-22 18:46:51 -07:00
dschallert
0d392d64b2
Bug #693 Hide empty information on customerpanel index
2012-05-08 23:17:37 +02:00
blackice2999
173e40b0e4
added new config option for php fpm fixes #1089
2012-05-08 23:12:51 +02:00
blackice2999
1e68766b54
fixes own error... we need later a cleanup
2012-05-08 16:56:03 +02:00
blackice2999
5181f1d801
fixes fpm and redirect loop fpm alias cannot be in docroot
2012-05-08 16:38:25 +02:00
blackice2999
7ca68a3490
wrong php interface calling
2012-05-08 16:34:32 +02:00
blackice2999
6d79b81a89
fixes fpm and redirect loop fpm alias cannot be in docroot
2012-05-08 16:27:32 +02:00
Florian Aders
89fdbbc436
Merge pull request #15 from rtznprmpftl/pangolin
...
some config files for pangolin
2012-05-07 09:27:23 -07:00
Florian Aders (EleRas)
35c2ba4a76
Tagging 0.9.27
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-05-07 18:04:35 +02:00
Nicolas Berens
157cca0a2c
some new configfiles
...
Dovecot taken from http://forum.froxlor.org/index.php?/topic/1336-dovecot-2-freebsd-configuration/ needs still testing
2012-05-03 23:45:17 +02:00
Nicolas Berens
30e889f93e
forgot to rename it to precise
2012-04-26 19:16:02 +02:00
Nicolas Berens
dabae34261
Some additional changes
2012-04-26 09:24:33 +02:00
Nicolas Berens
912940f8c8
just saw that precise pangolin is called precise, not pangolin
2012-04-24 12:37:36 +02:00
Nicolas Berens
6ab5c07036
First batch of config files for pangolin
2012-04-24 09:54:59 +02:00
Florian Aders
fcfb4af3a0
Merge pull request #11 from bechtoldt/ticket1048
...
Use different filenames for FastCgiExternalServer and Alias (apache2, fcgid/fpm). Thanks to andreas.grundler, fixes #1048
2012-04-04 06:44:46 -07:00
Florian Aders
4abd0bbee0
Merge pull request #10 from bechtoldt/ticket1029
...
Fix Froxlor-own-vhost. Check if fcgid is still enabled. Thanks to sardyna12, fixes #1029
2012-04-04 06:43:27 -07:00
Florian Aders
4f75355983
Merge pull request #14 from mySeb/master
...
Fixes #1046
2012-04-01 05:45:01 -07:00
mySeb
c07322de0f
fixed issue-1046
2012-04-01 12:37:40 +00:00
Charles Williams (Slydder)
604b1dc912
fixed php-fpm config regeneration when is missing values
2012-03-17 14:27:03 +01:00
Dessa
78dce129ff
Merge pull request #13 from bechtoldt/tag0927rc1
...
Tagging 0.9.27-rc1
2012-03-13 11:50:47 -07:00
Arnold Bechtoldt
06f4f7593a
Tagging 0.9.27-rc1
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-03-13 19:28:42 +01:00
Arnold Bechtoldt
1b22447d1c
Merge pull request #6 from EleRas/trafficcron
...
Finally fixing the traffic/mysql - bug in cron, fixes #1025
2012-03-11 11:18:22 -07:00
Arnold Bechtoldt
8ce0da0681
Expanding last commit. The original patch was a bit confusing, refs #1048
2012-03-09 14:09:02 +01:00
Arnold Bechtoldt
ba6cde89ef
Use different filenames for FastCgiExternalServer and Alias (apache2, fcgid/fpm). Thanks to andreas.grundler, fixes #1048
2012-03-09 13:48:14 +01:00
Arnold Bechtoldt
e6248cd5a9
Fix Froxlor own vhost. Check if fcgid is still enabled. Thanks to sardyna12, fixes #1019
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-03-09 13:34:44 +01:00
Arnold Bechtoldt
c0889171a5
Merge pull request #8 from bechtoldt/ticket1030
...
Use 'Administrator' in the mail body instead of 'Froxlor-Team' within mails. The Chinese lng file may also be updated, fixes #1030
2012-03-08 13:00:41 -08:00
Arnold Bechtoldt
ac3387ded7
Use 'Administrator' in the mail body instead of 'Froxlor-Team' within mails
2012-03-08 21:45:45 +01:00
Arnold Bechtoldt
ea844ee07c
Merge pull request #7 from bechtoldt/master
...
Improve .gitignore file in ROOT directory
2012-03-08 11:36:02 -08:00
Arnold Bechtoldt
7b2dae9d2f
Improve .gitignore file in ROOT directory
2012-03-08 20:34:12 +01:00
Florian Aders (EleRas)
3d9bd124b1
And the next try to fix the mysql - bug in cron, refs #1025
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-03-08 19:29:17 +01:00
EleRas
401f5dad8b
Merge pull request #5 from bechtoldt/htmlbreaktags
...
Replace <br> through to the uniform <br /> in the whole code
2012-03-08 09:24:57 -08:00
Arnold Bechtoldt
6b986375e7
Replace <br> through to the uniform <br /> in the whole code
2012-03-08 17:34:01 +01:00
Arnold Bechtoldt
aa22d5c594
Make check of creating e-mail addresses case-insensitive, thanks to d4f, fixes #1021
2012-03-08 17:02:57 +01:00
EleRas
45a3e85829
Merge pull request #2 from bechtoldt/ticket1034
...
Use 'IF EXISTS' when dropping tables, fixes #1034
2012-03-08 07:37:07 -08:00
Arnold Bechtoldt
77615e71c4
Merge pull request #1 from bechtoldt/master
...
Provide setting and log rotation for special logfiles after creating domains, fixes #1010
2012-03-08 07:29:57 -08:00
Arnold Bechtoldt
c24b0ab8c3
Use 'IF EXISTS' when dropping tables in some old upgrade files, fixes #1034
2012-03-08 16:12:19 +01:00
Arnold Bechtoldt
832c5d3c89
Use a symlink to access jquery-ui file, refs #1010
2012-03-08 15:40:45 +01:00
Arnold Bechtoldt
3e615f0b68
Just added a comment, refs #1010
2012-03-08 15:29:57 +01:00
Arnold Bechtoldt
d51551989d
fixed typo in last commit, refs #1010
2012-03-08 15:14:42 +01:00
Arnold Bechtoldt
454b48f9a8
Provide setting and log rotation for special logfiles after creating domains, fixes #1010
2012-03-08 15:11:25 +01:00
Florian Aders (EleRas)
8f9a323e0b
Testing hook successful
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-03-06 19:18:51 +01:00
Florian Aders (EleRas)
c1252fe495
Testing hooks
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-03-06 19:17:30 +01:00
Florian Aders (EleRas)
86e73e268c
Always force a new MySQL connection
2012-03-01 15:00:21 +01:00
Robert Förster (Dessa)
511d2699e6
remove some unsets, which are obsolete now
...
followup for aa7cf38f7e
Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org >
2012-02-28 16:07:38 +01:00
Robert Förster (Dessa)
3352ccffc1
fix 7d6d683e52
...
we use mod_fcgid and not mod_fastcgi, refs #1017
Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org >
2012-02-28 00:54:20 +01:00
Florian Aders (EleRas)
aa7cf38f7e
Trying to fix MySQL server has gone away, thx for all the hints and help - let us hope it works, ref #1025
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-02-27 20:47:21 +01:00
Andreas Burchert (scarya)
4297ed3607
Improve customer default index.html file, fixes #1031
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2012-02-27 20:18:32 +01:00
Florian Aders (EleRas)
5d60b25900
If no pcntl extension is found, do not fork the traffic - cron, fix by d4f, fixes #1028
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-02-27 19:55:12 +01:00
Florian Aders (EleRas)
7ace2a8a4b
Fixing call to wrong posix function on customer create, fix by d4f, fixes #1032
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-02-27 19:48:43 +01:00
Florian Aders (EleRas)
0038552955
Remove php-fpm-specific configuration (files) correctly, patch by Slydder, fixes #1022 , fixes #914
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-02-27 19:43:56 +01:00
Florian Aders (EleRas)
b83be49980
Fixed sorting of customers, patch by devil65, fixes #1033
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-02-27 19:40:53 +01:00
Florian Aders (EleRas)
ec06768303
Fixed APS template bug, patch by arnoldB, fixes #700
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-02-27 19:38:29 +01:00
Florian Aders (EleRas)
7d6d683e52
Added Fast CGI Idle Timeout, patch by Slydder, fixes #1017
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-02-27 19:27:13 +01:00
Andreas Burchert (scarya)
95b641060d
Customer can now see every ticket related to him independent of the referred admin.
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2012-02-27 19:09:55 +01:00
Andreas Burchert (scarya)
d589b77ae0
Fixed that every support ticket could be accessed by every customer and admin, fixes #1037
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2012-02-27 19:09:55 +01:00
Robert Förster (Dessa)
ac74e7e6a7
fix the updater so it actually works now
2012-02-17 12:45:01 +01:00
Robert Förster (Dessa)
2ea9a6bffa
fix the fix in 8dfd27a0dc, fixes #992
...
Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org >
2012-01-20 23:25:43 +01:00
Robert Förster (Dessa)
62dcf6e1a5
Tagging 0.9.26
...
Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org >
2012-01-18 12:41:44 +01:00
Andreas Burchert (scarya)
c0d2d2dddd
Small fix in makeChownWithNewStats().
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2012-01-17 18:42:02 +01:00
Robert Förster (Dessa)
84a84e4907
correct wrong rc-update command for dkim-milter in gentoo config templates, fixes #1013
2012-01-09 18:59:27 +01:00
lowb1rd
11f3ddf54a
Apache: ServerAlias length limit not obeyed, fixes #1012
...
Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org >
2012-01-08 20:37:27 +01:00
Florian Aders (EleRas)
346351ef98
Run cronjob even if nameservers are disabled, thx sinuswave, fixes #1004
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-01-02 14:39:05 +01:00
Florian Aders (EleRas)
4ab80e6144
Corrected year in some copyrights and templates
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-01-02 14:36:48 +01:00
Andreas Burchert (scarya)
83ee756ae7
Fixed missing hidden field (Classic), fixes #1002
...
Thanks to dahuafschmied
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-29 17:26:47 +01:00
Andreas Burchert (scarya)
062cc20877
Fix broken image, fixes #1001
...
Thanks to dahuafschmied
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-29 17:25:04 +01:00
Florian Aders (EleRas)
fdb633d786
Fixed jquery - paths in templates and removed duplicate jquery.min.js
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-12-22 10:26:08 +01:00
Florian Aders (EleRas)
02cf6285ec
Tagging 0.9.26-rc1
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-12-19 17:53:51 +01:00
Florian Aders (EleRas)
ee5b81bcbf
Do not send trafficreports as HTML - they are plaintext, fixes #705 @10m
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-12-17 11:56:13 +01:00
Florian Aders (EleRas)
67d623cd21
Fixed user_queries for dovecot-quote, fixes #979 @5m
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-12-17 11:42:42 +01:00
Florian Aders (EleRas)
cbe8653f5d
Fixed alias.url for awstats in lighttpd, fixes #982 @5m
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-12-17 11:37:09 +01:00
Florian Aders (EleRas)
f83625655c
Fixed aliasdomains in awstats, thx dahuafschmied, fixes #999 @5m
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-12-17 11:30:53 +01:00
Robert Förster (Dessa)
3912ea1911
rename our SUSE Linux 10 Templates to SUSE Linux Enterprise 10.
...
Come on, SUSE 10 is long time EOL upstream, upgrade your stuff.
the Templates should work unmodified on SLE10.
We currently plan to keep the Templates until general support for SLE10 ends (which is mid-2013 as of now) and / or upstream stops building froxlor for SLE10 in the OBS. (this is of course, subject to change.)
2011-12-14 14:09:36 +01:00
Andreas Burchert (scarya)
c947370ddc
Fix the updater.
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-12 20:02:41 +01:00
Andreas Burchert (scarya)
8dfd27a0dc
Added check in updater if there is more than one entry for backup_enabled, refs #992
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-12 19:39:53 +01:00
Andreas Burchert (scarya)
a76cbbcb55
Another small fix in nginx (ssl_client_certificate).
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-12 18:37:58 +01:00
Andreas Burchert (scarya)
23313282ce
Small fix in create_pathOptions().
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-12 18:03:19 +01:00
Andreas Burchert (scarya)
1c9023cdaf
Fixed missing php configuration, fixes #990
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-12 16:45:26 +01:00
Andreas Burchert (scarya)
92c54703c5
Fixed small typo, fixes #987
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-06 17:13:05 +01:00
Andreas Burchert (scarya)
b647f71f74
Improved .gitignore
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-06 17:12:49 +01:00
Andreas Burchert (scarya)
b1cb9ba221
Forgot to update updater, refs #964
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-06 16:46:47 +01:00
Andreas Burchert (scarya)
4eee1d0b52
Added check for froxlor-accounts <-> system-accounts, fixes #962
...
Thanks to d4f
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-06 16:04:35 +01:00
Andreas Burchert (scarya)
e162a1c893
Improved cron_traffic, fixes #977
...
Thanks to d4f
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-06 15:58:44 +01:00
Andreas Burchert (scarya)
3c1d63cbcb
Increased max limit before warnings mails are sent to 150%, fixes #976
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-06 15:54:37 +01:00
Andreas Burchert (scarya)
def4bd9861
Added functionality: disable nameserver, fixes #964
...
Thanks to bbittner
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-12-06 15:43:34 +01:00
Florian Aders (EleRas)
1d05f66fd4
Improved default PHP - config (Alphabetical order, new disabled functions, new var: force_redirect), fixes #985
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-11-26 13:31:04 +01:00
Florian Aders (EleRas)
f04bf559a0
Revert "Added missing concatenation, fixes #982 "
...
This reverts commit 3fbe96dc1b .
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-11-25 11:30:12 +01:00
Andreas Burchert (scarya)
3fbe96dc1b
Added missing concatenation, fixes #982
...
Thanks to Dessa.
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-11-25 11:16:44 +01:00
Florian Aders (EleRas)
a177c0558e
Fixing vuln. in php + nginx - config, thx altmir for reporting, fixes #980
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-11-19 11:39:40 +01:00
Florian Aders (EleRas)
6e4121d9bb
Tagging 0.9.25
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-11-14 15:47:27 +01:00
Florian Aders (EleRas)
bb7874e68f
Fixing undefined index in bind zonefile - generation
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-11-12 15:26:05 +01:00
Florian Aders (EleRas)
c10320ff9c
Don't display empty reload - command, fixes #940
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-11-12 10:03:39 +01:00
Florian Aders (EleRas)
6c4ecad7f8
Check password validity if customer changes password, fixes #974 , thx philnate
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-11-12 09:55:26 +01:00
Florian Aders (EleRas)
0deb4404d2
Fixing php-notice in cron while setting awstats - permissions, fixes #960 , fixes #970 , thx d4f
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-11-12 09:19:50 +01:00
Florian Aders (EleRas)
2b0cfea888
Fixing regex for backup_path, fixes #967
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-11-12 09:13:25 +01:00
Florian Aders (EleRas)
65a5df507c
Tagging 0.9.25-rc1
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-10-31 12:20:17 +01:00
Florian Aders (EleRas)
af6a80ab76
Revert "fixing mysql-virtual_mailbox_maps.cf regarding postfix-policy in Froxlor, refs #879 "
...
This reverts commit f0d9db420a .
2011-10-31 10:09:36 +01:00
Florian Aders (EleRas)
3d0b0cdbdd
Revert "fixing mysql-virtual_sender_permissions.cf regarding postfix-policy in Froxlor, fixes #879 "
...
This reverts commit f49ac9e193 .
2011-10-31 10:09:31 +01:00
Florian Aders (EleRas)
6408251c14
Revert "fixing mysql-virtual_alias_maps.cf and mysql-virtual_mailbox_domains.cf regarding postfix-policy in Froxlor, refs #879 "
...
This reverts commit 526dbbd68e .
2011-10-31 10:06:17 +01:00
Christoph Burchert (Chb)
f90b83cb34
Disabled backup per default, fixes #948 @5m
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-10-30 21:20:57 +01:00
Christoph Burchert (Chb)
491dfccc8e
Added my_destination to FreeBSD postfix config, fixes #924 @5m
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-10-30 21:10:11 +01:00
Florian Aders (EleRas)
89d04a83a0
Fixed calculations in display if customer-traffic, fixes #696 @1h
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-10-30 16:31:15 +01:00
Florian Aders (EleRas)
3d2ac9af17
Fixed unimplemented lng - strings, refs #696
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-10-30 15:50:45 +01:00
Florian Aders (EleRas)
0e9044b7ba
mysqlnd is sufficient
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-10-30 13:18:20 +01:00
Florian Aders (EleRas)
64ddddd3d5
Fixing broken changing of hostname, thx philnate, fixes #928 @5m, fixes #946
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-10-30 12:11:10 +01:00
Christoph Burchert (Chb)
bfd1b6bbef
Fixed typo (thanks to arnoldB)
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-10-19 15:30:43 +02:00
Christoph Burchert (Chb)
ddb179f340
Mini-fix the minor fix
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-10-19 15:22:53 +02:00
Andreas Burchert (scarya)
893274c89c
Created missing config files for ubuntu and nginx, fixes #932
...
Thanks to arnoldB
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-10-19 15:10:57 +02:00
Christoph Burchert (Chb)
4fbdb80faf
Minor fix
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-10-19 10:04:50 +02:00
Christoph Burchert (Chb)
b23ea6bbcc
Fixed quota access (thanks to xocii), fixes #926
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-10-18 13:43:38 +02:00
Andreas Burchert (scarya)
450fff57ff
Fix for APS instance overview, fixes #111
...
Thanks to philnate
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-10-18 13:37:01 +02:00
Andreas Burchert (scarya)
57693f804f
Fixed duplicates for nginx, fixes #930
...
Thanks to epek
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-10-18 13:27:52 +02:00
Christoph Burchert (Chb)
d342300c47
Merge branch 'master' of git.froxlor.org:froxlor
2011-10-18 13:21:54 +02:00
Christoph Burchert (Chb)
b3d01fd6d2
Add www-prefix in bind, fixes #781
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-10-18 13:21:32 +02:00
Andreas Burchert (scarya)
6d25edab60
Fixed missing chars, fixes #869
...
Thanks to philnate
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-10-18 13:19:04 +02:00
Florian Aders (EleRas)
36faeb3f09
Moved customer - traffic - charts to JS and with this fixing the display - errors, refs #696
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-10-07 11:54:45 +02:00
Robert Förster (Dessa)
e460b7cce9
add openSuSE 11 configs, based on the work of Andrej Semen and Wolfgang Rosenauer in the OBS, thanks!
...
Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org >
2011-10-06 14:27:35 +02:00
Florian Aders (EleRas)
c1e083c8b2
Tagging 0.9.24
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-10-04 19:03:45 +02:00
Florian Aders (EleRas)
70a077da48
fixed resourcebars, thx philnate, fixes #787
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-10-04 11:21:38 +02:00
Christoph Burchert (Chb)
c5fb8bee6b
Enables to delete customers with already deleted databases (thanks to crazy4chrissi), fixes #872
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-09-26 04:12:01 +02:00
Christoph Burchert (Chb)
418990e271
Fixes fix
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-09-26 03:47:12 +02:00
Christoph Burchert (Chb)
93ab8964f1
Hide backup FTP password (thanks to monotek), fixes #762
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-09-26 03:43:37 +02:00
Florian Aders (EleRas)
fd599da07e
Tagging 0.9.24-rc1
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-09-19 18:32:55 +02:00
Andreas Burchert (scarya)
369df7af62
Fixes wrong location declaration for nginx, fixes #749
...
Thanks to altmir
2011-09-19 11:21:11 +02:00
Andreas Burchert (scarya)
bb01dd0d93
Fixes a small syntax error.
2011-09-19 11:17:15 +02:00
Andreas Burchert (scarya)
84f00a2519
Fixes malformed priority in ticket archive search, fixes #714
...
Note: swedish could not be fixed and my swedish is way to bad to do it on my own
Thanks to philnate
2011-09-19 11:11:26 +02:00
Andreas Burchert (scarya)
8e07768996
Fixes 'unknown user' for disabled accounts (traffic overview), fixes #791
...
Thanks to monotek
2011-09-19 11:07:09 +02:00
Andreas Burchert (scarya)
9b12025c9f
Prevents froxlor from creating a vhost (apache only) for relay mail domains, fixes #848
...
Thanks to sinuxwave
2011-09-19 11:00:50 +02:00
Andreas Burchert (scarya)
14f9344c50
Prevent empty 'ServerName', fixes #870
...
Thanks to h4cc
2011-09-19 10:56:27 +02:00
Andreas Burchert (scarya)
af430f9946
modernized bash init-scripts, fixes #889
...
Thanks to arnoldB.
2011-09-19 10:50:23 +02:00
Christoph Burchert (Chb)
992702870c
Fixed customer's backup directory (thanks to monotek and arnoldB), fixes #859
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-09-15 15:03:55 +02:00
Florian Aders (EleRas)
642cd3da9d
Applied patch to fix IPv6 in bind, fixes #799 , thx frennkie
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-09-09 13:57:59 +02:00
Florian Aders (EleRas)
5d2d1ffa1a
Improve showing of MySQL - databasesize, refs #834 , thx arnoldB
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-09-09 10:33:33 +02:00
Florian Aders (EleRas)
19bbecb535
Shorten the megabytes, refs #834
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-09-08 15:05:18 +02:00
Florian Aders (EleRas)
e636e6eb39
Show database-size in database-overview, fixes #834
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-09-08 14:46:01 +02:00
Florian Aders (EleRas)
86ac4708f0
Adding a favicon, fixes #875
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-09-08 12:49:17 +02:00
Florian Aders (EleRas)
f49ac9e193
fixing mysql-virtual_sender_permissions.cf regarding postfix-policy in Froxlor, fixes #879
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-09-08 08:44:08 +02:00
Florian Aders (EleRas)
f0d9db420a
fixing mysql-virtual_mailbox_maps.cf regarding postfix-policy in Froxlor, refs #879
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-09-08 08:40:21 +02:00
Florian Aders (EleRas)
526dbbd68e
fixing mysql-virtual_alias_maps.cf and mysql-virtual_mailbox_domains.cf regarding postfix-policy in Froxlor, refs #879
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-09-08 08:37:07 +02:00
Christoph Burchert (Chb)
9a05a71f6b
Fixed typo (thanks to frontline), fixes #880
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-09-07 19:29:58 +02:00
Florian Aders (EleRas)
e4f3af5d4b
fixed htmleating in ticketsystem, thx philnate, fixes #727
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-09-06 11:02:47 +02:00
Florian Aders (EleRas)
3a7b7c1300
Improved description of values in admin panel, thx philnate, fixes #743
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-09-06 08:15:44 +02:00
Florian Aders (EleRas)
cdea6cecfb
Fixed version in updater for logrotate, refs #16
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-09-05 19:38:39 +02:00
Christoph Burchert (Chb)
c36a7bf22b
Add logrotate support, fixes #16 (thanks to monotek!)
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-09-05 14:56:50 +02:00
Christoph Burchert (Chb)
ca2a8c9907
Security fix: unescaped commandline argument (thanks to Bernhard Czech (sinuswave))
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-09-05 14:31:03 +02:00
Florian Aders (EleRas)
4914fc640a
Tagging 0.9.23
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-08-22 17:26:11 +02:00
Florian Aders (EleRas)
f0b073a6f1
Tagging 0.9.23-rc1
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-08-09 18:11:09 +02:00
Andreas Burchert (scarya)
79f5ff4d35
Used correct function to create tmpdir, fixes #846 @0h5m
...
Thanks to sreimers.
2011-08-07 15:49:40 +02:00
Florian Aders (EleRas)
8609b2394b
Removing PHP - tmpdir on customerdelete if files need to be deleted, fixes #728
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-08-07 14:46:05 +02:00
Florian Aders (EleRas)
5bb3c16312
Fixed a few bugs in the WebFTP and allowing optional SSL - connection to the server
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-08-07 14:35:57 +02:00
Florian Aders (EleRas)
df5d3ef66f
Added autocomplete="off" to formfields (yeah, it is valid in HTML5), thx sinuswave, fixes #469
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-08-04 08:29:09 +02:00
Florian Aders (EleRas)
a207f2f936
Fixing catchall - checkbox on email-add, thx sinuswave, fixes #793 @0h1m
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-08-04 07:23:08 +02:00
Andreas Burchert (scarya)
b0bd0836cd
Added --froce to mysqldump, fixes #581 @0h5m
...
Thanks to monotek.
2011-08-02 14:41:24 +02:00
Andreas Burchert (scarya)
475377dd85
Added missing var to formfield, fixes #780 @0h5m
...
Thanks to sinuswave
2011-08-02 14:32:45 +02:00
Florian Aders (EleRas)
16776ce750
Updated translation of WebFTP
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-07-16 10:13:13 +02:00
Florian Aders (EleRas)
3861917dbc
Fixed an XSS in WebFTP (positive sideeffect: less HTML in the PHP - code ;)), the tomreyn
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-07-16 09:52:55 +02:00
Andreas Burchert (scarya)
65891eff1c
Autoloader now supports interfaces.
2011-07-14 13:07:04 +02:00
Florian Aders (EleRas)
bf9306c641
Fixed typo which prevented to upload files in webftp, fixes #842 @0h1m
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-07-13 12:16:05 +02:00
Florian Aders (EleRas)
666d0db550
Tagging 0.9.22
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-07-11 19:31:22 +02:00
Florian Aders (EleRas)
6a41b30e70
Add the correct cache-directories and add .keep, so git will add them
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-07-11 17:32:09 +02:00
Florian Aders (EleRas)
0808bacb39
Use exec and silently fail in languagedetection, fixes #831 , fixes #830
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-07-11 17:28:10 +02:00
Florian Aders (EleRas)
026f8503ab
Fixed languageerror, fixes #828
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-07-11 17:12:19 +02:00
Florian Aders (EleRas)
19a7e78ebe
Force Froxlor - theme for WebFTP until opther themes are available, refs #819
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-07-11 17:10:35 +02:00
Florian Aders (EleRas)
76fb0d2a20
Always use GUID for chown, fixes #838
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-07-11 17:07:48 +02:00
Florian Aders (EleRas)
a418e60556
Fixed bug in webftp
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-27 18:45:47 +02:00
Florian Aders (EleRas)
8f760e87bc
Tagging 0.9.22-rc1
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-27 18:13:47 +02:00
Florian Aders (EleRas)
0aff176cdc
Fixed broken updater
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-27 18:12:14 +02:00
Florian Aders (EleRas)
cdcab6e1f8
Converted french special chars into htmlentities, thx arnoldB, fixes #817 @1m
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-25 21:45:27 +02:00
Florian Aders (EleRas)
37d03bdf6a
Fixed undefined index on loginpage, refs #794 @0h5m
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-25 21:36:59 +02:00
Andreas Burchert (scarya)
4a40870576
Improved backup functionality. Thanks monotek, refs #186
2011-06-24 01:24:13 +02:00
Andreas Burchert (scarya)
35958168a2
You can't set session timeout to 0, fixes #815
2011-06-24 00:39:53 +02:00
Andreas Burchert (scarya)
6badc2ad77
Increased the sorting to 5 chars. Should be enough, fixes #756
2011-06-23 23:44:11 +02:00
Andreas Burchert (scarya)
5184dc9ce7
Language fixes, fixes #813
...
Thanks to arnoldB!
2011-06-23 23:40:04 +02:00
Andreas Burchert (scarya)
b446575bf0
Removed mod_radius from proftpd conf, fixes #768
2011-06-23 23:29:40 +02:00
Florian Aders (EleRas)
b7114c670a
Allow .php5 - files to be edited as well, refs #819
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 16:32:20 +02:00
Florian Aders (EleRas)
536e66da7c
A nicer way to search the errormessage, this may (or may not) be helpful, refs #214
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 16:27:28 +02:00
Florian Aders (EleRas)
9114a98e4c
Fixed typos, refs #214
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 16:21:38 +02:00
Florian Aders (EleRas)
9955bed2c1
Log MySQL - errors to syslog and do not print them in public, fixes #214
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 16:18:48 +02:00
Florian Aders (EleRas)
f6af38a2c3
Fixed german translation, thx arnoldB, refs #819
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 13:30:49 +02:00
Florian Aders (EleRas)
76e886e610
Moved language - selection based on gettext into an own class for easier management
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 13:20:42 +02:00
Florian Aders (EleRas)
6daec3c975
Fixed gettext - support for smarty, now you are able to change the language for real and the translated string is no longer saved in the cached template, refs #819
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 12:56:18 +02:00
Florian Aders (EleRas)
e9000a7e99
Merge branch 'quota'
2011-06-23 11:18:18 +02:00
Florian Aders (EleRas)
44a53492e6
Moving to smarty - escaping in webftp, refs #819
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 11:09:44 +02:00
Florian Aders (EleRas)
7cf0fa7284
Destroy session if password was entered wrong in webftp, refs #819
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 11:02:16 +02:00
Florian Aders (EleRas)
9aa86e1dee
Show warnings if login failed, optimized handling of data in session, refs #819
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 10:47:29 +02:00
Florian Aders (EleRas)
961aad43d1
Added first rework of webftp - module, please not, this still needs a hell lot of work, but anyway: fixes #819
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 10:30:59 +02:00
Florian Aders (EleRas)
6e84ca4ae4
Added helperscript for smarty - gettext
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 10:29:34 +02:00
Florian Aders (EleRas)
f79e351b72
Added gettext - filter for smarty
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 10:28:52 +02:00
Florian Aders (EleRas)
a24d809428
Added Smarty 3.0.8
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 10:28:00 +02:00
Florian Aders (EleRas)
0fa64ea943
Fixed small bug in JS and navigation - element - template
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 01:04:59 +02:00
Florian Aders (EleRas)
fe0b71b628
Added updated french languagefile, fixes #817
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-21 21:30:38 +02:00
Florian Aders (EleRas)
a23260fb7f
Added task 10 to description of outstanding tasks, refs #814
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-19 13:43:56 +02:00
Florian Aders (EleRas)
eb984c2f4c
Moved redundant code into single function, refs #814
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-19 11:31:00 +02:00
Florian Aders (EleRas)
1836132c28
Use setting instead of hardcoded name, refs #814
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-18 23:06:39 +02:00
Florian Aders (EleRas)
aae635bf5d
More secure way to get the used quota, refs #814
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-18 22:53:27 +02:00
Florian Aders (EleRas)
8599ff775b
Tell Froxlor there exists a task-type 10, refs #814
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-18 22:53:15 +02:00
Florian Aders (EleRas)
8bfdd0bc14
Update filesystem - quota when config-updates shall be written as well, refs #814
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-18 19:54:43 +02:00
Florian Aders (EleRas)
30344b0dce
Forgot to add settings, fixes #814
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-18 19:52:47 +02:00
Florian Aders (EleRas)
8019629a28
Added task 10 (setting filesystem - quota) where necessary, fixes #814
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-18 19:48:16 +02:00
Florian Aders (EleRas)
7a28108475
Added usage of filesystem - quota to diskusage - calculation and added a new task to cron_tasks.php for setting the quota, refs #814
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-18 19:42:01 +02:00
Florian Aders (EleRas)
cfa94c5837
Added new settings for disk quota, refs #814
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-18 19:03:20 +02:00
Florian Aders (EleRas)
c9c0530461
Removed warning on deactivation of safemode since it is deprecated and will be removed, fixes #812 , fixes #556
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-16 20:54:54 +02:00
Florian Aders (EleRas)
093ebfa457
Fixed a bug for PHP < 5.3.0 (used func_get_arg as argument, which does not work on older PHP versions)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-16 20:23:59 +02:00
Florian Aders (EleRas)
3800f31823
Added security related HTTP - header for browser which support this (non supporting browsers will just ignore it and everything is fine)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-16 20:17:44 +02:00
Florian Aders (EleRas)
cc26584f01
Updated jquery to jquery-1.6.1.min.js
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-16 20:05:14 +02:00
Florian Aders (EleRas)
8131e9e92c
Just beautification
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-16 19:06:49 +02:00
Florian Aders (EleRas)
38e472a623
Use correct JS - file
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-16 19:05:25 +02:00
Florian Aders (EleRas)
3e21cb0298
Moved inline - javascript to external file in preparation of X-Content-Security-Policy (also, the code looks cleaner, yay)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-16 18:59:16 +02:00
Florian Aders (EleRas)
b9bb1a1286
A bit better ticket-delete - view (not 100% sufficient, but better than nothing)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-14 19:10:38 +02:00
Florian Aders (EleRas)
25609a7068
Moved ticket - formfields to correct directory
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-14 18:47:09 +02:00
Florian Aders (EleRas)
35d8b3f8a1
Moved autoresponder - formfields to own directory
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-14 18:45:11 +02:00
Florian Aders (EleRas)
d593a217a4
Moved autoresponder - templates to own directory (now following correct schema)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-14 18:41:18 +02:00
Florian Aders (EleRas)
960fa58799
Renamed ticket - templates to follow the rest of the Froxlor scheme: templatedir = <section> = [admin|customer]_<section>.php
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-14 18:34:43 +02:00
Florian Aders (EleRas)
76b716d41d
redirectTo now uses the new linker class
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-14 18:22:29 +02:00
Florian Aders (EleRas)
0b3e788b86
Revert "Changed redirectTo to use new link-class"
...
This reverts commit b88246b112 .
2011-06-13 22:08:38 +02:00
Florian Aders (EleRas)
b88246b112
Changed redirectTo to use new link-class
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 21:55:46 +02:00
Florian Aders (EleRas)
4d10c72ae9
Fixed bug in link-class where protocol was added to URL withour hostname
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 21:55:27 +02:00
Florian Aders (EleRas)
0a21ede3d2
Missing linker-link in classic - admin-customers-overview fixed
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 21:15:16 +02:00
Florian Aders (EleRas)
3669822064
Missing linker-links in traffic - files fixed
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 21:12:31 +02:00
Florian Aders (EleRas)
b68f9fe395
Implemented linker - class for admin_setting.php (resource-recalculation) (templates only)
2011-06-13 21:05:52 +02:00
Florian Aders (EleRas)
e101d01e11
Implemented linker - class for customer_tickets.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:56:08 +02:00
Florian Aders (EleRas)
bdce761af0
Implemented linker - class for customer_traffic.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:54:02 +02:00
Florian Aders (EleRas)
784d1a62f7
Implemented linker - class for customer_mysql.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:53:29 +02:00
Florian Aders (EleRas)
c84602d560
Implemented linker - class for customer_ftp.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:51:28 +02:00
Florian Aders (EleRas)
3bcba9fa40
Implemented linker - class for customer_extras.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:50:41 +02:00
Florian Aders (EleRas)
7246dc124e
Implemented linker - class for customer_[autoresponder|emails].php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:48:37 +02:00
Florian Aders (EleRas)
fcdcd4d6cb
Implemented linker - class for customer_domains.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:40:19 +02:00
Florian Aders (EleRas)
07d981ac25
Implemented linker - class for customer_index.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:38:46 +02:00
Florian Aders (EleRas)
1bf764c5c3
Implemented linker - class for admin_updates.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:36:20 +02:00
Florian Aders (EleRas)
79b886994c
Implemented linker - class for admin_traffic.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:35:07 +02:00
Florian Aders (EleRas)
62f8c7d1b6
Implemented linker - class for admin_tickets.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:34:15 +02:00
Florian Aders (EleRas)
6fe0b7f6a4
Implemented linker - class for admin_templates.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:27:08 +02:00
Florian Aders (EleRas)
a55df73281
Implemented linker - class for admin_settings.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:25:36 +02:00
Florian Aders (EleRas)
ce6176ffe4
Implemented linker - class for admin_logger.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:20:05 +02:00
Florian Aders (EleRas)
570ceb8160
Implemented linker - class for admin_ipsandports.php (templates automatic replace only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 20:18:59 +02:00
Florian Aders (EleRas)
163228ff75
Implemented linker - class for admin_domains.php (templates only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 19:35:50 +02:00
Florian Aders (EleRas)
68b9c22938
Implemented linker - class for admin_customers.php (templates only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 18:57:18 +02:00
Florian Aders (EleRas)
7936f72bc1
Implemented linker - class for admin_cronjobs.php (templates only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 18:49:31 +02:00
Florian Aders (EleRas)
81df4f5444
Tiny change in admin_configfiles - template
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 18:36:46 +02:00
Florian Aders (EleRas)
54093a0a9a
Implemented linker - class for admin_configfiles.php (templates only)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 18:32:31 +02:00
Florian Aders (EleRas)
c5e8786670
Implemented linker - class for admin_admins.php
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 17:57:17 +02:00
Florian Aders (EleRas)
6ebd6db87f
Implemented linker - class for admin_index.php -> change_[theme|language|password], more to come
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 17:21:02 +02:00
Florian Aders (EleRas)
68e31962bc
Fixed a bug in linker
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 17:05:08 +02:00
Florian Aders (EleRas)
9d24648607
Added more flexibility and temporary fallback for the sessionid
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 16:49:02 +02:00
Florian Aders (EleRas)
c26223a887
Fixed nasty typo
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 16:28:52 +02:00
Florian Aders (EleRas)
444f4b5d1e
Added a class where all links will be generated in the future for easy management (First draft)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 16:27:50 +02:00
Andreas Burchert (scarya)
c72b07f690
Changed 'gender' to 'title'
2011-06-10 17:44:49 +02:00
Florian Aders (EleRas)
c318d9e9df
We really, really have 2011, thx SZoellner _& arnoldB, fixes #802
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-10 07:22:28 +02:00
Florian Aders (EleRas)
5b6acce822
Fixed permission problem in apache, fixes #800
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-07 09:39:13 +02:00
Florian Aders (EleRas)
9a4b45838a
Tagging 0.9.21
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-05-30 18:57:48 +02:00
Andreas Burchert (scarya)
48df1bac4b
Moved apache reload to the end of cronjob, fixes #775
2011-05-27 21:56:11 +02:00
Andreas Burchert (scarya)
63aed1e8f4
Fix char-errors in Italian language file, fixes #790
...
Thanks to arnoldB
2011-05-21 17:23:49 +02:00
Andreas Burchert (scarya)
426e87a337
Forgot curly brackets.
2011-05-18 22:17:58 +02:00
Andreas Burchert (scarya)
cd141ce381
Externalized string.
2011-05-18 22:07:04 +02:00
Andreas Burchert (scarya)
ece63b8a36
Fix some language related strings, fixes #760
...
Thanks to arnoldB!
2011-05-18 20:55:01 +02:00
Andreas Burchert (scarya)
af423248da
Small fix in Classic theme.
2011-05-18 16:49:41 +02:00
Christoph Burchert (Chb)
5ca7e173b0
consequently use Denglish, fixes gonna fix
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-05-18 14:10:44 +02:00
Christoph Burchert (Chb)
f845f7771a
consequently use wrong English, fixes gonna fix
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-05-18 13:56:18 +02:00
Andreas Burchert (scarya)
500a829161
Update version to -svn2.
2011-05-18 13:30:13 +02:00
Andreas Burchert (scarya)
96c34b9b29
Fix issue with SSL and SSL redirect, fixes #778
...
Thanks to mnaumann.
2011-05-18 13:19:43 +02:00
Christoph Burchert (Chb)
ec7c19cceb
fix the fix
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-05-18 10:04:23 +02:00
Christoph Burchert (Chb)
7a4501e581
added new setting: backup ftp passive mode, fixes #785
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-05-18 02:08:45 +02:00
Christoph Burchert (Chb)
75c5fae6b2
added options for continuous up- and downloads to proftpd config, fixes #784
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-05-18 01:35:54 +02:00
Andreas Burchert (scarya)
7a5bf65184
Added ISO-3166-2 country codes, refs #471
2011-05-15 21:25:00 +02:00
Andreas Burchert (scarya)
103626e82a
Small fix in english language file.
2011-05-13 18:22:09 +02:00
Andreas Burchert (scarya)
ca1a77d883
Set version in froxlor.sql
2011-05-13 18:13:05 +02:00
Andreas Burchert (scarya)
ac68a5d35f
Updated froxlor.sql and tables.inc
2011-05-13 17:39:16 +02:00
Andreas Burchert (scarya)
f63f1d947b
You should think frist before commiting...
2011-05-13 17:33:39 +02:00
Andreas Burchert (scarya)
5b6aa1aa8d
More fixing...
2011-05-13 17:31:01 +02:00
Andreas Burchert (scarya)
12177fd21d
Patch the updater.
2011-05-13 17:28:11 +02:00
Andreas Burchert (scarya)
aa4254ad47
Added gender selection to add/edit customer, fixes #280
2011-05-12 18:58:01 +02:00
Andreas Burchert (scarya)
e2076603dd
Added language stuff for customer gender, refs #280
2011-05-12 15:34:19 +02:00
Florian Aders (EleRas)
2ea90c1b45
Update italian languagefile, thx to Emilien
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-05-05 17:45:21 +02:00
Florian Aders (EleRas)
cf66dcf38d
fixed updater, I now really hate that bitch
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-05-04 14:34:36 +02:00
Andreas Burchert (scarya)
51a83d8b09
Removed @version in file header. This isn't used by git.
2011-05-04 11:59:20 +02:00
Andreas Burchert (scarya)
e467409cbb
Added <label> tag to license agreement in aps.
2011-05-01 15:32:59 +02:00
Andreas Burchert (scarya)
05b59621a6
Added trim() to registration date check, fixes #741
2011-05-01 13:27:24 +02:00
Florian Aders (EleRas)
e148e7d584
Update version, try fixing all possible broken states, refs #742
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-28 09:47:22 +02:00
Florian Aders (EleRas)
3fb6d4eac9
Fixed SQL, now the real one, fu, fixes #742
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-28 08:27:35 +02:00
Florian Aders (EleRas)
4aa78b07be
Tagging 0.9.20.1
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-27 19:41:41 +02:00
Florian Aders (EleRas)
88048bf4c8
renamed lenny -> queeze, fixes #740
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-27 14:19:21 +02:00
Florian Aders (EleRas)
0bfc3393a0
added missing comma, fixes #739
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-27 13:34:21 +02:00
Florian Aders (EleRas)
018bc0b329
added missing columns, refs #186
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-27 11:58:45 +02:00
Florian Aders (EleRas)
f9543806a1
fixed type in backupsystem, refs #186
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-27 11:56:08 +02:00
Florian Aders (EleRas)
b9d65390c5
Added configfiles for squeeze, fixes #730
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-26 12:43:07 +02:00
Florian Aders (EleRas)
8740393b8c
Tagging 0.9.20
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-26 11:14:00 +02:00
Florian Aders (EleRas)
1ddad9295f
Tagging 0.9.20
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-26 10:28:50 +02:00
Florian Aders (EleRas)
d14493c9be
Fixed typo in backup-settings, refs #186
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-26 10:14:09 +02:00
Andreas Burchert (scarya)
329c3f03c7
Added icons for backup function, refs #186
2011-04-26 10:08:23 +02:00
Florian Aders (EleRas)
16144944ca
Fixed another bug in admin traffic summary, refs #492
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 18:03:31 +02:00
Florian Aders (EleRas)
6d0e44e103
Fix small bug in admin traffic summary, refs #492
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 17:45:47 +02:00
Andreas Burchert (scarya)
7db2fc6aeb
... fixed, the unfixed fix... hopefuly the last time -.-, refs #186
2011-04-24 10:49:14 +02:00
Andreas Burchert (scarya)
9aecf4ca8a
Fix the unfixed fix.
2011-04-24 10:40:51 +02:00
Florian Aders (EleRas)
1b05b64fea
Now use the correct js-source in header, fuuuuuuuuuuuu, refs #492
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 10:39:04 +02:00
Florian Aders (EleRas)
ed52821a11
Now use the correct jquery in tablesorting, refs #492
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 10:36:53 +02:00
Andreas Burchert (scarya)
20141ec173
Unfixed classic template, refs #186
2011-04-24 10:33:51 +02:00
Andreas Burchert (scarya)
194e4cfd20
Fixed templates, refs #186
2011-04-24 10:30:58 +02:00
Florian Aders (EleRas)
5a5653d594
Fixed linebreak in updater
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 10:27:46 +02:00
Florian Aders (EleRas)
a810a49a74
Fixed sorting, now use correct binary prefixes, refs #492
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 10:24:56 +02:00
Florian Aders (EleRas)
654af4fbc6
Fixed updater, refs #186
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 09:18:20 +02:00
Andreas Burchert (scarya)
35ffb12950
Fix for versioning.
...
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org >
2011-04-24 02:55:44 +02:00
Andreas Burchert (scarya)
7890730afa
Added backup function to froxlor, fixes #186
...
Thanks to monotek.
2011-04-24 02:18:58 +02:00
Andreas Burchert (scarya)
a97e7d3697
Fixed htpasswd creation for nginx, fixes #722
...
Thanks to altmir.
2011-04-24 01:26:17 +02:00
Andreas Burchert (scarya)
b34c0e268e
Added check for deactivated fcgid settings, fixes #725
...
Thanks to crazy4chrissi.
2011-04-24 01:04:21 +02:00
Florian Aders (EleRas)
63fe3e7019
Added german translation for traffic summary, refs #492
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 01:03:09 +02:00
Florian Aders (EleRas)
886e8632a7
Improved error message for system-hostname as customerdomain, fixes #690
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 01:02:10 +02:00
Florian Aders (EleRas)
b18a3cabc2
Fixed error if no traffic - entry exists yet, refs #492
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 00:57:08 +02:00
Florian Aders (EleRas)
f3f7127f82
Fix style of table-captions, fixes #492
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 00:25:01 +02:00
Florian Aders (EleRas)
8a8082b579
Use included jquery, refs #492
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 00:23:01 +02:00
Florian Aders (EleRas)
7a27095e7b
Traffic - summary, new templates, refs #492
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 00:18:12 +02:00
Florian Aders (EleRas)
a08a34283d
Added traffic overview for admins over all customers, refs #492 , thx yabawock
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-24 00:01:37 +02:00
Florian Aders (EleRas)
76db59a1b1
Show description of fields in dashboard, fixes #600
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-23 21:45:54 +02:00
Florian Aders (EleRas)
a86fb44e61
Fixed date in configure - hint
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-23 21:36:29 +02:00
Christoph Burchert (Chb)
b6b294b682
added no_more option to exim4 configuration to prevent further routing, fixes #655
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-04-23 11:38:29 +02:00
Florian Aders (EleRas)
96e7ede031
Fixed updater - version introduced in commit 7491442a25
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-18 14:01:43 +02:00
Christoph Burchert (Chb)
e87c16b598
added password generator, fixes #346
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-04-16 16:46:38 +02:00
Andreas Burchert (scarya)
d02daee582
Changed '>=' to '>', fixes #711
2011-04-16 15:38:25 +02:00
Andreas Burchert (scarya)
77b515751e
Forgot to add the new translated string.
2011-04-16 15:28:19 +02:00
Christoph Burchert (Chb)
0ade48117c
added new setting for domain validation, fixes #718
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-04-16 15:17:21 +02:00
Christoph Burchert (Chb)
7491442a25
added new setting for domain validation, fixes #718
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-04-16 15:13:43 +02:00
Andreas Burchert (scarya)
6ba2d99b67
Added proper strings for resend password failed, fixes #704
2011-04-16 15:11:57 +02:00
Christoph Burchert (Chb)
5c980946a9
insert cronjob task after changig ftp home directory, fixes #698
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-04-16 14:26:52 +02:00
Christoph Burchert (Chb)
213e959568
disabled password reset for banned users, fixes #677
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-04-16 13:32:11 +02:00
Florian Aders (EleRas)
f36643851f
Redesign of resource-recalculation, fixes #699
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-10 10:50:10 +02:00
Andreas Burchert (scarya)
dea3601549
Added icons for recalculate resource page, refs #699
2011-04-10 10:39:55 +02:00
Florian Aders (EleRas)
29665ff3c8
Fixing execution of all files containing ".php", fixes #687
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-04-10 10:08:03 +02:00
Robert Förster (Dessa)
fc72d7ec32
fix the fix
2011-04-01 11:27:28 +02:00
Robert Förster (Dessa)
b0f3d09cb9
fix typo, refs #660
2011-04-01 07:44:32 +02:00
Andreas Burchert (scarya)
a9ab3825f5
Fixed undefined indices on admin pages, refs #645 1h0m
2011-03-30 14:52:59 +02:00
Andreas Burchert (scarya)
630e2966e2
Removed unused makeyesno functions, refs #645 @1h0m
2011-03-30 14:52:59 +02:00
Andreas Burchert (scarya)
df6441ef80
Replaced yes/no with checkboxes, refs #645 @1h0m
2011-03-30 14:52:59 +02:00
Andreas Burchert (scarya)
1730088ab1
Replaced yes/no selection with checkboxes, refs #645 @2h0m
...
Finished all for admin pages. admin_<section>.php files need to be cleaned.
2011-03-30 14:52:58 +02:00
Andreas Burchert (scarya)
7d97544f05
Fix in _checkbox().
2011-03-30 13:30:28 +02:00
Florian Aders (EleRas)
c4195909e1
Tagging 0.9.19
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-28 18:06:29 +02:00
Andreas Burchert (scarya)
8b3841e2d5
Small fix in german language file, thanks to arnoldB.
2011-03-26 23:26:54 +01:00
Andreas Burchert (scarya)
9ff1d1cce5
Small fix in _checkbox() function to use sent data if available. refs #676
2011-03-26 22:34:06 +01:00
Andreas Burchert (scarya)
6b99f650ca
Added label to unlimited checkboxes.
2011-03-26 21:50:57 +01:00
Florian Aders (EleRas)
3282736600
Optimizing image directory (removing unneeded files, running pngcrush over pngs)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-26 21:49:15 +01:00
Florian Aders (EleRas)
f25d1cbb9e
Marked a few fields in admin->domain as mandatory, refs #645
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-26 21:24:12 +01:00
Andreas Burchert (scarya)
3775892bc2
Added _checkbox() to htmlform class so we can generate checkboxes.
2011-03-20 17:41:08 +01:00
Andreas Burchert (scarya)
6b27a00007
Fixed undefined variable in lib/init.php
2011-03-20 10:25:39 +01:00
Andreas Burchert (scarya)
3fc3174788
Finished work for reuseable form data, fixes #672 @4h
2011-03-19 14:34:10 +01:00
Andreas Burchert (scarya)
38999a4f5e
Added back button to standard_error page, refs #672
2011-03-19 14:34:10 +01:00
Andreas Burchert (scarya)
ef8c3d3cf7
Added support to reuse form data if validation fails, refs #672
2011-03-19 14:34:10 +01:00
Andreas Burchert (scarya)
3a6779570f
Added php internal session handler.
2011-03-19 14:34:09 +01:00
Christoph Burchert (Chb)
e3ff9d8f5d
added smtpd_tls_key_file directive to postfix configuration files, fixes #627
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-03-19 13:58:14 +01:00
Florian Aders (EleRas)
5fc5bdfaeb
Ups, removed double-encoding
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-19 13:24:38 +01:00
Florian Aders (EleRas)
adcffe3912
Adding ignores for temporary files
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-19 13:19:34 +01:00
Florian Aders (EleRas)
5e0c641a02
Fixing a XSS - vulnerability discovered by tomreyn
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-19 13:14:28 +01:00
Florian Aders (EleRas)
0f4695a43f
Fixing SQL-incjection found by tomreyn and general ticket-search, fixes #674
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-19 12:22:34 +01:00
Andreas Burchert (scarya)
6258b53a04
Small fix in language file, fixes #675
2011-03-19 11:51:32 +01:00
Christoph Burchert (Chb)
0776afc09e
added appropiate comments to fix of #670
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-03-18 23:41:57 +01:00
Andreas Burchert (scarya)
0ab8d177b2
fixed sorting for admin_customer over view, fixes #618
2011-03-18 16:29:13 +01:00
Christoph Burchert (Chb)
9e6c405bcd
fixed return status of executed programs, fixes #670
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-03-18 16:24:25 +01:00
Christoph Burchert (Chb)
94cd1a2f01
lock databases when blocking users, fixes #666
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-03-18 16:14:12 +01:00
Christoph Burchert (Chb)
954e507160
Pass redirect code to mod_rewrite directives, fixes #669
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-03-18 12:48:19 +01:00
Michael Kaufmann (d00p)
d195a9622d
use correct order of parameter for chown to work properly when using FreeBSD, fixes #663
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-16 15:40:19 +01:00
Michael Kaufmann (d00p)
0883580199
fix hidden form values for aps-installer (customer panel), fixes #662
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-16 08:34:06 +01:00
Michael Kaufmann (d00p)
8c2e94b2cd
show link 'add customer' if more than 15 customers on 'customers-overview', fixes #661
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-14 20:53:41 +01:00
Michael Kaufmann (d00p)
d9dbd1917f
add +FollowSysLinks options for perl-workaround, fixes #660
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-14 12:40:38 +01:00
Michael Kaufmann (d00p)
240025a183
- fix usage of template 'diskspace usage', fixes #656
...
- added missing template-variables to view, fixes #651
2011-03-14 08:40:00 +01:00
Michael Kaufmann (d00p)
24838ec2cf
remove deprecated sql-statement 'TYPE' and replaced it with 'ENGINE' for panel_sessions, fixes #654
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-14 08:19:39 +01:00
Michael Kaufmann (d00p)
eaee62db4d
remove trailing slash on hostnames for redirect as apache's mod_rewrite appends a second, fixes #658
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-14 08:02:58 +01:00
Michael Kaufmann (d00p)
2f0a717241
don't prepend a slash to the domains 'path' value if it's a hostname, fixes #657
2011-03-14 07:58:32 +01:00
Michael Kaufmann (d00p)
07d82fb063
change message-variable for success-message when resetting password, fixes #653
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-13 08:57:34 +01:00
Michael Kaufmann (d00p)
fae7fd0ccc
sanitize paths when creating new user-home
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-11 14:21:05 +01:00
Michael Kaufmann (d00p)
20b2b1c399
add missing validator-parameters for setting-formfields
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-11 12:56:41 +01:00
Michael Kaufmann (d00p)
ee8115cbe9
- correct size unit in traffic-defailts overview
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-10 13:34:00 +01:00
Michael Kaufmann (d00p)
465f5b406e
- fix checkbox-styling when using opera
...
- fix style-issue with table-hover
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-10 12:53:08 +01:00
Michael Kaufmann (d00p)
9428c794c0
use correct internationalization in email-edit template, thx to arnoldB
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-10 11:14:04 +01:00
Michael Kaufmann (d00p)
2754e0ae5a
fix undefined variable in cron_autoresponder, fixes #649
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-10 07:15:38 +01:00
Michael Kaufmann (d00p)
b6be7f6975
Merge branch 'master' of git.froxlor.org:froxlor
2011-03-10 07:12:09 +01:00
Michael Kaufmann (d00p)
f02a8d73c7
fix check for path-value to avoid double-slash output, fixes #648
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-09 16:36:29 +01:00
Andreas Burchert (scarya)
f30d7aecc8
Update for the italian language file.
...
Thanks to Emilien.
2011-03-09 14:12:42 +01:00
Michael Kaufmann (d00p)
4b1eee49a8
fix ugly spacing in configuration-file-textareas
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-09 07:29:28 +01:00
Michael Kaufmann (d00p)
b5124b8274
fix output of default path-value if path-select-mode is 'Manual', fixes #642
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-08 11:48:05 +01:00
Michael Kaufmann (d00p)
00f8707703
fix variable-mixup in formfield so ips-and-ports specialsettings are not shown on the panel (but actually saved to database and used!)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-07 14:44:48 +01:00
Michael Kaufmann (d00p)
10996c5bed
set version to 0.9.18.1
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-07 09:55:23 +01:00
Michael Kaufmann (d00p)
fc712bde90
remove nested table in admin:admin-overview
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-07 09:40:32 +01:00
Michael Kaufmann (d00p)
4e1433d861
fix linebreaks in php-configurations and other textareas, fixes #632
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-06 17:32:51 +01:00
Michael Kaufmann (d00p)
4fc02e6c93
fix inline-if-statements to show specific fields only if necessary, refs #633
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-06 16:49:22 +01:00
Michael Kaufmann (d00p)
57c72d68a4
fix html-layout if resetting password is disabled
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-06 14:12:51 +01:00
Andreas Burchert (scarya)
0230c6ac2b
Replaced all picture to have a consistent look.
...
Added <image>_big.png to have bigger icons for page titles.
2011-03-05 17:16:48 +01:00
Florian Aders (EleRas)
865f7036fd
Adding formfields for autoresponder (part 2, forgot some files), fixes #629
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-04 21:45:17 +01:00
Florian Aders (EleRas)
6825c5e0dc
Adding formfields for autoresponder, fixes #629
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-04 21:44:05 +01:00
Michael Kaufmann (d00p)
3e63b1aabb
- fix possible error in usage-report if customer has no traffic (traffic = 0)
...
- fix another missing hidden-field in classic-theme template
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-04 13:35:54 +01:00
Michael Kaufmann (d00p)
d6d19e7cb2
- fix undefined index in customer_domains.php
...
- add possibility to disable form-buttons if not needed
- corrected ticket-categories order-counter begin-value
- beautify domains-add and e-mail add form for customers
- added various missing hidden-fields in templates (Classic-theme)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-04 11:46:40 +01:00
Michael Kaufmann (d00p)
adeac9cce1
Merge branch 'master' of git.froxlor.org:froxlor
2011-03-04 08:48:49 +01:00
Michael Kaufmann (d00p)
5a743b2005
add missing traffic-images to theme 'Froxlor' and correct templates to reflect the new directory-layout, fixes #634
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-04 08:46:20 +01:00
Andreas Burchert (scarya)
dc1f33f494
Added fallback solution in getTemplate() for 3rd party modules.
...
Thanks to atari.
2011-03-02 10:15:46 +01:00
Michael Kaufmann (d00p)
e04ae041ab
add save/reset button to the end of each form, fixes #631
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-02 07:54:57 +01:00
Michael Kaufmann (d00p)
236377c28e
many fixes in Classic and Froxlor templates
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-02 07:46:32 +01:00
Michael Kaufmann (d00p)
687b28016e
Merge branch 'master' of git.froxlor.org:froxlor
2011-03-02 07:27:24 +01:00
Florian Aders (EleRas)
00edba1d0d
Fixing dynamic selection of themes in settings, fixes #628
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-01 20:38:09 +01:00
Florian Aders (EleRas)
207e9e1b43
Fixed adding of email-forwarding in classic template, too, fixes #626 again
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-01 20:15:07 +01:00
Florian Aders (EleRas)
0afbad5ff1
Fixed adding of email-forwarding, fixes #626
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-01 20:07:48 +01:00
Florian Aders (EleRas)
357e60c054
Reworked admin -> customerslist, fixes #619
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-01 19:52:34 +01:00
Florian Aders (EleRas)
9d45759613
Fixing paths in CSS, now relative instead of absolute
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-01 19:28:34 +01:00
Florian Aders (EleRas)
9503ae0ac5
Fixed syntax error in configfiles_index
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-01 19:12:04 +01:00
Florian Aders (EleRas)
97d20199fe
Fixed missing nginx in installer
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-01 19:10:46 +01:00
Michael Kaufmann (d00p)
d66d32066d
fix php-syntax error in configfiles_index.inc.php, fixes #622
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-01 14:34:27 +01:00
Michael Kaufmann (d00p)
13bde22344
- updated outdated domains_add & domains_edit templates in Classic-theme
...
- fixed formfield when path-mode is 'Manual'
fixes #620
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-01 10:31:38 +01:00
Michael Kaufmann (d00p)
fb430e55d2
don't show input-fields for editing ftp@domain users as it should not be done, fixes #617
2011-03-01 07:46:42 +01:00
Michael Kaufmann (d00p)
5fde181fdc
don't create fpm-socket in own vhost if not enabled, fixes #613
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-01 07:39:29 +01:00
Michael Kaufmann (d00p)
4da7b815f3
add missing hidden-field for 'id' in emails_edit.tpl
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-28 21:54:03 +01:00
Michael Kaufmann (d00p)
84e17ab91f
correct main httpd.conf path, fixes #615
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-28 21:43:27 +01:00
Michael Kaufmann (d00p)
95d0830584
setting version to 0.9.18
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-28 10:26:35 +01:00
Michael Kaufmann (d00p)
a8fa13dd3c
correct dovecot-sql configuration for Gentoo, fixes #568
2011-02-28 08:23:52 +01:00
Florian Aders (EleRas)
a7a8c51c18
Merged brach redesign to master
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-27 13:06:31 +01:00
Michael Kaufmann (d00p)
50ae198164
check whether directory is executable for the webserver user, fixes #612
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-25 16:38:34 +01:00
Michael Kaufmann (d00p)
b325e50da1
add 'fastcgi_param HTTPS on' for nginx generally if ssl is enabled, refs #610
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-25 09:13:42 +01:00
Michael Kaufmann (d00p)
c6afcc57d9
- in function findDirs() just skip if a directory cannot be read instead of returning the list till this dir, fixes #611
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-25 08:00:06 +01:00
Michael Kaufmann (d00p)
ff4b03f4fa
- add 'fastcgi_param HTTPS on' for nginx+fpm if domain uses SSL, fixes #610
2011-02-25 07:58:13 +01:00
Michael Kaufmann (d00p)
393a5ce570
- let makePathfield return usable values for the formfield (dynamically changing between select, text and hidden, depending on settings)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-24 10:50:59 +01:00
Michael Kaufmann (d00p)
ca9128bdbf
- fix two TODO's where a second field has to be stuck next to the previous
2011-02-24 10:07:38 +01:00
Michael Kaufmann (d00p)
6837852f52
- check for field 'theme' in table 'panel_session' as it's being used before the update, fixes #607
...
- add some missing css-classes for the updater
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-23 08:47:14 +01:00
Michael Kaufmann (d00p)
957a0e78a3
Merge branch 'redesign' of git.froxlor.org:froxlor into redesign
2011-02-23 08:28:11 +01:00
Florian Aders (EleRas)
656d725b58
Adding admin to customer - list
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-22 20:49:02 +01:00
Florian Aders (EleRas)
ffed226a4f
Fixing typo in paging-
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-22 20:15:42 +01:00
Michael Kaufmann (d00p)
215abeb105
don't output templated error in cron_usage.inc.diskspace.php
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-18 13:22:48 +01:00
Michael Kaufmann (d00p)
68c8faa8cb
- don't use templated errors in cron,
...
- fix usage of wrong variable
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-18 07:34:26 +01:00
Michael Kaufmann (d00p)
d2e86e936b
Merge branch 'master' of git.froxlor.org:froxlor
2011-02-16 14:02:48 +01:00
Michael Kaufmann (d00p)
d2fe9be860
do not generate any unnecessary webserver configuration-lines for deactivated users, fixes #599
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-16 14:01:37 +01:00
Michael Kaufmann (d00p)
357614992e
add missing image in 'change theme' on admin-side
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-15 21:49:18 +01:00
Florian Aders (EleRas)
134250d1c1
Added icon for changetheme made by scarya
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-15 21:14:02 +01:00
Florian Aders (EleRas)
8a8d485c39
Merge branch 'master' into redesign
2011-02-13 22:29:42 +01:00
Florian Aders (EleRas)
d06b08f020
Added configuration for gentoo / dovecot2
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 22:28:45 +01:00
Florian Aders (EleRas)
7a70257b95
Forgot one file in the last commit
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 18:40:34 +01:00
Florian Aders (EleRas)
4400125c7e
Fixed icon naming
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 18:36:56 +01:00
Florian Aders (EleRas)
88d0fe5752
Fixing customer ticket reply - view
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 18:01:41 +01:00
Florian Aders (EleRas)
cc1b45ac6e
Readded files which were deleted during broken merge 7b01cb47de
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 13:10:11 +01:00
Florian Aders (EleRas)
61d5d4a150
Fixed naming of icon in MySQL edit
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 12:52:12 +01:00
Florian Aders (EleRas)
107c84fdbc
Fixed typo in customer -> add ticket form
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 12:48:21 +01:00
Florian Aders (EleRas)
f85d983c84
Fixed naming of icon in FTP edit
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 12:45:19 +01:00
Florian Aders (EleRas)
a0406c9749
Fixed naming of icon in add domain
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 12:41:50 +01:00
Michael Kaufmann (d00p)
840d9f5915
fix unmerged templates to use actual $lng-values
2011-02-13 12:33:10 +01:00
Michael Kaufmann (d00p)
59f8002a5d
fix undefined index in templates_edit template
2011-02-13 12:30:56 +01:00
Florian Aders (EleRas)
0b38e192d4
Now with the auto-date-setter
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-12 20:03:08 +01:00
Florian Aders (EleRas)
014e350a9e
It's 2011 :P
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-12 19:54:31 +01:00
Florian Aders (EleRas)
382cf45e08
Changing customer -> ticket to new formfield - stuff
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-12 18:54:44 +01:00
Florian Aders (EleRas)
abe8446736
Merge branch 'redesign' of git.froxlor.org:froxlor into redesign
2011-02-12 18:38:09 +01:00
Florian Aders (EleRas)
ed4acb0118
Fixing forms in customer -> mysql classic template
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-12 18:37:11 +01:00
Andreas Burchert (scarya)
8032addc0a
Finished template for Classic: extras
2011-02-12 18:36:00 +01:00
Florian Aders (EleRas)
0cfc75976f
Fixing customer -> ftp in classic layout
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-12 18:33:59 +01:00
Michael Kaufmann (d00p)
8e83c5f788
bugfix domain-formfields (again)
2011-02-12 18:27:32 +01:00
Andreas Burchert (scarya)
7b01cb47de
Merge branch 'redesign' of git.froxlor.org:froxlor into redesign
...
Conflicts:
templates/Froxlor/customer/email/emails_add.tpl
templates/Froxlor/customer/email/emails_edit.tpl
templates/Froxlor/customer/email/forwarder_add.tpl
2011-02-12 18:25:19 +01:00
Andreas Burchert (scarya)
b13d20d44c
Fixed email templates in design: Classic, Froxlor
2011-02-12 18:20:22 +01:00
Michael Kaufmann (d00p)
b8ab1edc56
fix domain-formfields
2011-02-12 18:16:54 +01:00
Michael Kaufmann (d00p)
cc96aef50f
fix integration of formfields in customer-domains
2011-02-12 17:48:54 +01:00
Michael Kaufmann (d00p)
9ddd3a2a58
fix typo
2011-02-12 17:42:02 +01:00
Michael Kaufmann (d00p)
fea75e2c2f
fix even more templates
2011-02-12 17:34:20 +01:00
Michael Kaufmann (d00p)
87b15ce57d
fix more templates for fieldform usage
2011-02-12 17:32:36 +01:00
Michael Kaufmann (d00p)
a807ffd918
fix more customer_email formfiled usage
2011-02-12 17:24:07 +01:00
Michael Kaufmann (d00p)
f3d505170a
bugfix customer_email formfield integration
2011-02-12 17:17:13 +01:00
Michael Kaufmann (d00p)
13904cfd7b
Merge branch 'redesign' of git.froxlor.org:froxlor into redesign
2011-02-12 16:48:27 +01:00
Michael Kaufmann (d00p)
3e83ae8a6e
use htpasswd-formfields
2011-02-12 16:47:07 +01:00
Michael Kaufmann (d00p)
44febee357
use htaccess-formfields
2011-02-12 16:42:25 +01:00
unknown
0b20a154f5
Finished email stuff.
2011-02-12 16:18:24 +01:00
Michael Kaufmann (d00p)
b9101b2041
Merge branch 'redesign' of git.froxlor.org:froxlor into redesign
2011-02-12 16:14:33 +01:00
Michael Kaufmann (d00p)
9e798c6362
add formfields for customer_extras
2011-02-12 16:13:57 +01:00
Florian Aders (EleRas)
9e1bd811a5
Merge branch 'redesign' of git.froxlor.org:froxlor into redesign
2011-02-12 16:08:10 +01:00
Florian Aders (EleRas)
26aed64bf8
Converted customer -> ftp to new formbuilder
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-12 16:08:05 +01:00
Michael Kaufmann (d00p)
3f93044121
add formields for email stuff
2011-02-12 15:47:37 +01:00
Florian Aders (EleRas)
8cb615df5f
Converted customer -> mysql to new formbuilder
2011-02-12 15:15:55 +01:00
Andreas Burchert
885bf7e88c
Added customer/domain formfields.
2011-02-11 22:08:22 +01:00
Florian Aders (EleRas)
efabfd7183
Merge branch 'master' into redesign
2011-02-11 13:39:07 +01:00
Florian Aders (EleRas)
d8b43f60b8
Added missing smtpd_sasl_type = dovecot for gentoo-postfix-config
2011-02-11 13:32:22 +01:00
Michael Kaufmann (d00p)
0a2fed06cb
test
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-09 10:56:12 +01:00
Michael Kaufmann (d00p)
e13d588c07
Merge branch 'master' into redesign
2011-02-09 10:54:31 +01:00
Michael Kaufmann (d00p)
460e153c6f
FreeBSD's dovecot uses ssl=yes as default value (even if commented out), so we have to set it to 'no' if no ssl is used, fixes #572
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-09 09:55:33 +01:00
Michael Kaufmann (d00p)
cb36615228
check database-connection after each customer in traffic-cron (sometimes analyzing big access-logs takes too long), fixes #544
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-09 09:53:05 +01:00
Michael Kaufmann (d00p)
6dca567827
added parameter '-k' to the 'du' command in traffic-cron, -k displays block counts in 1024-byte (1-Kbyte) blocks (lead to wrong filesize-calculations on FreeBSD), fixes #578
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-09 09:47:44 +01:00
Florian Aders (EleRas)
80379232a9
Remove IDs from settings, makes merging easier
2011-02-08 15:35:08 +01:00
Michael Kaufmann (d00p)
3a3aa73d2d
update idna_converter-class, thx to mathias, fixes #579
2011-02-08 14:31:21 +01:00
Michael Kaufmann (d00p)
c949c153ed
fix undefined index in classic-theme
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-08 14:03:18 +01:00
Michael Kaufmann (d00p)
a4dba36f82
beautify message if there are no customers to add a new ticket for
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-08 14:00:22 +01:00
Michael Kaufmann (d00p)
bee19fabfa
merged more of the re-design files to current state
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-08 13:17:24 +01:00
Michael Kaufmann (d00p)
43770d37e1
manually merged re-design changes to 80% of the files
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-08 12:53:24 +01:00
Michael Kaufmann (d00p)
7b6b145229
add more new files for re-design
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-08 10:38:47 +01:00
Michael Kaufmann (d00p)
57d52bd59e
merge/add new formfield-files for re-design
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-08 10:34:14 +01:00
Michael Kaufmann (d00p)
d6b4bd8d36
add new images and templates for re-design
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-08 10:30:03 +01:00
Michael Kaufmann (d00p)
c28f70d885
fixed endless redirection with lighty when accessing webalizer, thx to vmp32k
2011-02-08 07:58:14 +01:00
Michael Kaufmann (d00p)
fad2ae873d
show message when trying to delete a domain which is used as alias-domain instead of blank page, fixes #571
2011-02-06 09:57:31 +00:00
Michael Kaufmann (d00p)
30c025202c
set base-path dynamically in crond-config for freebsd, fixes #575
2011-02-02 06:26:21 +00:00
Michael Kaufmann (d00p)
9cb64e34dc
fix path in powerdns-configs (bind-path is a setting), fixes #574
2011-02-01 21:24:47 +00:00
Michael Kaufmann (d00p)
72af7c600f
correct postfix mx-access commands for FreeBSD, fixes #573
2011-01-31 17:14:32 +00:00
Michael Kaufmann (d00p)
903a91b9ea
- replace placeholder with actual email address, fixes #566
2011-01-27 12:35:27 +00:00
Michael Kaufmann (d00p)
2b699849ca
fix install-sql
2011-01-26 21:13:18 +00:00
Michael Kaufmann (d00p)
a7ae6e54de
- set correct version for svn1
...
- correct default-php.ini for open_basedir
- fix upgrading from SysCP (getPhpConfigs() fails cause the table is being added after it's being used in the update-process)
2011-01-26 15:01:19 +00:00
Michael Kaufmann (d00p)
1396aca657
- fix missing language-entries for usage-mail template (no fallback to english in e-mail templates, we're looking for translaters btw :P), refs #564
...
- fix possible missing setting in database (httgroup), fixes #564
2011-01-26 11:41:35 +00:00
Michael Kaufmann (d00p)
b19cabef79
round values in usage-cron, fixes #563
2011-01-26 11:20:19 +00:00
Michael Kaufmann (d00p)
c3f5e6c4db
fix inserting of deletion-task for ftp-accounts, fixes #553 , refs #293
2011-01-26 10:58:59 +00:00
Michael Kaufmann (d00p)
f4b6d9930f
- respect domain openbasedir settings when using php-fpm, fixes #562
...
- various improvements/cleanings in the gentoo configfiles array
2011-01-26 09:44:09 +00:00
Michael Kaufmann (d00p)
f77ddac4ed
set version to 0.9.17 for upcoming release
2011-01-25 06:23:31 +00:00
Michael Kaufmann (d00p)
932e1f95c5
fix maxlength of textbox in admin:edit, fixes #559
2011-01-19 06:28:48 +00:00
Michael Kaufmann (d00p)
a8b52d50af
- prework for docroot-settings-extension, refs #533
2011-01-18 07:18:28 +00:00
Michael Kaufmann (d00p)
f10f63b6be
add missing language-string for database_edit, fixes #554
2011-01-16 11:58:24 +00:00
Michael Kaufmann (d00p)
c5cdd9f567
- fix minor issues diskspace-usage-report, refs #466
...
- show current year for copyright in footer
2011-01-14 07:31:01 +00:00
Michael Kaufmann (d00p)
e5b2fd90c0
Add "Notification mail for customers when 90% percent of disk space is exhausted", fixes #466
2011-01-14 07:09:53 +00:00
Michael Kaufmann (d00p)
f7b43f470f
remove double $$, fixes #552
2011-01-13 11:43:40 +00:00
Michael Kaufmann (d00p)
515e542179
- localize path setting (dropdown/manual), thx to arnoldB, fixes #547
...
- include diskusage- (todo) and traffic-report cron, refs #466 , fixes #153
- allow customzing of warning-level in percent for diskusage- and traffic-report cron, refs #466
2011-01-11 08:40:59 +00:00
Michael Kaufmann (d00p)
cc4637095d
respect ssl_redirect setting for domains, fixes #542
2011-01-09 16:25:32 +00:00
Michael Kaufmann (d00p)
bffa8817d9
ftp user cannot be edited, fixes #337
2011-01-09 13:44:10 +00:00
Michael Kaufmann (d00p)
98b82ed0c6
improve behavior of ssl-redirect, fixes #541
2011-01-08 11:58:14 +00:00
Michael Kaufmann (d00p)
4f52982a7e
more fixes for freebsd (more to follow)
2011-01-07 19:22:24 +00:00
Michael Kaufmann (d00p)
1edba0c368
+mailbox_size_limit = 0 for FreeBSD-postfix
2011-01-07 18:33:14 +00:00
Michael Kaufmann (d00p)
06983ca382
some freebsd-config enhancements, fixes #537
2011-01-06 09:37:49 +00:00
Michael Kaufmann (d00p)
c53ef5b96e
fix libnss-nsswitch.conf for FreeBSD, fixes 538
2011-01-06 09:17:25 +00:00
Michael Kaufmann (d00p)
a2b7f98332
add missing 'description' field to sql-query to avoid undefined index in resultset, thx to adlerweb
2011-01-04 21:27:09 +00:00
Michael Kaufmann (d00p)
c25ad76200
remove unnecessary variable $entry in error-message in autoresponder, thx to monotek for finding thi
2011-01-04 20:16:25 +00:00
Florian Aders (EleRas)
7057984534
remove now unneeded inserttasks, refs #535
2011-01-04 11:41:44 +00:00
Florian Aders (EleRas)
02a4fd4e1d
Rebuild configurations after a setting is changed, fixes #535
2011-01-04 11:39:04 +00:00
Michael Kaufmann (d00p)
57ec429776
settings version for upcoming release
2010-12-28 11:07:40 +00:00
Andreas Burchert (scarya)
c52d3819af
- forgot some update queries from early installations (regarding #529 )
2010-12-25 23:36:26 +00:00
Andreas Burchert (scarya)
85f35abe2d
- changed sql query to work with version <= 5.5 ( fixes #529 )
...
- added php-xml extension check ti installation (fixes #530 )
-> thanks to lando
2010-12-25 22:43:42 +00:00
Michael Kaufmann (d00p)
58674a2f8f
- fix possible undefined variable
2010-12-22 13:10:12 +00:00
Michael Kaufmann (d00p)
968137a967
- use php symlink to binary, fixes #526
2010-12-22 12:47:31 +00:00
Michael Kaufmann (d00p)
66b274c1bf
- fine-tune php-fpm-config, create tmp-folder if not exists, refs #524
2010-12-21 13:15:26 +00:00
Michael Kaufmann (d00p)
b9d68a17fa
fix deletion of htpasswd/diroption files if no more htpasswds/diroptions are in the database
2010-12-21 10:55:08 +00:00
Michael Kaufmann (d00p)
ced64138e8
fix order of variables in configuration-path, fixes #521
2010-12-17 22:28:28 +00:00
Michael Kaufmann (d00p)
4fdaed5cc4
fix 'new' fcgid path for froxlor's own vhost php-fcgi-starter
2010-12-14 21:19:52 +00:00
Michael Kaufmann (d00p)
0fd11afdcb
use makeCorrectDir() to output sane path
2010-12-10 12:16:03 +00:00
Michael Kaufmann (d00p)
8202cc96e7
- fixed double-declaration of variable causing nginx-cron to fail on mysql_fetch_array() for htpasswd-entries, fixes #516
2010-12-09 11:49:07 +00:00
Michael Kaufmann (d00p)
59bf7ba22f
- restore still used settings in 120.system.php
...
- check for $createifnotexists in phpinterface_* classes
2010-12-07 11:08:41 +00:00
Michael Kaufmann (d00p)
9c075c05f5
- don't create standard-openbasedir config for froxlor-panel vhost
2010-12-06 09:17:48 +00:00
Michael Kaufmann (d00p)
6815501c1d
- use local-username for froxlor in fpm-config, because froxlor.panel is only the directory/loginname
2010-12-06 09:00:53 +00:00
Michael Kaufmann (d00p)
f11aa9a1c4
- forgot to save lighttpd_fcgid-class with own-vhost settings for php-fpm
2010-12-06 08:56:39 +00:00
Michael Kaufmann (d00p)
3b33dde9ac
add language-strings for php-fpm settings
2010-12-06 08:49:24 +00:00
Michael Kaufmann (d00p)
7fb0e88313
- implement php-fpm for Froxlor-vhost, fixes #505
2010-12-06 07:38:55 +00:00
Michael Kaufmann (d00p)
9615aaa83a
update dutch language file, thx to Frits Letteboer, fixes #506
2010-12-05 17:18:24 +00:00
Michael Kaufmann (d00p)
16cc53146c
replace correct line-break when sending forgotten password, fixes #507
2010-12-05 17:15:24 +00:00
Michael Kaufmann (d00p)
56e9f748f4
beautify update (forgot one status-output)
2010-12-03 11:15:58 +00:00
Michael Kaufmann (d00p)
80e338610f
don't allow activation of FCGID and PHP-FPM at the same time
2010-12-03 10:41:12 +00:00
Michael Kaufmann (d00p)
93abbf4a10
- hide php-reload and php-backend-server setting if nginx is used with php-fpm (useless settings)
2010-12-03 10:20:49 +00:00
Michael Kaufmann (d00p)
0271ccfc28
- outsource fcgid/php-fpm configurations/file-creations/etc
2010-12-03 09:23:40 +00:00
Michael Kaufmann (d00p)
dae3e416a2
- include nginx_phpfpm cron in cron_tasks.php
...
- show parts of fcgid also when lighttpd is used
2010-12-03 08:58:44 +00:00
Michael Kaufmann (d00p)
759213f8b9
add extra configuration for Apache + PHP-FPM, fixes #482
2010-12-02 12:51:14 +00:00
Michael Kaufmann (d00p)
01b313a3ce
merged php-fpm branch
2010-12-02 12:15:58 +00:00
Michael Kaufmann (d00p)
4567f7c781
only call validatePassword() when creating a customer if the password is not empty, cause otherwise no random password can be generated if field is left empty
2010-12-02 09:52:56 +00:00
Michael Kaufmann (d00p)
ef76635508
added missing language-definitions for integer-validation
2010-12-02 08:25:01 +00:00
Michael Kaufmann (d00p)
30235ff3eb
don't show settings which are not needed for used webserver, fixes #502
2010-12-02 08:18:46 +00:00
Michael Kaufmann (d00p)
ebb390a1fd
fix false initialization of variable (wrong variable name)
2010-11-30 10:45:51 +00:00
Michael Kaufmann (d00p)
0c1a4f692a
fix password_query for dovecot when sending e-mail, fixes #500
2010-11-30 07:50:49 +00:00
Michael Kaufmann (d00p)
0c25611d26
- set version to 0.9.15 for upcoming release
2010-11-29 08:56:27 +00:00
Michael Kaufmann (d00p)
cd79670438
fix for awstats aliases if the customerdocroot is equal to the domaindocroot
2010-11-29 07:44:24 +00:00
Michael Kaufmann (d00p)
6b46b31818
reintegrated nginx-branch changes, refs #103
2010-11-29 07:37:00 +00:00
Michael Kaufmann (d00p)
713cb1b3ac
use correct id in libnss-query, fixes #495
2010-11-29 06:46:21 +00:00
Michael Kaufmann (d00p)
e492c4aca6
- show database description on delete database confirmation-page, fixes #494
2010-11-29 06:40:35 +00:00
Michael Kaufmann (d00p)
5496915e19
fix hardcoded awstats-configuration path, fixes #493
2010-11-29 06:37:46 +00:00
Robert Foerster (Dessa)
f77d084a53
remove hardcoded stuff
2010-11-27 10:46:24 +00:00
Robert Foerster (Dessa)
060b3f8782
recorded merge of revisions 1486-1491 via svnmerge from http://Dessa@svn.froxlor.org/branches/philderbeast
2010-11-27 10:37:44 +00:00
Robert Foerster (Dessa)
e4b7bf799d
gentoo is not debian, at least not since i last checked :)
2010-11-26 12:32:47 +00:00
Robert Foerster (Dessa)
6066601568
- recorded merge of revisions 737-1483 via svnmerge from http://Dessa@svn.froxlor.org/branches/philderbeast
...
- fixes #103
2010-11-26 12:30:54 +00:00
Michael Kaufmann (d00p)
01404187cc
%Ls for dovecot is only being replaced by 'imap' or 'pop3' for the password_query, not the user_query, refs #486
2010-11-23 10:11:15 +00:00
Michael Kaufmann (d00p)
a9da673a31
added --force parameter to froxlor_master_cronjob.php so webserver- and bind-configurations can be rebuild everytime
2010-11-23 06:40:58 +00:00
Michael Kaufmann (d00p)
d1a9460117
- validate if used mail-service (imap, pop3) is allowed for user, fixes #475
2010-11-22 07:13:56 +00:00
Michael Kaufmann (d00p)
bde278430e
fix link for adding ticket-categories
2010-11-16 12:01:17 +00:00
Michael Kaufmann (d00p)
9c36b31ad2
- show vmail-uid/gid from settings in freebsd-configtemplate, fixes #483
2010-11-16 06:22:02 +00:00
Michael Kaufmann (d00p)
b528b93178
- fix sender-address of responder-mail (only 'common'-setups!!!), fixes #476
2010-11-11 09:23:53 +00:00
Michael Kaufmann (d00p)
7ca00d56be
- added possibility to unlock customers who got locked because of too many login-fails, fixes #473
2010-11-09 09:32:52 +00:00
Michael Kaufmann (d00p)
39f17b1a9e
- check for correct variable value for store_defaultindex, fixes #459
...
- fix possible undefined variable in init-script
2010-11-09 09:16:08 +00:00
Michael Kaufmann (d00p)
08e17f7d16
- put customer standard-subdomains to the 20_* vhost configs (subdomains) so they are parsed before the main-domain, fixes #465
2010-11-08 07:41:51 +00:00
Michael Kaufmann (d00p)
a638dddec9
- actually show the latest logical order number (yeah, forgot to save the file again :P), refs #464
2010-11-08 07:11:52 +00:00
Michael Kaufmann (d00p)
59bbfcef4f
- show next logical order number when creating new ticket category, fixes #464
2010-11-08 07:11:00 +00:00
Michael Kaufmann (d00p)
5cd1c1284a
- remove multiserver-stuff from trunk/
...
- allow admins with customer_see_all-flag to see their support-tickets too
- sanitize date-stuff in install.php
- fixed wrong usage of standard_error() in ticket::sendMail()
- fix issue with lighttpd server.bind when IP is IPv6
2010-11-03 06:36:22 +00:00
Michael Kaufmann (d00p)
f81826fd9b
- display determined Froxlor path in cron.d-configurationtemplates, fixes #455
2010-11-01 11:26:36 +00:00
Michael Kaufmann (d00p)
2e59e2bfdf
- correct variable name to avoid undefined variable error, fixes #454
2010-11-01 10:36:15 +00:00
Michael Kaufmann (d00p)
03a8a9c8c9
- remove some more realtime-leftovers
2010-10-31 08:29:39 +00:00
Michael Kaufmann (d00p)
689cb40bcc
- fix possible undefined variables
2010-10-29 17:53:49 +00:00
Michael Kaufmann (d00p)
1c2a1b8c69
- no multiserver stuff in trunk/ at this time
2010-10-28 12:42:14 +00:00
Michael Kaufmann (d00p)
3d187fd0a0
- fix undefined indexes in ips and ports if ssl is not enabled
...
- fix getSwap() and getMemory() in FroxlorHostInfo-class
2010-10-28 06:33:58 +00:00
Robert Foerster (Dessa)
2fc057d670
murder etch templates
2010-10-25 11:51:02 +00:00
Michael Kaufmann (d00p)
e7b030fa30
setting version to 0.9.14 for release
2010-10-25 11:22:29 +00:00
Robert Foerster (Dessa)
e74262c81e
some spelling fixage
2010-10-25 08:48:03 +00:00
Michael Kaufmann (d00p)
d1a52ca85c
- various language corrections, fixes #439
2010-10-25 07:02:36 +00:00
Michael Kaufmann (d00p)
44b53ffd2c
- fixed regex for domains to allow a port and/or subfolders/files, fixes #431
2010-10-25 06:45:15 +00:00
Michael Kaufmann (d00p)
ffe49e8acd
outsource makeChownWithNewStats function to lib/functions/ because it is now also used outside the cron-area, refs #258
2010-10-24 20:59:52 +00:00
Michael Kaufmann (d00p)
58b3a19ae7
- remove multiserver-stuff from current-trunk
...
- fix FroxlorSshTransport
2010-10-24 19:16:26 +00:00
Andreas Burchert (scarya)
0be29498b0
- fix in FroxlorSshTransport::close()
2010-10-24 18:58:23 +00:00
Michael Kaufmann (d00p)
1b4069f01e
- remove realtime-feature-stuff
2010-10-24 16:57:17 +00:00
Michael Kaufmann (d00p)
5f284c31ab
- remove realtime configurations and install-instructions from the panel
2010-10-24 08:59:00 +00:00
Florian Aders (EleRas)
1c892a0f9c
Removing duplicate function, fixes #447
2010-10-23 15:20:23 +00:00
Robert Foerster (Dessa)
8fb5a3ae7c
deprecate etch config templates, which will be removed with 0.9.15
2010-10-23 12:33:55 +00:00
Michael Kaufmann (d00p)
3c731661a0
actually update to new version :P
2010-10-23 10:44:35 +00:00
Michael Kaufmann (d00p)
ed5e2ba39d
fixing update-process, reverting multiserver-support-changes (now in branch)
2010-10-23 10:37:43 +00:00
Michael Kaufmann (d00p)
22eb0e19cc
remove deprecated realtime-functionality
2010-10-23 10:24:03 +00:00
Florian Aders (EleRas)
ad31b07a04
Reverting the multiserver-stuff, we'll do this inside the branch
2010-10-23 10:20:23 +00:00
Michael Kaufmann (d00p)
99696ff6cb
- allow 4-character tld's (like .info or .mobi)
2010-10-23 07:50:26 +00:00
Michael Kaufmann (d00p)
8b3c634652
minor work on multiserver-client-deployment
2010-10-22 21:29:47 +00:00
Andreas Burchert (scarya)
26084a19fa
- replaced die() with throw new Exception()
2010-10-21 08:59:46 +00:00
Andreas Burchert (scarya)
84637d82d4
- updated demousage
...
- updated FroxlorPkgCreator (fix for manual added files)
- first cron version for remote server data deploying
2010-10-20 21:33:39 +00:00
Andreas Burchert (scarya)
7a83a01095
- added function to FroxlorPkgCreator::addFile($name, $data)
2010-10-20 21:09:52 +00:00
Andreas Burchert (scarya)
71d3410b4f
- added exlude dir variable to DfC
...
- updated demousage
2010-10-20 20:54:57 +00:00
Andreas Burchert (scarya)
b58a9d3b88
- add support for multiple directories
2010-10-20 20:29:47 +00:00
Andreas Burchert (scarya)
05897c3e01
- fix in FroxlorPkgCreator::pack() (better file name, path fix)
...
- added FroxlorDeployfileCreator
2010-10-20 19:47:31 +00:00
Andreas Burchert (scarya)
a06211b497
- description fix in FroxlorSshTransport
...
- added FroxlorPkgCreator
2010-10-20 19:07:51 +00:00
Michael Kaufmann (d00p)
db2cca8e86
- add a few images to beautify multiserver-client overview
2010-10-20 13:00:30 +00:00
Michael Kaufmann (d00p)
aa5e574d5d
- more work on multiserver-client settings
2010-10-20 11:41:43 +00:00
Michael Kaufmann (d00p)
09c5bbcb63
- more work in multiserver-client-settings (save-methods)
2010-10-20 10:05:54 +00:00
Michael Kaufmann (d00p)
cadab96bae
- set server-id parameter for inserttask in customer_ftp.php
...
- call inserttask in admin_clients::deploy
2010-10-20 09:12:21 +00:00
Michael Kaufmann (d00p)
0c9ab91373
- added multiserver-client-deploy-cron
...
- outsourcing Deploy() function from froxlorclient to client_deployer
2010-10-20 09:01:34 +00:00
Michael Kaufmann (d00p)
836b7fb056
- correct links on client-settings page
...
- added new server_id parameter to buildFormEx, so getFormGroupOutput will use the correct template (with correct links)
2010-10-20 07:40:34 +00:00
Michael Kaufmann (d00p)
d3fd4ee2f4
- more work on froxlor-client settings (multiserver mode)
2010-10-19 20:42:55 +00:00
Michael Kaufmann (d00p)
58499a068f
- added "deploy" menu to Froxlor-client (multiserver-support)
2010-10-19 19:50:20 +00:00
Michael Kaufmann (d00p)
ce83e8f92b
- chown newly created awstats-directory when new domain has been created, fixes #258
2010-10-19 19:32:53 +00:00
Michael Kaufmann (d00p)
fc5aea1c33
- implement multiserver-client edit
...
- fix various undefined variables
2010-10-19 16:07:48 +00:00
Michael Kaufmann (d00p)
89bf0aa128
- finish adding of multiserver-clients
2010-10-19 15:05:19 +00:00
Michael Kaufmann (d00p)
b2ea0cb666
- added form to add new froxlor-clients (no deploy etc.)
...
- implemented function to return all active client-id's for inserttask-function (task for all clients+master)
2010-10-19 14:35:33 +00:00
Andreas Burchert (scarya)
c0b19fa2b2
- small fix in if condition for scp/sftp switch
2010-10-19 09:20:32 +00:00
Michael Kaufmann (d00p)
9e028ef0f7
- use correct heading for mysql-editing-form, fixes #444
2010-10-19 08:29:24 +00:00
Michael Kaufmann (d00p)
a8460b7570
- fix loading of settings in case of older Froxlor versions which do not support multiserver-mode
2010-10-19 08:10:22 +00:00
Michael Kaufmann (d00p)
f42fa0ee7b
few minor changes for multiserver-support
2010-10-18 11:34:19 +00:00
Michael Kaufmann (d00p)
8d27f71cee
admin_ipsandports.php does not need a server_id (multiserver-support) yet
2010-10-18 10:44:14 +00:00
Michael Kaufmann (d00p)
3a9813c1b5
- removing deprecated legacy_cron entry from database
...
- minor changes for multiserver-support
2010-10-18 09:48:26 +00:00
Michael Kaufmann (d00p)
699f451234
- more work on settings for FroxlorClients (upcoming multiserver-mode)
2010-10-18 09:20:17 +00:00
Michael Kaufmann (d00p)
cad3c02f08
forgot to save the file :)
2010-10-18 07:55:47 +00:00
Michael Kaufmann (d00p)
7484ab1bc9
- added functions to get/set client settings
...
- added function for deployment of FroxlorClients
2010-10-18 07:48:54 +00:00
Michael Kaufmann (d00p)
8f87aa6636
- added class for FroxlorClients
...
- added admin_clients.php file for managing FroxlorClients
- added Multiserver-Menu
(unfinished, just base-layout for further developing, disabled by hardcoded setting)
2010-10-18 06:49:06 +00:00
Andreas Burchert (scarya)
15486ed764
- added destructor for FroxlorSshTransport
...
- added a fix for close() operation to prevent missing file writing on remote disk
- added a switch for scp/sftp to sendFile
2010-10-17 20:46:39 +00:00
Michael Kaufmann (d00p)
118693471c
- correct sql-query in update to drop table, fixes #440
...
- use correct language-variable for ips-and-ports docroot-setting, fixes #441
2010-10-17 02:01:18 +00:00
Michael Kaufmann (d00p)
382bd88344
- prepare inserttask()-function for multiserver-support
2010-10-17 01:44:58 +00:00
Andreas Burchert (scarya)
2a4d618bcc
- fixed eol-style
2010-10-17 00:32:41 +00:00
Andreas Burchert (scarya)
14b56d9287
- fixed eol-style from FroxlorSshTransport
...
- added a demo usage script for FroxlorSshTransport
2010-10-17 00:29:04 +00:00
Florian Aders (EleRas)
ba35677cf6
Hint for removed stuff
2010-10-16 23:59:36 +00:00
Andreas Burchert (scarya)
c4723fc3f2
- added FroxlorSshTransport for upcoming multiserver-support
2010-10-16 23:31:38 +00:00
Michael Kaufmann (d00p)
3aff47d983
- first commit for upcoming multiserver-support :)
2010-10-16 20:00:24 +00:00
Michael Kaufmann (d00p)
9fe6db8cd9
- forgot to add setting for SSLCertificateChainFile to the settings-array, refs #418
2010-10-15 11:55:28 +00:00
Michael Kaufmann (d00p)
15a03f63a9
- only use makeCorrectFile() on SSLCertificateChainFile if not empty
2010-10-15 11:51:15 +00:00
Michael Kaufmann (d00p)
d7b5c4bc71
- added possibility to allow customer to login with their domain-name, fixes #374
2010-10-15 11:48:05 +00:00
Michael Kaufmann (d00p)
db05ea5f32
- added possibility to set a custom docroot for any ip/port combination, fixes #417
...
- sort vhosts-file by type (subdomain, sub-of-main, main-domain), fixes #437
2010-10-15 10:41:58 +00:00
Michael Kaufmann (d00p)
ceedab3a6e
- put enable/disable ssl in the settings overview
...
- added SSLCertificateChainFile to IPs and ports and webserver-cron, fixes #418
- added domain-specific ssl-settings for lighttpd
2010-10-15 08:32:35 +00:00
Michael Kaufmann (d00p)
0b6bb64600
- fix loop-in-loop effect when calculating traffic with awstats, fixes #246
2010-10-15 07:32:16 +00:00
Michael Kaufmann (d00p)
2985a08a8d
- add awstats-icon alias to vhost-content, fixes #257
...
- removing unnecessary (and partly wrong) language-file entries
2010-10-15 06:50:25 +00:00
Michael Kaufmann (d00p)
a1b26c91d2
small dkim-filter.conf-fixes; refs #384
...
OMG OMG OMG this commit is LEET :) - wohoooo
2010-10-14 06:52:35 +00:00
Michael Kaufmann (d00p)
7d54744e9a
- add DKIM-milter install/configuration instructions for Debian/Ubuntu, fixes #384
2010-10-14 06:49:05 +00:00
Michael Kaufmann (d00p)
7afc7e2797
- show correct values on update-counters overview (subdomains had the used-tickets value)
2010-10-12 06:50:28 +00:00
Michael Kaufmann (d00p)
8d1f894622
- set used-ticket-cycle on update too
...
- setting version to 0.9.14-svn2
2010-10-12 06:32:29 +00:00
Michael Kaufmann (d00p)
3f0a491f8c
- set used-ticket-cycle directly as INTERVAL for the cronjob
2010-10-12 06:21:08 +00:00
Michael Kaufmann (d00p)
9787089615
. remove customers htaccess/diroptions after deleting the customer, refs #424
2010-10-11 08:44:24 +00:00
Michael Kaufmann (d00p)
076c07b4be
add aps-packages to the updateCounters() function and recalculate resources overview, fixes #425
2010-10-10 11:37:49 +00:00
Michael Kaufmann (d00p)
6887dad1a9
- fixed misspelling in german language-file, fixes #434
2010-10-10 10:50:56 +00:00
Michael Kaufmann (d00p)
5fee795b5c
- set correct config for special-characters (umlauts) in HTMLPurifier, refs #129
2010-10-10 08:20:32 +00:00
Michael Kaufmann (d00p)
146c205f6c
- updated italian language file, thx to Emilien
2010-10-08 10:13:23 +00:00
Michael Kaufmann (d00p)
5c87e2210c
- be sure customer-docroot-prefix is never the same or within the fcgid-configurations-folder
2010-10-05 20:25:52 +00:00
Michael Kaufmann (d00p)
db6bdfd931
- always check that HTMLPurifier's cache folder is writable
2010-10-05 20:24:08 +00:00
Michael Kaufmann (d00p)
b796f02a3d
- add note to fcgid-config-dir setting that this folders gets cleaned on every cronrun
2010-10-04 12:20:10 +00:00
Michael Kaufmann (d00p)
a86140cec0
- set version to 0.9.13.1 (support-ticket-system bugfix)
2010-10-01 06:10:45 +00:00
Michael Kaufmann (d00p)
1f9caedc16
- fix postfix main.cf for FreeBSD, fixes #420
2010-10-01 05:13:31 +00:00
Michael Kaufmann (d00p)
dc6034796a
- fix regex if reply-to header is present in autoresponder, fixes #423
2010-10-01 05:10:01 +00:00
Michael Kaufmann (d00p)
be8d38b478
- fix require for htmlpurifier, thx to Timo for the hint
2010-09-30 12:53:34 +00:00
Michael Kaufmann (d00p)
d3cd83eb93
- add possibility to specify php.ini for Froxlor-Vhost (if enabled), fixes #414
2010-09-28 09:21:13 +00:00
Michael Kaufmann (d00p)
984849d2c8
- set correct default langauge for main-admin after installation
2010-09-27 10:37:02 +00:00
Michael Kaufmann (d00p)
bc82c8fead
- preselect panel language instead of admin-language when adding a new customer
2010-09-27 09:53:12 +00:00