nextcloud/apps/theming/lib
Morris Jobke c7ff0c71b4
Shortcut to avoid file system setup when generating the logo URL
If an SVG is requested and the app config value for logoMime is set then the logo is there. Otherwise we need to check it and maybe also generate a PNG from the SVG (that's done in getImage() which needs to be called then).

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-09 10:01:34 +01: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 Cleanup ImageManager::getImage() 2020-11-04 10:08:36 +01:00
ThemingDefaults.php Shortcut to avoid file system setup when generating the logo URL 2020-11-09 10:01:34 +01:00
Util.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00