summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+1
* manifest to report correct favicon sizenhirokinet2020-10-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Add occ command to set theming valuesJulius Härtl2020-09-241-60/+4
* Move theming js to initial stateRoeland Jago Douma2020-06-051-33/+0
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+2
* Remove unused importsChristoph Wurst2020-03-251-2/+0
* Don't try to resize a svg uploaded as background image.Daniel Kesselberg2020-03-011-2/+1
* Update license headersChristoph Wurst2019-12-052-2/+9
* Allow inline styles for theming imagesJulius Härtl2019-11-271-0/+3
* Some php-cs fixesRoeland Jago Douma2019-11-222-5/+6
* Validate urls in theming settings and properly handle error messagesJulius Härtl2019-07-311-36/+32
* Don't require Same Site Cookies on assetsThomas Citharel2018-10-171-0/+2
* Disables SVG favicon uploads when imagemagick is missing.Michael Weimann2018-09-052-2/+20
* [theming] reload css variables instead of the whole server cssJulius Härtl2018-06-201-6/+6
* Merge pull request #9258 from nextcloud/theming-logo-pngMorris Jobke2018-06-152-5/+13
|\
| * Minor fixes and cleanupJulius Härtl2018-06-061-2/+2
| * Use svg opt out as parameterJulius Härtl2018-06-051-4/+5
| * Generate PNG version of the theming app logo for mailsJulius Härtl2018-06-051-2/+9
* | Fix possible test timing issues in IconControllerRoeland Jago Douma2018-06-131-6/+0
* | Mock the timefactory in the theming testsRoeland Jago Douma2018-06-071-5/+0
|/
* Fix usageRoeland Jago Douma2018-06-042-29/+0
* also add a privacy linkArthur Schiwon2018-05-241-0/+11
* Merge pull request #9437 from nextcloud/feature/noid/imprintRoeland Jago Douma2018-05-171-0/+11
|\
| * allow to specify a link to a legal noticeArthur Schiwon2018-05-091-0/+11
* | Add Content-Disposition headerJulius Härtl2018-05-171-0/+1
* | Properly check mime type of the uploaded fileJulius Härtl2018-05-171-2/+3
|/
* Fix theming testsJulius Härtl2018-04-191-8/+3
* Add typehintsJulius Härtl2018-04-191-1/+0
* Move to more generic image handling and add extra imagesJulius Härtl2018-04-192-126/+87
* Update ThemingController.phprakekniven2018-03-191-1/+1
* Update ThemingController.phprakekniven2018-03-161-3/+3
* Update ThemingController.phprakekniven2018-03-101-1/+1
* Remove null checkKyle Fazzari2018-02-251-7/+2
* theming: handle not being in the serverrootKyle Fazzari2018-02-201-3/+15
* Remove unused import statementsMorris Jobke2018-02-141-2/+0
* Theming: adjust background image resizingJulius Härtl2018-01-191-6/+4
* Fix SCSS processing when undoing theming valuesJulius Härtl2018-01-091-1/+1
* Fix faulty path in theming scss generationJulius Härtl2018-01-051-1/+1
* Update license headersMorris Jobke2017-11-062-1/+8
* Theming: Add tests for mimetype and upload error checksJulius Härtl2017-10-031-11/+12
* Theming: Check valid image format also for logoJulius Härtl2017-10-031-0/+12
* Theming: Handle errors on uploaded files properlyJulius Härtl2017-10-031-1/+22
* Add themed manifest.json to theming appJulius Härtl2017-09-121-0/+35
* Provide "server.css" URL in ThemingController responseDaniel Calviño Sánchez2017-08-101-3/+10
* Inject FileAccessHelper for proper testingJulius Härtl2017-05-181-7/+7
* Add proper Content-Type to iconsJulius Härtl2017-05-171-2/+2
* Fallback to default faviconJulius Härtl2017-05-171-17/+31