nextcloud/apps/theming/lib
nhirokinet 3a05334f18 manifest to report correct favicon size
In the environment where php-imagick with SVG support is correctly installed, this endpoint returns 512x512 image.
d9015a8c94/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>
2020-10-16 15:36:56 +00:00
..
AppInfo Use IBootstrap for the app theming 2020-07-24 12:23:16 +02:00
Command Add occ command to set theming values 2020-09-24 08:22:07 +02:00
Controller manifest to report correct favicon size 2020-10-16 15:36:56 +00:00
Listener Use IBootstrap for the app theming 2020-07-24 12:23:16 +02:00
Service Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Settings Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Capabilities.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
IconBuilder.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
ImageManager.php Allow setting favicon with a .ico file 2020-10-14 18:19:23 -04:00
ThemingDefaults.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Util.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00