| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -4/+4 |
* | Fix Psalm code scanning alerts | MichaIng | 2021-07-12 | 1 | -6/+9 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+2 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -2/+2 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -6/+5 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+1 |
* | Minor fixes and cleanup | Julius Härtl | 2018-06-06 | 1 | -2/+7 |
* | Theming: Fix tests for favicon containing multiple sizes | Julius Härtl | 2017-11-13 | 1 | -0/+3 |
* | Theming: Generate favicon sizes to avoid resizing issues done by the browser | Julius Härtl | 2017-11-13 | 1 | -2/+23 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -10/+12 |
* | Theming: Invert app icon in favicon for bright backgrounds | Julius Härtl | 2017-09-12 | 1 | -0/+11 |
* | Theming: Use png32 for generated icons | Julius Härtl | 2017-09-12 | 1 | -4/+2 |
* | Merge pull request #4888 from nextcloud/theming-fallback-icons | Lukas Reschke | 2017-05-18 | 1 | -12/+20 |
|\ |
|
| * | Fallback to default favicon | Julius Härtl | 2017-05-17 | 1 | -12/+20 |
* | | Use appdata logo when generating icons | Julius Härtl | 2017-05-17 | 1 | -8/+12 |
|/ |
|
* | rename confusing getMailHeaderColor to getColorPrimary, ref #3491 | Jan-Christoph Borchardt | 2017-03-29 | 1 | -2/+2 |
* | Merge pull request #2588 from nextcloud/theming-check-empty | Björn Schießle | 2016-12-09 | 1 | -1/+1 |
|\ |
|
| * | Check if image files for theming are empty | Julius Haertl | 2016-12-09 | 1 | -1/+1 |
* | | 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 | 1 | -5/+6 |
* | Use IAppManager instead of OC_App | Julius Haertl | 2016-11-18 | 1 | -3/+13 |
* | Error handling and tests if file was not found | Julius Haertl | 2016-11-18 | 1 | -6/+19 |
* | Fix svg resizing and remove deprecated method call | Julius Haertl | 2016-11-18 | 1 | -2/+9 |
* | Improve caching | Julius Haertl | 2016-11-18 | 1 | -1/+3 |
* | Caching for icon files using AppData | Julius Haertl | 2016-11-18 | 1 | -4/+14 |
* | Theming: Code cleanup and cache buster for mime icons | Julius Haertl | 2016-11-18 | 1 | -3/+3 |
* | Add IconBuilder class to encapsulate icon generation | Julius Haertl | 2016-11-18 | 1 | -0/+140 |