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
Andreas Burchert (scarya)
4a40870576
Improved backup functionality. Thanks monotek, refs #186
2011-06-24 01:24:13 +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)
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)
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
Andreas Burchert (scarya)
48df1bac4b
Moved apache reload to the end of cronjob, fixes #775
2011-05-27 21:56:11 +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
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)
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)
d02daee582
Changed '>=' to '>', fixes #711
2011-04-16 15:38:25 +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
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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
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)
b19cabef79
round values in usage-cron, fixes #563
2011-01-26 11:20:19 +00:00
Michael Kaufmann (d00p)
a8b52d50af
- prework for docroot-settings-extension, refs #533
2011-01-18 07:18:28 +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)
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)
98b82ed0c6
improve behavior of ssl-redirect, fixes #541
2011-01-08 11:58:14 +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
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)
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)
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)
7fb0e88313
- implement php-fpm for Froxlor-vhost, fixes #505
2010-12-06 07:38:55 +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)
01b313a3ce
merged php-fpm branch
2010-12-02 12:15:58 +00:00
Michael Kaufmann (d00p)
ebb390a1fd
fix false initialization of variable (wrong variable name)
2010-11-30 10:45:51 +00:00