aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/ImageManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Automatically enable plain background if primary colour is setJohn Molakvoæ2022-08-161-1/+1
* Revert "Fix unit tests for the theming app"John Molakvoæ2022-08-161-1/+1
* Fix unit tests for the theming appCarl Schwan2022-08-111-1/+1
* Remove deprecated at matcher from theming testsCôme Chilliet2022-06-161-17/+18
* Avoid file system access on checking if an image existsJulius Härtl2022-02-021-13/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Fix testsJulius Härtl2020-09-241-7/+65
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-8/+8
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-051-2/+4
* Mode to modern phpunitRoeland Jago Douma2019-11-271-6/+6
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+4
* Moves the logo files to logoMichael Weimann2018-10-021-3/+3
* Add info message if an exception occurs during the svg to png conversionJulius Härtl2018-06-141-1/+6
* Minor fixes and cleanupJulius Härtl2018-06-061-2/+2
* Use svg opt out as parameterJulius Härtl2018-06-051-3/+3
* Adjust ImageManager tests for png generationJulius Härtl2018-06-051-7/+48
* Generate PNG version of the theming app logo for mailsJulius Härtl2018-06-051-0/+1
* Add more tests for ImageManagerJulius Härtl2018-04-191-0/+91
* Fix theming testsJulius Härtl2018-04-191-7/+13
* Update license headersMorris Jobke2017-11-061-11/+12
* Use ::class in test mocksMorris Jobke2017-10-241-1/+1
* Replace null return with NotFoundExceptionJulius Haertl2016-11-181-8/+6
* Caching for icon files using AppDataJulius Haertl2016-11-181-0/+185