summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Controller/ThemingController.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* 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-051-1/+6
* Allow inline styles for theming imagesJulius Härtl2019-11-271-0/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
* 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-051-1/+19
* [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-151-3/+11
|\
| * 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
* | Mock the timefactory in the theming testsRoeland Jago Douma2018-06-071-5/+0
|/
* Fix usageRoeland Jago Douma2018-06-041-14/+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-191-105/+62
* 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-061-1/+6
* 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
* Fix tests for theming backgroundColorJulius Härtl2017-05-081-1/+1
* Theming app: Add plain background color optionJulius Haertl2017-05-081-0/+14
* Delete theming images when logo/background is reset to defaultJulius Härtl2017-04-301-0/+19
* Code cleanup and preview for undo actionsJulius Härtl2017-04-291-0/+2
* Use generated SCSS for theming previewJulius Härtl2017-04-291-0/+4
* Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-251-147/+62
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-2/+2
* Use ::class in tests and correct importJulius Haertl2017-02-161-2/+2
* Move theming images to AppDataJulius Haertl2017-02-161-25/+35
* Merge pull request #3144 from nextcloud/use-data-download-responseMorris Jobke2017-01-191-2/+1
|\