aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/Controller/ThemingControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Limit key names when uploading theme imagesVincent Petry2023-01-111-0/+30
* Remove deprecated at matcher from theming testsCôme Chilliet2022-06-161-25/+25
* PhpunitJohn Molakvoæ2022-04-211-96/+8
* Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet2021-12-161-0/+3
* Fix theming tests on PHP 8.1Côme Chilliet2021-12-161-0/+4
* improve webmanifestszaimen2021-08-241-1/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+0
* Fix theming manifest testsJohn Molakvoæ (skjnldsv)2020-10-201-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Fix testsJulius Härtl2020-09-241-83/+26
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-2/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-7/+7
* Move theming js to initial stateRoeland Jago Douma2020-06-051-75/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-10/+10
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-3/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-3/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-20/+20
|/
* Update license headersChristoph Wurst2019-12-051-1/+5
* Fix the theming testsRoeland Jago Douma2019-12-041-0/+6
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
* Validate urls in theming settings and properly handle error messagesJulius Härtl2019-07-311-4/+14
* Disables SVG favicon uploads when imagemagick is missing.Michael Weimann2018-09-051-0/+55
* Fixed theming testsJohn Molakvoæ (skjnldsv)2018-06-201-15/+15
* Merge pull request #9258 from nextcloud/theming-logo-pngMorris Jobke2018-06-151-2/+2
|\
| * Minor fixes and cleanupJulius Härtl2018-06-061-2/+2
* | Mock the timefactory in the theming testsRoeland Jago Douma2018-06-071-5/+7
|/
* Fix usageRoeland Jago Douma2018-06-041-26/+0
* also add a privacy linkArthur Schiwon2018-05-241-0/+2
* Merge pull request #9437 from nextcloud/feature/noid/imprintRoeland Jago Douma2018-05-171-0/+2
|\
| * fix testsArthur Schiwon2018-05-111-0/+2
* | Add Content-Disposition headerJulius Härtl2018-05-171-1/+3
* | Properly check mime type of the uploaded fileJulius Härtl2018-05-171-6/+7
|/
* Fix theming testsJulius Härtl2018-04-191-130/+68
* Update ThemingControllerTest.phprakekniven2018-03-191-2/+2
* Update ThemingControllerTest.phprakekniven2018-03-101-1/+1
* Add mock to setupKyle Fazzari2018-02-241-16/+4
* theming: handle not being in the serverrootKyle Fazzari2018-02-201-0/+34
* Update license headersMorris Jobke2017-11-061-1/+7
* Theming: Add tests for mimetype and upload error checksJulius Härtl2017-10-031-4/+158
* Theming: Handle errors on uploaded files properlyJulius Härtl2017-10-031-16/+25
* Add themed manifest.json to theming appJulius Härtl2017-09-121-0/+49
* Provide "server.css" URL in ThemingController responseDaniel Calviño Sánchez2017-08-101-1/+38
* Split updateStylesheet tests for success and errorDaniel Calviño Sánchez2017-08-101-17/+51
* Unify DataResponse format with its uses in the rest of the fileDaniel Calviño Sánchez2017-08-101-6/+9