aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/Controller/IconControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman12 days1-6/+6
* test: Migrate theming and sharebymail to PHPUnit10tests/noid/more-phpunit10-appsJoas Schilling2025-05-201-19/+11
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-1/+1
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-5/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-311-24/+2
* fix(manifest): Check if app exists instead of accessing null as an arrayJoas Schilling2024-01-171-1/+6
* Improve caching policyCarl Schwan2022-02-161-1/+1
* Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet2021-12-161-0/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* 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-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-051-2/+3
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-5/+5
* Disables SVG favicon uploads when imagemagick is missing.Michael Weimann2018-09-051-2/+2
* Merge pull request #9258 from nextcloud/theming-logo-pngMorris Jobke2018-06-151-5/+8
|\
| * Minor fixes and cleanupJulius Härtl2018-06-061-5/+8
* | Fix possible test timing issues in IconControllerRoeland Jago Douma2018-06-131-2/+4
|/
* Fix usageRoeland Jago Douma2018-06-041-25/+0
* Fix theming testsJulius Härtl2018-04-191-22/+22
* Update license headersMorris Jobke2017-11-061-10/+13
* Use ::class in test mocksMorris Jobke2017-10-241-2/+2
* Inject FileAccessHelper for proper testingJulius Härtl2017-05-181-1/+14
* Add proper Content-Type to iconsJulius Härtl2017-05-171-2/+2
* Fallback to default faviconJulius Härtl2017-05-171-6/+19
* Fix theming testsJoas Schilling2017-04-201-6/+6
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-3/+3
* Error handling and tests if file was not foundJulius Haertl2016-11-181-6/+3
* Sanitize input and small fixesJulius Haertl2016-11-181-6/+5
* Replace null return with NotFoundExceptionJulius Haertl2016-11-181-0/+7
* Improve cachingJulius Haertl2016-11-181-9/+16
* Caching for icon files using AppDataJulius Haertl2016-11-181-66/+67
* Theming: Code cleanup and cache buster for mime iconsJulius Haertl2016-11-181-22/+5
* Check if dynamic icons can be usedJulius Haertl2016-11-181-17/+76
* Add IconBuilder class to encapsulate icon generationJulius Haertl2016-11-181-43/+1
* Improve unit tests for image generationJulius Haertl2016-11-181-69/+58
* Theming: Add IconController testsJulius Haertl2016-11-181-0/+201