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)
|
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 |
|
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 |
|
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)
|
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)
|
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 |
|
BNoiZe
|
3527177ea9
|
Removed $db from customer paging #refs 1287
|
2013-11-18 09:10:18 +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 |
|
BNoiZe
|
36d40f8312
|
Migrated customer_ftp to new database class refs #1287
|
2013-11-01 14:04:18 +01: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)
|
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 |
|
Axel Guckelsberger
|
a7687659cc
|
Update customer_ftp.php
|
2013-04-27 10:15:36 +03: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)
|
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 |
|
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 |
|
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 |
|
Andreas Burchert (scarya)
|
4a40870576
|
Improved backup functionality. Thanks monotek, refs #186
|
2011-06-24 01:24:13 +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 |
|
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 |
|
Andreas Burchert (scarya)
|
630e2966e2
|
Removed unused makeyesno functions, refs #645 @1h0m
|
2011-03-30 14:52:59 +02: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)
|
c3f5e6c4db
|
fix inserting of deletion-task for ftp-accounts, fixes #553, refs #293
|
2011-01-26 10:58:59 +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)
|
58674a2f8f
|
- fix possible undefined variable
|
2010-12-22 13:10:12 +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)
|
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)
|
382bd88344
|
- prepare inserttask()-function for multiserver-support
|
2010-10-17 01:44:58 +00:00 |
|
Michael Kaufmann (d00p)
|
ee29c406ab
|
- add possibility to define email templates for "new database by customer" and "new ftp account by customer"
|
2010-08-10 09:21:07 +00:00 |
|
Michael Kaufmann (d00p)
|
9d4d6efdb9
|
- set / as default value for ftp-homedir in customer_ftp, fixes #338
|
2010-08-09 06:35:16 +00:00 |
|
Michael Kaufmann (d00p)
|
c43574a714
|
- possibility to remove email data also if only account is being removed but not the address itself, refs #245
- possibility to remove ftp-homedir on deletion of a ftp-user, fixes #293
|
2010-07-19 06:03:49 +00:00 |
|
Michael Kaufmann (d00p)
|
2830bb722f
|
- added possibility to get new ftp-user data e-mailed to customer, fixes #208
|
2010-05-07 06:13:07 +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)
|
368e6a5c50
|
- improved 'edit ftp-account', fixes #116
|
2010-04-07 06:08:09 +00:00 |
|
Michael Kaufmann (d00p)
|
c1de55f3d5
|
- added possibility to set a minimum password length for all passwords (does not count for old passwords already saved), fixes #59
- set version to 0.9.3-svn1
|
2010-03-17 07:51:16 +00:00 |
|
Michael Kaufmann (d00p)
|
632c7051fc
|
changing file-headers;
fixing $needrootdb in cron_init.php (why was this disabled?);
|
2010-01-25 10:06:34 +00:00 |
|
Florian Aders (EleRas)
|
66ac89698f
|
Set svn:keywords "Id" on every file except images and configfiles
|
2010-01-25 09:11:52 +00:00 |
|
Florian Aders (EleRas)
|
8c55dd6c21
|
Setting eol-style for php and tpl - files
|
2010-01-20 16:55:27 +00:00 |
|
Michael Kaufmann (d00p)
|
9907afe630
|
ininitial froxlor commit;
'reverted' old-style update-process;
removed billing-classes, -functions and -templates;
some sql-fixes;
|
2010-01-20 09:12:52 +00:00 |
|