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 |
|
anbrosius
|
437a92d0b5
|
Fix bug IMAP/POP3 after reactivating a customer
|
2012-07-22 14:51:02 +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 |
|
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 |
|
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)
|
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 |
|
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)
|
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)
|
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 |
|
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 |
|
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)
|
aa4254ad47
|
Added gender selection to add/edit customer, fixes #280
|
2011-05-12 18:58:01 +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 |
|
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 |
|
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)
|
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)
|
ef8c3d3cf7
|
Added support to reuse form data if validation fails, refs #672
|
2011-03-19 14:34:10 +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)
|
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 |
|
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)
|
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)
|
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 |
|
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)
|
382bd88344
|
- prepare inserttask()-function for multiserver-support
|
2010-10-17 01:44:58 +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)
|
bc82c8fead
|
- preselect panel language instead of admin-language when adding a new customer
|
2010-09-27 09:53:12 +00:00 |
|
Michael Kaufmann (d00p)
|
29d54671d3
|
- added limitation for autoresponder, fixes #377
refs #377
|
2010-09-20 07:56:32 +00:00 |
|
Michael Kaufmann (d00p)
|
e356957592
|
- added yes/no to decide whether to store the default index-file to a new customers docroot or not, fixes #369
|
2010-09-07 10:46:50 +00:00 |
|
Michael Kaufmann (d00p)
|
fb66ed078a
|
- fix sql-query in admin_customers, fixes #397
|
2010-08-29 15:42:41 +00:00 |
|
Michael Kaufmann (d00p)
|
2a5494c85a
|
- remove unused replacer-variable in admin_customers.php
- add already-implemented replacers to the templates so users actually know they exist
|
2010-08-13 08:39:56 +00:00 |
|
Michael Kaufmann (d00p)
|
81cef92443
|
- set "add_date" also for standard-subdomain, fixes #340
|
2010-08-09 06:30:03 +00:00 |
|
Michael Kaufmann (d00p)
|
d1d772f790
|
- added possibility to run perl-scripts (if allowed by admin) via directory-options
- for use in lighttpd you have to add "mod_cgi" to the modules-list (and maybe patch lighttpd-cron if perl is not installed in /usr/bin)
|
2010-07-22 06:02:38 +00:00 |
|
Florian Aders (EleRas)
|
cc7610d436
|
I hate stupid bugs, still fixing #276
|
2010-06-16 12:38:53 +00:00 |
|
Florian Aders (EleRas)
|
36efb04f86
|
Stupid bug--
|
2010-06-16 12:34:22 +00:00 |
|
Florian Aders (EleRas)
|
dcc5859eb8
|
remove waiting createuser - tasks while removing a customer, fixes #276
|
2010-06-16 12:28:32 +00:00 |
|
Florian Aders (EleRas)
|
88b0c70d0c
|
Renamed username and passwiort - fields while adding a customer to prevent autocomplete of the browsers, fixes #224
|
2010-05-11 06:19:44 +00:00 |
|
Michael Kaufmann (d00p)
|
0b8c1441ef
|
- remove all APS-related data when removing a customer, fixes #216
|
2010-05-10 08:42:50 +00:00 |
|
Michael Kaufmann (d00p)
|
83b1d85730
|
- fixed overwriting of mysql-result-array, fixes #215
- fixed invalid SQL-query, fixes #212
|
2010-05-10 05:37:24 +00:00 |
|
Michael Kaufmann (d00p)
|
29a949d3d2
|
- display number of results in overview, fixes #195
|
2010-05-04 06:43:23 +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)
|
8155484ee9
|
- highlight temporary locked customers for admins, fixes #159
|
2010-04-15 11:00:27 +00:00 |
|
Michael Kaufmann (d00p)
|
97e3b30415
|
- show last login of customer in admin-customer-overview, fixes #158
|
2010-04-15 10:39:47 +00:00 |
|
Michael Kaufmann (d00p)
|
d3ceeb3f14
|
- adding feature to set a hostname for customer-standard-subdomain to replace froxlor-system-hostname (optional)
- set version to 0.9.3-svn5
|
2010-04-02 13:51:25 +00:00 |
|
Michael Kaufmann (d00p)
|
9b843a8ad5
|
merging awstats branch to trunk, fixes #57, fixes #58
|
2010-03-22 12:36:59 +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)
|
491e5363a7
|
- set correct html-linebreaks when sending e-mails
- disallow email-add form when no (email-)domain is added yet
|
2010-03-05 07:13:00 +00:00 |
|
Michael Kaufmann (d00p)
|
a6909a8cec
|
updated phpMailer-Class to version 5.1 (PHP5/PHP6), fixes #35
|
2010-03-03 08:51:13 +00:00 |
|