Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add fallback to FILTER_LANCZOS for icon resizing | Julius Haertl | 2016-12-09 | 1 | -1/+6 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Fix transparency of icons | Julius Haertl | 2016-12-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Fix background border radius | Julius Haertl | 2016-12-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Move sizing to renderAppIcon method | Julius Haertl | 2016-12-04 | 1 | -5/+6 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Workaround for PHP bug when calling imagescale | Julius Haertl | 2016-11-22 | 1 | -1/+3 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Merge pull request #840 from nextcloud/theming-icon-endpoint | Morris Jobke | 2016-11-18 | 6 | -1/+618 |
|\ | | | | | Add dynamic icon creation | ||||
| * | Use IAppManager instead of OC_App | Julius Haertl | 2016-11-18 | 2 | -33/+56 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Error handling and tests if file was not found | Julius Haertl | 2016-11-18 | 2 | -45/+57 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Sanitize input and small fixes | Julius Haertl | 2016-11-18 | 4 | -35/+52 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Replace null return with NotFoundException | Julius Haertl | 2016-11-18 | 2 | -13/+14 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Fix icon-folder css | Julius Haertl | 2016-11-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Fix svg resizing and remove deprecated method call | Julius Haertl | 2016-11-18 | 2 | -4/+11 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Improve caching | Julius Haertl | 2016-11-18 | 3 | -21/+47 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Caching for icon files using AppData | Julius Haertl | 2016-11-18 | 3 | -20/+169 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Code cleanup and cache buster for mime icons | Julius Haertl | 2016-11-18 | 4 | -44/+18 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Check if dynamic icons can be used | Julius Haertl | 2016-11-18 | 1 | -20/+14 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Add IconBuilder class to encapsulate icon generation | Julius Haertl | 2016-11-18 | 3 | -84/+190 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Improve unit tests for image generation | Julius Haertl | 2016-11-18 | 2 | -79/+89 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Add IconController tests | Julius Haertl | 2016-11-18 | 1 | -19/+6 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Fix IconController after rebase | Julius Haertl | 2016-11-18 | 1 | -12/+12 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Add icon caching | Julius Haertl | 2016-11-18 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Add colorized icon css from icons.css | Julius Haertl | 2016-11-18 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Fix default parameters in icon routes | Julius Haertl | 2016-11-18 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Add PHPdoc and icon fallback to theming logo | Julius Haertl | 2016-11-18 | 1 | -1/+26 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Add favicon-touch and fix icon creation with non svg images | Julius Haertl | 2016-11-18 | 1 | -31/+65 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Add dynamic icon and favicon endpoints | Julius Haertl | 2016-11-18 | 1 | -0/+241 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | | Merge pull request #768 from nextcloud/s3-objectstore | Robin Appelman | 2016-11-18 | 1 | -10/+17 |
|\ \ | |/ |/| | Add S3 objectstore backend | ||||
| * | fix theming images when using primary storage | Robin Appelman | 2016-11-16 | 1 | -10/+17 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Revert "Fix #1782" | Julius Haertl | 2016-11-16 | 1 | -1/+1 |
|/ | | | | | | This reverts commit bc5268bdc84c9c9f302914ebb1b5304b614dfc2e. Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Fix #1782 | John Molakvoæ | 2016-11-02 | 1 | -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 #1615 | Jan-Christoph Borchardt | 2016-10-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | remove slight transparency of primary action button, ref #1615 | Jan-Christoph Borchardt | 2016-10-25 | 1 | -2/+0 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Add image URLs and tests | Joas Schilling | 2016-09-06 | 1 | -1/+10 |
| | |||||
* | Add theming information to capabilities for the client | Joas Schilling | 2016-09-05 | 1 | -0/+60 |
| | |||||
* | Theming: fix primary button for bright colors | Julius Haertl | 2016-08-29 | 1 | -5/+19 |
| | |||||
* | Update Admin.php | iamfool | 2016-08-28 | 1 | -1/+1 |
| | |||||
* | Use temporary file as cache | Lukas Reschke | 2016-08-27 | 1 | -2/+10 |
| | |||||
* | Increase theming performance | Lukas Reschke | 2016-08-27 | 1 | -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-fixes | Roeland Jago Douma | 2016-08-26 | 1 | -0/+24 |
|\ | | | | | Theming: Fix missing color usage | ||||
| * | Theming: Adjust jquery ui elements | Julius Haertl | 2016-08-26 | 1 | -0/+9 |
| | | |||||
| * | Theming: colorize primary buttons | Julius Haertl | 2016-08-26 | 1 | -0/+15 |
| | | |||||
* | | Theming: Add preview for login screen | Julius Haertl | 2016-08-26 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #1026 from nextcloud/theming-extend-defaults | Roeland Jago Douma | 2016-08-26 | 1 | -4/+35 |
|\ | | | | | Theming: Add logo and background to ThemingDefaults | ||||
| * | Use the lazy root to make tests pass 🙈 | Joas Schilling | 2016-08-24 | 1 | -3/+1 |
| | | |||||
| * | Theming: Add logo and background to ThemingDefaults | Julius Haertl | 2016-08-24 | 1 | -1/+34 |
| | | |||||
* | | Require a ThemingDefaults class again | Roeland Jago Douma | 2016-08-24 | 1 | -3/+2 |
|/ | |||||
* | fixes registering of theming settings where server return OC_Defaults ↵ | Arthur Schiwon | 2016-08-22 | 1 | -2/+3 |
| | | | | instead of ThemingDefaults | ||||
* | Add unit tests | Lukas Reschke | 2016-08-15 | 1 | -5/+4 |
| | |||||
* | rename remaining occurences of OCA/Theming/Template | Arthur Schiwon | 2016-08-12 | 3 | -6/+6 |
| | |||||
* | rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy" | Bjoern Schiessle | 2016-08-12 | 2 | -16/+11 |
| |