aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/ImageManager.php
Commit message (Expand)AuthorAgeFilesLines
* fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-191-0/+23
* Fix background removal checkJohn Molakvoæ2023-10-191-3/+4
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-26/+9
* feat(theming): add mime accept in Theming image file pickerJohn Molakvoæ2023-08-031-1/+1
* feat: add detected mime type to exceptionDaniel Kesselberg2023-06-241-1/+1
* Refactors "strpos" calls in /apps/theming to improve code readability.Faraz Samapoor2023-06-021-4/+4
* fix(themeing): Add error handling to ImageManagerFerdinand Thiessen2023-02-201-23/+41
* feat(theming): Only convert a background image if it benefits from itFerdinand Thiessen2023-02-201-2/+31
* More theming cypress tests and some fixesJohn Molakvoæ2022-11-291-1/+1
* Extract colour from custom backgroundJohn Molakvoæ2022-11-291-1/+1
* Allow to remove the background and select a custom colourJohn Molakvoæ2022-11-291-6/+31
* Rewrite admin theming in VueChristopher Ng2022-10-281-15/+0
* Simplify variable namesJohn Molakvoæ2022-10-191-2/+2
* Properly use user background cachebusterJohn Molakvoæ2022-10-141-0/+3
* Scope the appdata theming storage for global and usersJohn Molakvoæ2022-10-141-11/+18
* Avoid file system access on checking if an image existsJulius Härtl2022-02-021-3/+6
* Fix psalm issues in theming appCarl Schwan2022-01-261-3/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+3
* Allow webp as background imageste1012021-03-091-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+5
* override default dashboard background with theming oneJulien Veyssier2020-11-131-2/+2
* Cleanup ImageManager::getImage()Morris Jobke2020-11-041-6/+2
* Add gif to if-statement to not convertJacob Neplokh2020-11-021-1/+1
* Enable theming background transparencyJohn Molakvoæ (skjnldsv)2020-10-251-1/+5
* Allow setting favicon with a .ico fileGary Kim2020-10-141-0/+5
* Add occ command to set theming valuesJulius Härtl2020-09-241-10/+62
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-4/+3
* Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-the...Morris Jobke2018-10-081-1/+1
|\
| * Updates inverted logo handling to work like the app iconsMichael Weimann2018-10-021-3/+0
| * Moves the logo files to logoMichael Weimann2018-10-021-3/+4
| * Switches the default logo color depending on the primary colorMichael Weimann2018-10-021-0/+2
* | Append error from exception for messageDaniel Kesselberg2018-10-031-1/+1
* | Fix call to loggerDaniel Kesselberg2018-10-031-1/+1
|/
* Add info message if an exception occurs during the svg to png conversionJulius Härtl2018-06-141-1/+12
* Minor fixes and cleanupJulius Härtl2018-06-061-0/+1
* Use svg opt out as parameterJulius Härtl2018-06-051-6/+8
* Adjust ImageManager tests for png generationJulius Härtl2018-06-051-6/+3
* Generate PNG version of the theming app logo for mailsJulius Härtl2018-06-051-3/+53
* Fix theming testsJulius Härtl2018-04-191-0/+12
* Add typehintsJulius Härtl2018-04-191-2/+3
* Move to more generic image handling and add extra imagesJulius Härtl2018-04-191-6/+66
* Update license headersMorris Jobke2017-11-061-11/+11
* Move theming images to AppDataJulius Haertl2017-02-161-1/+1
* Sanitize input and small fixesJulius Haertl2016-11-181-3/+0
* Replace null return with NotFoundExceptionJulius Haertl2016-11-181-6/+3
* Caching for icon files using AppDataJulius Haertl2016-11-181-0/+118