| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Gd failed operations to debug level | Git'Fellow | 2022-05-27 | 1 | -20/+18 |
* | Prevent loading images that would require too much memory. | Joachim Bauch | 2022-01-11 | 1 | -1/+102 |
* | Avoid assignment in if clause | Côme Chilliet | 2021-12-06 | 1 | -8/+12 |
* | Fix typing problems in OC_Image | Côme Chilliet | 2021-12-06 | 1 | -2/+10 |
* | Avoid calling image* methods on boolean | Côme Chilliet | 2021-12-06 | 1 | -14/+27 |
* | fix imagecreatetruecolor() error | szaimen | 2021-11-10 | 1 | -0/+4 |
* | Fix resource usages in OC_Image | Côme Chilliet | 2021-10-28 | 1 | -17/+17 |
* | Merge pull request #28473 from nextcloud/fix-file-get-contents | Christoph Wurst | 2021-08-25 | 1 | -1/+1 |
|\ |
|
| * | Avoid usage of Nextcloud API, use PHP function | acsfer | 2021-08-18 | 1 | -1/+1 |
| * | Fix path of `file_get_contents` | acsfer | 2021-08-17 | 1 | -1/+1 |
* | | Remove unused method | Daniel Kesselberg | 2021-08-18 | 1 | -10/+0 |
* | | Fix #20913: Check image resource before attempting to preserve alpha | Simon Spannagel | 2021-08-18 | 1 | -6/+14 |
|/ |
|
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Add support for webp | Roeland Jago Douma | 2021-01-19 | 1 | -1/+8 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -1/+1 |
|\ |
|
| * | Unify links to php.net | J0WI | 2020-09-17 | 1 | -1/+1 |
* | | GD images | Roeland Jago Douma | 2020-12-07 | 1 | -2/+15 |
|/ |
|
* | Change 0 to null to properly encode image to BMP if the first pixel is black | Morris Jobke | 2020-09-10 | 1 | -1/+1 |
* | Cast float/char to int to avoid invalid scalar argument warning | Morris Jobke | 2020-08-18 | 1 | -2/+2 |
* | Fix OC_Image new resize functions | Roeland Jago Douma | 2020-05-02 | 1 | -0/+9 |
* | Add visibility to all properties and move static keyword | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas... | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
|\ |
|
| * | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | | Merge pull request #19495 from nextcloud/preview-generate-batch | Roeland Jago Douma | 2020-04-10 | 1 | -8/+94 |
|\ \
| |/
|/| |
|
| * | optimize batch generation of previews | Robin Appelman | 2020-04-09 | 1 | -8/+94 |
* | | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
|/ |
|
* | Move legacy classes from PSR0 to PSR4 | Christoph Wurst | 2020-04-07 | 1 | -0/+1194 |