summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4910 from nextcloud/make-the-logo-smaller-creamLukas Reschke2017-05-191-0/+2
|\
| * Scale logo only for custom onesJulius Härtl2017-05-191-0/+2
* | Merge pull request #4888 from nextcloud/theming-fallback-iconsLukas Reschke2017-05-182-30/+52
|\ \
| * | 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-172-29/+51
| |/
* | Merge pull request #4918 from nextcloud/theming-capabilities-plain-backgroundMorris Jobke2017-05-171-3/+12
|\ \
| * | Return color when theming uses no background imageJulius Härtl2017-05-171-3/+12
| |/
* / Use appdata logo when generating iconsJulius Härtl2017-05-172-17/+30
|/
* Add function to request SVG or regular fallback imageLukas Reschke2017-05-081-2/+8
* Fix tests for theming backgroundColorJulius Härtl2017-05-081-1/+1
* Theming app: Add plain background color optionJulius Haertl2017-05-082-0/+19
* Fix invalid theming URLsMorris Jobke2017-05-051-2/+4
* 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
* Make sure that ThemingDefaults uses the correct default values from \OC_DefaultsJulius Härtl2017-04-291-5/+5
* Use generated SCSS for theming previewJulius Härtl2017-04-291-0/+4
* Logo and background URLs must be relativeJoas Schilling2017-04-251-5/+5
* Fix theming testsJulius Härtl2017-04-251-1/+1
* Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-252-155/+104
* Fix theming testsJoas Schilling2017-04-201-4/+4
* ThemingDefaults append cacheBusterCounter to logo URL by defaultMorris Jobke2017-04-091-11/+4
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-4/+4
* Add support for themingLukas Reschke2017-04-071-13/+38
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-295-9/+9
* Don't use private apiJoas Schilling2017-03-201-1/+2
* Correctly escape the footer description from themingJoas Schilling2017-03-171-4/+4
* Use ::class in tests and correct importJulius Haertl2017-02-161-2/+2
* Add tests for theming migration stepJulius Haertl2017-02-161-7/+6
* Add repair step to move existing theming imagesJulius Haertl2017-02-161-0/+78
* Move theming images to AppDataJulius Haertl2017-02-162-26/+36
* Merge pull request #3176 from nextcloud/default-value-datadirblizzz2017-01-301-1/+1
|\
| * Add proper default value for datadirMorris Jobke2017-01-191-1/+1
* | Merge pull request #3151 from nextcloud/navigation-iconsMorris Jobke2017-01-241-3/+18
|\ \ | |/ |/|
| * Add the icons for shipped appsJoas Schilling2017-01-191-3/+18
* | 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
|/
* Merge pull request #2588 from nextcloud/theming-check-emptyBjörn Schießle2016-12-092-1/+4
|\
| * Check if image files for theming are emptyJulius Haertl2016-12-092-1/+4
* | Add fallback to FILTER_LANCZOS for icon resizingJulius Haertl2016-12-091-1/+6
|/
* Fix transparency of iconsJulius Haertl2016-12-041-0/+1
* Fix background border radiusJulius Haertl2016-12-041-1/+1
* Move sizing to renderAppIcon methodJulius Haertl2016-12-041-5/+6
* Workaround for PHP bug when calling imagescaleJulius Haertl2016-11-221-1/+3
* Merge pull request #840 from nextcloud/theming-icon-endpointMorris Jobke2016-11-186-1/+618
|\
| * Use IAppManager instead of OC_AppJulius Haertl2016-11-182-33/+56
| * Error handling and tests if file was not foundJulius Haertl2016-11-182-45/+57
| * Sanitize input and small fixesJulius Haertl2016-11-184-35/+52
| * Replace null return with NotFoundExceptionJulius Haertl2016-11-182-13/+14