| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #3151 from nextcloud/navigation-icons | Morris Jobke | 2017-01-24 | 3 | -5/+35 |
|\ |
|
| * | Fix app section tests | Joas Schilling | 2017-01-19 | 1 | -2/+16 |
| * | Add the icons for shipped apps | Joas Schilling | 2017-01-19 | 2 | -3/+19 |
* | | Fix typo in theming description | Joas Schilling | 2017-01-23 | 1 | -1/+1 |
* | | Merge pull request #3144 from nextcloud/use-data-download-response | Morris Jobke | 2017-01-19 | 2 | -7/+3 |
|\ \
| |/
|/| |
|
| * | Use DataDownloadResponse | Lukas Reschke | 2017-01-18 | 2 | -7/+3 |
* | | theme app navigation menu highlight color | Morris Jobke | 2017-01-18 | 2 | -0/+5 |
|/ |
|
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
* | Merge pull request #2588 from nextcloud/theming-check-empty | Björn Schießle | 2016-12-09 | 2 | -1/+4 |
|\ |
|
| * | Check if image files for theming are empty | Julius Haertl | 2016-12-09 | 2 | -1/+4 |
* | | Add fallback to FILTER_LANCZOS for icon resizing | Julius Haertl | 2016-12-09 | 1 | -1/+6 |
|/ |
|
* | Fix transparency of icons | Julius Haertl | 2016-12-04 | 1 | -0/+1 |
* | Fix background border radius | Julius Haertl | 2016-12-04 | 1 | -1/+1 |
* | Move sizing to renderAppIcon method | Julius Haertl | 2016-12-04 | 2 | -6/+7 |
* | Workaround for PHP bug when calling imagescale | Julius Haertl | 2016-11-22 | 1 | -1/+3 |
* | Merge pull request #840 from nextcloud/theming-icon-endpoint | Morris Jobke | 2016-11-18 | 19 | -4/+1330 |
|\ |
|
| * | Use IAppManager instead of OC_App | Julius Haertl | 2016-11-18 | 5 | -36/+81 |
| * | Error handling and tests if file was not found | Julius Haertl | 2016-11-18 | 4 | -51/+96 |
| * | Sanitize input and small fixes | Julius Haertl | 2016-11-18 | 7 | -45/+61 |
| * | Replace null return with NotFoundException | Julius Haertl | 2016-11-18 | 4 | -21/+27 |
| * | Fix icon-folder css | Julius Haertl | 2016-11-18 | 2 | -6/+6 |
| * | Fix svg resizing and remove deprecated method call | Julius Haertl | 2016-11-18 | 2 | -4/+11 |
| * | Improve caching | Julius Haertl | 2016-11-18 | 5 | -31/+69 |
| * | Caching for icon files using AppData | Julius Haertl | 2016-11-18 | 6 | -93/+433 |
| * | Theming: Code cleanup and cache buster for mime icons | Julius Haertl | 2016-11-18 | 8 | -75/+33 |
| * | Check if dynamic icons can be used | Julius Haertl | 2016-11-18 | 2 | -37/+90 |
| * | Add IconBuilder class to encapsulate icon generation | Julius Haertl | 2016-11-18 | 5 | -127/+341 |
| * | Improve unit tests for image generation | Julius Haertl | 2016-11-18 | 11 | -151/+207 |
| * | Theming: Add IconController tests | Julius Haertl | 2016-11-18 | 2 | -19/+207 |
| * | Fix IconController after rebase | Julius Haertl | 2016-11-18 | 1 | -12/+12 |
| * | Theming: Add icon caching | Julius Haertl | 2016-11-18 | 1 | -3/+5 |
| * | Theming: Add colorized icon css from icons.css | Julius Haertl | 2016-11-18 | 2 | -0/+40 |
| * | Theming: Fix default parameters in icon routes | Julius Haertl | 2016-11-18 | 2 | -3/+2 |
| * | Theming: Add PHPdoc and icon fallback to theming logo | Julius Haertl | 2016-11-18 | 1 | -1/+26 |
| * | Theming: Add favicon-touch and fix icon creation with non svg images | Julius Haertl | 2016-11-18 | 2 | -32/+72 |
| * | Theming: Add dynamic icon and favicon endpoints | Julius Haertl | 2016-11-18 | 2 | -0/+254 |
* | | Merge pull request #768 from nextcloud/s3-objectstore | Robin Appelman | 2016-11-18 | 2 | -30/+46 |
|\ \
| |/
|/| |
|
| * | Fix themeing unit tests | Roeland Jago Douma | 2016-11-16 | 1 | -20/+29 |
| * | fix theming images when using primary storage | Robin Appelman | 2016-11-16 | 1 | -10/+17 |
* | | Merge pull request #2151 from nextcloud/theming-fixes | Morris Jobke | 2016-11-16 | 2 | -30/+53 |
|\ \ |
|
| * | | theming: move reset button into field and only show when focused | Jan-Christoph Borchardt | 2016-11-16 | 2 | -30/+53 |
* | | | Revert "Fix #1782" | Julius Haertl | 2016-11-16 | 2 | -5/+5 |
| |/
|/| |
|
* | | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -1/+1 |
|/ |
|
* | Fix #1782 | John Molakvoæ | 2016-11-02 | 2 | -5/+5 |
* | Merge pull request #1903 from nextcloud/fix-log-in-button | Lukas Reschke | 2016-10-31 | 2 | -10/+3 |
|\ |
|
| * | also fix log in button confirm arrow when theming, fix #1615 | Jan-Christoph Borchardt | 2016-10-25 | 2 | -0/+3 |
| * | remove slight transparency of primary action button, ref #1615 | Jan-Christoph Borchardt | 2016-10-25 | 2 | -10/+0 |
* | | Add ContentSecurityPolicyNonceManager | Lukas Reschke | 2016-10-24 | 1 | -1/+1 |
* | | Add support for CSP nonces | Lukas Reschke | 2016-10-24 | 1 | -0/+1 |
|/ |
|
* | Svgo optimization | skjnldsv | 2016-09-27 | 1 | -4/+1 |