icingaweb2-module-director/library/Director/Data
Thomas Gelf 36141c5f98 Import: validated encoding on DB error
MySQL gives useless error messages for invalid UTF8 characters and
confuses users with an 'Invalid datetime format' message.

Once storing imported data fails, the original data will now be scanned
for invalid UTF-8 characters. If such are found, a dedicated exception
with more details is thrown. Otherwise the original exception will be
forwarded

fixes 
2020-07-10 17:16:08 +02:00
..
Db various: formatting, cleanup 2020-01-10 12:33:54 +01:00
PropertiesFilter ArrayCustomVariablesFilter: accept lists with... 2019-06-11 11:39:54 +02:00
ValueFilter ValueFilter: add a few custom filters 2016-05-19 15:00:34 +02:00
AssignFilterHelper.php AssignFilterHelper: fix error message 2020-02-12 14:52:03 +01:00
PropertiesFilter.php IcingaService: provide assignment properties 2016-11-03 16:35:27 +01:00
RecursiveUtf8Validator.php Import: validated encoding on DB error 2020-07-10 17:16:08 +02:00
ValueFilter.php ValueFilter: add a few custom filters 2016-05-19 15:00:34 +02:00