Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-11Prevent loading images that would require too much memory.Joachim Bauch
2021-12-06Avoid assignment in if clauseCôme Chilliet
2021-12-06Fix typing problems in OC_ImageCôme Chilliet
2021-12-06Avoid calling image* methods on booleanCôme Chilliet
2021-11-10fix imagecreatetruecolor() errorszaimen
2021-10-28Fix resource usages in OC_ImageCôme Chilliet
2021-08-25Merge pull request #28473 from nextcloud/fix-file-get-contentsChristoph Wurst
2021-08-18Remove unused methodDaniel Kesselberg
2021-08-18Avoid usage of Nextcloud API, use PHP functionacsfer
2021-08-18Fix #20913: Check image resource before attempting to preserve alphaSimon Spannagel
2021-08-17Fix path of `file_get_contents`acsfer
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-01-19Add support for webpRoeland Jago Douma
2020-12-30Update license headersChristoph Wurst
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
2020-12-07GD imagesRoeland Jago Douma
2020-09-17Unify links to php.netJ0WI
2020-09-10Change 0 to null to properly encode image to BMP if the first pixel is blackMorris Jobke
2020-08-18Cast float/char to int to avoid invalid scalar argument warningMorris Jobke
2020-05-02Fix OC_Image new resize functionsRoeland Jago Douma
2020-04-10Add visibility to all properties and move static keywordChristoph Wurst
2020-04-10Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas...Christoph Wurst
2020-04-10Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09optimize batch generation of previewsRobin Appelman
2020-04-07Move legacy classes from PSR0 to PSR4Christoph Wurst