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
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
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 >
0.9.27
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
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