aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib
Commit message (Expand)AuthorAgeFilesLines
* Sanitize input and small fixesJulius Haertl2016-11-184-35/+52
* Replace null return with NotFoundExceptionJulius Haertl2016-11-182-13/+14
* Fix icon-folder cssJulius Haertl2016-11-181-1/+1
* Fix svg resizing and remove deprecated method callJulius Haertl2016-11-182-4/+11
* Improve cachingJulius Haertl2016-11-183-21/+47
* Caching for icon files using AppDataJulius Haertl2016-11-183-20/+169
* Theming: Code cleanup and cache buster for mime iconsJulius Haertl2016-11-184-44/+18
* Check if dynamic icons can be usedJulius Haertl2016-11-181-20/+14
* Add IconBuilder class to encapsulate icon generationJulius Haertl2016-11-183-84/+190
* Improve unit tests for image generationJulius Haertl2016-11-182-79/+89
* Theming: Add IconController testsJulius Haertl2016-11-181-19/+6
* Fix IconController after rebaseJulius Haertl2016-11-181-12/+12
* Theming: Add icon cachingJulius Haertl2016-11-181-3/+5
* Theming: Add colorized icon css from icons.cssJulius Haertl2016-11-181-0/+9
* Theming: Fix default parameters in icon routesJulius Haertl2016-11-181-2/+2
* Theming: Add PHPdoc and icon fallback to theming logoJulius Haertl2016-11-181-1/+26
* Theming: Add favicon-touch and fix icon creation with non svg imagesJulius Haertl2016-11-181-31/+65
* Theming: Add dynamic icon and favicon endpointsJulius Haertl2016-11-181-0/+241
* Revert "Fix #1782"Julius Haertl2016-11-161-1/+1
* Fix #1782John Molakvoæ2016-11-021-1/+1
* also fix log in button confirm arrow when theming, fix #1615Jan-Christoph Borchardt2016-10-251-0/+1
* remove slight transparency of primary action button, ref #1615Jan-Christoph Borchardt2016-10-251-2/+0
* Add image URLs and testsJoas Schilling2016-09-061-1/+10
* Add theming information to capabilities for the clientJoas Schilling2016-09-051-0/+60
* Theming: fix primary button for bright colorsJulius Haertl2016-08-291-5/+19
* Update Admin.phpiamfool2016-08-281-1/+1
* Use temporary file as cacheLukas Reschke2016-08-271-2/+10
* Increase theming performanceLukas Reschke2016-08-271-3/+31
* Merge pull request #771 from nextcloud/theming-fixesRoeland Jago Douma2016-08-261-0/+24
|\
| * Theming: Adjust jquery ui elementsJulius Haertl2016-08-261-0/+9
| * Theming: colorize primary buttonsJulius Haertl2016-08-261-0/+15
* | Theming: Add preview for login screenJulius Haertl2016-08-261-0/+4
|/
* Merge pull request #1026 from nextcloud/theming-extend-defaultsRoeland Jago Douma2016-08-261-4/+35
|\
| * Use the lazy root to make tests pass 🙈Joas Schilling2016-08-241-3/+1
| * Theming: Add logo and background to ThemingDefaultsJulius Haertl2016-08-241-1/+34
* | Require a ThemingDefaults class againRoeland Jago Douma2016-08-241-3/+2
|/
* fixes registering of theming settings where server return OC_Defaults instead...Arthur Schiwon2016-08-221-2/+3
* Add unit testsLukas Reschke2016-08-151-5/+4
* rename remaining occurences of OCA/Theming/TemplateArthur Schiwon2016-08-123-6/+6
* rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy"Bjoern Schiessle2016-08-122-16/+11
* Merge branch 'master' into implement_712Lukas Reschke2016-08-111-0/+27
|\
| * Theming: Add OCA.Theming Js for app interactionJulius Haertl2016-08-101-0/+22
| * Add css classes to allow app developers using the theming colorsJulius Haertl2016-08-091-0/+5
* | adjust Theming appArthur Schiwon2016-08-112-0/+166
|/
* Merge pull request #682 from nextcloud/fix-theming-logoMorris Jobke2016-08-011-3/+3
|\
| * fix missing semicolon to fix themed logo on log in pageJan-Christoph Borchardt2016-08-011-3/+3
* | Validate the input of the theming optionsJoas Schilling2016-08-011-0/+44
|/
* Fix testsJoas Schilling2016-07-283-13/+24
* Use the methods on the Response objectJoas Schilling2016-07-281-11/+10
* Move classes to PSR-4Joas Schilling2016-07-283-0/+0