Till Brehm
2014-04-25 e21ba7a4e5d782bb5a0cc5307eba7fe168160f14
2014-04-25 Till Brehm
Fixed: FS#3456 - Dashboard Style still broken after Update to 3.0.5 // Patc...
tree@ e21ba7 commitdiff
2014-04-24 Till Brehm
Removed static dbispconfig database name in sql patch file.
tree@ d50cad commitdiff
2014-04-24 Marius Cramer
Added default sql values where missing (strict mode)
tree@ 4f32db commitdiff
2014-04-23 Till Brehm
And again...
tree@ 9b6866 commitdiff
2014-04-23 Till Brehm
Fixed doveadm warning.
tree@ 7db4cd commitdiff
2014-04-23 Till Brehm
Changed version number in blue theme
tree@ 23176c commitdiff
2014-04-23 Till Brehm
Changed version number to 3.0.5.4.
tree@ ea31ea commitdiff
2014-04-23 Marius Cramer
Fix for previous commit
tree@ 9dba8d commitdiff
2014-04-23 Marius Cramer
- implemented fix for Ubuntu 14.04 with fpm pool reload handling
tree@ 1050bd commitdiff
2014-04-23 Marius Cramer
Fixed: FS#3400 - Interface Settings - clicking "Settings" duplicates input ...
tree@ 96f69d commitdiff
2014-04-23 Till Brehm
Fixed: FS#3440 - after each install/reconfigure: warning: database /var/lib...
tree@ 5afa9d commitdiff
2014-04-23 Till Brehm
Updated todo
tree@ e632a2 commitdiff
2014-04-22 Till Brehm
- Updated french translation - Added missing option in centos dovecot.conf ...
tree@ 263f0e commitdiff
2014-04-22 Marius Cramer
Fixed: FS#3453 - Renaming vhost subdomains leaves stale log mount entries
tree@ 79d955 commitdiff
2014-04-16 Till Brehm
Set php-fpm listen mode to 0600 on apache servers and 0660 on nginx servers.
tree@ 1890ca commitdiff
2014-04-15 Till Brehm
Updated version number to 3.0.5.4.rc2
tree@ 286813 commitdiff
2014-04-15 Till Brehm
Implemented: FS#3437 - Activate Postfix submission Port 587 in Firewall
tree@ 3cf709 commitdiff
2014-04-15 Till Brehm
Fixed: FS#3433 - Check autodiscover URL compatibility
tree@ 294ff9 commitdiff
2014-04-15 Till Brehm
Merged language files.
tree@ caed83 commitdiff
2014-04-14 Marius Cramer
Fixed: FS#3431 - Systemmails via google's SMTP not working
tree@ 5c6584 commitdiff
2014-04-14 Till Brehm
Updated greek translation.
tree@ 7dc438 commitdiff
2014-04-09 Till Brehm
- changed default for delete emails after retrieval in getmail form to no a...
tree@ a246ff commitdiff
2014-04-09 Marius Cramer
Added another incremental from merge request
tree@ 79bd40 commitdiff
2014-04-09 Till Brehm
- Changed php-fpm-socket listen mode to 0600. - Enable php-fpm socket mode ...
tree@ d2c5ed commitdiff
2014-04-09 Marius Cramer
Merge branch 'stable-3.0.5' of git.ispconfig.org:ispconfig/ispconfig3 into ...
tree@ 465f2b commitdiff
2014-04-09 Marius Cramer
patch class methods have to be public
tree@ 121e4d commitdiff
2014-04-05 Falko Timme
- changed/harmonized order of clients in client select fields ("ORDER BY cl...
tree@ ca4b71 commitdiff
2014-04-05 Till Brehm
Fixed: FS#3359 - rkhunter running twice on Debian
tree@ f30628 commitdiff
2014-04-05 Till Brehm
Fixed: FS#3412 - German: Error message incomplete
tree@ d92cc2 commitdiff
2014-04-05 Till Brehm
Fixed: FS#3067 - open_basedir in vhost subdomain can not be changed
tree@ eccd04 commitdiff
2014-04-04 Till Brehm
Fixed: FS#3423 - Clients with URL cron limit can also add chrooted cronjobs
tree@ 4b5da4 commitdiff
2014-04-04 Marius Cramer
Changed to use else block instead of continue inside if block (easier code ...
tree@ 454fa0 commitdiff
2014-04-03 Till Brehm
- Merged language files - Updated version number to 3.0.5...
tree@ a08e6c commitdiff
2014-04-02 Marius Cramer
Fixed some things in mail user handling - mail accounts not locked when cli...
tree@ 44c2dd commitdiff
2014-04-01 Till Brehm
Fixed: FS#3420 - SSH user keys get replaced in website Fixed a bug in Opens...
tree@ 5c93f0 commitdiff
2014-03-28 Till Brehm
Fixed default value for backup_interval of mail_users.
tree@ ac7ef7 commitdiff
2014-03-28 Till Brehm
Allow null value for dkim fields in mail_user table.
tree@ 8edc7f commitdiff
2014-03-27 Till Brehm
Fixed a probel with apps vhost on opensuse 12.3
tree@ 11f2ad commitdiff
2014-03-26 Till Brehm
Changed log functions in install.lib.php
tree@ 4b75ea commitdiff
2014-03-25 Till Brehm
Merge branch 'stable-3.0.5' of git.ispconfig.org:ispconfig/ispconfig3 into ...
tree@ d94591 commitdiff
2014-03-25 Till Brehm
Updated apache_ispconfig.conf.master to allow access to phpmyadmin and squi...
tree@ f9f20b commitdiff
2014-03-25 Marius Cramer
Merge branch 'stable-3.0.5' of git.ispconfig.org:ispconfig/ispconfig3 into ...
tree@ a6aee3 commitdiff
2014-03-25 Marius Cramer
Some SQL fixes for MariaDB compatibility. @see commit 9a8de140c82d0db44ac6...
tree@ c25228 commitdiff
2014-03-25 Till Brehm
Merge branch 'stable-3.0.5' of git.ispconfig.org:ispconfig/ispconfig3 into ...
tree@ 7dd3f7 commitdiff
2014-03-25 Marius Cramer
Fixed missing escape of " in sieve rules
tree@ e4b1db commitdiff
2014-03-25 Till Brehm
Some SQL fixes for MariaDB compatibility.
tree@ 9a8de1 commitdiff
2014-03-24 Marius Cramer
Reverted change in mail aliasdomain (makes aliasdomains non-functional)
tree@ d90ab9 commitdiff
2014-03-24 Marius Cramer
Removed usage of AddHandler in apache vhost config - Reason: AddHandler...
tree@ 3bc1e1 commitdiff
2014-03-19 Till Brehm
Fixed server_id filter in mail domain list.
tree@ 9cb6fe commitdiff
2014-03-19 Marius Cramer
Fixed warning message on openSuse due to apache2 module c...
tree@ 0a0ca4 commitdiff
first | « prev | next »