Michael Kaufmann (d00p)
1876ed1459
- validate our update.log file, if not writeable etc. create it in /tmp/
2010-05-17 08:52:37 +00:00
Robert Foerster (Dessa)
f331dee8a1
add Ubuntu Lucid Config Templates, fixes #171
2010-05-17 08:42:17 +00:00
Michael Kaufmann (d00p)
f5576606e1
- added description for redirect-codes
...
- increase version number to 0.9.7-svn3
2010-05-17 08:26:55 +00:00
Michael Kaufmann (d00p)
34de2c03c4
- removed potential undefined variable in admin_index.php
...
- show also outstanding APS-tasks in admin-overview, fixes #231
2010-05-17 07:01:46 +00:00
Michael Kaufmann (d00p)
225be93610
- correcting constructor-call of FileLogger
2010-05-17 06:15:03 +00:00
Michael Kaufmann (d00p)
089b03de38
- create update.log on update in folder /install/
2010-05-17 06:09:30 +00:00
Michael Kaufmann (d00p)
785e8f0938
- added configuration templates for FreeBSD's libnss-mysql, fixes #228
2010-05-17 05:33:32 +00:00
Florian Aders (EleRas)
b64bfaeb92
Updating all "wrong" domains regarding open_basedir to use the customerroot instead the documentroot
2010-05-12 13:02:56 +00:00
Michael Kaufmann (d00p)
659d673ffa
- renaming file (typo)
2010-05-12 06:52:41 +00:00
Michael Kaufmann (d00p)
65e0962111
- fixed open_basedir issues, fixes #227
2010-05-12 06:52:11 +00:00
Michael Kaufmann (d00p)
a5cf1a0ac9
- pre-select correct domain-path on domain-edit (customer-panel), fixes #225
2010-05-11 11:16:14 +00:00
Michael Kaufmann (d00p)
465f29531e
- Customer can now select http-redirect-code for domains (if path is an URL), only works for apache as lighttpd does not support this until version 1.5.0, fixes #184
2010-05-11 08:50:35 +00:00
Michael Kaufmann (d00p)
7e733e60ee
- wups, one escaping too much :p
2010-05-04 10:31:25 +00:00
Michael Kaufmann (d00p)
1f6e3c271b
- validateUrl needed to idna-convert the url if its a domain, also needed new regex (subfolder, etc.)
2010-05-04 10:30:02 +00:00
Michael Kaufmann (d00p)
9c79654cf4
- corrected validation of Domain and URL (stupid php-bug)
2010-05-04 09:54:10 +00:00
Michael Kaufmann (d00p)
c28a0291d7
- setting version to 0.9.6
2010-05-03 12:08:45 +00:00
Michael Kaufmann (d00p)
aa532806d0
- fixed undefined index under specific circumstances
2010-05-03 11:47:06 +00:00
Michael Kaufmann (d00p)
d8b0221c91
- minor fixes in admin_tickets (display of name)
...
- fixes of undefined mailer-class if admin-mail is invalid
2010-05-02 07:46:20 +00:00
Florian Aders (EleRas)
1e22b96d9a
Added FTP - quota - patch made by monotek, fixes #13
2010-05-01 12:37:05 +00:00
Michael Kaufmann (d00p)
962abd34c7
- add setting for default php-configuration, fixes #182
...
- set version to 0.9.6-svn5
2010-04-30 19:51:19 +00:00
Robert Foerster (Dessa)
c6a45789bc
updated postfix configuration for debian lenny, ubuntu hardy and gentoo
...
- split up postfix configs for courier and dovecot, so people do not do/install unneeded stuff
- renamed deprecated config keys (upstream is backwards compatible until further notice, so you don't need to change them unless you really want to)
- removed most default values, distros ship the default configs in /usr/share anyway.
- debian etch is untouched, so is suse (for now)
2010-04-30 16:38:02 +00:00
Michael Kaufmann (d00p)
8ac41a28b9
- add setting for default support-ticket priority, fixes #178
2010-04-29 05:38:32 +00:00
Michael Kaufmann (d00p)
5054eec852
- update procedure for new webserver-settings
...
- set version to 0.9.6-svn3
2010-04-28 07:41:34 +00:00
Michael Kaufmann (d00p)
a7041e0399
- don't spam "PHP Warning: readdir() expects parameter 1 to be resource, boolean given" when webserver-configuration-directories do not exist in wipeOutOldConfigs
2010-04-28 07:04:01 +00:00
Michael Kaufmann (d00p)
fd6a0597a6
- check for broken admin-e-mail if phpMailerClass validation fails
2010-04-26 12:28:05 +00:00
Michael Kaufmann (d00p)
62fa764b4c
fix some awstats config-file namings for debian-bases distros and suse, fixes #165
2010-04-26 06:32:40 +00:00
Michael Kaufmann (d00p)
31231a5f60
- fixed validateUrl-function to work with buggy php-5.2.13 and php-5.3.2 (filter_var-bug)
2010-04-21 10:40:58 +00:00
Michael Kaufmann (d00p)
4cf8e2f2ea
merged ticketcategories branch to trunk, fixes #157
2010-04-21 07:54:46 +00:00
Michael Kaufmann (d00p)
b87e4277f2
fix regex to add domains when using php-5.2.13 or php-5.3.2, thx to felauten
2010-04-20 21:35:30 +00:00
Michael Kaufmann (d00p)
96219f406d
added configuration for bind's TTL value, fixes #166
2010-04-20 06:22:11 +00:00
Robert Foerster (Dessa)
d4f3093ae3
- recorded merge of revisions 733,805 via svnmerge from http://Dessa@svn.froxlor.org/branches/mgozdzik
...
- add a missing german language string
- set version to 0.9.5
- improve debian/postinst message a bit
2010-04-19 13:32:24 +00:00
Michael Kaufmann (d00p)
4d5dcb82d6
- fixed some more "Deprecated: Call-time pass-by-reference" issues
2010-04-14 07:48:41 +00:00
Michael Kaufmann (d00p)
7fa901bebb
- improved update-procedure
...
- updated version to 0.9.4-svn2
2010-04-14 07:36:38 +00:00
Michael Kaufmann (d00p)
1159bde3eb
- merged wildcardsubdomain-branch to trunk, refs #123 , refs #150
2010-04-14 06:42:14 +00:00
Michael Kaufmann (d00p)
cfaae63657
- merged settings branch, fixes #134
2010-04-13 05:41:09 +00:00
Michael Kaufmann (d00p)
ae27e06675
- fixing domain validation
...
- added validation for local hosts (mysql-hosts)
2010-04-12 16:36:09 +00:00
Michael Kaufmann (d00p)
cf18590b84
- implemented alternative regex-validation for broken php "filter_var" function in various php-versions, refs #109 , #122 , #138
...
- check for webalizer binary in /usr/bin and in /usr/local/bin (freebsd), fixes #140
2010-04-12 11:09:53 +00:00
Michael Kaufmann (d00p)
0d3df6e1fe
- fixed some left-overs when using safe_exec which have not been escaped correctly, fixes #136
2010-04-12 05:49:16 +00:00
Robert Foerster (Dessa)
afc3ab8a8b
correct bind permissions in config templates, refs #135
2010-04-11 20:13:54 +00:00
Robert Foerster (Dessa)
96d26d0d94
- correct freebsd proftpd template, fixes #132
...
- don't display mkdir statement for deactivated docroot when it is not defined, this was already done in the other templates but got somehow lost for etch
2010-04-10 00:44:09 +00:00
Michael Kaufmann (d00p)
5a4fffbce6
-create awstats-configuration-folder if it does not exist
2010-04-09 12:04:09 +00:00
Michael Kaufmann (d00p)
43fe968ad0
added awstats configuration to FreeBSD, thx to jenus for the great help
2010-04-08 12:05:26 +00:00
Michael Kaufmann (d00p)
a0274b083b
- make path to awstats configuration folder a setting (again), fixes #125
2010-04-08 10:28:48 +00:00
Michael Kaufmann (d00p)
5e3a4fb1ab
- re-enable setting for "path to awstats 'awstats_buildstaticpages.pl' script", fixes #120
2010-04-07 11:14:43 +00:00
Michael Kaufmann (d00p)
1839264f7a
- don't block mails from localhost
...
- added postfix-mxaccess for freebsd
refs #119
2010-04-07 10:52:15 +00:00
Michael Kaufmann (d00p)
5f9d90a293
added Postfix MX-Access, fixes #119
2010-04-07 10:35:50 +00:00
Michael Kaufmann (d00p)
16135fb92b
- implemented check for used APS packages on domain-deletion, fixes #110
2010-04-07 07:47:20 +00:00
Michael Kaufmann (d00p)
368e6a5c50
- improved 'edit ftp-account', fixes #116
2010-04-07 06:08:09 +00:00
Florian Aders (EleRas)
43595df977
Deactivating limitation of commands in safe_exec, we'll just check if there are redirects and stuff like that
...
The original reason for safe_exec is already allowed: rm
2010-04-05 13:03:58 +00:00
Michael Kaufmann (d00p)
8d652183a0
- set version to 0.9.4 for upcoming release
2010-04-05 08:26:47 +00:00