- Nov 17, 2015
-
-
Marius Cramer authored
-
- Oct 13, 2015
-
-
Marius Cramer authored
-
- Sep 18, 2015
-
-
Till Brehm authored
Fix notification mail template header-body splitting Since file() doesn't remove "\n" from the lines read the condition `$lines[$l] == ''` never evaluated to true. So $mailHeaders would always contain every line from the template while $mailBody contained none of them. Together with the bugfix of PHP#68776 [1] disallowing multiple "\n"'s & preceding "\n" in mail()'s $additionalHeaders arg this caused mails not being sent because $mailHeaders would include at least one "\n\n" which was meant to separate the mail headers from the body. [1] https://bugs.php.net/bug.php?id=68776 See merge request !231
-
Dirk Dankhoff authored
Since file() doesn't remove "\n" from the lines read the condition `$lines[$l] == ''` never evaluated to true. So $mailHeaders would always contain every line from the template while $mailBody contained none of them. Together with the bugfix of PHP#68776 [1] disallowing multiple "\n"'s & preceding "\n" in mail()'s $additionalHeaders arg this caused mails not being sent because $mailHeaders would include at least one "\n\n" which was meant to separate the mail headers from the body. [1] https://bugs.php.net/bug.php?id=68776
-
- Jun 30, 2015
-
-
Marius Cramer authored
-
Marius Cramer authored
-
- Jun 24, 2015
-
-
Till Brehm authored
-
- Jun 23, 2015
-
-
Till Brehm authored
-
- Jun 17, 2015
-
-
Till Brehm authored
Fixed language file import problem: https://www.howtoforge.com/community/threads/import-language-issue.70355
-
- Jun 15, 2015
-
-
Marius Cramer authored
-
- Jun 05, 2015
-
-
Till Brehm authored
-
Marius Cramer authored
-
- Jun 04, 2015
-
-
Till Brehm authored
-
- Jun 03, 2015
-
-
Till Brehm authored
FS#3900 - Invalid home dir for shell users. Changed description from -Dir- to -Base Dir- to refelect that /home/username is appaneded to this directory.
-
Till Brehm authored
-
Till Brehm authored
-
Till Brehm authored
-
Till Brehm authored
-
Marius Cramer authored
Stable 3.0.5 Fixes See merge request !197
-
- May 26, 2015
-
-
Marius Cramer authored
-
- May 21, 2015
-
-
Marius Cramer authored
-
Marius Cramer authored
-
Marius Cramer authored
- possible sql injection in monitor sys_state
-
Marius Cramer authored
-
- May 07, 2015
-
-
Till Brehm authored
-
Till Brehm authored
-
Till Brehm authored
-
Marius Cramer authored
-
Till Brehm authored
- May 06, 2015
-
-
Till Brehm authored
-
- Apr 26, 2015
-
-
Till Brehm authored
-
Till Brehm authored
-
- Apr 17, 2015
-
-
Till Brehm authored
-
- Jan 22, 2015
-
-
Falko Timme authored
-
Falko Timme authored
-
- Jan 09, 2015
-
-
Falko Timme authored
- Made sure SQL backups from servers that differ from the server where the website is on can be restored. A download of the backup is not possible in such a case, therefore I hide the "Download" button.
-
- Jan 08, 2015
-
-
Falko Timme authored
-
- Dec 04, 2014
-
-
Falko Timme authored
- SSH users cannot be deleted if the web site uses PHP-FPM ("userdel: user ssh_test is currently used by process 2890"). Fixed this by stopping PHP-FPM before user deletion and starting it again afterwards.
-
- Nov 16, 2014
-
-
Till Brehm authored
-