Skip to content
  1. Nov 21, 2015
  2. Nov 19, 2015
    • Dominik's avatar
      Added possibility to delete backups · 634132a0
      Dominik authored
      Conflicts:
      	interface/lib/classes/remoting.inc.php
      	interface/web/mail/templates/mail_user_backup_list.htm
      	interface/web/sites/lib/lang/en_web_backup_list.lng
      	interface/web/sites/lib/lang/es_web_backup_list.lng
      	interface/web/sites/lib/lang/tr_web_backup_list.lng
      	server/plugins-available/backup_plugin.inc.php
      634132a0
  3. Nov 17, 2015
  4. Nov 16, 2015
  5. Nov 15, 2015
  6. Nov 14, 2015
  7. Nov 09, 2015
  8. Nov 06, 2015
  9. Oct 23, 2015
  10. Oct 19, 2015
  11. Oct 13, 2015
  12. Sep 18, 2015
    • Till Brehm's avatar
      Fix by dirkd: Since file() doesn't remove "\n" from the lines read the... · d8faa4e7
      Till Brehm authored
      Fix by dirkd: 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
      d8faa4e7
    • Dirk Dankhoff's avatar
      Fix notification mail template header-body splitting · 2110eb58
      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
      2110eb58
    • Florian Schaal's avatar
      update mail_mail_domain_plugin.inc.php · 14150027
      Florian Schaal authored
      14150027
  13. Sep 14, 2015
  14. Sep 04, 2015
  15. Aug 23, 2015
  16. Aug 21, 2015
  17. Aug 17, 2015
  18. Aug 04, 2015
  19. Jul 30, 2015
  20. Jul 28, 2015
    • Marius Cramer's avatar
      - backported patches: · e9d5c95a
      Marius Cramer authored
          - make sure umlautdomains can be found in lists.
          - sorting by database name did not work in database quota list.
          - IDN: use standard from 2008 (which also works with "ß").
      e9d5c95a
  21. Jul 21, 2015
  22. Jul 20, 2015
  23. Jul 16, 2015
  24. Jul 08, 2015
  25. Jul 07, 2015
  26. Jun 29, 2015