nextcloud/apps/comments/lib
Michał Węgrzynek 2f8cfbb76d Fix comments search result to work with multibyte strings
Currently, the searching in comments breaks up, if comments contain multibyte characters and string manipulation logic in getRelevantMessagePart happens to cut through them rendering the resulting string invalid (not UTF-8 compliant). This patch replaces all string manipulating functions in this code to multibyte aware ones.

Signed-off-by: Michał Węgrzynek <michal.wegrzynek@malloc.com.pl>
2019-12-13 14:39:25 +00:00
..
Activity Unify the HTML encoding handling with other ROS apps 2019-01-25 11:52:51 +01:00
AppInfo Move comments to webpack 2019-02-26 09:10:23 +01:00
Collaboration fix comment sorter 2017-10-30 15:59:43 +01:00
Controller Redirect guests to login if they follow the link of a comment mention-notification 2018-10-02 08:40:34 +02:00
Notification Populate the mention-notification with the actual message 2018-11-08 12:10:09 +01:00
Search Fix comments search result to work with multibyte strings 2019-12-13 14:39:25 +00:00
EventHandler.php Remove unused import statements 2018-02-14 16:55:43 +01:00
JSSettingsHelper.php configurable amount of autocomplete results in comments 2017-10-27 13:50:38 +02:00