]> source.dussan.org Git - nextcloud-server.git/commit
manifest to report correct favicon size 23520/head
authornhirokinet <nhirokinet@nhiroki.net>
Fri, 16 Oct 2020 14:59:43 +0000 (23:59 +0900)
committernhirokinet <nhirokinet@nhiroki.net>
Fri, 16 Oct 2020 15:36:56 +0000 (15:36 +0000)
commit3a05334f188e81d5012262602e4198843029e01a
treef1b922dda87329dd9a8a7277d239f93e797b0eed
parent09501e1710872362d04cffae5274efc184bf7ff1
manifest to report correct favicon size

In the environment where php-imagick with SVG support is correctly installed, this endpoint returns 512x512 image.
https://github.com/nextcloud/server/blob/d9015a8c94bfd71fe484618a06d276701d3bf9ff/apps/theming/lib/Controller/IconController.php#L146

The problem is in the environment without php-imagick or without SVG support, this will fall back to original, whose default is 128x128; but I thought this is a separate problem. (For this, default image may be enlarged. Should I create another issue if this is important one?)

Signed-off-by: nhirokinet <nhirokinet@nhiroki.net>
apps/theming/lib/Controller/ThemingController.php