summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add fallback to FILTER_LANCZOS for icon resizingJulius Haertl2016-12-091-1/+6
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Fix transparency of iconsJulius Haertl2016-12-041-0/+1
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Fix background border radiusJulius Haertl2016-12-041-1/+1
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Move sizing to renderAppIcon methodJulius Haertl2016-12-041-5/+6
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Workaround for PHP bug when calling imagescaleJulius Haertl2016-11-221-1/+3
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Merge pull request #840 from nextcloud/theming-icon-endpointMorris Jobke2016-11-186-1/+618
|\ | | | | Add dynamic icon creation
| * Use IAppManager instead of OC_AppJulius Haertl2016-11-182-33/+56
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Error handling and tests if file was not foundJulius Haertl2016-11-182-45/+57
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Sanitize input and small fixesJulius Haertl2016-11-184-35/+52
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Replace null return with NotFoundExceptionJulius Haertl2016-11-182-13/+14
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Fix icon-folder cssJulius Haertl2016-11-181-1/+1
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Fix svg resizing and remove deprecated method callJulius Haertl2016-11-182-4/+11
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Improve cachingJulius Haertl2016-11-183-21/+47
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Caching for icon files using AppDataJulius Haertl2016-11-183-20/+169
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Code cleanup and cache buster for mime iconsJulius Haertl2016-11-184-44/+18
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Check if dynamic icons can be usedJulius Haertl2016-11-181-20/+14
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Add IconBuilder class to encapsulate icon generationJulius Haertl2016-11-183-84/+190
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Improve unit tests for image generationJulius Haertl2016-11-182-79/+89
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Add IconController testsJulius Haertl2016-11-181-19/+6
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Fix IconController after rebaseJulius Haertl2016-11-181-12/+12
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Add icon cachingJulius Haertl2016-11-181-3/+5
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Add colorized icon css from icons.cssJulius Haertl2016-11-181-0/+9
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Fix default parameters in icon routesJulius Haertl2016-11-181-2/+2
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Add PHPdoc and icon fallback to theming logoJulius Haertl2016-11-181-1/+26
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Add favicon-touch and fix icon creation with non svg imagesJulius Haertl2016-11-181-31/+65
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Add dynamic icon and favicon endpointsJulius Haertl2016-11-181-0/+241
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | Merge pull request #768 from nextcloud/s3-objectstoreRobin Appelman2016-11-181-10/+17
|\ \ | |/ |/| Add S3 objectstore backend
| * fix theming images when using primary storageRobin Appelman2016-11-161-10/+17
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Revert "Fix #1782"Julius Haertl2016-11-161-1/+1
|/ | | | | | This reverts commit bc5268bdc84c9c9f302914ebb1b5304b614dfc2e. Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Fix #1782John Molakvoæ2016-11-021-1/+1
| | | | | | | | Fix checkbox left margin glitch Fix tests fix unit tests Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* also fix log in button confirm arrow when theming, fix #1615Jan-Christoph Borchardt2016-10-251-0/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* remove slight transparency of primary action button, ref #1615Jan-Christoph Borchardt2016-10-251-2/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* 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
| | | | | | | | 1. Set proper caching headers (`Pragma: cache`) 2. Resize image proportionally to a max size of 1920px 3. Store images with progressive mode This resizes a previous 2.8 MB picture to 300kb and makes it rendering going down from 11 seconds to less than 1 here. And future requests won't have to download the file newly.
* Merge pull request #771 from nextcloud/theming-fixesRoeland Jago Douma2016-08-261-0/+24
|\ | | | | Theming: Fix missing color usage
| * 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
|\ | | | | Theming: Add logo and background to ThemingDefaults
| * 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 ↵Arthur Schiwon2016-08-221-2/+3
| | | | instead of ThemingDefaults
* 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
|