mailcow/data/web
Evangelos Foutras e1a3313660 [Web] Fix showing domain with disabled sender check
If a mailbox is allowed to send as any address under its domain (+ alias
domains) and the domain itself has no aliases configured, no information
about this fact is shown to the user. That is to say, the "Do not check
sender access for the following domain(s) and its alias domains" field
under mailbox details is empty.

The above is happening because the second GROUP_CONCAT() returns NULL
making the enclosing CONCAT() return NULL as well. Fix this by using
CONCAT_WS() which correctly handles the case of zero domain aliases.

Furthermore, move the IFNULL() to the first GROUP_CONCAT() because
CONCAT_WS() returns an empty string when both GROUP_CONCAT()'s are
NULL. We can be certain that when the first GROUP_CONCAT() is NULL
the second one will be as well, so it's safe to use IFNULL() there.
2019-05-20 18:08:45 +03:00
..
css [Web] Various UI fixes 2019-05-05 20:44:29 +02:00
fonts
img
inc [Web] Fix showing domain with disabled sender check 2019-05-20 18:08:45 +03:00
js [Web] Fix null ua in debug.js - fixes #2615 2019-05-18 15:35:00 +02:00
lang [Web] Minor changes 2019-05-05 14:01:17 +02:00
modals [Web] Minor changes 2019-05-05 14:01:17 +02:00
admin.php
autoconfig.php
autodiscover-json.php
autodiscover.php
debug.php
edit.php [Web] Minor changes 2019-05-05 14:01:17 +02:00
favicon.png
index.php
json_api.php [Web] Add function to read F2B data via API 2019-05-17 11:21:25 +02:00
mailbox.php
mobileconfig.php Updated to not convert quotes 2019-05-03 17:54:33 +01:00
qhandler.php
quarantine.php
robots.txt
sogo-auth.php
user.php