summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix theming testsJoas Schilling2017-04-201-4/+4
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-4/+4
* 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
|\
| * Use DataDownloadResponseLukas Reschke2017-01-181-2/+1
* | theme app navigation menu highlight colorMorris Jobke2017-01-181-0/+1
|/
* Check if image files for theming are emptyJulius Haertl2016-12-091-0/+3
* Workaround for PHP bug when calling imagescaleJulius Haertl2016-11-221-1/+3
* Merge pull request #840 from nextcloud/theming-icon-endpointMorris Jobke2016-11-182-0/+185
|\
| * Error handling and tests if file was not foundJulius Haertl2016-11-181-39/+38
| * Sanitize input and small fixesJulius Haertl2016-11-181-2/+5
| * Replace null return with NotFoundExceptionJulius Haertl2016-11-181-7/+11
| * Fix icon-folder cssJulius Haertl2016-11-181-1/+1