summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/ImageManager.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-4/+3
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #10898 from ↵Morris Jobke2018-10-081-1/+1
|\ | | | | | | | | nextcloud/feature/10684/default-logo-color-theme-colors Switches the default logo color depending on the primary color
| * Updates inverted logo handling to work like the app iconsMichael Weimann2018-10-021-3/+0
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Moves the logo files to logoMichael Weimann2018-10-021-3/+4
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Switches the default logo color depending on the primary colorMichael Weimann2018-10-021-0/+2
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Append error from exception for messageDaniel Kesselberg2018-10-031-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix call to loggerDaniel Kesselberg2018-10-031-1/+1
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add info message if an exception occurs during the svg to png conversionJulius Härtl2018-06-141-1/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Minor fixes and cleanupJulius Härtl2018-06-061-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use svg opt out as parameterJulius Härtl2018-06-051-6/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust ImageManager tests for png generationJulius Härtl2018-06-051-6/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Generate PNG version of the theming app logo for mailsJulius Härtl2018-06-051-3/+53
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix theming testsJulius Härtl2018-04-191-0/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add typehintsJulius Härtl2018-04-191-2/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move to more generic image handling and add extra imagesJulius Härtl2018-04-191-6/+66
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headersMorris Jobke2017-11-061-11/+11
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move theming images to AppDataJulius Haertl2017-02-161-1/+1
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Sanitize input and small fixesJulius Haertl2016-11-181-3/+0
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Replace null return with NotFoundExceptionJulius Haertl2016-11-181-6/+3
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Caching for icon files using AppDataJulius Haertl2016-11-181-0/+118
Signed-off-by: Julius Haertl <jus@bitgrid.net>