nextcloud-server/lib/private/Notification
natoponen bd7a1e4dcb
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-08 10:45:58 +07:00
..
Action.php Update php licenses 2021-06-04 22:02:41 +07:00
Manager.php Fix wording of undeliverable push notifications 2022-08-31 12:42:31 +07:00
Notification.php Appropriate length check in Notification.php 2022-11-08 10:45:58 +07:00