aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/ImageManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-3/+3
* fix(ci): Remove more withConsecutive in appsbugfix/noid/remove-more-withConsecutiveJoas Schilling2024-09-201-24/+16
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-13/+13
* chore: Add SPDX headerAndy Scherzinger2024-05-311-24/+2
* fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-211-1/+6
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-6/+5
* feat: add detected mime type to exceptionDaniel Kesselberg2023-06-241-0/+26
* feat(theming): Only convert a background image if it benefits from itFerdinand Thiessen2023-02-201-3/+6
* Fix testsJohn Molakvoæ2022-10-141-11/+21
* 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