nextcloud/lib
natoponen d4f9b8286a Appropriate length check in Notification.php
There is an issue(bug) when using UTF-8 symbols in any method, which checks the length of string as `isset($id[64])`. You can set only 32 UTF-8 symbols because they are 2 byte, and this "array" check seems inapropriate in this case, as it throws unexpected exceptions.

Signed-off-by: natoponen <57988162+natoponen@users.noreply.github.com>
2022-11-11 20:09:24 +00:00
..
composer update autoloader 2022-11-08 22:38:42 +00:00
l10n [tx-robot] updated from transifex 2022-11-11 02:14:17 +00:00
private Appropriate length check in Notification.php 2022-11-11 20:09:24 +00:00
public Add description for calendar uri 2022-11-09 18:26:02 +00:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php Makes untrusted domain error on info 2022-10-06 16:28:32 +00:00
versioncheck.php Drop PHP7.3 2022-01-25 17:25:08 +01:00