egroupware_official/api
Ralf Becker c4c57acf3d * EMail/Tracker/InfoLog: fix error converting mails by replacing 4-byte utf8 chars
MySQL and MariaDB before 10.1 need 4-byte utf8 chars replaced with our default utf8 charset
(MariaDB 10.1 does the replacement automatic, 10.0 cuts everything off behind and MySQL gives an error)
Changing charset to utf8mb4 requires schema update, shortening of some indexes and probably have negative impact on performace!
		if (substr($this->Type, 0, 5) == 'mysql' && $this->ServerInfo['version'] < 10.1)
		{
			$value = preg_replace('/[\x{10000}-\x{10FFFF}]/u', "\xEF\xBF\xBD", $value);
		}
2018-03-12 14:03:52 +01:00
..
images
inc
js Add a fallback site title to avoid showing undefined as title 2018-03-12 12:18:39 +01:00
lang pending DE and SK translation from Stefan Unvericht 2018-02-09 12:06:22 +01:00
ntlm fix ntlm directory path 2016-07-15 13:54:39 +02:00
setup Changelog for 17.1.20180209 2018-02-09 11:12:29 +00:00
src * EMail/Tracker/InfoLog: fix error converting mails by replacing 4-byte utf8 chars 2018-03-12 14:03:52 +01:00
templates * Mail - Improvements to list display in address search results 2018-03-07 11:44:39 -07:00
tests one letter name-part in email address failed validation, eg. "x@egroupware.org" 2018-02-05 15:35:41 +01:00
anon_images.php caching images for 10 days and allowing to use it for ico extension too 2017-04-28 16:12:11 +02:00
asyncservices.php
asyncwrapper.php using PHP_BINARY constant instead of - sometimes not set - $_SERVER['_'] 2018-01-26 14:17:07 +01:00
categories.php Add fullline_cat_bg class for fields which need to get categories colors 2017-09-07 14:46:48 +02:00
config.php
emclient-signatures.php ignore empty signatures and email, identity_name needs mail-account data to 2016-11-18 14:48:17 +01:00
images.php
lang.php
thumbnail.php suppress notice screwing up thumbmails, if notices are on 2017-11-02 13:23:36 +01:00
user.php