server/apps/comments/lib
Michał Węgrzynek 3031a36f4b 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:17 +00:00
..
Activity Unify the HTML encoding handling with other ROS apps 2019-01-25 11:52:51 +01:00
AppInfo Keep the old method as a fallback and adjust the tests 2019-07-16 11:36:32 +02: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 Update shipped implementations of the INotifier 2019-07-15 15:15:00 +02:00
Search Fix comments search result to work with multibyte strings 2019-12-13 14:39:17 +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