egroupware_official/api
Ralf Becker c2c1bdb6ad * 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:02:13 +01:00
..
images move category images to api, fixes PHP Fatal in admin_categories, if phpgwapi is not installed 2016-05-09 10:05:57 +00:00
inc fix diverse occurences of egw_db 2016-05-06 11:13:19 +00:00
js Add a fallback site title to avoid showing undefined as title 2018-03-12 12:16:50 +01:00
lang pending DE and SK translation from Stefan Unvericht 2018-02-09 12:34:50 +01:00
ntlm fix ntlm directory path 2016-07-15 13:54:39 +02:00
setup copy 17.1 changelog to master to satisfy update checker 2018-02-09 14:12:30 +00:00
src * EMail/Tracker/InfoLog: fix error converting mails by replacing 4-byte utf8 chars 2018-03-12 14:02:13 +01:00
templates WIP framework's popup storage/restore: 2018-03-09 17:51:29 +01:00
tests WIP on sharing test 2018-02-21 15:13:16 -07: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 * API: async service failed to run on a default install (no phpgwapi) 2016-06-08 15:35:06 +02:00
asyncwrapper.php using PHP_BINARY constant instead of - sometimes not set - $_SERVER['_'] 2018-01-26 14:15:32 +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 moving client-data urls to api 2016-04-06 19:57:40 +00:00
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 mv template specific images from "phpgwapi" to "api" and search "api" also on client-side for image, added debug GET parameter to images.php to JSON pretty-print instead of one line javascript 2016-05-05 09:16:27 +00:00
lang.php if template-set does not supply (login_deny)login.tpl, use the ones from api/templates/default 2016-05-06 10:49:11 +00:00
thumbnail.php suppress notice screwing up thumbmails, if notices are on 2017-11-02 13:23:36 +01:00
user.php moving client-data urls to api 2016-04-06 19:57:40 +00:00