- 17 Nov, 2015 1 commit
-
-
Marius Cramer authored
-
- 13 Oct, 2015 1 commit
-
-
Marius Cramer authored
-
- 18 Sep, 2015 2 commits
-
-
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
-
- 30 Jun, 2015 2 commits
-
-
Marius Cramer authored
-
Marius Cramer authored
-
- 24 Jun, 2015 1 commit
-
-
Till Brehm authored
-
- 23 Jun, 2015 1 commit
-
-
Till Brehm authored
-
- 17 Jun, 2015 1 commit
-
-
Till Brehm authored
Fixed language file import problem: https://www.howtoforge.com/community/threads/import-language-issue.70355
-
- 15 Jun, 2015 1 commit
-
-
Marius Cramer authored
-
- 05 Jun, 2015 2 commits
-
-
Till Brehm authored
-
Marius Cramer authored
-
- 04 Jun, 2015 1 commit
-
-
Till Brehm authored
-
- 03 Jun, 2015 6 commits
-
-
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
-
- 26 May, 2015 1 commit
-
-
Marius Cramer authored
-
- 21 May, 2015 4 commits
-
-
Marius Cramer authored
-
Marius Cramer authored
-
Marius Cramer authored
- possible sql injection in monitor sys_state
-
Marius Cramer authored
-
- 07 May, 2015 6 commits
-
-
Till Brehm authored
-
Till Brehm authored
-
Till Brehm authored
-
Till Brehm authored
-
Marius Cramer authored
-
Till Brehm authored
-
- 06 May, 2015 1 commit
-
-
Till Brehm authored
-
- 26 Apr, 2015 2 commits
-
-
Till Brehm authored
-
Till Brehm authored
-
- 17 Apr, 2015 1 commit
-
-
Till Brehm authored
-
- 22 Jan, 2015 2 commits
-
-
Falko Timme authored
-
Falko Timme authored
-
- 09 Jan, 2015 1 commit
-
-
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.
-
- 08 Jan, 2015 1 commit
-
-
Falko Timme authored
-
- 04 Dec, 2014 1 commit
-
-
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.
-
- 16 Nov, 2014 1 commit
-
-
Till Brehm authored
-